@charset "UTF-8";
/*
 * Table of content: Global
 * ----------------------------------------
 * 01. Common Helpers files (Do not edit any for updates.)
 * 02. User Helpers files (A place for you to edit)
 * 03. Core Framewoork (Do not edit any for updates.)
 * 04. Template Overrides
 * 05. Custom CSS (A place for you to edit)
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,600;1,400;1,600&family=IBM+Plex+Sans+Arabic:wght@400;700&display=swap");
:root {
  /*
   * Css vars font
   */
  /*
   * Css vars font-family
   */
  --font-family-primary: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-family-secondary: "Noto Serif Display", Georgia, "Times New Roman", serif;
  --font-family-tertiary: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-family-serif: "Noto Serif Display", "IBM Plex Sans Arabic", serif;
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*
   * Css vars font-weight
   */
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 600;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  /*
   * Css vars font-text
   */
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  /*
   * Css vars font-heading
   */
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 600;
  /*
   * Css vars font-display
   */
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  /*
   * Css vars font-code
   */
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 8px;
  --border-size: 1px;
  --border-color: rgba(131, 131, 131, 0.25);
  --shadow-color: rgba(0, 0, 0, 0.15);
  --contrast-ratio: 2;
  /*
   * Css vars breakpoints
   */
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  /*
   * Css vars color
   */
  /*
   * Css vars color-gray
   */
  --color-gray: #5b5b5b;
  --color-gray-10: rgb(250.08, 250.08, 250.08);
  --color-gray-25: rgb(246.8, 246.8, 246.8);
  --color-gray-50: rgb(238.6, 238.6, 238.6);
  --color-gray-100: rgb(222.2, 222.2, 222.2);
  --color-gray-200: rgb(189.4, 189.4, 189.4);
  --color-gray-300: rgb(156.6, 156.6, 156.6);
  --color-gray-400: rgb(123.8, 123.8, 123.8);
  --color-gray-500: #5b5b5b;
  --color-gray-600: rgb(72.8, 72.8, 72.8);
  --color-gray-700: rgb(54.6, 54.6, 54.6);
  --color-gray-800: rgb(36.4, 36.4, 36.4);
  --color-gray-900: rgb(18.2, 18.2, 18.2);
  /*
   * Css vars color-slate
   */
  --color-slate: #6b7280;
  --color-slate-10: rgb(250.56, 250.77, 251.19);
  --color-slate-25: rgb(247.6, 247.95, 248.65);
  --color-slate-50: rgb(240.2, 240.9, 242.3);
  --color-slate-100: rgb(225.4, 226.8, 229.6);
  --color-slate-200: rgb(195.8, 198.6, 204.2);
  --color-slate-300: rgb(166.2, 170.4, 178.8);
  --color-slate-400: rgb(136.6, 142.2, 153.4);
  --color-slate-500: #6b7280;
  --color-slate-600: rgb(85.6, 91.2, 102.4);
  --color-slate-700: rgb(64.2, 68.4, 76.8);
  --color-slate-800: rgb(42.8, 45.6, 51.2);
  --color-slate-900: rgb(21.4, 22.8, 25.6);
  /*
   * Css vars color-primary
   */
  --color-primary: #1A5FAB;
  --color-primary-10: rgb(248.13, 250.2, 252.48);
  --color-primary-25: rgb(243.55, 247, 250.8);
  --color-primary-50: rgb(232.1, 239, 246.6);
  --color-primary-100: rgb(209.2, 223, 238.2);
  --color-primary-200: rgb(163.4, 191, 221.4);
  --color-primary-300: rgb(117.6, 159, 204.6);
  --color-primary-400: rgb(71.8, 127, 187.8);
  --color-primary-500: #1A5FAB;
  --color-primary-600: rgb(20.8, 76, 136.8);
  --color-primary-700: rgb(15.6, 57, 102.6);
  --color-primary-800: rgb(10.4, 38, 68.4);
  --color-primary-900: rgb(5.2, 19, 34.2);
  /*
   * Css vars color-secondary
   */
  --color-secondary: #1A5FAB;
  --color-secondary-10: rgb(248.13, 250.2, 252.48);
  --color-secondary-25: rgb(243.55, 247, 250.8);
  --color-secondary-50: rgb(232.1, 239, 246.6);
  --color-secondary-100: rgb(209.2, 223, 238.2);
  --color-secondary-200: rgb(163.4, 191, 221.4);
  --color-secondary-300: rgb(117.6, 159, 204.6);
  --color-secondary-400: rgb(71.8, 127, 187.8);
  --color-secondary-500: #1A5FAB;
  --color-secondary-600: rgb(20.8, 76, 136.8);
  --color-secondary-700: rgb(15.6, 57, 102.6);
  --color-secondary-800: rgb(10.4, 38, 68.4);
  --color-secondary-900: rgb(5.2, 19, 34.2);
  /*
   * Css vars color-info
   */
  --color-info: #0099cc;
  --color-info-10: rgb(247.35, 251.94, 253.47);
  --color-info-25: rgb(242.25, 249.9, 252.45);
  --color-info-50: rgb(229.5, 244.8, 249.9);
  --color-info-100: rgb(204, 234.6, 244.8);
  --color-info-200: rgb(153, 214.2, 234.6);
  --color-info-300: rgb(102, 193.8, 224.4);
  --color-info-400: rgb(51, 173.4, 214.2);
  --color-info-500: #0099cc;
  --color-info-600: rgb(0, 122.4, 163.2);
  --color-info-700: rgb(0, 91.8, 122.4);
  --color-info-800: rgb(0, 61.2, 81.6);
  --color-info-900: rgb(0, 30.6, 40.8);
  /*
   * Css vars color-success
   */
  --color-success: #4CAF50;
  --color-success-10: rgb(249.63, 252.6, 249.75);
  --color-success-25: rgb(246.05, 251, 246.25);
  --color-success-50: rgb(237.1, 247, 237.5);
  --color-success-100: rgb(219.2, 239, 220);
  --color-success-200: rgb(183.4, 223, 185);
  --color-success-300: rgb(147.6, 207, 150);
  --color-success-400: rgb(111.8, 191, 115);
  --color-success-500: #4CAF50;
  --color-success-600: rgb(60.8, 140, 64);
  --color-success-700: rgb(45.6, 105, 48);
  --color-success-800: rgb(30.4, 70, 32);
  --color-success-900: rgb(15.2, 35, 16);
  /*
   * Css vars color-warning
   */
  --color-warning: #ffb307;
  --color-warning-10: rgb(255, 252.72, 247.56);
  --color-warning-25: rgb(255, 251.2, 242.6);
  --color-warning-50: rgb(255, 247.4, 230.2);
  --color-warning-100: rgb(255, 239.8, 205.4);
  --color-warning-200: rgb(255, 224.6, 155.8);
  --color-warning-300: rgb(255, 209.4, 106.2);
  --color-warning-400: rgb(255, 194.2, 56.6);
  --color-warning-500: #ffb307;
  --color-warning-600: rgb(204, 143.2, 5.6);
  --color-warning-700: rgb(153, 107.4, 4.2);
  --color-warning-800: rgb(102, 71.6, 2.8);
  --color-warning-900: rgb(51, 35.8, 1.4);
  /*
   * Css vars color-danger
   */
  --color-danger: #e44b4b;
  --color-danger-10: rgb(254.19, 249.6, 249.6);
  --color-danger-25: rgb(253.65, 246, 246);
  --color-danger-50: rgb(252.3, 237, 237);
  --color-danger-100: rgb(249.6, 219, 219);
  --color-danger-200: rgb(244.2, 183, 183);
  --color-danger-300: rgb(238.8, 147, 147);
  --color-danger-400: rgb(233.4, 111, 111);
  --color-danger-500: #e44b4b;
  --color-danger-600: rgb(182.4, 60, 60);
  --color-danger-700: rgb(136.8, 45, 45);
  --color-danger-800: rgb(91.2, 30, 30);
  --color-danger-900: rgb(45.6, 15, 15);
  /*
   * Css vars color-blue
   */
  --color-blue: #078af3;
  --color-blue-10: rgb(247.56, 251.49, 254.64);
  --color-blue-25: rgb(242.6, 249.15, 254.4);
  --color-blue-50: rgb(230.2, 243.3, 253.8);
  --color-blue-100: rgb(205.4, 231.6, 252.6);
  --color-blue-200: rgb(155.8, 208.2, 250.2);
  --color-blue-300: rgb(106.2, 184.8, 247.8);
  --color-blue-400: rgb(56.6, 161.4, 245.4);
  --color-blue-500: #078af3;
  --color-blue-600: rgb(5.6, 110.4, 194.4);
  --color-blue-700: rgb(4.2, 82.8, 145.8);
  --color-blue-800: rgb(2.8, 55.2, 97.2);
  --color-blue-900: rgb(1.4, 27.6, 48.6);
  /*
   * Css vars color-indigo
   */
  --color-indigo: #553cdf;
  --color-indigo-10: rgb(249.9, 249.15, 254.04);
  --color-indigo-25: rgb(246.5, 245.25, 253.4);
  --color-indigo-50: rgb(238, 235.5, 251.8);
  --color-indigo-100: rgb(221, 216, 248.6);
  --color-indigo-200: rgb(187, 177, 242.2);
  --color-indigo-300: rgb(153, 138, 235.8);
  --color-indigo-400: rgb(119, 99, 229.4);
  --color-indigo-500: #553cdf;
  --color-indigo-600: rgb(68, 48, 178.4);
  --color-indigo-700: rgb(51, 36, 133.8);
  --color-indigo-800: rgb(34, 24, 89.2);
  --color-indigo-900: rgb(17, 12, 44.6);
  /*
   * Css vars color-purple
   */
  --color-purple: #8921e4;
  --color-purple-10: rgb(251.46, 248.34, 254.19);
  --color-purple-25: rgb(249.1, 243.9, 253.65);
  --color-purple-50: rgb(243.2, 232.8, 252.3);
  --color-purple-100: rgb(231.4, 210.6, 249.6);
  --color-purple-200: rgb(207.8, 166.2, 244.2);
  --color-purple-300: rgb(184.2, 121.8, 238.8);
  --color-purple-400: rgb(160.6, 77.4, 233.4);
  --color-purple-500: #8921e4;
  --color-purple-600: rgb(109.6, 26.4, 182.4);
  --color-purple-700: rgb(82.2, 19.8, 136.8);
  --color-purple-800: rgb(54.8, 13.2, 91.2);
  --color-purple-900: rgb(27.4, 6.6, 45.6);
  /*
   * Css vars color-red
   */
  --color-red: #ea4335;
  --color-red-10: rgb(254.37, 249.36, 248.94);
  --color-red-25: rgb(253.95, 245.6, 244.9);
  --color-red-50: rgb(252.9, 236.2, 234.8);
  --color-red-100: rgb(250.8, 217.4, 214.6);
  --color-red-200: rgb(246.6, 179.8, 174.2);
  --color-red-300: rgb(242.4, 142.2, 133.8);
  --color-red-400: rgb(238.2, 104.6, 93.4);
  --color-red-500: #ea4335;
  --color-red-600: rgb(187.2, 53.6, 42.4);
  --color-red-700: rgb(140.4, 40.2, 31.8);
  --color-red-800: rgb(93.6, 26.8, 21.2);
  --color-red-900: rgb(46.8, 13.4, 10.6);
  /*
   * Css vars color-rose
   */
  --color-rose: #d20e4f;
  --color-rose-10: rgb(253.65, 247.77, 249.72);
  --color-rose-25: rgb(252.75, 242.95, 246.2);
  --color-rose-50: rgb(250.5, 230.9, 237.4);
  --color-rose-100: rgb(246, 206.8, 219.8);
  --color-rose-200: rgb(237, 158.6, 184.6);
  --color-rose-300: rgb(228, 110.4, 149.4);
  --color-rose-400: rgb(219, 62.2, 114.2);
  --color-rose-500: #d20e4f;
  --color-rose-600: rgb(168, 11.2, 63.2);
  --color-rose-700: rgb(126, 8.4, 47.4);
  --color-rose-800: rgb(84, 5.6, 31.6);
  --color-rose-900: rgb(42, 2.8, 15.8);
  /*
   * Css vars color-pink
   */
  --color-pink: #f06b9d;
  --color-pink-10: rgb(254.55, 250.56, 252.06);
  --color-pink-25: rgb(254.25, 247.6, 250.1);
  --color-pink-50: rgb(253.5, 240.2, 245.2);
  --color-pink-100: rgb(252, 225.4, 235.4);
  --color-pink-200: rgb(249, 195.8, 215.8);
  --color-pink-300: rgb(246, 166.2, 196.2);
  --color-pink-400: rgb(243, 136.6, 176.6);
  --color-pink-500: #f06b9d;
  --color-pink-600: rgb(192, 85.6, 125.6);
  --color-pink-700: rgb(144, 64.2, 94.2);
  --color-pink-800: rgb(96, 42.8, 62.8);
  --color-pink-900: rgb(48, 21.4, 31.4);
  /*
   * Css vars color-orange
   */
  --color-orange: #fb6b1e;
  --color-orange-10: rgb(254.88, 250.56, 248.25);
  --color-orange-25: rgb(254.8, 247.6, 243.75);
  --color-orange-50: rgb(254.6, 240.2, 232.5);
  --color-orange-100: rgb(254.2, 225.4, 210);
  --color-orange-200: rgb(253.4, 195.8, 165);
  --color-orange-300: rgb(252.6, 166.2, 120);
  --color-orange-400: rgb(251.8, 136.6, 75);
  --color-orange-500: #fb6b1e;
  --color-orange-600: rgb(200.8, 85.6, 24);
  --color-orange-700: rgb(150.6, 64.2, 18);
  --color-orange-800: rgb(100.4, 42.8, 12);
  --color-orange-900: rgb(50.2, 21.4, 6);
  /*
   * Css vars color-yellow
   */
  --color-yellow: #fcbc05;
  --color-yellow-10: rgb(254.91, 252.99, 247.5);
  --color-yellow-25: rgb(254.85, 251.65, 242.5);
  --color-yellow-50: rgb(254.7, 248.3, 230);
  --color-yellow-100: rgb(254.4, 241.6, 205);
  --color-yellow-200: rgb(253.8, 228.2, 155);
  --color-yellow-300: rgb(253.2, 214.8, 105);
  --color-yellow-400: rgb(252.6, 201.4, 55);
  --color-yellow-500: #fcbc05;
  --color-yellow-600: rgb(201.6, 150.4, 4);
  --color-yellow-700: rgb(151.2, 112.8, 3);
  --color-yellow-800: rgb(100.8, 75.2, 2);
  --color-yellow-900: rgb(50.4, 37.6, 1);
  /*
   * Css vars color-green
   */
  --color-green: #34a853;
  --color-green-10: rgb(248.91, 252.39, 249.84);
  --color-green-25: rgb(244.85, 250.65, 246.4);
  --color-green-50: rgb(234.7, 246.3, 237.8);
  --color-green-100: rgb(214.4, 237.6, 220.6);
  --color-green-200: rgb(173.8, 220.2, 186.2);
  --color-green-300: rgb(133.2, 202.8, 151.8);
  --color-green-400: rgb(92.6, 185.4, 117.4);
  --color-green-500: #34a853;
  --color-green-600: rgb(41.6, 134.4, 66.4);
  --color-green-700: rgb(31.2, 100.8, 49.8);
  --color-green-800: rgb(20.8, 67.2, 33.2);
  --color-green-900: rgb(10.4, 33.6, 16.6);
  /*
   * Css vars color-lime
   */
  --color-lime: #aef359;
  --color-lime-10: rgb(252.57, 254.64, 250.02);
  --color-lime-25: rgb(250.95, 254.4, 246.7);
  --color-lime-50: rgb(246.9, 253.8, 238.4);
  --color-lime-100: rgb(238.8, 252.6, 221.8);
  --color-lime-200: rgb(222.6, 250.2, 188.6);
  --color-lime-300: rgb(206.4, 247.8, 155.4);
  --color-lime-400: rgb(190.2, 245.4, 122.2);
  --color-lime-500: #aef359;
  --color-lime-600: rgb(139.2, 194.4, 71.2);
  --color-lime-700: rgb(104.4, 145.8, 53.4);
  --color-lime-800: rgb(69.6, 97.2, 35.6);
  --color-lime-900: rgb(34.8, 48.6, 17.8);
  /*
   * Css vars color-teal
   */
  --color-teal: #06f6c6;
  --color-teal-10: rgb(247.53, 254.73, 253.29);
  --color-teal-25: rgb(242.55, 254.55, 252.15);
  --color-teal-50: rgb(230.1, 254.1, 249.3);
  --color-teal-100: rgb(205.2, 253.2, 243.6);
  --color-teal-200: rgb(155.4, 251.4, 232.2);
  --color-teal-300: rgb(105.6, 249.6, 220.8);
  --color-teal-400: rgb(55.8, 247.8, 209.4);
  --color-teal-500: #06f6c6;
  --color-teal-600: rgb(4.8, 196.8, 158.4);
  --color-teal-700: rgb(3.6, 147.6, 118.8);
  --color-teal-800: rgb(2.4, 98.4, 79.2);
  --color-teal-900: rgb(1.2, 49.2, 39.6);
  /*
   * Css vars color-cyan
   */
  --color-cyan: #38e1ff;
  --color-cyan-10: rgb(249.03, 254.1, 255);
  --color-cyan-25: rgb(245.05, 253.5, 255);
  --color-cyan-50: rgb(235.1, 252, 255);
  --color-cyan-100: rgb(215.2, 249, 255);
  --color-cyan-200: rgb(175.4, 243, 255);
  --color-cyan-300: rgb(135.6, 237, 255);
  --color-cyan-400: rgb(95.8, 231, 255);
  --color-cyan-500: #38e1ff;
  --color-cyan-600: rgb(44.8, 180, 204);
  --color-cyan-700: rgb(33.6, 135, 153);
  --color-cyan-800: rgb(22.4, 90, 102);
  --color-cyan-900: rgb(11.2, 45, 51);
  /*
   * Css vars color-tertiary
   */
  --color-tertiary: #5394A2;
  --color-tertiary-10: rgb(249.84, 251.79, 252.21);
  --color-tertiary-25: rgb(246.4, 249.65, 250.35);
  --color-tertiary-50: rgb(237.8, 244.3, 245.7);
  --color-tertiary-100: rgb(220.6, 233.6, 236.4);
  --color-tertiary-200: rgb(186.2, 212.2, 217.8);
  --color-tertiary-300: rgb(151.8, 190.8, 199.2);
  --color-tertiary-400: rgb(117.4, 169.4, 180.6);
  --color-tertiary-500: #5394A2;
  --color-tertiary-600: rgb(66.4, 118.4, 129.6);
  --color-tertiary-700: rgb(49.8, 88.8, 97.2);
  --color-tertiary-800: rgb(33.2, 59.2, 64.8);
  --color-tertiary-900: rgb(16.6, 29.6, 32.4);
  /*
   * Css vars colors
   */
  /*
   * Css vars colors-accent
   */
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  /*
   * Css vars colors-button
   */
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  /*
   * Css vars colors-form
   */
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  /*
   * Css vars colors-card
   */
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  /*
   * Css vars colors-background
   */
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  /*
   * Css vars colors-text
   */
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  /*
   * Css vars colors-label
   */
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  /*
   * Css vars colors-alert
   */
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  /*
   * Css vars sizes
   */
  /*
   * Css vars sizes-text
   */
  /*
   * Css vars sizes-text-3xs
   */
  --sizes-text-3xs-size: 0.75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  /*
   * Css vars sizes-text-2xs
   */
  --sizes-text-2xs-size: 0.875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  /*
   * Css vars sizes-text-xs
   */
  --sizes-text-xs-size: 0.95rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  /*
   * Css vars sizes-text-sm
   */
  --sizes-text-sm-size: 1rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  /*
   * Css vars sizes-text-md
   */
  --sizes-text-md-size: 1.125rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  /*
   * Css vars sizes-text-lg
   */
  --sizes-text-lg-size: 1.25rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  /*
   * Css vars sizes-text-xl
   */
  --sizes-text-xl-size: 1.5rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  /*
   * Css vars sizes-text-2xl
   */
  --sizes-text-2xl-size: 1.75rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  /*
   * Css vars sizes-heading
   */
  /*
   * Css vars sizes-heading-display-1
   */
  --sizes-heading-display-1-size: 16rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -1.08rem;
  /*
   * Css vars sizes-heading-display-2
   */
  --sizes-heading-display-2-size: 10rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -0.45rem;
  /*
   * Css vars sizes-heading-display-3
   */
  --sizes-heading-display-3-size: 8rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -0.36rem;
  /*
   * Css vars sizes-heading-display-4
   */
  --sizes-heading-display-4-size: 6rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -0.27rem;
  /*
   * Css vars sizes-heading-display-5
   */
  --sizes-heading-display-5-size: 5rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -0.225rem;
  /*
   * Css vars sizes-heading-display-6
   */
  --sizes-heading-display-6-size: 4rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -0.18rem;
  /*
   * Css vars sizes-heading-h1
   */
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -0.135rem;
  /*
   * Css vars sizes-heading-h2
   */
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -0.09rem;
  /*
   * Css vars sizes-heading-h3
   */
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.2;
  --sizes-heading-h3-lp: -0.07875rem;
  /*
   * Css vars sizes-heading-h4
   */
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -0.0675rem;
  /*
   * Css vars sizes-heading-h5
   */
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -0.05625rem;
  /*
   * Css vars sizes-heading-h6
   */
  --sizes-heading-h6-size: 1rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -0.018rem;
  /*
   * Css vars sizes-container
   */
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  /*
   * Css vars sizes-grid
   */
  --sizes-grid-narrow: 0.25rem;
  --sizes-grid-2xs: 0.5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  /*
   * Css vars sizes-spacing
   */
  --sizes-spacing-narrow: 0.25rem;
  --sizes-spacing-2xs: 0.5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 5rem;
  --sizes-spacing-5xl: 8rem;
  /*
   * Css vars sizes-button
   */
  /*
   * Css vars sizes-button
   */
  --sizes-button-height: 48px;
  --sizes-button-px: 1.5rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  /*
   * Css vars sizes-button-2xs
   */
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: 1rem;
  --sizes-button-2xs-text: 0.875rem;
  --sizes-button-2xs-radius: var(--radius);
  /*
   * Css vars sizes-button-xs
   */
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: 1rem;
  --sizes-button-xs-text: 0.875rem;
  --sizes-button-xs-radius: var(--radius);
  /*
   * Css vars sizes-button-sm
   */
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: 1rem;
  --sizes-button-sm-text: 0.875rem;
  --sizes-button-sm-radius: var(--radius);
  /*
   * Css vars sizes-button-md
   */
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1.5rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  /*
   * Css vars sizes-button-lg
   */
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 2rem;
  --sizes-button-lg-text: 1rem;
  --sizes-button-lg-radius: var(--radius);
  /*
   * Css vars sizes-button-xl
   */
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1rem;
  --sizes-button-xl-radius: var(--radius);
  /*
   * Css vars sizes-button-2xl
   */
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 2rem;
  --sizes-button-2xl-text: 1rem;
  --sizes-button-2xl-radius: var(--radius);
  /*
   * Css vars sizes-form
   */
  /*
   * Css vars sizes-form
   */
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  /*
   * Css vars sizes-form-2xs
   */
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: 0.5rem;
  --sizes-form-2xs-text: 0.75rem;
  /*
   * Css vars sizes-form-xs
   */
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: 0.5rem;
  --sizes-form-xs-text: 0.875rem;
  /*
   * Css vars sizes-form-sm
   */
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: 0.75rem;
  --sizes-form-sm-text: 1rem;
  /*
   * Css vars sizes-form-md
   */
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  /*
   * Css vars sizes-form-lg
   */
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  /*
   * Css vars sizes-form-xl
   */
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  /*
   * Css vars sizes-form-2xl
   */
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  /*
   * Css vars sizes-icon
   */
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  /*
   * Css vars sizes-rouneded
   */
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  /*
   * Css vars sizes-blur
   */
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  /*
   * Css vars sizes-shadow
   */
  --sizes-shadow-xs: 0 0.125rem 0.25rem -0.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 0.25rem 0.5rem -0.1rem var(--shadow-color);
  --sizes-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -0.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -0.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -0.1rem var(--shadow-color);
  /*
   * Css vars sizes-table
   */
  --sizes-table-xs: 0.5rem;
  --sizes-table-sm: 0.75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  /*
   * Css vars body
   */
  /*
   * Css vars body-font
   */
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  /*
   * Css vars body-color
   */
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  /*
   * Css vars heading
   */
  /*
   * Css vars heading-font
   */
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  /*
   * Css vars heading-color
   */
  --heading-color-text: inherit;
  /*
   * Css vars link
   */
  /*
   * Css vars link-color
   */
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  /*
   * Css vars button
   */
  /*
   * Css vars button-font
   */
  --button-font-typeface: var(--font-family-primary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  /*
   * Css vars button-border
   */
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  /*
   * Css vars button-color
   */
  --button-color-text: white;
  --button-radius: 16px;
  /*
   * Css vars form
   */
  /*
   * Css vars form-font
   */
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  /*
   * Css vars form-color
   */
  --form-color-text: var(--color-gray-900);
  --form-color-background: rgba(155, 155, 155, 0.15);
  --form-color-background-hover: rgba(155, 155, 155, 0.2);
  --form-color-background-disable: rgba(155, 155, 155, 0.4);
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: rgba(155, 155, 155, 0.7);
  /*
   * Css vars form-border
   */
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  /*
   * Css vars form-shadow
   */
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  /*
   * Css vars form-dark
   */
  /*
   * Css vars form-dark-color
   */
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: rgba(155, 155, 155, 0.15);
  --form-dark-color-background-hover: rgba(155, 155, 155, 0.2);
  --form-dark-color-background-disable: rgba(155, 155, 155, 0.4);
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: rgba(155, 155, 155, 0.5);
  /*
   * Css vars tab
   */
  /*
   * Css vars tab-font
   */
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  /*
   * Css vars tab-color
   */
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  /*
   * Css vars tab-border
   */
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  /*
   * Css vars accordion
   */
  /*
   * Css vars accordion-font
   */
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  /*
   * Css vars accordion-color
   */
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  /*
   * Css vars accordion-border
   */
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  /*
   * Css vars alert
   */
  /*
   * Css vars alert-font
   */
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  /*
   * Css vars alert-color
   */
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  /*
   * Css vars alert-border
   */
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #553cdf !important;
}

.navbar-brand .fw-bolder {
  font-weight: 900 !important;
  letter-spacing: -0.075rem;
}

:root {
  --bs-link-color: rgb(81, 81, 81) !important;
  --bs-link-hover-color: black !important;
}

/*
 * Table of content: UIkit framework overrides
 * --------------------------------------------
 * 01. Base
 * 02. Elements
 * 03. Layout
 * 04. Navs
 * 05. Common
 * 06. JS components
 * 07. Utilities
 */
/* Base */
html {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
}

a, .link {
  color: var(--link-color-text);
}
a:hover, .link:hover {
  color: var(--link-color-text-hover);
}

.link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-typeface, sans-serif) !important;
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
}
.h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h1, h2, h3, h4, h5, h6 {
  color: var(--color-gray-900);
}
.h1:where(.uc-dark), :where(.uc-dark) .h1, .h2:where(.uc-dark), :where(.uc-dark) .h2, .h3:where(.uc-dark), :where(.uc-dark) .h3, .h4:where(.uc-dark), :where(.uc-dark) .h4, .h5:where(.uc-dark), :where(.uc-dark) .h5, .h6:where(.uc-dark), :where(.uc-dark) .h6, .display-1:where(.uc-dark), :where(.uc-dark) .display-1, .display-2:where(.uc-dark), :where(.uc-dark) .display-2, .display-3:where(.uc-dark), :where(.uc-dark) .display-3, .display-4:where(.uc-dark), :where(.uc-dark) .display-4, .display-5:where(.uc-dark), :where(.uc-dark) .display-5, .display-6:where(.uc-dark), :where(.uc-dark) .display-6, h1:where(.uc-dark), :where(.uc-dark) h1, h2:where(.uc-dark), :where(.uc-dark) h2, h3:where(.uc-dark), :where(.uc-dark) h3, h4:where(.uc-dark), :where(.uc-dark) h4, h5:where(.uc-dark), :where(.uc-dark) h5, h6:where(.uc-dark), :where(.uc-dark) h6 {
  color: white;
}
.h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h1, h2, h3, h4, h5, h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ft-primary {
  font-family: var(--font-family-primary) !important;
}
.ft-secondary {
  font-family: var(--font-family-secondary) !important;
}
.ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}
.ft-display {
  font-family: var(--font-family-display) !important;
}
.ft-mono {
  font-family: var(--font-family-mono) !important;
}
.ft-serif {
  font-family: var(--font-family-serif) !important;
}
.ft-script {
  font-family: var(--font-family-script) !important;
}

.cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.backtotop-wrap {
  transform: translateY(40px);
  transition: 200ms ease;
}
.backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}
.backtotop-wrap.uc-active {
  gap: 0.5rem;
  transform: translateY(0);
}
.backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.uc-horizontal-scroll > * {
  text-wrap: nowrap;
}

.icon-2xs {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}

.icon-xs {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}

.icon-sm {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}

.icon-md {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}

.icon-lg {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}

.icon-xl {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}

.icon-2xl {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-xs .icon-2xs-xs {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-xs .icon-xs-xs {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-xs .icon-sm-xs {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-xs .icon-md-xs {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-xs .icon-lg-xs {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-xs .icon-xl-xs {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-xs .icon-2xl-xs {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-sm .icon-2xs-sm {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-sm .icon-xs-sm {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-sm .icon-sm-sm {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-sm .icon-md-sm {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-sm .icon-lg-sm {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-sm .icon-xl-sm {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-sm .icon-2xl-sm {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-md .icon-2xs-md {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-md .icon-xs-md {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-md .icon-sm-md {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-md .icon-md-md {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-md .icon-lg-md {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-md .icon-xl-md {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-md .icon-2xl-md {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-lg .icon-2xs-lg {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-lg .icon-xs-lg {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-lg .icon-sm-lg {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-lg .icon-md-lg {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-lg .icon-lg-lg {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-lg .icon-xl-lg {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-lg .icon-2xl-lg {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-xl .icon-2xs-xl {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-xl .icon-xs-xl {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-xl .icon-sm-xl {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-xl .icon-md-xl {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-xl .icon-lg-xl {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-xl .icon-xl-xl {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-xl .icon-2xl-xl {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

html.bp-xxl .icon-2xs-xxl {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1;
}
html.bp-xxl .icon-xs-xxl {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1;
}
html.bp-xxl .icon-sm-xxl {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1;
}
html.bp-xxl .icon-md-xxl {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1;
}
html.bp-xxl .icon-lg-xxl {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1;
}
html.bp-xxl .icon-xl-xxl {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1;
}
html.bp-xxl .icon-2xl-xxl {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1;
}

.uc-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

.clip-left, html.bp-xs .clip-left-xs, html.bp-xs .xs\:clip-left, html.bp-sm .clip-left-sm, html.bp-sm .sm\:clip-left, html.bp-md .clip-left-md, html.bp-md .md\:clip-left, html.bp-lg .clip-left-lg, html.bp-lg .lg\:clip-left, html.bp-xl .clip-left-xl, html.bp-xl .xl\:clip-left, html.bp-xxl .clip-left-xxl, html.bp-xxl .xxl\:clip-left {
  clip-path: inset(0 -1000px 0 0) !important;
}

.clip-right, html.bp-xs .clip-right-xs, html.bp-xs .xs\:clip-right, html.bp-sm .clip-right-sm, html.bp-sm .sm\:clip-right, html.bp-md .clip-right-md, html.bp-md .md\:clip-right, html.bp-lg .clip-right-lg, html.bp-lg .lg\:clip-right, html.bp-xl .clip-right-xl, html.bp-xl .xl\:clip-right, html.bp-xxl .clip-right-xxl, html.bp-xxl .xxl\:clip-right {
  clip-path: inset(0 1000px 0 0) !important;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

pre, :not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  font-family: var(--font-code-family) !important;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
}
pre, :not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}
pre:where(.uc-dark), :where(.uc-dark) pre, :not(pre) > code:where(.uc-dark), :where(.uc-dark) :not(pre) > code, :not(pre) > kbd:where(.uc-dark), :where(.uc-dark) :not(pre) > kbd, :not(pre) > samp:where(.uc-dark), :where(.uc-dark) :not(pre) > samp {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}
pre, :not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  color: var(--color-secondary-500);
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  position: relative;
  display: inline;
  font-size: 0.75rem;
  font-style: italic;
  background-color: rgba(136, 136, 136, 0.1);
}

:not(pre) > samp {
  color: inherit;
}

pre code {
  font-family: var(--font-code-family) !important;
  background: rgba(136, 136, 136, 0.15);
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
}

.swiper:not(.swiper-initialized) > * {
  display: none;
}

.panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
.panel > :last-child {
  margin-bottom: 0;
}

.section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.visible-toggle:not(:hover):not(:focus) .invisible-hover:not(:focus-within) {
  opacity: 0 !important;
  visibility: hidden;
}
.visible-toggle:not(:hover):not(:focus) .hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

hr, .hr, .vr {
  display: inline-block;
  align-self: stretch;
  background-color: currentcolor;
  opacity: 0.25;
  margin: 0;
}

.hr, hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}
.hr.border, hr.border {
  border-bottom: 0 !important;
}

.vr {
  width: 1px !important;
  min-height: 1em !important;
  border-left: 1px solid var(--border-color);
}
.vr.border {
  border-left: 0 !important;
}

.link-gradient,
.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.hstack, html.bp-xs .hstack-xs, html.bp-xs .xs\:hstack, html.bp-sm .hstack-sm, html.bp-sm .sm\:hstack, html.bp-md .hstack-md, html.bp-md .md\:hstack, html.bp-lg .hstack-lg, html.bp-lg .lg\:hstack, html.bp-xl .hstack-xl, html.bp-xl .xl\:hstack, html.bp-xxl .hstack-xxl, html.bp-xxl .xxl\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack, html.bp-xs .vstack-xs, html.bp-xs .xs\:vstack, html.bp-sm .vstack-sm, html.bp-sm .sm\:vstack, html.bp-md .vstack-md, html.bp-md .md\:vstack, html.bp-lg .vstack-lg, html.bp-lg .lg\:vstack, html.bp-xl .vstack-xl, html.bp-xl .xl\:vstack, html.bp-xxl .vstack-xxl, html.bp-xxl .xxl\:vstack {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: stretch;
}

.cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

[class*=ratio-] {
  position: relative;
  width: 100%;
}
[class*=ratio-]::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
[class*=ratio-] > * {
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  color: currentColor;
}
svg *:not([fill=none]) {
  fill: currentColor;
}
svg *[fill=none] {
  stroke: currentColor;
}

.uc-lightbox-button {
  color: white !important;
  border-radius: 100%;
}

.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-primary.uc-card-body .uc-link:hover, .uc-card-primary.uc-card-body a:hover, .uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-primary > :not([class*=uc-card-media]) a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-secondary.uc-card-body .uc-link:hover, .uc-card-secondary.uc-card-body a:hover, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-secondary > :not([class*=uc-card-media]) a:hover, .uc-light .uc-link-toggle:hover .uc-link, .uc-light .uc-link:hover, .uc-light a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link, .uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link, .uc-overlay-primary .uc-link:hover, .uc-overlay-primary a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-primary:not(.uc-preserve-color) .uc-link:hover, .uc-section-primary:not(.uc-preserve-color) a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-section-secondary:not(.uc-preserve-color) a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-primary:not(.uc-preserve-color) a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-secondary:not(.uc-preserve-color) a:hover {
  color: var(--color-gray-900);
}
.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-primary.uc-card-body .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-card-primary.uc-card-body .uc-link:hover, .uc-card-primary.uc-card-body a:hover:where(.uc-dark), :where(.uc-dark) .uc-card-primary.uc-card-body a:hover, .uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-primary > :not([class*=uc-card-media]) a:hover:where(.uc-dark), :where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-secondary.uc-card-body .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-card-secondary.uc-card-body .uc-link:hover, .uc-card-secondary.uc-card-body a:hover:where(.uc-dark), :where(.uc-dark) .uc-card-secondary.uc-card-body a:hover, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-secondary > :not([class*=uc-card-media]) a:hover:where(.uc-dark), :where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) a:hover, .uc-light .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-light .uc-link-toggle:hover .uc-link, .uc-light .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-light .uc-link:hover, .uc-light a:hover:where(.uc-dark), :where(.uc-dark) .uc-light a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-offcanvas-bar .uc-link-toggle:hover .uc-link, .uc-offcanvas-bar .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover:where(.uc-dark), :where(.uc-dark) .uc-offcanvas-bar a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-overlay-primary .uc-link-toggle:hover .uc-link, .uc-overlay-primary .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-overlay-primary .uc-link:hover, .uc-overlay-primary a:hover:where(.uc-dark), :where(.uc-dark) .uc-overlay-primary a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-primary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) .uc-link:hover, .uc-section-primary:not(.uc-preserve-color) a:hover:where(.uc-dark), :where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-section-secondary:not(.uc-preserve-color) a:hover:where(.uc-dark), :where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-primary:not(.uc-preserve-color) a:hover:where(.uc-dark), :where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark), :where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark), :where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-secondary:not(.uc-preserve-color) a:hover:where(.uc-dark), :where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) a:hover {
  color: white;
}
.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-primary.uc-card-body .uc-link:hover, .uc-card-primary.uc-card-body a:hover, .uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-primary > :not([class*=uc-card-media]) a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-secondary.uc-card-body .uc-link:hover, .uc-card-secondary.uc-card-body a:hover, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link, .uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover, .uc-card-secondary > :not([class*=uc-card-media]) a:hover, .uc-light .uc-link-toggle:hover .uc-link, .uc-light .uc-link:hover, .uc-light a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link, .uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link, .uc-overlay-primary .uc-link:hover, .uc-overlay-primary a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-primary:not(.uc-preserve-color) .uc-link:hover, .uc-section-primary:not(.uc-preserve-color) a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-section-secondary:not(.uc-preserve-color) a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-primary:not(.uc-preserve-color) a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-secondary:not(.uc-preserve-color) a:hover {
  transition: color 200ms ease;
}

.uc-link {
  color: var(--color-primary);
}
.uc-link:hover {
  color: var(--color-primary-600);
}

.uc-list-divider > :nth-child(n+2) {
  border-top: 1px solid var(--border-color);
}
.uc-list-divider.uc-list-large > :nth-child(n+2) {
  margin-top: 40px;
  padding-top: 40px;
}

.form-icon-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-icon-group .form-control + .form-icon,
.form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}
.form-icon-group .form-control.form-control-lg + .form-icon,
.form-icon-group .form-control-plaintext.form-control-lg + .form-icon {
  width: 3.5rem !important;
}
.form-icon-group .form-control.form-control-sm + .form-icon,
.form-icon-group .form-control-plaintext.form-control-sm + .form-icon {
  width: 2.5rem !important;
}
.form-icon-group .form-control.form-control-xs + .form-icon,
.form-icon-group .form-control-plaintext.form-control-xs + .form-icon {
  width: 2rem !important;
}
.form-icon-group:not(.form-icon-flip) .form-control,
.form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}
.form-icon-group:not(.form-icon-flip) .form-control.form-control-lg,
.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg {
  padding-left: 3.25rem !important;
}
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}
.form-icon-group:not(.form-icon-flip) .form-control.form-control-sm,
.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm {
  padding-left: 2.25rem !important;
}
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}
.form-icon-group:not(.form-icon-flip) .form-control.form-control-xs,
.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs {
  padding-left: 1.75rem !important;
}
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}
.form-icon-group.form-icon-flip .form-icon {
  right: 0;
}
.form-icon-group.form-icon-flip .form-control,
.form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}
[dir=rtl] .form-icon-group.form-icon-flip .form-control,
[dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}
.form-icon-group.form-icon-flip .form-control.form-control-lg,
.form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg {
  padding-right: 3.25rem !important;
}
[dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-lg,
[dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}
.form-icon-group.form-icon-flip .form-control.form-control-sm,
.form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm {
  padding-right: 2.25rem !important;
}
[dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-sm,
[dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}
.form-icon-group.form-icon-flip .form-control.form-control-xs,
.form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs {
  padding-right: 1.75rem !important;
}
[dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-xs,
[dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.form-control-, html.bp-xs .form-control--xs, html.bp-xs .xs\:form-control-, html.bp-sm .form-control--sm, html.bp-sm .sm\:form-control-, html.bp-md .form-control--md, html.bp-md .md\:form-control-, html.bp-lg .form-control--lg, html.bp-lg .lg\:form-control-, html.bp-xl .form-control--xl, html.bp-xl .xl\:form-control-, html.bp-xxl .form-control--xxl, html.bp-xxl .xxl\:form-control- {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.form-control-2xs, html.bp-xs .form-control-2xs-xs, html.bp-xs .xs\:form-control-2xs, html.bp-sm .form-control-2xs-sm, html.bp-sm .sm\:form-control-2xs, html.bp-md .form-control-2xs-md, html.bp-md .md\:form-control-2xs, html.bp-lg .form-control-2xs-lg, html.bp-lg .lg\:form-control-2xs, html.bp-xl .form-control-2xs-xl, html.bp-xl .xl\:form-control-2xs, html.bp-xxl .form-control-2xs-xxl, html.bp-xxl .xxl\:form-control-2xs {
  padding: 0 0.5rem !important;
  min-height: 24px !important;
  font-size: 0.75rem !important;
}

.form-control-xs, html.bp-xs .form-control-xs-xs, html.bp-xs .xs\:form-control-xs, html.bp-sm .form-control-xs-sm, html.bp-sm .sm\:form-control-xs, html.bp-md .form-control-xs-md, html.bp-md .md\:form-control-xs, html.bp-lg .form-control-xs-lg, html.bp-lg .lg\:form-control-xs, html.bp-xl .form-control-xs-xl, html.bp-xl .xl\:form-control-xs, html.bp-xxl .form-control-xs-xxl, html.bp-xxl .xxl\:form-control-xs {
  padding: 0 0.5rem !important;
  min-height: 32px !important;
  font-size: 0.875rem !important;
}

.form-control-sm, html.bp-xs .form-control-sm-xs, html.bp-xs .xs\:form-control-sm, html.bp-sm .form-control-sm-sm, html.bp-sm .sm\:form-control-sm, html.bp-md .form-control-sm-md, html.bp-md .md\:form-control-sm, html.bp-lg .form-control-sm-lg, html.bp-lg .lg\:form-control-sm, html.bp-xl .form-control-sm-xl, html.bp-xl .xl\:form-control-sm, html.bp-xxl .form-control-sm-xxl, html.bp-xxl .xxl\:form-control-sm {
  padding: 0 0.75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.form-control-md, html.bp-xs .form-control-md-xs, html.bp-xs .xs\:form-control-md, html.bp-sm .form-control-md-sm, html.bp-sm .sm\:form-control-md, html.bp-md .form-control-md-md, html.bp-md .md\:form-control-md, html.bp-lg .form-control-md-lg, html.bp-lg .lg\:form-control-md, html.bp-xl .form-control-md-xl, html.bp-xl .xl\:form-control-md, html.bp-xxl .form-control-md-xxl, html.bp-xxl .xxl\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.form-control-lg, html.bp-xs .form-control-lg-xs, html.bp-xs .xs\:form-control-lg, html.bp-sm .form-control-lg-sm, html.bp-sm .sm\:form-control-lg, html.bp-md .form-control-lg-md, html.bp-md .md\:form-control-lg, html.bp-lg .form-control-lg-lg, html.bp-lg .lg\:form-control-lg, html.bp-xl .form-control-lg-xl, html.bp-xl .xl\:form-control-lg, html.bp-xxl .form-control-lg-xxl, html.bp-xxl .xxl\:form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.form-control-xl, html.bp-xs .form-control-xl-xs, html.bp-xs .xs\:form-control-xl, html.bp-sm .form-control-xl-sm, html.bp-sm .sm\:form-control-xl, html.bp-md .form-control-xl-md, html.bp-md .md\:form-control-xl, html.bp-lg .form-control-xl-lg, html.bp-lg .lg\:form-control-xl, html.bp-xl .form-control-xl-xl, html.bp-xl .xl\:form-control-xl, html.bp-xxl .form-control-xl-xxl, html.bp-xxl .xxl\:form-control-xl {
  padding: 0 1.25rem !important;
  min-height: 64px !important;
  font-size: 1.25rem !important;
}

.form-control-2xl, html.bp-xs .form-control-2xl-xs, html.bp-xs .xs\:form-control-2xl, html.bp-sm .form-control-2xl-sm, html.bp-sm .sm\:form-control-2xl, html.bp-md .form-control-2xl-md, html.bp-md .md\:form-control-2xl, html.bp-lg .form-control-2xl-lg, html.bp-lg .lg\:form-control-2xl, html.bp-xl .form-control-2xl-xl, html.bp-xl .xl\:form-control-2xl, html.bp-xxl .form-control-2xl-xxl, html.bp-xxl .xxl\:form-control-2xl {
  padding: 0 1.5rem !important;
  min-height: 80px !important;
  font-size: 1.5rem !important;
}

.form-control {
  background-color: white !important;
}
.form-control:where(.uc-dark), :where(.uc-dark) .form-control {
  background-color: transparent !important;
}
.form-control {
  color: var(--color-gray-900) !important;
}
.form-control:where(.uc-dark), :where(.uc-dark) .form-control {
  color: white !important;
}
.form-control {
  border-color: var(--border-color) !important;
}

.form-check-input:focus,
.form-control:focus {
  --shadow-color: rgba(0, 0, 0, 0.05);
}
.form-check-input:focus:where(.uc-dark), :where(.uc-dark) .form-check-input:focus,
.form-control:focus:where(.uc-dark),
:where(.uc-dark) .form-control:focus {
  --shadow-color: rgba(255, 255, 255, 0.1);
}
.form-check-input:focus,
.form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 0.25rem var(--shadow-color) !important;
}

.form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

[dir=rtl] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

[dir=rtl] .form-select, [dir=rtl] .choices[data-type*=select] > .choices__inner {
  background-position: left 0.75rem center;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit !important;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.65 !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.65 !important;
}
input:where(.uc-dark)::-moz-placeholder, :where(.uc-dark) input::-moz-placeholder, select:where(.uc-dark)::-moz-placeholder, :where(.uc-dark) select::-moz-placeholder, textarea:where(.uc-dark)::-moz-placeholder, :where(.uc-dark) textarea::-moz-placeholder {
  opacity: 0.45 !important;
}
input:where(.uc-dark)::placeholder, :where(.uc-dark) input::placeholder,
select:where(.uc-dark)::placeholder,
:where(.uc-dark) select::placeholder,
textarea:where(.uc-dark)::placeholder,
:where(.uc-dark) textarea::placeholder {
  opacity: 0.45 !important;
}

.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
}
.btn.btn-text {
  position: relative;
  padding: 0 0 8px 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}
.btn.btn-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: 350ms width cubic-bezier(0.38, 0.01, 0.43, 0.16);
}
.btn.btn-text:hover::after {
  width: 100%;
}

.btn > i {
  display: inline-flex;
  font-size: 1rem;
  padding-right: 0.35rem;
  vertical-align: middle;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  line-height: 1;
}
.btn.btn-icon i {
  padding-right: 0;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

.btn-, html.bp-xs .btn--xs, html.bp-xs .xs\:btn-, html.bp-sm .btn--sm, html.bp-sm .sm\:btn-, html.bp-md .btn--md, html.bp-md .md\:btn-, html.bp-lg .btn--lg, html.bp-lg .lg\:btn-, html.bp-xl .btn--xl, html.bp-xl .xl\:btn-, html.bp-xxl .btn--xxl, html.bp-xxl .xxl\:btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-2xs, html.bp-xs .btn-2xs-xs, html.bp-xs .xs\:btn-2xs, html.bp-sm .btn-2xs-sm, html.bp-sm .sm\:btn-2xs, html.bp-md .btn-2xs-md, html.bp-md .md\:btn-2xs, html.bp-lg .btn-2xs-lg, html.bp-lg .lg\:btn-2xs, html.bp-xl .btn-2xs-xl, html.bp-xl .xl\:btn-2xs, html.bp-xxl .btn-2xs-xxl, html.bp-xxl .xxl\:btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 0.875rem !important;
}

.btn-xs, html.bp-xs .btn-xs-xs, html.bp-xs .xs\:btn-xs, html.bp-sm .btn-xs-sm, html.bp-sm .sm\:btn-xs, html.bp-md .btn-xs-md, html.bp-md .md\:btn-xs, html.bp-lg .btn-xs-lg, html.bp-lg .lg\:btn-xs, html.bp-xl .btn-xs-xl, html.bp-xl .xl\:btn-xs, html.bp-xxl .btn-xs-xxl, html.bp-xxl .xxl\:btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 0.875rem !important;
}

.btn-sm, .btn-group-sm > .btn, html.bp-xs .btn-sm-xs, html.bp-xs .xs\:btn-sm, html.bp-sm .btn-sm-sm, html.bp-sm .sm\:btn-sm, html.bp-md .btn-sm-md, html.bp-md .md\:btn-sm, html.bp-lg .btn-sm-lg, html.bp-lg .lg\:btn-sm, html.bp-xl .btn-sm-xl, html.bp-xl .xl\:btn-sm, html.bp-xxl .btn-sm-xxl, html.bp-xxl .xxl\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 0.875rem !important;
}

.btn-md, html.bp-xs .btn-md-xs, html.bp-xs .xs\:btn-md, html.bp-sm .btn-md-sm, html.bp-sm .sm\:btn-md, html.bp-md .btn-md-md, html.bp-md .md\:btn-md, html.bp-lg .btn-md-lg, html.bp-lg .lg\:btn-md, html.bp-xl .btn-md-xl, html.bp-xl .xl\:btn-md, html.bp-xxl .btn-md-xxl, html.bp-xxl .xxl\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-lg, .btn-group-lg > .btn, html.bp-xs .btn-lg-xs, html.bp-xs .xs\:btn-lg, html.bp-sm .btn-lg-sm, html.bp-sm .sm\:btn-lg, html.bp-md .btn-lg-md, html.bp-md .md\:btn-lg, html.bp-lg .btn-lg-lg, html.bp-lg .lg\:btn-lg, html.bp-xl .btn-lg-xl, html.bp-xl .xl\:btn-lg, html.bp-xxl .btn-lg-xxl, html.bp-xxl .xxl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-xl, html.bp-xs .btn-xl-xs, html.bp-xs .xs\:btn-xl, html.bp-sm .btn-xl-sm, html.bp-sm .sm\:btn-xl, html.bp-md .btn-xl-md, html.bp-md .md\:btn-xl, html.bp-lg .btn-xl-lg, html.bp-lg .lg\:btn-xl, html.bp-xl .btn-xl-xl, html.bp-xl .xl\:btn-xl, html.bp-xxl .btn-xl-xxl, html.bp-xxl .xxl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-2xl, html.bp-xs .btn-2xl-xs, html.bp-xs .xs\:btn-2xl, html.bp-sm .btn-2xl-sm, html.bp-sm .sm\:btn-2xl, html.bp-md .btn-2xl-md, html.bp-md .md\:btn-2xl, html.bp-lg .btn-2xl-lg, html.bp-lg .lg\:btn-2xl, html.bp-xl .btn-2xl-xl, html.bp-xl .xl\:btn-2xl, html.bp-xxl .btn-2xl-xxl, html.bp-xxl .xxl\:btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-alt-primary {
  background: white !important;
  color: #1A5FAB !important;
}
.btn-alt-primary:hover, .btn-alt-primary:focus {
  background: #1A5FAB !important;
  color: white !important;
}

.btn-alt-secondary {
  background: white !important;
  color: #1A5FAB !important;
}
.btn-alt-secondary:hover, .btn-alt-secondary:focus {
  background: #1A5FAB !important;
  color: white !important;
}

.btn-alt-success {
  background: white !important;
  color: #4CAF50 !important;
}
.btn-alt-success:hover, .btn-alt-success:focus {
  background: #4CAF50 !important;
  color: white !important;
}

.btn-alt-info {
  background: white !important;
  color: #0099cc !important;
}
.btn-alt-info:hover, .btn-alt-info:focus {
  background: #0099cc !important;
  color: white !important;
}

.btn-alt-warning {
  background: white !important;
  color: #ffb307 !important;
}
.btn-alt-warning:hover, .btn-alt-warning:focus {
  background: #ffb307 !important;
  color: white !important;
}

.btn-alt-danger {
  background: white !important;
  color: #e44b4b !important;
}
.btn-alt-danger:hover, .btn-alt-danger:focus {
  background: #e44b4b !important;
  color: white !important;
}

.btn-alt-light {
  background: var(--color-gray-25) !important;
}

.btn-alt-dark {
  background: white !important;
  color: #212529 !important;
}
.btn-alt-dark:hover, .btn-alt-dark:focus {
  background: #212529 !important;
  color: white !important;
}

.btn-alt-gray {
  background: white !important;
  color: #5b5b5b !important;
}
.btn-alt-gray:hover, .btn-alt-gray:focus {
  background: #5b5b5b !important;
  color: white !important;
}

.btn-alt-gray-10 {
  background: white !important;
  color: rgb(250.08, 250.08, 250.08) !important;
}
.btn-alt-gray-10:hover, .btn-alt-gray-10:focus {
  background: rgb(250.08, 250.08, 250.08) !important;
  color: white !important;
}

.btn-alt-gray-25 {
  background: white !important;
  color: rgb(246.8, 246.8, 246.8) !important;
}
.btn-alt-gray-25:hover, .btn-alt-gray-25:focus {
  background: rgb(246.8, 246.8, 246.8) !important;
  color: white !important;
}

.btn-alt-gray-50 {
  background: white !important;
  color: rgb(238.6, 238.6, 238.6) !important;
}
.btn-alt-gray-50:hover, .btn-alt-gray-50:focus {
  background: rgb(238.6, 238.6, 238.6) !important;
  color: white !important;
}

.btn-alt-gray-100 {
  background: white !important;
  color: rgb(222.2, 222.2, 222.2) !important;
}
.btn-alt-gray-100:hover, .btn-alt-gray-100:focus {
  background: rgb(222.2, 222.2, 222.2) !important;
  color: white !important;
}

.btn-alt-gray-200 {
  background: white !important;
  color: rgb(189.4, 189.4, 189.4) !important;
}
.btn-alt-gray-200:hover, .btn-alt-gray-200:focus {
  background: rgb(189.4, 189.4, 189.4) !important;
  color: white !important;
}

.btn-alt-gray-300 {
  background: white !important;
  color: rgb(156.6, 156.6, 156.6) !important;
}
.btn-alt-gray-300:hover, .btn-alt-gray-300:focus {
  background: rgb(156.6, 156.6, 156.6) !important;
  color: white !important;
}

.btn-alt-gray-400 {
  background: white !important;
  color: rgb(123.8, 123.8, 123.8) !important;
}
.btn-alt-gray-400:hover, .btn-alt-gray-400:focus {
  background: rgb(123.8, 123.8, 123.8) !important;
  color: white !important;
}

.btn-alt-gray-500 {
  background: white !important;
  color: #5b5b5b !important;
}
.btn-alt-gray-500:hover, .btn-alt-gray-500:focus {
  background: #5b5b5b !important;
  color: white !important;
}

.btn-alt-gray-600 {
  background: white !important;
  color: rgb(72.8, 72.8, 72.8) !important;
}
.btn-alt-gray-600:hover, .btn-alt-gray-600:focus {
  background: rgb(72.8, 72.8, 72.8) !important;
  color: white !important;
}

.btn-alt-gray-700 {
  background: white !important;
  color: rgb(54.6, 54.6, 54.6) !important;
}
.btn-alt-gray-700:hover, .btn-alt-gray-700:focus {
  background: rgb(54.6, 54.6, 54.6) !important;
  color: white !important;
}

.btn-alt-gray-800 {
  background: white !important;
  color: rgb(36.4, 36.4, 36.4) !important;
}
.btn-alt-gray-800:hover, .btn-alt-gray-800:focus {
  background: rgb(36.4, 36.4, 36.4) !important;
  color: white !important;
}

.btn-alt-gray-900 {
  background: white !important;
  color: rgb(18.2, 18.2, 18.2) !important;
}
.btn-alt-gray-900:hover, .btn-alt-gray-900:focus {
  background: rgb(18.2, 18.2, 18.2) !important;
  color: white !important;
}

.btn-alt-slate {
  background: white !important;
  color: #6b7280 !important;
}
.btn-alt-slate:hover, .btn-alt-slate:focus {
  background: #6b7280 !important;
  color: white !important;
}

.btn-alt-slate-10 {
  background: white !important;
  color: rgb(250.56, 250.77, 251.19) !important;
}
.btn-alt-slate-10:hover, .btn-alt-slate-10:focus {
  background: rgb(250.56, 250.77, 251.19) !important;
  color: white !important;
}

.btn-alt-slate-25 {
  background: white !important;
  color: rgb(247.6, 247.95, 248.65) !important;
}
.btn-alt-slate-25:hover, .btn-alt-slate-25:focus {
  background: rgb(247.6, 247.95, 248.65) !important;
  color: white !important;
}

.btn-alt-slate-50 {
  background: white !important;
  color: rgb(240.2, 240.9, 242.3) !important;
}
.btn-alt-slate-50:hover, .btn-alt-slate-50:focus {
  background: rgb(240.2, 240.9, 242.3) !important;
  color: white !important;
}

.btn-alt-slate-100 {
  background: white !important;
  color: rgb(225.4, 226.8, 229.6) !important;
}
.btn-alt-slate-100:hover, .btn-alt-slate-100:focus {
  background: rgb(225.4, 226.8, 229.6) !important;
  color: white !important;
}

.btn-alt-slate-200 {
  background: white !important;
  color: rgb(195.8, 198.6, 204.2) !important;
}
.btn-alt-slate-200:hover, .btn-alt-slate-200:focus {
  background: rgb(195.8, 198.6, 204.2) !important;
  color: white !important;
}

.btn-alt-slate-300 {
  background: white !important;
  color: rgb(166.2, 170.4, 178.8) !important;
}
.btn-alt-slate-300:hover, .btn-alt-slate-300:focus {
  background: rgb(166.2, 170.4, 178.8) !important;
  color: white !important;
}

.btn-alt-slate-400 {
  background: white !important;
  color: rgb(136.6, 142.2, 153.4) !important;
}
.btn-alt-slate-400:hover, .btn-alt-slate-400:focus {
  background: rgb(136.6, 142.2, 153.4) !important;
  color: white !important;
}

.btn-alt-slate-500 {
  background: white !important;
  color: #6b7280 !important;
}
.btn-alt-slate-500:hover, .btn-alt-slate-500:focus {
  background: #6b7280 !important;
  color: white !important;
}

.btn-alt-slate-600 {
  background: white !important;
  color: rgb(85.6, 91.2, 102.4) !important;
}
.btn-alt-slate-600:hover, .btn-alt-slate-600:focus {
  background: rgb(85.6, 91.2, 102.4) !important;
  color: white !important;
}

.btn-alt-slate-700 {
  background: white !important;
  color: rgb(64.2, 68.4, 76.8) !important;
}
.btn-alt-slate-700:hover, .btn-alt-slate-700:focus {
  background: rgb(64.2, 68.4, 76.8) !important;
  color: white !important;
}

.btn-alt-slate-800 {
  background: white !important;
  color: rgb(42.8, 45.6, 51.2) !important;
}
.btn-alt-slate-800:hover, .btn-alt-slate-800:focus {
  background: rgb(42.8, 45.6, 51.2) !important;
  color: white !important;
}

.btn-alt-slate-900 {
  background: white !important;
  color: rgb(21.4, 22.8, 25.6) !important;
}
.btn-alt-slate-900:hover, .btn-alt-slate-900:focus {
  background: rgb(21.4, 22.8, 25.6) !important;
  color: white !important;
}

.btn-alt-primary-10 {
  background: white !important;
  color: rgb(248.13, 250.2, 252.48) !important;
}
.btn-alt-primary-10:hover, .btn-alt-primary-10:focus {
  background: rgb(248.13, 250.2, 252.48) !important;
  color: white !important;
}

.btn-alt-primary-25 {
  background: white !important;
  color: rgb(243.55, 247, 250.8) !important;
}
.btn-alt-primary-25:hover, .btn-alt-primary-25:focus {
  background: rgb(243.55, 247, 250.8) !important;
  color: white !important;
}

.btn-alt-primary-50 {
  background: white !important;
  color: rgb(232.1, 239, 246.6) !important;
}
.btn-alt-primary-50:hover, .btn-alt-primary-50:focus {
  background: rgb(232.1, 239, 246.6) !important;
  color: white !important;
}

.btn-alt-primary-100 {
  background: white !important;
  color: rgb(209.2, 223, 238.2) !important;
}
.btn-alt-primary-100:hover, .btn-alt-primary-100:focus {
  background: rgb(209.2, 223, 238.2) !important;
  color: white !important;
}

.btn-alt-primary-200 {
  background: white !important;
  color: rgb(163.4, 191, 221.4) !important;
}
.btn-alt-primary-200:hover, .btn-alt-primary-200:focus {
  background: rgb(163.4, 191, 221.4) !important;
  color: white !important;
}

.btn-alt-primary-300 {
  background: white !important;
  color: rgb(117.6, 159, 204.6) !important;
}
.btn-alt-primary-300:hover, .btn-alt-primary-300:focus {
  background: rgb(117.6, 159, 204.6) !important;
  color: white !important;
}

.btn-alt-primary-400 {
  background: white !important;
  color: rgb(71.8, 127, 187.8) !important;
}
.btn-alt-primary-400:hover, .btn-alt-primary-400:focus {
  background: rgb(71.8, 127, 187.8) !important;
  color: white !important;
}

.btn-alt-primary-500 {
  background: white !important;
  color: #1A5FAB !important;
}
.btn-alt-primary-500:hover, .btn-alt-primary-500:focus {
  background: #1A5FAB !important;
  color: white !important;
}

.btn-alt-primary-600 {
  background: white !important;
  color: rgb(20.8, 76, 136.8) !important;
}
.btn-alt-primary-600:hover, .btn-alt-primary-600:focus {
  background: rgb(20.8, 76, 136.8) !important;
  color: white !important;
}

.btn-alt-primary-700 {
  background: white !important;
  color: rgb(15.6, 57, 102.6) !important;
}
.btn-alt-primary-700:hover, .btn-alt-primary-700:focus {
  background: rgb(15.6, 57, 102.6) !important;
  color: white !important;
}

.btn-alt-primary-800 {
  background: white !important;
  color: rgb(10.4, 38, 68.4) !important;
}
.btn-alt-primary-800:hover, .btn-alt-primary-800:focus {
  background: rgb(10.4, 38, 68.4) !important;
  color: white !important;
}

.btn-alt-primary-900 {
  background: white !important;
  color: rgb(5.2, 19, 34.2) !important;
}
.btn-alt-primary-900:hover, .btn-alt-primary-900:focus {
  background: rgb(5.2, 19, 34.2) !important;
  color: white !important;
}

.btn-alt-secondary-10 {
  background: white !important;
  color: rgb(248.13, 250.2, 252.48) !important;
}
.btn-alt-secondary-10:hover, .btn-alt-secondary-10:focus {
  background: rgb(248.13, 250.2, 252.48) !important;
  color: white !important;
}

.btn-alt-secondary-25 {
  background: white !important;
  color: rgb(243.55, 247, 250.8) !important;
}
.btn-alt-secondary-25:hover, .btn-alt-secondary-25:focus {
  background: rgb(243.55, 247, 250.8) !important;
  color: white !important;
}

.btn-alt-secondary-50 {
  background: white !important;
  color: rgb(232.1, 239, 246.6) !important;
}
.btn-alt-secondary-50:hover, .btn-alt-secondary-50:focus {
  background: rgb(232.1, 239, 246.6) !important;
  color: white !important;
}

.btn-alt-secondary-100 {
  background: white !important;
  color: rgb(209.2, 223, 238.2) !important;
}
.btn-alt-secondary-100:hover, .btn-alt-secondary-100:focus {
  background: rgb(209.2, 223, 238.2) !important;
  color: white !important;
}

.btn-alt-secondary-200 {
  background: white !important;
  color: rgb(163.4, 191, 221.4) !important;
}
.btn-alt-secondary-200:hover, .btn-alt-secondary-200:focus {
  background: rgb(163.4, 191, 221.4) !important;
  color: white !important;
}

.btn-alt-secondary-300 {
  background: white !important;
  color: rgb(117.6, 159, 204.6) !important;
}
.btn-alt-secondary-300:hover, .btn-alt-secondary-300:focus {
  background: rgb(117.6, 159, 204.6) !important;
  color: white !important;
}

.btn-alt-secondary-400 {
  background: white !important;
  color: rgb(71.8, 127, 187.8) !important;
}
.btn-alt-secondary-400:hover, .btn-alt-secondary-400:focus {
  background: rgb(71.8, 127, 187.8) !important;
  color: white !important;
}

.btn-alt-secondary-500 {
  background: white !important;
  color: #1A5FAB !important;
}
.btn-alt-secondary-500:hover, .btn-alt-secondary-500:focus {
  background: #1A5FAB !important;
  color: white !important;
}

.btn-alt-secondary-600 {
  background: white !important;
  color: rgb(20.8, 76, 136.8) !important;
}
.btn-alt-secondary-600:hover, .btn-alt-secondary-600:focus {
  background: rgb(20.8, 76, 136.8) !important;
  color: white !important;
}

.btn-alt-secondary-700 {
  background: white !important;
  color: rgb(15.6, 57, 102.6) !important;
}
.btn-alt-secondary-700:hover, .btn-alt-secondary-700:focus {
  background: rgb(15.6, 57, 102.6) !important;
  color: white !important;
}

.btn-alt-secondary-800 {
  background: white !important;
  color: rgb(10.4, 38, 68.4) !important;
}
.btn-alt-secondary-800:hover, .btn-alt-secondary-800:focus {
  background: rgb(10.4, 38, 68.4) !important;
  color: white !important;
}

.btn-alt-secondary-900 {
  background: white !important;
  color: rgb(5.2, 19, 34.2) !important;
}
.btn-alt-secondary-900:hover, .btn-alt-secondary-900:focus {
  background: rgb(5.2, 19, 34.2) !important;
  color: white !important;
}

.btn-alt-info-10 {
  background: white !important;
  color: rgb(247.35, 251.94, 253.47) !important;
}
.btn-alt-info-10:hover, .btn-alt-info-10:focus {
  background: rgb(247.35, 251.94, 253.47) !important;
  color: white !important;
}

.btn-alt-info-25 {
  background: white !important;
  color: rgb(242.25, 249.9, 252.45) !important;
}
.btn-alt-info-25:hover, .btn-alt-info-25:focus {
  background: rgb(242.25, 249.9, 252.45) !important;
  color: white !important;
}

.btn-alt-info-50 {
  background: white !important;
  color: rgb(229.5, 244.8, 249.9) !important;
}
.btn-alt-info-50:hover, .btn-alt-info-50:focus {
  background: rgb(229.5, 244.8, 249.9) !important;
  color: white !important;
}

.btn-alt-info-100 {
  background: white !important;
  color: rgb(204, 234.6, 244.8) !important;
}
.btn-alt-info-100:hover, .btn-alt-info-100:focus {
  background: rgb(204, 234.6, 244.8) !important;
  color: white !important;
}

.btn-alt-info-200 {
  background: white !important;
  color: rgb(153, 214.2, 234.6) !important;
}
.btn-alt-info-200:hover, .btn-alt-info-200:focus {
  background: rgb(153, 214.2, 234.6) !important;
  color: white !important;
}

.btn-alt-info-300 {
  background: white !important;
  color: rgb(102, 193.8, 224.4) !important;
}
.btn-alt-info-300:hover, .btn-alt-info-300:focus {
  background: rgb(102, 193.8, 224.4) !important;
  color: white !important;
}

.btn-alt-info-400 {
  background: white !important;
  color: rgb(51, 173.4, 214.2) !important;
}
.btn-alt-info-400:hover, .btn-alt-info-400:focus {
  background: rgb(51, 173.4, 214.2) !important;
  color: white !important;
}

.btn-alt-info-500 {
  background: white !important;
  color: #0099cc !important;
}
.btn-alt-info-500:hover, .btn-alt-info-500:focus {
  background: #0099cc !important;
  color: white !important;
}

.btn-alt-info-600 {
  background: white !important;
  color: rgb(0, 122.4, 163.2) !important;
}
.btn-alt-info-600:hover, .btn-alt-info-600:focus {
  background: rgb(0, 122.4, 163.2) !important;
  color: white !important;
}

.btn-alt-info-700 {
  background: white !important;
  color: rgb(0, 91.8, 122.4) !important;
}
.btn-alt-info-700:hover, .btn-alt-info-700:focus {
  background: rgb(0, 91.8, 122.4) !important;
  color: white !important;
}

.btn-alt-info-800 {
  background: white !important;
  color: rgb(0, 61.2, 81.6) !important;
}
.btn-alt-info-800:hover, .btn-alt-info-800:focus {
  background: rgb(0, 61.2, 81.6) !important;
  color: white !important;
}

.btn-alt-info-900 {
  background: white !important;
  color: rgb(0, 30.6, 40.8) !important;
}
.btn-alt-info-900:hover, .btn-alt-info-900:focus {
  background: rgb(0, 30.6, 40.8) !important;
  color: white !important;
}

.btn-alt-success-10 {
  background: white !important;
  color: rgb(249.63, 252.6, 249.75) !important;
}
.btn-alt-success-10:hover, .btn-alt-success-10:focus {
  background: rgb(249.63, 252.6, 249.75) !important;
  color: white !important;
}

.btn-alt-success-25 {
  background: white !important;
  color: rgb(246.05, 251, 246.25) !important;
}
.btn-alt-success-25:hover, .btn-alt-success-25:focus {
  background: rgb(246.05, 251, 246.25) !important;
  color: white !important;
}

.btn-alt-success-50 {
  background: white !important;
  color: rgb(237.1, 247, 237.5) !important;
}
.btn-alt-success-50:hover, .btn-alt-success-50:focus {
  background: rgb(237.1, 247, 237.5) !important;
  color: white !important;
}

.btn-alt-success-100 {
  background: white !important;
  color: rgb(219.2, 239, 220) !important;
}
.btn-alt-success-100:hover, .btn-alt-success-100:focus {
  background: rgb(219.2, 239, 220) !important;
  color: white !important;
}

.btn-alt-success-200 {
  background: white !important;
  color: rgb(183.4, 223, 185) !important;
}
.btn-alt-success-200:hover, .btn-alt-success-200:focus {
  background: rgb(183.4, 223, 185) !important;
  color: white !important;
}

.btn-alt-success-300 {
  background: white !important;
  color: rgb(147.6, 207, 150) !important;
}
.btn-alt-success-300:hover, .btn-alt-success-300:focus {
  background: rgb(147.6, 207, 150) !important;
  color: white !important;
}

.btn-alt-success-400 {
  background: white !important;
  color: rgb(111.8, 191, 115) !important;
}
.btn-alt-success-400:hover, .btn-alt-success-400:focus {
  background: rgb(111.8, 191, 115) !important;
  color: white !important;
}

.btn-alt-success-500 {
  background: white !important;
  color: #4CAF50 !important;
}
.btn-alt-success-500:hover, .btn-alt-success-500:focus {
  background: #4CAF50 !important;
  color: white !important;
}

.btn-alt-success-600 {
  background: white !important;
  color: rgb(60.8, 140, 64) !important;
}
.btn-alt-success-600:hover, .btn-alt-success-600:focus {
  background: rgb(60.8, 140, 64) !important;
  color: white !important;
}

.btn-alt-success-700 {
  background: white !important;
  color: rgb(45.6, 105, 48) !important;
}
.btn-alt-success-700:hover, .btn-alt-success-700:focus {
  background: rgb(45.6, 105, 48) !important;
  color: white !important;
}

.btn-alt-success-800 {
  background: white !important;
  color: rgb(30.4, 70, 32) !important;
}
.btn-alt-success-800:hover, .btn-alt-success-800:focus {
  background: rgb(30.4, 70, 32) !important;
  color: white !important;
}

.btn-alt-success-900 {
  background: white !important;
  color: rgb(15.2, 35, 16) !important;
}
.btn-alt-success-900:hover, .btn-alt-success-900:focus {
  background: rgb(15.2, 35, 16) !important;
  color: white !important;
}

.btn-alt-warning-10 {
  background: white !important;
  color: rgb(255, 252.72, 247.56) !important;
}
.btn-alt-warning-10:hover, .btn-alt-warning-10:focus {
  background: rgb(255, 252.72, 247.56) !important;
  color: white !important;
}

.btn-alt-warning-25 {
  background: white !important;
  color: rgb(255, 251.2, 242.6) !important;
}
.btn-alt-warning-25:hover, .btn-alt-warning-25:focus {
  background: rgb(255, 251.2, 242.6) !important;
  color: white !important;
}

.btn-alt-warning-50 {
  background: white !important;
  color: rgb(255, 247.4, 230.2) !important;
}
.btn-alt-warning-50:hover, .btn-alt-warning-50:focus {
  background: rgb(255, 247.4, 230.2) !important;
  color: white !important;
}

.btn-alt-warning-100 {
  background: white !important;
  color: rgb(255, 239.8, 205.4) !important;
}
.btn-alt-warning-100:hover, .btn-alt-warning-100:focus {
  background: rgb(255, 239.8, 205.4) !important;
  color: white !important;
}

.btn-alt-warning-200 {
  background: white !important;
  color: rgb(255, 224.6, 155.8) !important;
}
.btn-alt-warning-200:hover, .btn-alt-warning-200:focus {
  background: rgb(255, 224.6, 155.8) !important;
  color: white !important;
}

.btn-alt-warning-300 {
  background: white !important;
  color: rgb(255, 209.4, 106.2) !important;
}
.btn-alt-warning-300:hover, .btn-alt-warning-300:focus {
  background: rgb(255, 209.4, 106.2) !important;
  color: white !important;
}

.btn-alt-warning-400 {
  background: white !important;
  color: rgb(255, 194.2, 56.6) !important;
}
.btn-alt-warning-400:hover, .btn-alt-warning-400:focus {
  background: rgb(255, 194.2, 56.6) !important;
  color: white !important;
}

.btn-alt-warning-500 {
  background: white !important;
  color: #ffb307 !important;
}
.btn-alt-warning-500:hover, .btn-alt-warning-500:focus {
  background: #ffb307 !important;
  color: white !important;
}

.btn-alt-warning-600 {
  background: white !important;
  color: rgb(204, 143.2, 5.6) !important;
}
.btn-alt-warning-600:hover, .btn-alt-warning-600:focus {
  background: rgb(204, 143.2, 5.6) !important;
  color: white !important;
}

.btn-alt-warning-700 {
  background: white !important;
  color: rgb(153, 107.4, 4.2) !important;
}
.btn-alt-warning-700:hover, .btn-alt-warning-700:focus {
  background: rgb(153, 107.4, 4.2) !important;
  color: white !important;
}

.btn-alt-warning-800 {
  background: white !important;
  color: rgb(102, 71.6, 2.8) !important;
}
.btn-alt-warning-800:hover, .btn-alt-warning-800:focus {
  background: rgb(102, 71.6, 2.8) !important;
  color: white !important;
}

.btn-alt-warning-900 {
  background: white !important;
  color: rgb(51, 35.8, 1.4) !important;
}
.btn-alt-warning-900:hover, .btn-alt-warning-900:focus {
  background: rgb(51, 35.8, 1.4) !important;
  color: white !important;
}

.btn-alt-danger-10 {
  background: white !important;
  color: rgb(254.19, 249.6, 249.6) !important;
}
.btn-alt-danger-10:hover, .btn-alt-danger-10:focus {
  background: rgb(254.19, 249.6, 249.6) !important;
  color: white !important;
}

.btn-alt-danger-25 {
  background: white !important;
  color: rgb(253.65, 246, 246) !important;
}
.btn-alt-danger-25:hover, .btn-alt-danger-25:focus {
  background: rgb(253.65, 246, 246) !important;
  color: white !important;
}

.btn-alt-danger-50 {
  background: white !important;
  color: rgb(252.3, 237, 237) !important;
}
.btn-alt-danger-50:hover, .btn-alt-danger-50:focus {
  background: rgb(252.3, 237, 237) !important;
  color: white !important;
}

.btn-alt-danger-100 {
  background: white !important;
  color: rgb(249.6, 219, 219) !important;
}
.btn-alt-danger-100:hover, .btn-alt-danger-100:focus {
  background: rgb(249.6, 219, 219) !important;
  color: white !important;
}

.btn-alt-danger-200 {
  background: white !important;
  color: rgb(244.2, 183, 183) !important;
}
.btn-alt-danger-200:hover, .btn-alt-danger-200:focus {
  background: rgb(244.2, 183, 183) !important;
  color: white !important;
}

.btn-alt-danger-300 {
  background: white !important;
  color: rgb(238.8, 147, 147) !important;
}
.btn-alt-danger-300:hover, .btn-alt-danger-300:focus {
  background: rgb(238.8, 147, 147) !important;
  color: white !important;
}

.btn-alt-danger-400 {
  background: white !important;
  color: rgb(233.4, 111, 111) !important;
}
.btn-alt-danger-400:hover, .btn-alt-danger-400:focus {
  background: rgb(233.4, 111, 111) !important;
  color: white !important;
}

.btn-alt-danger-500 {
  background: white !important;
  color: #e44b4b !important;
}
.btn-alt-danger-500:hover, .btn-alt-danger-500:focus {
  background: #e44b4b !important;
  color: white !important;
}

.btn-alt-danger-600 {
  background: white !important;
  color: rgb(182.4, 60, 60) !important;
}
.btn-alt-danger-600:hover, .btn-alt-danger-600:focus {
  background: rgb(182.4, 60, 60) !important;
  color: white !important;
}

.btn-alt-danger-700 {
  background: white !important;
  color: rgb(136.8, 45, 45) !important;
}
.btn-alt-danger-700:hover, .btn-alt-danger-700:focus {
  background: rgb(136.8, 45, 45) !important;
  color: white !important;
}

.btn-alt-danger-800 {
  background: white !important;
  color: rgb(91.2, 30, 30) !important;
}
.btn-alt-danger-800:hover, .btn-alt-danger-800:focus {
  background: rgb(91.2, 30, 30) !important;
  color: white !important;
}

.btn-alt-danger-900 {
  background: white !important;
  color: rgb(45.6, 15, 15) !important;
}
.btn-alt-danger-900:hover, .btn-alt-danger-900:focus {
  background: rgb(45.6, 15, 15) !important;
  color: white !important;
}

.btn-alt-blue {
  background: white !important;
  color: #078af3 !important;
}
.btn-alt-blue:hover, .btn-alt-blue:focus {
  background: #078af3 !important;
  color: white !important;
}

.btn-alt-blue-10 {
  background: white !important;
  color: rgb(247.56, 251.49, 254.64) !important;
}
.btn-alt-blue-10:hover, .btn-alt-blue-10:focus {
  background: rgb(247.56, 251.49, 254.64) !important;
  color: white !important;
}

.btn-alt-blue-25 {
  background: white !important;
  color: rgb(242.6, 249.15, 254.4) !important;
}
.btn-alt-blue-25:hover, .btn-alt-blue-25:focus {
  background: rgb(242.6, 249.15, 254.4) !important;
  color: white !important;
}

.btn-alt-blue-50 {
  background: white !important;
  color: rgb(230.2, 243.3, 253.8) !important;
}
.btn-alt-blue-50:hover, .btn-alt-blue-50:focus {
  background: rgb(230.2, 243.3, 253.8) !important;
  color: white !important;
}

.btn-alt-blue-100 {
  background: white !important;
  color: rgb(205.4, 231.6, 252.6) !important;
}
.btn-alt-blue-100:hover, .btn-alt-blue-100:focus {
  background: rgb(205.4, 231.6, 252.6) !important;
  color: white !important;
}

.btn-alt-blue-200 {
  background: white !important;
  color: rgb(155.8, 208.2, 250.2) !important;
}
.btn-alt-blue-200:hover, .btn-alt-blue-200:focus {
  background: rgb(155.8, 208.2, 250.2) !important;
  color: white !important;
}

.btn-alt-blue-300 {
  background: white !important;
  color: rgb(106.2, 184.8, 247.8) !important;
}
.btn-alt-blue-300:hover, .btn-alt-blue-300:focus {
  background: rgb(106.2, 184.8, 247.8) !important;
  color: white !important;
}

.btn-alt-blue-400 {
  background: white !important;
  color: rgb(56.6, 161.4, 245.4) !important;
}
.btn-alt-blue-400:hover, .btn-alt-blue-400:focus {
  background: rgb(56.6, 161.4, 245.4) !important;
  color: white !important;
}

.btn-alt-blue-500 {
  background: white !important;
  color: #078af3 !important;
}
.btn-alt-blue-500:hover, .btn-alt-blue-500:focus {
  background: #078af3 !important;
  color: white !important;
}

.btn-alt-blue-600 {
  background: white !important;
  color: rgb(5.6, 110.4, 194.4) !important;
}
.btn-alt-blue-600:hover, .btn-alt-blue-600:focus {
  background: rgb(5.6, 110.4, 194.4) !important;
  color: white !important;
}

.btn-alt-blue-700 {
  background: white !important;
  color: rgb(4.2, 82.8, 145.8) !important;
}
.btn-alt-blue-700:hover, .btn-alt-blue-700:focus {
  background: rgb(4.2, 82.8, 145.8) !important;
  color: white !important;
}

.btn-alt-blue-800 {
  background: white !important;
  color: rgb(2.8, 55.2, 97.2) !important;
}
.btn-alt-blue-800:hover, .btn-alt-blue-800:focus {
  background: rgb(2.8, 55.2, 97.2) !important;
  color: white !important;
}

.btn-alt-blue-900 {
  background: white !important;
  color: rgb(1.4, 27.6, 48.6) !important;
}
.btn-alt-blue-900:hover, .btn-alt-blue-900:focus {
  background: rgb(1.4, 27.6, 48.6) !important;
  color: white !important;
}

.btn-alt-indigo {
  background: white !important;
  color: #553cdf !important;
}
.btn-alt-indigo:hover, .btn-alt-indigo:focus {
  background: #553cdf !important;
  color: white !important;
}

.btn-alt-indigo-10 {
  background: white !important;
  color: rgb(249.9, 249.15, 254.04) !important;
}
.btn-alt-indigo-10:hover, .btn-alt-indigo-10:focus {
  background: rgb(249.9, 249.15, 254.04) !important;
  color: white !important;
}

.btn-alt-indigo-25 {
  background: white !important;
  color: rgb(246.5, 245.25, 253.4) !important;
}
.btn-alt-indigo-25:hover, .btn-alt-indigo-25:focus {
  background: rgb(246.5, 245.25, 253.4) !important;
  color: white !important;
}

.btn-alt-indigo-50 {
  background: white !important;
  color: rgb(238, 235.5, 251.8) !important;
}
.btn-alt-indigo-50:hover, .btn-alt-indigo-50:focus {
  background: rgb(238, 235.5, 251.8) !important;
  color: white !important;
}

.btn-alt-indigo-100 {
  background: white !important;
  color: rgb(221, 216, 248.6) !important;
}
.btn-alt-indigo-100:hover, .btn-alt-indigo-100:focus {
  background: rgb(221, 216, 248.6) !important;
  color: white !important;
}

.btn-alt-indigo-200 {
  background: white !important;
  color: rgb(187, 177, 242.2) !important;
}
.btn-alt-indigo-200:hover, .btn-alt-indigo-200:focus {
  background: rgb(187, 177, 242.2) !important;
  color: white !important;
}

.btn-alt-indigo-300 {
  background: white !important;
  color: rgb(153, 138, 235.8) !important;
}
.btn-alt-indigo-300:hover, .btn-alt-indigo-300:focus {
  background: rgb(153, 138, 235.8) !important;
  color: white !important;
}

.btn-alt-indigo-400 {
  background: white !important;
  color: rgb(119, 99, 229.4) !important;
}
.btn-alt-indigo-400:hover, .btn-alt-indigo-400:focus {
  background: rgb(119, 99, 229.4) !important;
  color: white !important;
}

.btn-alt-indigo-500 {
  background: white !important;
  color: #553cdf !important;
}
.btn-alt-indigo-500:hover, .btn-alt-indigo-500:focus {
  background: #553cdf !important;
  color: white !important;
}

.btn-alt-indigo-600 {
  background: white !important;
  color: rgb(68, 48, 178.4) !important;
}
.btn-alt-indigo-600:hover, .btn-alt-indigo-600:focus {
  background: rgb(68, 48, 178.4) !important;
  color: white !important;
}

.btn-alt-indigo-700 {
  background: white !important;
  color: rgb(51, 36, 133.8) !important;
}
.btn-alt-indigo-700:hover, .btn-alt-indigo-700:focus {
  background: rgb(51, 36, 133.8) !important;
  color: white !important;
}

.btn-alt-indigo-800 {
  background: white !important;
  color: rgb(34, 24, 89.2) !important;
}
.btn-alt-indigo-800:hover, .btn-alt-indigo-800:focus {
  background: rgb(34, 24, 89.2) !important;
  color: white !important;
}

.btn-alt-indigo-900 {
  background: white !important;
  color: rgb(17, 12, 44.6) !important;
}
.btn-alt-indigo-900:hover, .btn-alt-indigo-900:focus {
  background: rgb(17, 12, 44.6) !important;
  color: white !important;
}

.btn-alt-purple {
  background: white !important;
  color: #8921e4 !important;
}
.btn-alt-purple:hover, .btn-alt-purple:focus {
  background: #8921e4 !important;
  color: white !important;
}

.btn-alt-purple-10 {
  background: white !important;
  color: rgb(251.46, 248.34, 254.19) !important;
}
.btn-alt-purple-10:hover, .btn-alt-purple-10:focus {
  background: rgb(251.46, 248.34, 254.19) !important;
  color: white !important;
}

.btn-alt-purple-25 {
  background: white !important;
  color: rgb(249.1, 243.9, 253.65) !important;
}
.btn-alt-purple-25:hover, .btn-alt-purple-25:focus {
  background: rgb(249.1, 243.9, 253.65) !important;
  color: white !important;
}

.btn-alt-purple-50 {
  background: white !important;
  color: rgb(243.2, 232.8, 252.3) !important;
}
.btn-alt-purple-50:hover, .btn-alt-purple-50:focus {
  background: rgb(243.2, 232.8, 252.3) !important;
  color: white !important;
}

.btn-alt-purple-100 {
  background: white !important;
  color: rgb(231.4, 210.6, 249.6) !important;
}
.btn-alt-purple-100:hover, .btn-alt-purple-100:focus {
  background: rgb(231.4, 210.6, 249.6) !important;
  color: white !important;
}

.btn-alt-purple-200 {
  background: white !important;
  color: rgb(207.8, 166.2, 244.2) !important;
}
.btn-alt-purple-200:hover, .btn-alt-purple-200:focus {
  background: rgb(207.8, 166.2, 244.2) !important;
  color: white !important;
}

.btn-alt-purple-300 {
  background: white !important;
  color: rgb(184.2, 121.8, 238.8) !important;
}
.btn-alt-purple-300:hover, .btn-alt-purple-300:focus {
  background: rgb(184.2, 121.8, 238.8) !important;
  color: white !important;
}

.btn-alt-purple-400 {
  background: white !important;
  color: rgb(160.6, 77.4, 233.4) !important;
}
.btn-alt-purple-400:hover, .btn-alt-purple-400:focus {
  background: rgb(160.6, 77.4, 233.4) !important;
  color: white !important;
}

.btn-alt-purple-500 {
  background: white !important;
  color: #8921e4 !important;
}
.btn-alt-purple-500:hover, .btn-alt-purple-500:focus {
  background: #8921e4 !important;
  color: white !important;
}

.btn-alt-purple-600 {
  background: white !important;
  color: rgb(109.6, 26.4, 182.4) !important;
}
.btn-alt-purple-600:hover, .btn-alt-purple-600:focus {
  background: rgb(109.6, 26.4, 182.4) !important;
  color: white !important;
}

.btn-alt-purple-700 {
  background: white !important;
  color: rgb(82.2, 19.8, 136.8) !important;
}
.btn-alt-purple-700:hover, .btn-alt-purple-700:focus {
  background: rgb(82.2, 19.8, 136.8) !important;
  color: white !important;
}

.btn-alt-purple-800 {
  background: white !important;
  color: rgb(54.8, 13.2, 91.2) !important;
}
.btn-alt-purple-800:hover, .btn-alt-purple-800:focus {
  background: rgb(54.8, 13.2, 91.2) !important;
  color: white !important;
}

.btn-alt-purple-900 {
  background: white !important;
  color: rgb(27.4, 6.6, 45.6) !important;
}
.btn-alt-purple-900:hover, .btn-alt-purple-900:focus {
  background: rgb(27.4, 6.6, 45.6) !important;
  color: white !important;
}

.btn-alt-red {
  background: white !important;
  color: #ea4335 !important;
}
.btn-alt-red:hover, .btn-alt-red:focus {
  background: #ea4335 !important;
  color: white !important;
}

.btn-alt-red-10 {
  background: white !important;
  color: rgb(254.37, 249.36, 248.94) !important;
}
.btn-alt-red-10:hover, .btn-alt-red-10:focus {
  background: rgb(254.37, 249.36, 248.94) !important;
  color: white !important;
}

.btn-alt-red-25 {
  background: white !important;
  color: rgb(253.95, 245.6, 244.9) !important;
}
.btn-alt-red-25:hover, .btn-alt-red-25:focus {
  background: rgb(253.95, 245.6, 244.9) !important;
  color: white !important;
}

.btn-alt-red-50 {
  background: white !important;
  color: rgb(252.9, 236.2, 234.8) !important;
}
.btn-alt-red-50:hover, .btn-alt-red-50:focus {
  background: rgb(252.9, 236.2, 234.8) !important;
  color: white !important;
}

.btn-alt-red-100 {
  background: white !important;
  color: rgb(250.8, 217.4, 214.6) !important;
}
.btn-alt-red-100:hover, .btn-alt-red-100:focus {
  background: rgb(250.8, 217.4, 214.6) !important;
  color: white !important;
}

.btn-alt-red-200 {
  background: white !important;
  color: rgb(246.6, 179.8, 174.2) !important;
}
.btn-alt-red-200:hover, .btn-alt-red-200:focus {
  background: rgb(246.6, 179.8, 174.2) !important;
  color: white !important;
}

.btn-alt-red-300 {
  background: white !important;
  color: rgb(242.4, 142.2, 133.8) !important;
}
.btn-alt-red-300:hover, .btn-alt-red-300:focus {
  background: rgb(242.4, 142.2, 133.8) !important;
  color: white !important;
}

.btn-alt-red-400 {
  background: white !important;
  color: rgb(238.2, 104.6, 93.4) !important;
}
.btn-alt-red-400:hover, .btn-alt-red-400:focus {
  background: rgb(238.2, 104.6, 93.4) !important;
  color: white !important;
}

.btn-alt-red-500 {
  background: white !important;
  color: #ea4335 !important;
}
.btn-alt-red-500:hover, .btn-alt-red-500:focus {
  background: #ea4335 !important;
  color: white !important;
}

.btn-alt-red-600 {
  background: white !important;
  color: rgb(187.2, 53.6, 42.4) !important;
}
.btn-alt-red-600:hover, .btn-alt-red-600:focus {
  background: rgb(187.2, 53.6, 42.4) !important;
  color: white !important;
}

.btn-alt-red-700 {
  background: white !important;
  color: rgb(140.4, 40.2, 31.8) !important;
}
.btn-alt-red-700:hover, .btn-alt-red-700:focus {
  background: rgb(140.4, 40.2, 31.8) !important;
  color: white !important;
}

.btn-alt-red-800 {
  background: white !important;
  color: rgb(93.6, 26.8, 21.2) !important;
}
.btn-alt-red-800:hover, .btn-alt-red-800:focus {
  background: rgb(93.6, 26.8, 21.2) !important;
  color: white !important;
}

.btn-alt-red-900 {
  background: white !important;
  color: rgb(46.8, 13.4, 10.6) !important;
}
.btn-alt-red-900:hover, .btn-alt-red-900:focus {
  background: rgb(46.8, 13.4, 10.6) !important;
  color: white !important;
}

.btn-alt-rose {
  background: white !important;
  color: #d20e4f !important;
}
.btn-alt-rose:hover, .btn-alt-rose:focus {
  background: #d20e4f !important;
  color: white !important;
}

.btn-alt-rose-10 {
  background: white !important;
  color: rgb(253.65, 247.77, 249.72) !important;
}
.btn-alt-rose-10:hover, .btn-alt-rose-10:focus {
  background: rgb(253.65, 247.77, 249.72) !important;
  color: white !important;
}

.btn-alt-rose-25 {
  background: white !important;
  color: rgb(252.75, 242.95, 246.2) !important;
}
.btn-alt-rose-25:hover, .btn-alt-rose-25:focus {
  background: rgb(252.75, 242.95, 246.2) !important;
  color: white !important;
}

.btn-alt-rose-50 {
  background: white !important;
  color: rgb(250.5, 230.9, 237.4) !important;
}
.btn-alt-rose-50:hover, .btn-alt-rose-50:focus {
  background: rgb(250.5, 230.9, 237.4) !important;
  color: white !important;
}

.btn-alt-rose-100 {
  background: white !important;
  color: rgb(246, 206.8, 219.8) !important;
}
.btn-alt-rose-100:hover, .btn-alt-rose-100:focus {
  background: rgb(246, 206.8, 219.8) !important;
  color: white !important;
}

.btn-alt-rose-200 {
  background: white !important;
  color: rgb(237, 158.6, 184.6) !important;
}
.btn-alt-rose-200:hover, .btn-alt-rose-200:focus {
  background: rgb(237, 158.6, 184.6) !important;
  color: white !important;
}

.btn-alt-rose-300 {
  background: white !important;
  color: rgb(228, 110.4, 149.4) !important;
}
.btn-alt-rose-300:hover, .btn-alt-rose-300:focus {
  background: rgb(228, 110.4, 149.4) !important;
  color: white !important;
}

.btn-alt-rose-400 {
  background: white !important;
  color: rgb(219, 62.2, 114.2) !important;
}
.btn-alt-rose-400:hover, .btn-alt-rose-400:focus {
  background: rgb(219, 62.2, 114.2) !important;
  color: white !important;
}

.btn-alt-rose-500 {
  background: white !important;
  color: #d20e4f !important;
}
.btn-alt-rose-500:hover, .btn-alt-rose-500:focus {
  background: #d20e4f !important;
  color: white !important;
}

.btn-alt-rose-600 {
  background: white !important;
  color: rgb(168, 11.2, 63.2) !important;
}
.btn-alt-rose-600:hover, .btn-alt-rose-600:focus {
  background: rgb(168, 11.2, 63.2) !important;
  color: white !important;
}

.btn-alt-rose-700 {
  background: white !important;
  color: rgb(126, 8.4, 47.4) !important;
}
.btn-alt-rose-700:hover, .btn-alt-rose-700:focus {
  background: rgb(126, 8.4, 47.4) !important;
  color: white !important;
}

.btn-alt-rose-800 {
  background: white !important;
  color: rgb(84, 5.6, 31.6) !important;
}
.btn-alt-rose-800:hover, .btn-alt-rose-800:focus {
  background: rgb(84, 5.6, 31.6) !important;
  color: white !important;
}

.btn-alt-rose-900 {
  background: white !important;
  color: rgb(42, 2.8, 15.8) !important;
}
.btn-alt-rose-900:hover, .btn-alt-rose-900:focus {
  background: rgb(42, 2.8, 15.8) !important;
  color: white !important;
}

.btn-alt-pink {
  background: white !important;
  color: #f06b9d !important;
}
.btn-alt-pink:hover, .btn-alt-pink:focus {
  background: #f06b9d !important;
  color: white !important;
}

.btn-alt-pink-10 {
  background: white !important;
  color: rgb(254.55, 250.56, 252.06) !important;
}
.btn-alt-pink-10:hover, .btn-alt-pink-10:focus {
  background: rgb(254.55, 250.56, 252.06) !important;
  color: white !important;
}

.btn-alt-pink-25 {
  background: white !important;
  color: rgb(254.25, 247.6, 250.1) !important;
}
.btn-alt-pink-25:hover, .btn-alt-pink-25:focus {
  background: rgb(254.25, 247.6, 250.1) !important;
  color: white !important;
}

.btn-alt-pink-50 {
  background: white !important;
  color: rgb(253.5, 240.2, 245.2) !important;
}
.btn-alt-pink-50:hover, .btn-alt-pink-50:focus {
  background: rgb(253.5, 240.2, 245.2) !important;
  color: white !important;
}

.btn-alt-pink-100 {
  background: white !important;
  color: rgb(252, 225.4, 235.4) !important;
}
.btn-alt-pink-100:hover, .btn-alt-pink-100:focus {
  background: rgb(252, 225.4, 235.4) !important;
  color: white !important;
}

.btn-alt-pink-200 {
  background: white !important;
  color: rgb(249, 195.8, 215.8) !important;
}
.btn-alt-pink-200:hover, .btn-alt-pink-200:focus {
  background: rgb(249, 195.8, 215.8) !important;
  color: white !important;
}

.btn-alt-pink-300 {
  background: white !important;
  color: rgb(246, 166.2, 196.2) !important;
}
.btn-alt-pink-300:hover, .btn-alt-pink-300:focus {
  background: rgb(246, 166.2, 196.2) !important;
  color: white !important;
}

.btn-alt-pink-400 {
  background: white !important;
  color: rgb(243, 136.6, 176.6) !important;
}
.btn-alt-pink-400:hover, .btn-alt-pink-400:focus {
  background: rgb(243, 136.6, 176.6) !important;
  color: white !important;
}

.btn-alt-pink-500 {
  background: white !important;
  color: #f06b9d !important;
}
.btn-alt-pink-500:hover, .btn-alt-pink-500:focus {
  background: #f06b9d !important;
  color: white !important;
}

.btn-alt-pink-600 {
  background: white !important;
  color: rgb(192, 85.6, 125.6) !important;
}
.btn-alt-pink-600:hover, .btn-alt-pink-600:focus {
  background: rgb(192, 85.6, 125.6) !important;
  color: white !important;
}

.btn-alt-pink-700 {
  background: white !important;
  color: rgb(144, 64.2, 94.2) !important;
}
.btn-alt-pink-700:hover, .btn-alt-pink-700:focus {
  background: rgb(144, 64.2, 94.2) !important;
  color: white !important;
}

.btn-alt-pink-800 {
  background: white !important;
  color: rgb(96, 42.8, 62.8) !important;
}
.btn-alt-pink-800:hover, .btn-alt-pink-800:focus {
  background: rgb(96, 42.8, 62.8) !important;
  color: white !important;
}

.btn-alt-pink-900 {
  background: white !important;
  color: rgb(48, 21.4, 31.4) !important;
}
.btn-alt-pink-900:hover, .btn-alt-pink-900:focus {
  background: rgb(48, 21.4, 31.4) !important;
  color: white !important;
}

.btn-alt-orange {
  background: white !important;
  color: #fb6b1e !important;
}
.btn-alt-orange:hover, .btn-alt-orange:focus {
  background: #fb6b1e !important;
  color: white !important;
}

.btn-alt-orange-10 {
  background: white !important;
  color: rgb(254.88, 250.56, 248.25) !important;
}
.btn-alt-orange-10:hover, .btn-alt-orange-10:focus {
  background: rgb(254.88, 250.56, 248.25) !important;
  color: white !important;
}

.btn-alt-orange-25 {
  background: white !important;
  color: rgb(254.8, 247.6, 243.75) !important;
}
.btn-alt-orange-25:hover, .btn-alt-orange-25:focus {
  background: rgb(254.8, 247.6, 243.75) !important;
  color: white !important;
}

.btn-alt-orange-50 {
  background: white !important;
  color: rgb(254.6, 240.2, 232.5) !important;
}
.btn-alt-orange-50:hover, .btn-alt-orange-50:focus {
  background: rgb(254.6, 240.2, 232.5) !important;
  color: white !important;
}

.btn-alt-orange-100 {
  background: white !important;
  color: rgb(254.2, 225.4, 210) !important;
}
.btn-alt-orange-100:hover, .btn-alt-orange-100:focus {
  background: rgb(254.2, 225.4, 210) !important;
  color: white !important;
}

.btn-alt-orange-200 {
  background: white !important;
  color: rgb(253.4, 195.8, 165) !important;
}
.btn-alt-orange-200:hover, .btn-alt-orange-200:focus {
  background: rgb(253.4, 195.8, 165) !important;
  color: white !important;
}

.btn-alt-orange-300 {
  background: white !important;
  color: rgb(252.6, 166.2, 120) !important;
}
.btn-alt-orange-300:hover, .btn-alt-orange-300:focus {
  background: rgb(252.6, 166.2, 120) !important;
  color: white !important;
}

.btn-alt-orange-400 {
  background: white !important;
  color: rgb(251.8, 136.6, 75) !important;
}
.btn-alt-orange-400:hover, .btn-alt-orange-400:focus {
  background: rgb(251.8, 136.6, 75) !important;
  color: white !important;
}

.btn-alt-orange-500 {
  background: white !important;
  color: #fb6b1e !important;
}
.btn-alt-orange-500:hover, .btn-alt-orange-500:focus {
  background: #fb6b1e !important;
  color: white !important;
}

.btn-alt-orange-600 {
  background: white !important;
  color: rgb(200.8, 85.6, 24) !important;
}
.btn-alt-orange-600:hover, .btn-alt-orange-600:focus {
  background: rgb(200.8, 85.6, 24) !important;
  color: white !important;
}

.btn-alt-orange-700 {
  background: white !important;
  color: rgb(150.6, 64.2, 18) !important;
}
.btn-alt-orange-700:hover, .btn-alt-orange-700:focus {
  background: rgb(150.6, 64.2, 18) !important;
  color: white !important;
}

.btn-alt-orange-800 {
  background: white !important;
  color: rgb(100.4, 42.8, 12) !important;
}
.btn-alt-orange-800:hover, .btn-alt-orange-800:focus {
  background: rgb(100.4, 42.8, 12) !important;
  color: white !important;
}

.btn-alt-orange-900 {
  background: white !important;
  color: rgb(50.2, 21.4, 6) !important;
}
.btn-alt-orange-900:hover, .btn-alt-orange-900:focus {
  background: rgb(50.2, 21.4, 6) !important;
  color: white !important;
}

.btn-alt-yellow {
  background: white !important;
  color: #fcbc05 !important;
}
.btn-alt-yellow:hover, .btn-alt-yellow:focus {
  background: #fcbc05 !important;
  color: white !important;
}

.btn-alt-yellow-10 {
  background: white !important;
  color: rgb(254.91, 252.99, 247.5) !important;
}
.btn-alt-yellow-10:hover, .btn-alt-yellow-10:focus {
  background: rgb(254.91, 252.99, 247.5) !important;
  color: white !important;
}

.btn-alt-yellow-25 {
  background: white !important;
  color: rgb(254.85, 251.65, 242.5) !important;
}
.btn-alt-yellow-25:hover, .btn-alt-yellow-25:focus {
  background: rgb(254.85, 251.65, 242.5) !important;
  color: white !important;
}

.btn-alt-yellow-50 {
  background: white !important;
  color: rgb(254.7, 248.3, 230) !important;
}
.btn-alt-yellow-50:hover, .btn-alt-yellow-50:focus {
  background: rgb(254.7, 248.3, 230) !important;
  color: white !important;
}

.btn-alt-yellow-100 {
  background: white !important;
  color: rgb(254.4, 241.6, 205) !important;
}
.btn-alt-yellow-100:hover, .btn-alt-yellow-100:focus {
  background: rgb(254.4, 241.6, 205) !important;
  color: white !important;
}

.btn-alt-yellow-200 {
  background: white !important;
  color: rgb(253.8, 228.2, 155) !important;
}
.btn-alt-yellow-200:hover, .btn-alt-yellow-200:focus {
  background: rgb(253.8, 228.2, 155) !important;
  color: white !important;
}

.btn-alt-yellow-300 {
  background: white !important;
  color: rgb(253.2, 214.8, 105) !important;
}
.btn-alt-yellow-300:hover, .btn-alt-yellow-300:focus {
  background: rgb(253.2, 214.8, 105) !important;
  color: white !important;
}

.btn-alt-yellow-400 {
  background: white !important;
  color: rgb(252.6, 201.4, 55) !important;
}
.btn-alt-yellow-400:hover, .btn-alt-yellow-400:focus {
  background: rgb(252.6, 201.4, 55) !important;
  color: white !important;
}

.btn-alt-yellow-500 {
  background: white !important;
  color: #fcbc05 !important;
}
.btn-alt-yellow-500:hover, .btn-alt-yellow-500:focus {
  background: #fcbc05 !important;
  color: white !important;
}

.btn-alt-yellow-600 {
  background: white !important;
  color: rgb(201.6, 150.4, 4) !important;
}
.btn-alt-yellow-600:hover, .btn-alt-yellow-600:focus {
  background: rgb(201.6, 150.4, 4) !important;
  color: white !important;
}

.btn-alt-yellow-700 {
  background: white !important;
  color: rgb(151.2, 112.8, 3) !important;
}
.btn-alt-yellow-700:hover, .btn-alt-yellow-700:focus {
  background: rgb(151.2, 112.8, 3) !important;
  color: white !important;
}

.btn-alt-yellow-800 {
  background: white !important;
  color: rgb(100.8, 75.2, 2) !important;
}
.btn-alt-yellow-800:hover, .btn-alt-yellow-800:focus {
  background: rgb(100.8, 75.2, 2) !important;
  color: white !important;
}

.btn-alt-yellow-900 {
  background: white !important;
  color: rgb(50.4, 37.6, 1) !important;
}
.btn-alt-yellow-900:hover, .btn-alt-yellow-900:focus {
  background: rgb(50.4, 37.6, 1) !important;
  color: white !important;
}

.btn-alt-green {
  background: white !important;
  color: #34a853 !important;
}
.btn-alt-green:hover, .btn-alt-green:focus {
  background: #34a853 !important;
  color: white !important;
}

.btn-alt-green-10 {
  background: white !important;
  color: rgb(248.91, 252.39, 249.84) !important;
}
.btn-alt-green-10:hover, .btn-alt-green-10:focus {
  background: rgb(248.91, 252.39, 249.84) !important;
  color: white !important;
}

.btn-alt-green-25 {
  background: white !important;
  color: rgb(244.85, 250.65, 246.4) !important;
}
.btn-alt-green-25:hover, .btn-alt-green-25:focus {
  background: rgb(244.85, 250.65, 246.4) !important;
  color: white !important;
}

.btn-alt-green-50 {
  background: white !important;
  color: rgb(234.7, 246.3, 237.8) !important;
}
.btn-alt-green-50:hover, .btn-alt-green-50:focus {
  background: rgb(234.7, 246.3, 237.8) !important;
  color: white !important;
}

.btn-alt-green-100 {
  background: white !important;
  color: rgb(214.4, 237.6, 220.6) !important;
}
.btn-alt-green-100:hover, .btn-alt-green-100:focus {
  background: rgb(214.4, 237.6, 220.6) !important;
  color: white !important;
}

.btn-alt-green-200 {
  background: white !important;
  color: rgb(173.8, 220.2, 186.2) !important;
}
.btn-alt-green-200:hover, .btn-alt-green-200:focus {
  background: rgb(173.8, 220.2, 186.2) !important;
  color: white !important;
}

.btn-alt-green-300 {
  background: white !important;
  color: rgb(133.2, 202.8, 151.8) !important;
}
.btn-alt-green-300:hover, .btn-alt-green-300:focus {
  background: rgb(133.2, 202.8, 151.8) !important;
  color: white !important;
}

.btn-alt-green-400 {
  background: white !important;
  color: rgb(92.6, 185.4, 117.4) !important;
}
.btn-alt-green-400:hover, .btn-alt-green-400:focus {
  background: rgb(92.6, 185.4, 117.4) !important;
  color: white !important;
}

.btn-alt-green-500 {
  background: white !important;
  color: #34a853 !important;
}
.btn-alt-green-500:hover, .btn-alt-green-500:focus {
  background: #34a853 !important;
  color: white !important;
}

.btn-alt-green-600 {
  background: white !important;
  color: rgb(41.6, 134.4, 66.4) !important;
}
.btn-alt-green-600:hover, .btn-alt-green-600:focus {
  background: rgb(41.6, 134.4, 66.4) !important;
  color: white !important;
}

.btn-alt-green-700 {
  background: white !important;
  color: rgb(31.2, 100.8, 49.8) !important;
}
.btn-alt-green-700:hover, .btn-alt-green-700:focus {
  background: rgb(31.2, 100.8, 49.8) !important;
  color: white !important;
}

.btn-alt-green-800 {
  background: white !important;
  color: rgb(20.8, 67.2, 33.2) !important;
}
.btn-alt-green-800:hover, .btn-alt-green-800:focus {
  background: rgb(20.8, 67.2, 33.2) !important;
  color: white !important;
}

.btn-alt-green-900 {
  background: white !important;
  color: rgb(10.4, 33.6, 16.6) !important;
}
.btn-alt-green-900:hover, .btn-alt-green-900:focus {
  background: rgb(10.4, 33.6, 16.6) !important;
  color: white !important;
}

.btn-alt-lime {
  background: white !important;
  color: #aef359 !important;
}
.btn-alt-lime:hover, .btn-alt-lime:focus {
  background: #aef359 !important;
  color: white !important;
}

.btn-alt-lime-10 {
  background: white !important;
  color: rgb(252.57, 254.64, 250.02) !important;
}
.btn-alt-lime-10:hover, .btn-alt-lime-10:focus {
  background: rgb(252.57, 254.64, 250.02) !important;
  color: white !important;
}

.btn-alt-lime-25 {
  background: white !important;
  color: rgb(250.95, 254.4, 246.7) !important;
}
.btn-alt-lime-25:hover, .btn-alt-lime-25:focus {
  background: rgb(250.95, 254.4, 246.7) !important;
  color: white !important;
}

.btn-alt-lime-50 {
  background: white !important;
  color: rgb(246.9, 253.8, 238.4) !important;
}
.btn-alt-lime-50:hover, .btn-alt-lime-50:focus {
  background: rgb(246.9, 253.8, 238.4) !important;
  color: white !important;
}

.btn-alt-lime-100 {
  background: white !important;
  color: rgb(238.8, 252.6, 221.8) !important;
}
.btn-alt-lime-100:hover, .btn-alt-lime-100:focus {
  background: rgb(238.8, 252.6, 221.8) !important;
  color: white !important;
}

.btn-alt-lime-200 {
  background: white !important;
  color: rgb(222.6, 250.2, 188.6) !important;
}
.btn-alt-lime-200:hover, .btn-alt-lime-200:focus {
  background: rgb(222.6, 250.2, 188.6) !important;
  color: white !important;
}

.btn-alt-lime-300 {
  background: white !important;
  color: rgb(206.4, 247.8, 155.4) !important;
}
.btn-alt-lime-300:hover, .btn-alt-lime-300:focus {
  background: rgb(206.4, 247.8, 155.4) !important;
  color: white !important;
}

.btn-alt-lime-400 {
  background: white !important;
  color: rgb(190.2, 245.4, 122.2) !important;
}
.btn-alt-lime-400:hover, .btn-alt-lime-400:focus {
  background: rgb(190.2, 245.4, 122.2) !important;
  color: white !important;
}

.btn-alt-lime-500 {
  background: white !important;
  color: #aef359 !important;
}
.btn-alt-lime-500:hover, .btn-alt-lime-500:focus {
  background: #aef359 !important;
  color: white !important;
}

.btn-alt-lime-600 {
  background: white !important;
  color: rgb(139.2, 194.4, 71.2) !important;
}
.btn-alt-lime-600:hover, .btn-alt-lime-600:focus {
  background: rgb(139.2, 194.4, 71.2) !important;
  color: white !important;
}

.btn-alt-lime-700 {
  background: white !important;
  color: rgb(104.4, 145.8, 53.4) !important;
}
.btn-alt-lime-700:hover, .btn-alt-lime-700:focus {
  background: rgb(104.4, 145.8, 53.4) !important;
  color: white !important;
}

.btn-alt-lime-800 {
  background: white !important;
  color: rgb(69.6, 97.2, 35.6) !important;
}
.btn-alt-lime-800:hover, .btn-alt-lime-800:focus {
  background: rgb(69.6, 97.2, 35.6) !important;
  color: white !important;
}

.btn-alt-lime-900 {
  background: white !important;
  color: rgb(34.8, 48.6, 17.8) !important;
}
.btn-alt-lime-900:hover, .btn-alt-lime-900:focus {
  background: rgb(34.8, 48.6, 17.8) !important;
  color: white !important;
}

.btn-alt-teal {
  background: white !important;
  color: #06f6c6 !important;
}
.btn-alt-teal:hover, .btn-alt-teal:focus {
  background: #06f6c6 !important;
  color: white !important;
}

.btn-alt-teal-10 {
  background: white !important;
  color: rgb(247.53, 254.73, 253.29) !important;
}
.btn-alt-teal-10:hover, .btn-alt-teal-10:focus {
  background: rgb(247.53, 254.73, 253.29) !important;
  color: white !important;
}

.btn-alt-teal-25 {
  background: white !important;
  color: rgb(242.55, 254.55, 252.15) !important;
}
.btn-alt-teal-25:hover, .btn-alt-teal-25:focus {
  background: rgb(242.55, 254.55, 252.15) !important;
  color: white !important;
}

.btn-alt-teal-50 {
  background: white !important;
  color: rgb(230.1, 254.1, 249.3) !important;
}
.btn-alt-teal-50:hover, .btn-alt-teal-50:focus {
  background: rgb(230.1, 254.1, 249.3) !important;
  color: white !important;
}

.btn-alt-teal-100 {
  background: white !important;
  color: rgb(205.2, 253.2, 243.6) !important;
}
.btn-alt-teal-100:hover, .btn-alt-teal-100:focus {
  background: rgb(205.2, 253.2, 243.6) !important;
  color: white !important;
}

.btn-alt-teal-200 {
  background: white !important;
  color: rgb(155.4, 251.4, 232.2) !important;
}
.btn-alt-teal-200:hover, .btn-alt-teal-200:focus {
  background: rgb(155.4, 251.4, 232.2) !important;
  color: white !important;
}

.btn-alt-teal-300 {
  background: white !important;
  color: rgb(105.6, 249.6, 220.8) !important;
}
.btn-alt-teal-300:hover, .btn-alt-teal-300:focus {
  background: rgb(105.6, 249.6, 220.8) !important;
  color: white !important;
}

.btn-alt-teal-400 {
  background: white !important;
  color: rgb(55.8, 247.8, 209.4) !important;
}
.btn-alt-teal-400:hover, .btn-alt-teal-400:focus {
  background: rgb(55.8, 247.8, 209.4) !important;
  color: white !important;
}

.btn-alt-teal-500 {
  background: white !important;
  color: #06f6c6 !important;
}
.btn-alt-teal-500:hover, .btn-alt-teal-500:focus {
  background: #06f6c6 !important;
  color: white !important;
}

.btn-alt-teal-600 {
  background: white !important;
  color: rgb(4.8, 196.8, 158.4) !important;
}
.btn-alt-teal-600:hover, .btn-alt-teal-600:focus {
  background: rgb(4.8, 196.8, 158.4) !important;
  color: white !important;
}

.btn-alt-teal-700 {
  background: white !important;
  color: rgb(3.6, 147.6, 118.8) !important;
}
.btn-alt-teal-700:hover, .btn-alt-teal-700:focus {
  background: rgb(3.6, 147.6, 118.8) !important;
  color: white !important;
}

.btn-alt-teal-800 {
  background: white !important;
  color: rgb(2.4, 98.4, 79.2) !important;
}
.btn-alt-teal-800:hover, .btn-alt-teal-800:focus {
  background: rgb(2.4, 98.4, 79.2) !important;
  color: white !important;
}

.btn-alt-teal-900 {
  background: white !important;
  color: rgb(1.2, 49.2, 39.6) !important;
}
.btn-alt-teal-900:hover, .btn-alt-teal-900:focus {
  background: rgb(1.2, 49.2, 39.6) !important;
  color: white !important;
}

.btn-alt-cyan {
  background: white !important;
  color: #38e1ff !important;
}
.btn-alt-cyan:hover, .btn-alt-cyan:focus {
  background: #38e1ff !important;
  color: white !important;
}

.btn-alt-cyan-10 {
  background: white !important;
  color: rgb(249.03, 254.1, 255) !important;
}
.btn-alt-cyan-10:hover, .btn-alt-cyan-10:focus {
  background: rgb(249.03, 254.1, 255) !important;
  color: white !important;
}

.btn-alt-cyan-25 {
  background: white !important;
  color: rgb(245.05, 253.5, 255) !important;
}
.btn-alt-cyan-25:hover, .btn-alt-cyan-25:focus {
  background: rgb(245.05, 253.5, 255) !important;
  color: white !important;
}

.btn-alt-cyan-50 {
  background: white !important;
  color: rgb(235.1, 252, 255) !important;
}
.btn-alt-cyan-50:hover, .btn-alt-cyan-50:focus {
  background: rgb(235.1, 252, 255) !important;
  color: white !important;
}

.btn-alt-cyan-100 {
  background: white !important;
  color: rgb(215.2, 249, 255) !important;
}
.btn-alt-cyan-100:hover, .btn-alt-cyan-100:focus {
  background: rgb(215.2, 249, 255) !important;
  color: white !important;
}

.btn-alt-cyan-200 {
  background: white !important;
  color: rgb(175.4, 243, 255) !important;
}
.btn-alt-cyan-200:hover, .btn-alt-cyan-200:focus {
  background: rgb(175.4, 243, 255) !important;
  color: white !important;
}

.btn-alt-cyan-300 {
  background: white !important;
  color: rgb(135.6, 237, 255) !important;
}
.btn-alt-cyan-300:hover, .btn-alt-cyan-300:focus {
  background: rgb(135.6, 237, 255) !important;
  color: white !important;
}

.btn-alt-cyan-400 {
  background: white !important;
  color: rgb(95.8, 231, 255) !important;
}
.btn-alt-cyan-400:hover, .btn-alt-cyan-400:focus {
  background: rgb(95.8, 231, 255) !important;
  color: white !important;
}

.btn-alt-cyan-500 {
  background: white !important;
  color: #38e1ff !important;
}
.btn-alt-cyan-500:hover, .btn-alt-cyan-500:focus {
  background: #38e1ff !important;
  color: white !important;
}

.btn-alt-cyan-600 {
  background: white !important;
  color: rgb(44.8, 180, 204) !important;
}
.btn-alt-cyan-600:hover, .btn-alt-cyan-600:focus {
  background: rgb(44.8, 180, 204) !important;
  color: white !important;
}

.btn-alt-cyan-700 {
  background: white !important;
  color: rgb(33.6, 135, 153) !important;
}
.btn-alt-cyan-700:hover, .btn-alt-cyan-700:focus {
  background: rgb(33.6, 135, 153) !important;
  color: white !important;
}

.btn-alt-cyan-800 {
  background: white !important;
  color: rgb(22.4, 90, 102) !important;
}
.btn-alt-cyan-800:hover, .btn-alt-cyan-800:focus {
  background: rgb(22.4, 90, 102) !important;
  color: white !important;
}

.btn-alt-cyan-900 {
  background: white !important;
  color: rgb(11.2, 45, 51) !important;
}
.btn-alt-cyan-900:hover, .btn-alt-cyan-900:focus {
  background: rgb(11.2, 45, 51) !important;
  color: white !important;
}

.btn-alt-tertiary {
  background: white !important;
  color: #5394A2 !important;
}
.btn-alt-tertiary:hover, .btn-alt-tertiary:focus {
  background: #5394A2 !important;
  color: white !important;
}

.btn-alt-tertiary-10 {
  background: white !important;
  color: rgb(249.84, 251.79, 252.21) !important;
}
.btn-alt-tertiary-10:hover, .btn-alt-tertiary-10:focus {
  background: rgb(249.84, 251.79, 252.21) !important;
  color: white !important;
}

.btn-alt-tertiary-25 {
  background: white !important;
  color: rgb(246.4, 249.65, 250.35) !important;
}
.btn-alt-tertiary-25:hover, .btn-alt-tertiary-25:focus {
  background: rgb(246.4, 249.65, 250.35) !important;
  color: white !important;
}

.btn-alt-tertiary-50 {
  background: white !important;
  color: rgb(237.8, 244.3, 245.7) !important;
}
.btn-alt-tertiary-50:hover, .btn-alt-tertiary-50:focus {
  background: rgb(237.8, 244.3, 245.7) !important;
  color: white !important;
}

.btn-alt-tertiary-100 {
  background: white !important;
  color: rgb(220.6, 233.6, 236.4) !important;
}
.btn-alt-tertiary-100:hover, .btn-alt-tertiary-100:focus {
  background: rgb(220.6, 233.6, 236.4) !important;
  color: white !important;
}

.btn-alt-tertiary-200 {
  background: white !important;
  color: rgb(186.2, 212.2, 217.8) !important;
}
.btn-alt-tertiary-200:hover, .btn-alt-tertiary-200:focus {
  background: rgb(186.2, 212.2, 217.8) !important;
  color: white !important;
}

.btn-alt-tertiary-300 {
  background: white !important;
  color: rgb(151.8, 190.8, 199.2) !important;
}
.btn-alt-tertiary-300:hover, .btn-alt-tertiary-300:focus {
  background: rgb(151.8, 190.8, 199.2) !important;
  color: white !important;
}

.btn-alt-tertiary-400 {
  background: white !important;
  color: rgb(117.4, 169.4, 180.6) !important;
}
.btn-alt-tertiary-400:hover, .btn-alt-tertiary-400:focus {
  background: rgb(117.4, 169.4, 180.6) !important;
  color: white !important;
}

.btn-alt-tertiary-500 {
  background: white !important;
  color: #5394A2 !important;
}
.btn-alt-tertiary-500:hover, .btn-alt-tertiary-500:focus {
  background: #5394A2 !important;
  color: white !important;
}

.btn-alt-tertiary-600 {
  background: white !important;
  color: rgb(66.4, 118.4, 129.6) !important;
}
.btn-alt-tertiary-600:hover, .btn-alt-tertiary-600:focus {
  background: rgb(66.4, 118.4, 129.6) !important;
  color: white !important;
}

.btn-alt-tertiary-700 {
  background: white !important;
  color: rgb(49.8, 88.8, 97.2) !important;
}
.btn-alt-tertiary-700:hover, .btn-alt-tertiary-700:focus {
  background: rgb(49.8, 88.8, 97.2) !important;
  color: white !important;
}

.btn-alt-tertiary-800 {
  background: white !important;
  color: rgb(33.2, 59.2, 64.8) !important;
}
.btn-alt-tertiary-800:hover, .btn-alt-tertiary-800:focus {
  background: rgb(33.2, 59.2, 64.8) !important;
  color: white !important;
}

.btn-alt-tertiary-900 {
  background: white !important;
  color: rgb(16.6, 29.6, 32.4) !important;
}
.btn-alt-tertiary-900:hover, .btn-alt-tertiary-900:focus {
  background: rgb(16.6, 29.6, 32.4) !important;
  color: white !important;
}

.btn-ghost-primary {
  background: rgb(232.1, 239, 246.6) !important;
  color: #1A5FAB !important;
}
.btn-ghost-primary:hover, .btn-ghost-primary:focus {
  background: rgb(209.2, 223, 238.2) !important;
}

.btn-ghost-secondary {
  background: rgb(232.1, 239, 246.6) !important;
  color: #1A5FAB !important;
}
.btn-ghost-secondary:hover, .btn-ghost-secondary:focus {
  background: rgb(209.2, 223, 238.2) !important;
}

.btn-ghost-success {
  background: rgb(237.1, 247, 237.5) !important;
  color: #4CAF50 !important;
}
.btn-ghost-success:hover, .btn-ghost-success:focus {
  background: rgb(219.2, 239, 220) !important;
}

.btn-ghost-info {
  background: rgb(229.5, 244.8, 249.9) !important;
  color: #0099cc !important;
}
.btn-ghost-info:hover, .btn-ghost-info:focus {
  background: rgb(204, 234.6, 244.8) !important;
}

.btn-ghost-warning {
  background: rgb(255, 247.4, 230.2) !important;
  color: #ffb307 !important;
}
.btn-ghost-warning:hover, .btn-ghost-warning:focus {
  background: rgb(255, 239.8, 205.4) !important;
}

.btn-ghost-danger {
  background: rgb(252.3, 237, 237) !important;
  color: #e44b4b !important;
}
.btn-ghost-danger:hover, .btn-ghost-danger:focus {
  background: rgb(249.6, 219, 219) !important;
}

.btn-ghost-light {
  background-color: var(--color-gray-25) !important;
}
.btn-ghost-light:hover, .btn-ghost-light:focus {
  background: var(--color-gray-50) !important;
}

.btn-ghost-dark {
  background: rgb(232.8, 233.2, 233.6) !important;
  color: #212529 !important;
}
.btn-ghost-dark:hover, .btn-ghost-dark:focus {
  background: rgb(210.6, 211.4, 212.2) !important;
}

.btn-ghost-gray {
  background: rgb(238.6, 238.6, 238.6) !important;
  color: #5b5b5b !important;
}
.btn-ghost-gray:hover, .btn-ghost-gray:focus {
  background: rgb(222.2, 222.2, 222.2) !important;
}

.btn-ghost-gray-10 {
  background: rgb(254.508, 254.508, 254.508) !important;
  color: rgb(250.08, 250.08, 250.08) !important;
}
.btn-ghost-gray-10:hover, .btn-ghost-gray-10:focus {
  background: rgb(254.016, 254.016, 254.016) !important;
}

.btn-ghost-gray-25 {
  background: rgb(254.18, 254.18, 254.18) !important;
  color: rgb(246.8, 246.8, 246.8) !important;
}
.btn-ghost-gray-25:hover, .btn-ghost-gray-25:focus {
  background: rgb(253.36, 253.36, 253.36) !important;
}

.btn-ghost-gray-50 {
  background: rgb(253.36, 253.36, 253.36) !important;
  color: rgb(238.6, 238.6, 238.6) !important;
}
.btn-ghost-gray-50:hover, .btn-ghost-gray-50:focus {
  background: rgb(251.72, 251.72, 251.72) !important;
}

.btn-ghost-gray-100 {
  background: rgb(251.72, 251.72, 251.72) !important;
  color: rgb(222.2, 222.2, 222.2) !important;
}
.btn-ghost-gray-100:hover, .btn-ghost-gray-100:focus {
  background: rgb(248.44, 248.44, 248.44) !important;
}

.btn-ghost-gray-200 {
  background: rgb(248.44, 248.44, 248.44) !important;
  color: rgb(189.4, 189.4, 189.4) !important;
}
.btn-ghost-gray-200:hover, .btn-ghost-gray-200:focus {
  background: rgb(241.88, 241.88, 241.88) !important;
}

.btn-ghost-gray-300 {
  background: rgb(245.16, 245.16, 245.16) !important;
  color: rgb(156.6, 156.6, 156.6) !important;
}
.btn-ghost-gray-300:hover, .btn-ghost-gray-300:focus {
  background: rgb(235.32, 235.32, 235.32) !important;
}

.btn-ghost-gray-400 {
  background: rgb(241.88, 241.88, 241.88) !important;
  color: rgb(123.8, 123.8, 123.8) !important;
}
.btn-ghost-gray-400:hover, .btn-ghost-gray-400:focus {
  background: rgb(228.76, 228.76, 228.76) !important;
}

.btn-ghost-gray-500 {
  background: rgb(238.6, 238.6, 238.6) !important;
  color: #5b5b5b !important;
}
.btn-ghost-gray-500:hover, .btn-ghost-gray-500:focus {
  background: rgb(222.2, 222.2, 222.2) !important;
}

.btn-ghost-gray-600 {
  background: rgb(236.78, 236.78, 236.78) !important;
  color: rgb(72.8, 72.8, 72.8) !important;
}
.btn-ghost-gray-600:hover, .btn-ghost-gray-600:focus {
  background: rgb(218.56, 218.56, 218.56) !important;
}

.btn-ghost-gray-700 {
  background: rgb(234.96, 234.96, 234.96) !important;
  color: rgb(54.6, 54.6, 54.6) !important;
}
.btn-ghost-gray-700:hover, .btn-ghost-gray-700:focus {
  background: rgb(214.92, 214.92, 214.92) !important;
}

.btn-ghost-gray-800 {
  background: rgb(233.14, 233.14, 233.14) !important;
  color: rgb(36.4, 36.4, 36.4) !important;
}
.btn-ghost-gray-800:hover, .btn-ghost-gray-800:focus {
  background: rgb(211.28, 211.28, 211.28) !important;
}

.btn-ghost-gray-900 {
  background: rgb(231.32, 231.32, 231.32) !important;
  color: rgb(18.2, 18.2, 18.2) !important;
}
.btn-ghost-gray-900:hover, .btn-ghost-gray-900:focus {
  background: rgb(207.64, 207.64, 207.64) !important;
}

.btn-ghost-slate {
  background: rgb(240.2, 240.9, 242.3) !important;
  color: #6b7280 !important;
}
.btn-ghost-slate:hover, .btn-ghost-slate:focus {
  background: rgb(225.4, 226.8, 229.6) !important;
}

.btn-ghost-slate-10 {
  background: rgb(254.556, 254.577, 254.619) !important;
  color: rgb(250.56, 250.77, 251.19) !important;
}
.btn-ghost-slate-10:hover, .btn-ghost-slate-10:focus {
  background: rgb(254.112, 254.154, 254.238) !important;
}

.btn-ghost-slate-25 {
  background: rgb(254.26, 254.295, 254.365) !important;
  color: rgb(247.6, 247.95, 248.65) !important;
}
.btn-ghost-slate-25:hover, .btn-ghost-slate-25:focus {
  background: rgb(253.52, 253.59, 253.73) !important;
}

.btn-ghost-slate-50 {
  background: rgb(253.52, 253.59, 253.73) !important;
  color: rgb(240.2, 240.9, 242.3) !important;
}
.btn-ghost-slate-50:hover, .btn-ghost-slate-50:focus {
  background: rgb(252.04, 252.18, 252.46) !important;
}

.btn-ghost-slate-100 {
  background: rgb(252.04, 252.18, 252.46) !important;
  color: rgb(225.4, 226.8, 229.6) !important;
}
.btn-ghost-slate-100:hover, .btn-ghost-slate-100:focus {
  background: rgb(249.08, 249.36, 249.92) !important;
}

.btn-ghost-slate-200 {
  background: rgb(249.08, 249.36, 249.92) !important;
  color: rgb(195.8, 198.6, 204.2) !important;
}
.btn-ghost-slate-200:hover, .btn-ghost-slate-200:focus {
  background: rgb(243.16, 243.72, 244.84) !important;
}

.btn-ghost-slate-300 {
  background: rgb(246.12, 246.54, 247.38) !important;
  color: rgb(166.2, 170.4, 178.8) !important;
}
.btn-ghost-slate-300:hover, .btn-ghost-slate-300:focus {
  background: rgb(237.24, 238.08, 239.76) !important;
}

.btn-ghost-slate-400 {
  background: rgb(243.16, 243.72, 244.84) !important;
  color: rgb(136.6, 142.2, 153.4) !important;
}
.btn-ghost-slate-400:hover, .btn-ghost-slate-400:focus {
  background: rgb(231.32, 232.44, 234.68) !important;
}

.btn-ghost-slate-500 {
  background: rgb(240.2, 240.9, 242.3) !important;
  color: #6b7280 !important;
}
.btn-ghost-slate-500:hover, .btn-ghost-slate-500:focus {
  background: rgb(225.4, 226.8, 229.6) !important;
}

.btn-ghost-slate-600 {
  background: rgb(238.06, 238.62, 239.74) !important;
  color: rgb(85.6, 91.2, 102.4) !important;
}
.btn-ghost-slate-600:hover, .btn-ghost-slate-600:focus {
  background: rgb(221.12, 222.24, 224.48) !important;
}

.btn-ghost-slate-700 {
  background: rgb(235.92, 236.34, 237.18) !important;
  color: rgb(64.2, 68.4, 76.8) !important;
}
.btn-ghost-slate-700:hover, .btn-ghost-slate-700:focus {
  background: rgb(216.84, 217.68, 219.36) !important;
}

.btn-ghost-slate-800 {
  background: rgb(233.78, 234.06, 234.62) !important;
  color: rgb(42.8, 45.6, 51.2) !important;
}
.btn-ghost-slate-800:hover, .btn-ghost-slate-800:focus {
  background: rgb(212.56, 213.12, 214.24) !important;
}

.btn-ghost-slate-900 {
  background: rgb(231.64, 231.78, 232.06) !important;
  color: rgb(21.4, 22.8, 25.6) !important;
}
.btn-ghost-slate-900:hover, .btn-ghost-slate-900:focus {
  background: rgb(208.28, 208.56, 209.12) !important;
}

.btn-ghost-primary-10 {
  background: rgb(254.313, 254.52, 254.748) !important;
  color: rgb(248.13, 250.2, 252.48) !important;
}
.btn-ghost-primary-10:hover, .btn-ghost-primary-10:focus {
  background: rgb(253.626, 254.04, 254.496) !important;
}

.btn-ghost-primary-25 {
  background: rgb(253.855, 254.2, 254.58) !important;
  color: rgb(243.55, 247, 250.8) !important;
}
.btn-ghost-primary-25:hover, .btn-ghost-primary-25:focus {
  background: rgb(252.71, 253.4, 254.16) !important;
}

.btn-ghost-primary-50 {
  background: rgb(252.71, 253.4, 254.16) !important;
  color: rgb(232.1, 239, 246.6) !important;
}
.btn-ghost-primary-50:hover, .btn-ghost-primary-50:focus {
  background: rgb(250.42, 251.8, 253.32) !important;
}

.btn-ghost-primary-100 {
  background: rgb(250.42, 251.8, 253.32) !important;
  color: rgb(209.2, 223, 238.2) !important;
}
.btn-ghost-primary-100:hover, .btn-ghost-primary-100:focus {
  background: rgb(245.84, 248.6, 251.64) !important;
}

.btn-ghost-primary-200 {
  background: rgb(245.84, 248.6, 251.64) !important;
  color: rgb(163.4, 191, 221.4) !important;
}
.btn-ghost-primary-200:hover, .btn-ghost-primary-200:focus {
  background: rgb(236.68, 242.2, 248.28) !important;
}

.btn-ghost-primary-300 {
  background: rgb(241.26, 245.4, 249.96) !important;
  color: rgb(117.6, 159, 204.6) !important;
}
.btn-ghost-primary-300:hover, .btn-ghost-primary-300:focus {
  background: rgb(227.52, 235.8, 244.92) !important;
}

.btn-ghost-primary-400 {
  background: rgb(236.68, 242.2, 248.28) !important;
  color: rgb(71.8, 127, 187.8) !important;
}
.btn-ghost-primary-400:hover, .btn-ghost-primary-400:focus {
  background: rgb(218.36, 229.4, 241.56) !important;
}

.btn-ghost-primary-500 {
  background: rgb(232.1, 239, 246.6) !important;
  color: #1A5FAB !important;
}
.btn-ghost-primary-500:hover, .btn-ghost-primary-500:focus {
  background: rgb(209.2, 223, 238.2) !important;
}

.btn-ghost-primary-600 {
  background: rgb(231.58, 237.1, 243.18) !important;
  color: rgb(20.8, 76, 136.8) !important;
}
.btn-ghost-primary-600:hover, .btn-ghost-primary-600:focus {
  background: rgb(208.16, 219.2, 231.36) !important;
}

.btn-ghost-primary-700 {
  background: rgb(231.06, 235.2, 239.76) !important;
  color: rgb(15.6, 57, 102.6) !important;
}
.btn-ghost-primary-700:hover, .btn-ghost-primary-700:focus {
  background: rgb(207.12, 215.4, 224.52) !important;
}

.btn-ghost-primary-800 {
  background: rgb(230.54, 233.3, 236.34) !important;
  color: rgb(10.4, 38, 68.4) !important;
}
.btn-ghost-primary-800:hover, .btn-ghost-primary-800:focus {
  background: rgb(206.08, 211.6, 217.68) !important;
}

.btn-ghost-primary-900 {
  background: rgb(230.02, 231.4, 232.92) !important;
  color: rgb(5.2, 19, 34.2) !important;
}
.btn-ghost-primary-900:hover, .btn-ghost-primary-900:focus {
  background: rgb(205.04, 207.8, 210.84) !important;
}

.btn-ghost-secondary-10 {
  background: rgb(254.313, 254.52, 254.748) !important;
  color: rgb(248.13, 250.2, 252.48) !important;
}
.btn-ghost-secondary-10:hover, .btn-ghost-secondary-10:focus {
  background: rgb(253.626, 254.04, 254.496) !important;
}

.btn-ghost-secondary-25 {
  background: rgb(253.855, 254.2, 254.58) !important;
  color: rgb(243.55, 247, 250.8) !important;
}
.btn-ghost-secondary-25:hover, .btn-ghost-secondary-25:focus {
  background: rgb(252.71, 253.4, 254.16) !important;
}

.btn-ghost-secondary-50 {
  background: rgb(252.71, 253.4, 254.16) !important;
  color: rgb(232.1, 239, 246.6) !important;
}
.btn-ghost-secondary-50:hover, .btn-ghost-secondary-50:focus {
  background: rgb(250.42, 251.8, 253.32) !important;
}

.btn-ghost-secondary-100 {
  background: rgb(250.42, 251.8, 253.32) !important;
  color: rgb(209.2, 223, 238.2) !important;
}
.btn-ghost-secondary-100:hover, .btn-ghost-secondary-100:focus {
  background: rgb(245.84, 248.6, 251.64) !important;
}

.btn-ghost-secondary-200 {
  background: rgb(245.84, 248.6, 251.64) !important;
  color: rgb(163.4, 191, 221.4) !important;
}
.btn-ghost-secondary-200:hover, .btn-ghost-secondary-200:focus {
  background: rgb(236.68, 242.2, 248.28) !important;
}

.btn-ghost-secondary-300 {
  background: rgb(241.26, 245.4, 249.96) !important;
  color: rgb(117.6, 159, 204.6) !important;
}
.btn-ghost-secondary-300:hover, .btn-ghost-secondary-300:focus {
  background: rgb(227.52, 235.8, 244.92) !important;
}

.btn-ghost-secondary-400 {
  background: rgb(236.68, 242.2, 248.28) !important;
  color: rgb(71.8, 127, 187.8) !important;
}
.btn-ghost-secondary-400:hover, .btn-ghost-secondary-400:focus {
  background: rgb(218.36, 229.4, 241.56) !important;
}

.btn-ghost-secondary-500 {
  background: rgb(232.1, 239, 246.6) !important;
  color: #1A5FAB !important;
}
.btn-ghost-secondary-500:hover, .btn-ghost-secondary-500:focus {
  background: rgb(209.2, 223, 238.2) !important;
}

.btn-ghost-secondary-600 {
  background: rgb(231.58, 237.1, 243.18) !important;
  color: rgb(20.8, 76, 136.8) !important;
}
.btn-ghost-secondary-600:hover, .btn-ghost-secondary-600:focus {
  background: rgb(208.16, 219.2, 231.36) !important;
}

.btn-ghost-secondary-700 {
  background: rgb(231.06, 235.2, 239.76) !important;
  color: rgb(15.6, 57, 102.6) !important;
}
.btn-ghost-secondary-700:hover, .btn-ghost-secondary-700:focus {
  background: rgb(207.12, 215.4, 224.52) !important;
}

.btn-ghost-secondary-800 {
  background: rgb(230.54, 233.3, 236.34) !important;
  color: rgb(10.4, 38, 68.4) !important;
}
.btn-ghost-secondary-800:hover, .btn-ghost-secondary-800:focus {
  background: rgb(206.08, 211.6, 217.68) !important;
}

.btn-ghost-secondary-900 {
  background: rgb(230.02, 231.4, 232.92) !important;
  color: rgb(5.2, 19, 34.2) !important;
}
.btn-ghost-secondary-900:hover, .btn-ghost-secondary-900:focus {
  background: rgb(205.04, 207.8, 210.84) !important;
}

.btn-ghost-info-10 {
  background: rgb(254.235, 254.694, 254.847) !important;
  color: rgb(247.35, 251.94, 253.47) !important;
}
.btn-ghost-info-10:hover, .btn-ghost-info-10:focus {
  background: rgb(253.47, 254.388, 254.694) !important;
}

.btn-ghost-info-25 {
  background: rgb(253.725, 254.49, 254.745) !important;
  color: rgb(242.25, 249.9, 252.45) !important;
}
.btn-ghost-info-25:hover, .btn-ghost-info-25:focus {
  background: rgb(252.45, 253.98, 254.49) !important;
}

.btn-ghost-info-50 {
  background: rgb(252.45, 253.98, 254.49) !important;
  color: rgb(229.5, 244.8, 249.9) !important;
}
.btn-ghost-info-50:hover, .btn-ghost-info-50:focus {
  background: rgb(249.9, 252.96, 253.98) !important;
}

.btn-ghost-info-100 {
  background: rgb(249.9, 252.96, 253.98) !important;
  color: rgb(204, 234.6, 244.8) !important;
}
.btn-ghost-info-100:hover, .btn-ghost-info-100:focus {
  background: rgb(244.8, 250.92, 252.96) !important;
}

.btn-ghost-info-200 {
  background: rgb(244.8, 250.92, 252.96) !important;
  color: rgb(153, 214.2, 234.6) !important;
}
.btn-ghost-info-200:hover, .btn-ghost-info-200:focus {
  background: rgb(234.6, 246.84, 250.92) !important;
}

.btn-ghost-info-300 {
  background: rgb(239.7, 248.88, 251.94) !important;
  color: rgb(102, 193.8, 224.4) !important;
}
.btn-ghost-info-300:hover, .btn-ghost-info-300:focus {
  background: rgb(224.4, 242.76, 248.88) !important;
}

.btn-ghost-info-400 {
  background: rgb(234.6, 246.84, 250.92) !important;
  color: rgb(51, 173.4, 214.2) !important;
}
.btn-ghost-info-400:hover, .btn-ghost-info-400:focus {
  background: rgb(214.2, 238.68, 246.84) !important;
}

.btn-ghost-info-500 {
  background: rgb(229.5, 244.8, 249.9) !important;
  color: #0099cc !important;
}
.btn-ghost-info-500:hover, .btn-ghost-info-500:focus {
  background: rgb(204, 234.6, 244.8) !important;
}

.btn-ghost-info-600 {
  background: rgb(229.5, 241.74, 245.82) !important;
  color: rgb(0, 122.4, 163.2) !important;
}
.btn-ghost-info-600:hover, .btn-ghost-info-600:focus {
  background: rgb(204, 228.48, 236.64) !important;
}

.btn-ghost-info-700 {
  background: rgb(229.5, 238.68, 241.74) !important;
  color: rgb(0, 91.8, 122.4) !important;
}
.btn-ghost-info-700:hover, .btn-ghost-info-700:focus {
  background: rgb(204, 222.36, 228.48) !important;
}

.btn-ghost-info-800 {
  background: rgb(229.5, 235.62, 237.66) !important;
  color: rgb(0, 61.2, 81.6) !important;
}
.btn-ghost-info-800:hover, .btn-ghost-info-800:focus {
  background: rgb(204, 216.24, 220.32) !important;
}

.btn-ghost-info-900 {
  background: rgb(229.5, 232.56, 233.58) !important;
  color: rgb(0, 30.6, 40.8) !important;
}
.btn-ghost-info-900:hover, .btn-ghost-info-900:focus {
  background: rgb(204, 210.12, 212.16) !important;
}

.btn-ghost-success-10 {
  background: rgb(254.463, 254.76, 254.475) !important;
  color: rgb(249.63, 252.6, 249.75) !important;
}
.btn-ghost-success-10:hover, .btn-ghost-success-10:focus {
  background: rgb(253.926, 254.52, 253.95) !important;
}

.btn-ghost-success-25 {
  background: rgb(254.105, 254.6, 254.125) !important;
  color: rgb(246.05, 251, 246.25) !important;
}
.btn-ghost-success-25:hover, .btn-ghost-success-25:focus {
  background: rgb(253.21, 254.2, 253.25) !important;
}

.btn-ghost-success-50 {
  background: rgb(253.21, 254.2, 253.25) !important;
  color: rgb(237.1, 247, 237.5) !important;
}
.btn-ghost-success-50:hover, .btn-ghost-success-50:focus {
  background: rgb(251.42, 253.4, 251.5) !important;
}

.btn-ghost-success-100 {
  background: rgb(251.42, 253.4, 251.5) !important;
  color: rgb(219.2, 239, 220) !important;
}
.btn-ghost-success-100:hover, .btn-ghost-success-100:focus {
  background: rgb(247.84, 251.8, 248) !important;
}

.btn-ghost-success-200 {
  background: rgb(247.84, 251.8, 248) !important;
  color: rgb(183.4, 223, 185) !important;
}
.btn-ghost-success-200:hover, .btn-ghost-success-200:focus {
  background: rgb(240.68, 248.6, 241) !important;
}

.btn-ghost-success-300 {
  background: rgb(244.26, 250.2, 244.5) !important;
  color: rgb(147.6, 207, 150) !important;
}
.btn-ghost-success-300:hover, .btn-ghost-success-300:focus {
  background: rgb(233.52, 245.4, 234) !important;
}

.btn-ghost-success-400 {
  background: rgb(240.68, 248.6, 241) !important;
  color: rgb(111.8, 191, 115) !important;
}
.btn-ghost-success-400:hover, .btn-ghost-success-400:focus {
  background: rgb(226.36, 242.2, 227) !important;
}

.btn-ghost-success-500 {
  background: rgb(237.1, 247, 237.5) !important;
  color: #4CAF50 !important;
}
.btn-ghost-success-500:hover, .btn-ghost-success-500:focus {
  background: rgb(219.2, 239, 220) !important;
}

.btn-ghost-success-600 {
  background: rgb(235.58, 243.5, 235.9) !important;
  color: rgb(60.8, 140, 64) !important;
}
.btn-ghost-success-600:hover, .btn-ghost-success-600:focus {
  background: rgb(216.16, 232, 216.8) !important;
}

.btn-ghost-success-700 {
  background: rgb(234.06, 240, 234.3) !important;
  color: rgb(45.6, 105, 48) !important;
}
.btn-ghost-success-700:hover, .btn-ghost-success-700:focus {
  background: rgb(213.12, 225, 213.6) !important;
}

.btn-ghost-success-800 {
  background: rgb(232.54, 236.5, 232.7) !important;
  color: rgb(30.4, 70, 32) !important;
}
.btn-ghost-success-800:hover, .btn-ghost-success-800:focus {
  background: rgb(210.08, 218, 210.4) !important;
}

.btn-ghost-success-900 {
  background: rgb(231.02, 233, 231.1) !important;
  color: rgb(15.2, 35, 16) !important;
}
.btn-ghost-success-900:hover, .btn-ghost-success-900:focus {
  background: rgb(207.04, 211, 207.2) !important;
}

.btn-ghost-warning-10 {
  background: rgb(255, 254.772, 254.256) !important;
  color: rgb(255, 252.72, 247.56) !important;
}
.btn-ghost-warning-10:hover, .btn-ghost-warning-10:focus {
  background: rgb(255, 254.544, 253.512) !important;
}

.btn-ghost-warning-25 {
  background: rgb(255, 254.62, 253.76) !important;
  color: rgb(255, 251.2, 242.6) !important;
}
.btn-ghost-warning-25:hover, .btn-ghost-warning-25:focus {
  background: rgb(255, 254.24, 252.52) !important;
}

.btn-ghost-warning-50 {
  background: rgb(255, 254.24, 252.52) !important;
  color: rgb(255, 247.4, 230.2) !important;
}
.btn-ghost-warning-50:hover, .btn-ghost-warning-50:focus {
  background: rgb(255, 253.48, 250.04) !important;
}

.btn-ghost-warning-100 {
  background: rgb(255, 253.48, 250.04) !important;
  color: rgb(255, 239.8, 205.4) !important;
}
.btn-ghost-warning-100:hover, .btn-ghost-warning-100:focus {
  background: rgb(255, 251.96, 245.08) !important;
}

.btn-ghost-warning-200 {
  background: rgb(255, 251.96, 245.08) !important;
  color: rgb(255, 224.6, 155.8) !important;
}
.btn-ghost-warning-200:hover, .btn-ghost-warning-200:focus {
  background: rgb(255, 248.92, 235.16) !important;
}

.btn-ghost-warning-300 {
  background: rgb(255, 250.44, 240.12) !important;
  color: rgb(255, 209.4, 106.2) !important;
}
.btn-ghost-warning-300:hover, .btn-ghost-warning-300:focus {
  background: rgb(255, 245.88, 225.24) !important;
}

.btn-ghost-warning-400 {
  background: rgb(255, 248.92, 235.16) !important;
  color: rgb(255, 194.2, 56.6) !important;
}
.btn-ghost-warning-400:hover, .btn-ghost-warning-400:focus {
  background: rgb(255, 242.84, 215.32) !important;
}

.btn-ghost-warning-500 {
  background: rgb(255, 247.4, 230.2) !important;
  color: #ffb307 !important;
}
.btn-ghost-warning-500:hover, .btn-ghost-warning-500:focus {
  background: rgb(255, 239.8, 205.4) !important;
}

.btn-ghost-warning-600 {
  background: rgb(249.9, 243.82, 230.06) !important;
  color: rgb(204, 143.2, 5.6) !important;
}
.btn-ghost-warning-600:hover, .btn-ghost-warning-600:focus {
  background: rgb(244.8, 232.64, 205.12) !important;
}

.btn-ghost-warning-700 {
  background: rgb(244.8, 240.24, 229.92) !important;
  color: rgb(153, 107.4, 4.2) !important;
}
.btn-ghost-warning-700:hover, .btn-ghost-warning-700:focus {
  background: rgb(234.6, 225.48, 204.84) !important;
}

.btn-ghost-warning-800 {
  background: rgb(239.7, 236.66, 229.78) !important;
  color: rgb(102, 71.6, 2.8) !important;
}
.btn-ghost-warning-800:hover, .btn-ghost-warning-800:focus {
  background: rgb(224.4, 218.32, 204.56) !important;
}

.btn-ghost-warning-900 {
  background: rgb(234.6, 233.08, 229.64) !important;
  color: rgb(51, 35.8, 1.4) !important;
}
.btn-ghost-warning-900:hover, .btn-ghost-warning-900:focus {
  background: rgb(214.2, 211.16, 204.28) !important;
}

.btn-ghost-danger-10 {
  background: rgb(254.919, 254.46, 254.46) !important;
  color: rgb(254.19, 249.6, 249.6) !important;
}
.btn-ghost-danger-10:hover, .btn-ghost-danger-10:focus {
  background: rgb(254.838, 253.92, 253.92) !important;
}

.btn-ghost-danger-25 {
  background: rgb(254.865, 254.1, 254.1) !important;
  color: rgb(253.65, 246, 246) !important;
}
.btn-ghost-danger-25:hover, .btn-ghost-danger-25:focus {
  background: rgb(254.73, 253.2, 253.2) !important;
}

.btn-ghost-danger-50 {
  background: rgb(254.73, 253.2, 253.2) !important;
  color: rgb(252.3, 237, 237) !important;
}
.btn-ghost-danger-50:hover, .btn-ghost-danger-50:focus {
  background: rgb(254.46, 251.4, 251.4) !important;
}

.btn-ghost-danger-100 {
  background: rgb(254.46, 251.4, 251.4) !important;
  color: rgb(249.6, 219, 219) !important;
}
.btn-ghost-danger-100:hover, .btn-ghost-danger-100:focus {
  background: rgb(253.92, 247.8, 247.8) !important;
}

.btn-ghost-danger-200 {
  background: rgb(253.92, 247.8, 247.8) !important;
  color: rgb(244.2, 183, 183) !important;
}
.btn-ghost-danger-200:hover, .btn-ghost-danger-200:focus {
  background: rgb(252.84, 240.6, 240.6) !important;
}

.btn-ghost-danger-300 {
  background: rgb(253.38, 244.2, 244.2) !important;
  color: rgb(238.8, 147, 147) !important;
}
.btn-ghost-danger-300:hover, .btn-ghost-danger-300:focus {
  background: rgb(251.76, 233.4, 233.4) !important;
}

.btn-ghost-danger-400 {
  background: rgb(252.84, 240.6, 240.6) !important;
  color: rgb(233.4, 111, 111) !important;
}
.btn-ghost-danger-400:hover, .btn-ghost-danger-400:focus {
  background: rgb(250.68, 226.2, 226.2) !important;
}

.btn-ghost-danger-500 {
  background: rgb(252.3, 237, 237) !important;
  color: #e44b4b !important;
}
.btn-ghost-danger-500:hover, .btn-ghost-danger-500:focus {
  background: rgb(249.6, 219, 219) !important;
}

.btn-ghost-danger-600 {
  background: rgb(247.74, 235.5, 235.5) !important;
  color: rgb(182.4, 60, 60) !important;
}
.btn-ghost-danger-600:hover, .btn-ghost-danger-600:focus {
  background: rgb(240.48, 216, 216) !important;
}

.btn-ghost-danger-700 {
  background: rgb(243.18, 234, 234) !important;
  color: rgb(136.8, 45, 45) !important;
}
.btn-ghost-danger-700:hover, .btn-ghost-danger-700:focus {
  background: rgb(231.36, 213, 213) !important;
}

.btn-ghost-danger-800 {
  background: rgb(238.62, 232.5, 232.5) !important;
  color: rgb(91.2, 30, 30) !important;
}
.btn-ghost-danger-800:hover, .btn-ghost-danger-800:focus {
  background: rgb(222.24, 210, 210) !important;
}

.btn-ghost-danger-900 {
  background: rgb(234.06, 231, 231) !important;
  color: rgb(45.6, 15, 15) !important;
}
.btn-ghost-danger-900:hover, .btn-ghost-danger-900:focus {
  background: rgb(213.12, 207, 207) !important;
}

.btn-ghost-blue {
  background: rgb(230.2, 243.3, 253.8) !important;
  color: #078af3 !important;
}
.btn-ghost-blue:hover, .btn-ghost-blue:focus {
  background: rgb(205.4, 231.6, 252.6) !important;
}

.btn-ghost-blue-10 {
  background: rgb(254.256, 254.649, 254.964) !important;
  color: rgb(247.56, 251.49, 254.64) !important;
}
.btn-ghost-blue-10:hover, .btn-ghost-blue-10:focus {
  background: rgb(253.512, 254.298, 254.928) !important;
}

.btn-ghost-blue-25 {
  background: rgb(253.76, 254.415, 254.94) !important;
  color: rgb(242.6, 249.15, 254.4) !important;
}
.btn-ghost-blue-25:hover, .btn-ghost-blue-25:focus {
  background: rgb(252.52, 253.83, 254.88) !important;
}

.btn-ghost-blue-50 {
  background: rgb(252.52, 253.83, 254.88) !important;
  color: rgb(230.2, 243.3, 253.8) !important;
}
.btn-ghost-blue-50:hover, .btn-ghost-blue-50:focus {
  background: rgb(250.04, 252.66, 254.76) !important;
}

.btn-ghost-blue-100 {
  background: rgb(250.04, 252.66, 254.76) !important;
  color: rgb(205.4, 231.6, 252.6) !important;
}
.btn-ghost-blue-100:hover, .btn-ghost-blue-100:focus {
  background: rgb(245.08, 250.32, 254.52) !important;
}

.btn-ghost-blue-200 {
  background: rgb(245.08, 250.32, 254.52) !important;
  color: rgb(155.8, 208.2, 250.2) !important;
}
.btn-ghost-blue-200:hover, .btn-ghost-blue-200:focus {
  background: rgb(235.16, 245.64, 254.04) !important;
}

.btn-ghost-blue-300 {
  background: rgb(240.12, 247.98, 254.28) !important;
  color: rgb(106.2, 184.8, 247.8) !important;
}
.btn-ghost-blue-300:hover, .btn-ghost-blue-300:focus {
  background: rgb(225.24, 240.96, 253.56) !important;
}

.btn-ghost-blue-400 {
  background: rgb(235.16, 245.64, 254.04) !important;
  color: rgb(56.6, 161.4, 245.4) !important;
}
.btn-ghost-blue-400:hover, .btn-ghost-blue-400:focus {
  background: rgb(215.32, 236.28, 253.08) !important;
}

.btn-ghost-blue-500 {
  background: rgb(230.2, 243.3, 253.8) !important;
  color: #078af3 !important;
}
.btn-ghost-blue-500:hover, .btn-ghost-blue-500:focus {
  background: rgb(205.4, 231.6, 252.6) !important;
}

.btn-ghost-blue-600 {
  background: rgb(230.06, 240.54, 248.94) !important;
  color: rgb(5.6, 110.4, 194.4) !important;
}
.btn-ghost-blue-600:hover, .btn-ghost-blue-600:focus {
  background: rgb(205.12, 226.08, 242.88) !important;
}

.btn-ghost-blue-700 {
  background: rgb(229.92, 237.78, 244.08) !important;
  color: rgb(4.2, 82.8, 145.8) !important;
}
.btn-ghost-blue-700:hover, .btn-ghost-blue-700:focus {
  background: rgb(204.84, 220.56, 233.16) !important;
}

.btn-ghost-blue-800 {
  background: rgb(229.78, 235.02, 239.22) !important;
  color: rgb(2.8, 55.2, 97.2) !important;
}
.btn-ghost-blue-800:hover, .btn-ghost-blue-800:focus {
  background: rgb(204.56, 215.04, 223.44) !important;
}

.btn-ghost-blue-900 {
  background: rgb(229.64, 232.26, 234.36) !important;
  color: rgb(1.4, 27.6, 48.6) !important;
}
.btn-ghost-blue-900:hover, .btn-ghost-blue-900:focus {
  background: rgb(204.28, 209.52, 213.72) !important;
}

.btn-ghost-indigo {
  background: rgb(238, 235.5, 251.8) !important;
  color: #553cdf !important;
}
.btn-ghost-indigo:hover, .btn-ghost-indigo:focus {
  background: rgb(221, 216, 248.6) !important;
}

.btn-ghost-indigo-10 {
  background: rgb(254.49, 254.415, 254.904) !important;
  color: rgb(249.9, 249.15, 254.04) !important;
}
.btn-ghost-indigo-10:hover, .btn-ghost-indigo-10:focus {
  background: rgb(253.98, 253.83, 254.808) !important;
}

.btn-ghost-indigo-25 {
  background: rgb(254.15, 254.025, 254.84) !important;
  color: rgb(246.5, 245.25, 253.4) !important;
}
.btn-ghost-indigo-25:hover, .btn-ghost-indigo-25:focus {
  background: rgb(253.3, 253.05, 254.68) !important;
}

.btn-ghost-indigo-50 {
  background: rgb(253.3, 253.05, 254.68) !important;
  color: rgb(238, 235.5, 251.8) !important;
}
.btn-ghost-indigo-50:hover, .btn-ghost-indigo-50:focus {
  background: rgb(251.6, 251.1, 254.36) !important;
}

.btn-ghost-indigo-100 {
  background: rgb(251.6, 251.1, 254.36) !important;
  color: rgb(221, 216, 248.6) !important;
}
.btn-ghost-indigo-100:hover, .btn-ghost-indigo-100:focus {
  background: rgb(248.2, 247.2, 253.72) !important;
}

.btn-ghost-indigo-200 {
  background: rgb(248.2, 247.2, 253.72) !important;
  color: rgb(187, 177, 242.2) !important;
}
.btn-ghost-indigo-200:hover, .btn-ghost-indigo-200:focus {
  background: rgb(241.4, 239.4, 252.44) !important;
}

.btn-ghost-indigo-300 {
  background: rgb(244.8, 243.3, 253.08) !important;
  color: rgb(153, 138, 235.8) !important;
}
.btn-ghost-indigo-300:hover, .btn-ghost-indigo-300:focus {
  background: rgb(234.6, 231.6, 251.16) !important;
}

.btn-ghost-indigo-400 {
  background: rgb(241.4, 239.4, 252.44) !important;
  color: rgb(119, 99, 229.4) !important;
}
.btn-ghost-indigo-400:hover, .btn-ghost-indigo-400:focus {
  background: rgb(227.8, 223.8, 249.88) !important;
}

.btn-ghost-indigo-500 {
  background: rgb(238, 235.5, 251.8) !important;
  color: #553cdf !important;
}
.btn-ghost-indigo-500:hover, .btn-ghost-indigo-500:focus {
  background: rgb(221, 216, 248.6) !important;
}

.btn-ghost-indigo-600 {
  background: rgb(236.3, 234.3, 247.34) !important;
  color: rgb(68, 48, 178.4) !important;
}
.btn-ghost-indigo-600:hover, .btn-ghost-indigo-600:focus {
  background: rgb(217.6, 213.6, 239.68) !important;
}

.btn-ghost-indigo-700 {
  background: rgb(234.6, 233.1, 242.88) !important;
  color: rgb(51, 36, 133.8) !important;
}
.btn-ghost-indigo-700:hover, .btn-ghost-indigo-700:focus {
  background: rgb(214.2, 211.2, 230.76) !important;
}

.btn-ghost-indigo-800 {
  background: rgb(232.9, 231.9, 238.42) !important;
  color: rgb(34, 24, 89.2) !important;
}
.btn-ghost-indigo-800:hover, .btn-ghost-indigo-800:focus {
  background: rgb(210.8, 208.8, 221.84) !important;
}

.btn-ghost-indigo-900 {
  background: rgb(231.2, 230.7, 233.96) !important;
  color: rgb(17, 12, 44.6) !important;
}
.btn-ghost-indigo-900:hover, .btn-ghost-indigo-900:focus {
  background: rgb(207.4, 206.4, 212.92) !important;
}

.btn-ghost-purple {
  background: rgb(243.2, 232.8, 252.3) !important;
  color: #8921e4 !important;
}
.btn-ghost-purple:hover, .btn-ghost-purple:focus {
  background: rgb(231.4, 210.6, 249.6) !important;
}

.btn-ghost-purple-10 {
  background: rgb(254.646, 254.334, 254.919) !important;
  color: rgb(251.46, 248.34, 254.19) !important;
}
.btn-ghost-purple-10:hover, .btn-ghost-purple-10:focus {
  background: rgb(254.292, 253.668, 254.838) !important;
}

.btn-ghost-purple-25 {
  background: rgb(254.41, 253.89, 254.865) !important;
  color: rgb(249.1, 243.9, 253.65) !important;
}
.btn-ghost-purple-25:hover, .btn-ghost-purple-25:focus {
  background: rgb(253.82, 252.78, 254.73) !important;
}

.btn-ghost-purple-50 {
  background: rgb(253.82, 252.78, 254.73) !important;
  color: rgb(243.2, 232.8, 252.3) !important;
}
.btn-ghost-purple-50:hover, .btn-ghost-purple-50:focus {
  background: rgb(252.64, 250.56, 254.46) !important;
}

.btn-ghost-purple-100 {
  background: rgb(252.64, 250.56, 254.46) !important;
  color: rgb(231.4, 210.6, 249.6) !important;
}
.btn-ghost-purple-100:hover, .btn-ghost-purple-100:focus {
  background: rgb(250.28, 246.12, 253.92) !important;
}

.btn-ghost-purple-200 {
  background: rgb(250.28, 246.12, 253.92) !important;
  color: rgb(207.8, 166.2, 244.2) !important;
}
.btn-ghost-purple-200:hover, .btn-ghost-purple-200:focus {
  background: rgb(245.56, 237.24, 252.84) !important;
}

.btn-ghost-purple-300 {
  background: rgb(247.92, 241.68, 253.38) !important;
  color: rgb(184.2, 121.8, 238.8) !important;
}
.btn-ghost-purple-300:hover, .btn-ghost-purple-300:focus {
  background: rgb(240.84, 228.36, 251.76) !important;
}

.btn-ghost-purple-400 {
  background: rgb(245.56, 237.24, 252.84) !important;
  color: rgb(160.6, 77.4, 233.4) !important;
}
.btn-ghost-purple-400:hover, .btn-ghost-purple-400:focus {
  background: rgb(236.12, 219.48, 250.68) !important;
}

.btn-ghost-purple-500 {
  background: rgb(243.2, 232.8, 252.3) !important;
  color: #8921e4 !important;
}
.btn-ghost-purple-500:hover, .btn-ghost-purple-500:focus {
  background: rgb(231.4, 210.6, 249.6) !important;
}

.btn-ghost-purple-600 {
  background: rgb(240.46, 232.14, 247.74) !important;
  color: rgb(109.6, 26.4, 182.4) !important;
}
.btn-ghost-purple-600:hover, .btn-ghost-purple-600:focus {
  background: rgb(225.92, 209.28, 240.48) !important;
}

.btn-ghost-purple-700 {
  background: rgb(237.72, 231.48, 243.18) !important;
  color: rgb(82.2, 19.8, 136.8) !important;
}
.btn-ghost-purple-700:hover, .btn-ghost-purple-700:focus {
  background: rgb(220.44, 207.96, 231.36) !important;
}

.btn-ghost-purple-800 {
  background: rgb(234.98, 230.82, 238.62) !important;
  color: rgb(54.8, 13.2, 91.2) !important;
}
.btn-ghost-purple-800:hover, .btn-ghost-purple-800:focus {
  background: rgb(214.96, 206.64, 222.24) !important;
}

.btn-ghost-purple-900 {
  background: rgb(232.24, 230.16, 234.06) !important;
  color: rgb(27.4, 6.6, 45.6) !important;
}
.btn-ghost-purple-900:hover, .btn-ghost-purple-900:focus {
  background: rgb(209.48, 205.32, 213.12) !important;
}

.btn-ghost-red {
  background: rgb(252.9, 236.2, 234.8) !important;
  color: #ea4335 !important;
}
.btn-ghost-red:hover, .btn-ghost-red:focus {
  background: rgb(250.8, 217.4, 214.6) !important;
}

.btn-ghost-red-10 {
  background: rgb(254.937, 254.436, 254.394) !important;
  color: rgb(254.37, 249.36, 248.94) !important;
}
.btn-ghost-red-10:hover, .btn-ghost-red-10:focus {
  background: rgb(254.874, 253.872, 253.788) !important;
}

.btn-ghost-red-25 {
  background: rgb(254.895, 254.06, 253.99) !important;
  color: rgb(253.95, 245.6, 244.9) !important;
}
.btn-ghost-red-25:hover, .btn-ghost-red-25:focus {
  background: rgb(254.79, 253.12, 252.98) !important;
}

.btn-ghost-red-50 {
  background: rgb(254.79, 253.12, 252.98) !important;
  color: rgb(252.9, 236.2, 234.8) !important;
}
.btn-ghost-red-50:hover, .btn-ghost-red-50:focus {
  background: rgb(254.58, 251.24, 250.96) !important;
}

.btn-ghost-red-100 {
  background: rgb(254.58, 251.24, 250.96) !important;
  color: rgb(250.8, 217.4, 214.6) !important;
}
.btn-ghost-red-100:hover, .btn-ghost-red-100:focus {
  background: rgb(254.16, 247.48, 246.92) !important;
}

.btn-ghost-red-200 {
  background: rgb(254.16, 247.48, 246.92) !important;
  color: rgb(246.6, 179.8, 174.2) !important;
}
.btn-ghost-red-200:hover, .btn-ghost-red-200:focus {
  background: rgb(253.32, 239.96, 238.84) !important;
}

.btn-ghost-red-300 {
  background: rgb(253.74, 243.72, 242.88) !important;
  color: rgb(242.4, 142.2, 133.8) !important;
}
.btn-ghost-red-300:hover, .btn-ghost-red-300:focus {
  background: rgb(252.48, 232.44, 230.76) !important;
}

.btn-ghost-red-400 {
  background: rgb(253.32, 239.96, 238.84) !important;
  color: rgb(238.2, 104.6, 93.4) !important;
}
.btn-ghost-red-400:hover, .btn-ghost-red-400:focus {
  background: rgb(251.64, 224.92, 222.68) !important;
}

.btn-ghost-red-500 {
  background: rgb(252.9, 236.2, 234.8) !important;
  color: #ea4335 !important;
}
.btn-ghost-red-500:hover, .btn-ghost-red-500:focus {
  background: rgb(250.8, 217.4, 214.6) !important;
}

.btn-ghost-red-600 {
  background: rgb(248.22, 234.86, 233.74) !important;
  color: rgb(187.2, 53.6, 42.4) !important;
}
.btn-ghost-red-600:hover, .btn-ghost-red-600:focus {
  background: rgb(241.44, 214.72, 212.48) !important;
}

.btn-ghost-red-700 {
  background: rgb(243.54, 233.52, 232.68) !important;
  color: rgb(140.4, 40.2, 31.8) !important;
}
.btn-ghost-red-700:hover, .btn-ghost-red-700:focus {
  background: rgb(232.08, 212.04, 210.36) !important;
}

.btn-ghost-red-800 {
  background: rgb(238.86, 232.18, 231.62) !important;
  color: rgb(93.6, 26.8, 21.2) !important;
}
.btn-ghost-red-800:hover, .btn-ghost-red-800:focus {
  background: rgb(222.72, 209.36, 208.24) !important;
}

.btn-ghost-red-900 {
  background: rgb(234.18, 230.84, 230.56) !important;
  color: rgb(46.8, 13.4, 10.6) !important;
}
.btn-ghost-red-900:hover, .btn-ghost-red-900:focus {
  background: rgb(213.36, 206.68, 206.12) !important;
}

.btn-ghost-rose {
  background: rgb(250.5, 230.9, 237.4) !important;
  color: #d20e4f !important;
}
.btn-ghost-rose:hover, .btn-ghost-rose:focus {
  background: rgb(246, 206.8, 219.8) !important;
}

.btn-ghost-rose-10 {
  background: rgb(254.865, 254.277, 254.472) !important;
  color: rgb(253.65, 247.77, 249.72) !important;
}
.btn-ghost-rose-10:hover, .btn-ghost-rose-10:focus {
  background: rgb(254.73, 253.554, 253.944) !important;
}

.btn-ghost-rose-25 {
  background: rgb(254.775, 253.795, 254.12) !important;
  color: rgb(252.75, 242.95, 246.2) !important;
}
.btn-ghost-rose-25:hover, .btn-ghost-rose-25:focus {
  background: rgb(254.55, 252.59, 253.24) !important;
}

.btn-ghost-rose-50 {
  background: rgb(254.55, 252.59, 253.24) !important;
  color: rgb(250.5, 230.9, 237.4) !important;
}
.btn-ghost-rose-50:hover, .btn-ghost-rose-50:focus {
  background: rgb(254.1, 250.18, 251.48) !important;
}

.btn-ghost-rose-100 {
  background: rgb(254.1, 250.18, 251.48) !important;
  color: rgb(246, 206.8, 219.8) !important;
}
.btn-ghost-rose-100:hover, .btn-ghost-rose-100:focus {
  background: rgb(253.2, 245.36, 247.96) !important;
}

.btn-ghost-rose-200 {
  background: rgb(253.2, 245.36, 247.96) !important;
  color: rgb(237, 158.6, 184.6) !important;
}
.btn-ghost-rose-200:hover, .btn-ghost-rose-200:focus {
  background: rgb(251.4, 235.72, 240.92) !important;
}

.btn-ghost-rose-300 {
  background: rgb(252.3, 240.54, 244.44) !important;
  color: rgb(228, 110.4, 149.4) !important;
}
.btn-ghost-rose-300:hover, .btn-ghost-rose-300:focus {
  background: rgb(249.6, 226.08, 233.88) !important;
}

.btn-ghost-rose-400 {
  background: rgb(251.4, 235.72, 240.92) !important;
  color: rgb(219, 62.2, 114.2) !important;
}
.btn-ghost-rose-400:hover, .btn-ghost-rose-400:focus {
  background: rgb(247.8, 216.44, 226.84) !important;
}

.btn-ghost-rose-500 {
  background: rgb(250.5, 230.9, 237.4) !important;
  color: #d20e4f !important;
}
.btn-ghost-rose-500:hover, .btn-ghost-rose-500:focus {
  background: rgb(246, 206.8, 219.8) !important;
}

.btn-ghost-rose-600 {
  background: rgb(246.3, 230.62, 235.82) !important;
  color: rgb(168, 11.2, 63.2) !important;
}
.btn-ghost-rose-600:hover, .btn-ghost-rose-600:focus {
  background: rgb(237.6, 206.24, 216.64) !important;
}

.btn-ghost-rose-700 {
  background: rgb(242.1, 230.34, 234.24) !important;
  color: rgb(126, 8.4, 47.4) !important;
}
.btn-ghost-rose-700:hover, .btn-ghost-rose-700:focus {
  background: rgb(229.2, 205.68, 213.48) !important;
}

.btn-ghost-rose-800 {
  background: rgb(237.9, 230.06, 232.66) !important;
  color: rgb(84, 5.6, 31.6) !important;
}
.btn-ghost-rose-800:hover, .btn-ghost-rose-800:focus {
  background: rgb(220.8, 205.12, 210.32) !important;
}

.btn-ghost-rose-900 {
  background: rgb(233.7, 229.78, 231.08) !important;
  color: rgb(42, 2.8, 15.8) !important;
}
.btn-ghost-rose-900:hover, .btn-ghost-rose-900:focus {
  background: rgb(212.4, 204.56, 207.16) !important;
}

.btn-ghost-pink {
  background: rgb(253.5, 240.2, 245.2) !important;
  color: #f06b9d !important;
}
.btn-ghost-pink:hover, .btn-ghost-pink:focus {
  background: rgb(252, 225.4, 235.4) !important;
}

.btn-ghost-pink-10 {
  background: rgb(254.955, 254.556, 254.706) !important;
  color: rgb(254.55, 250.56, 252.06) !important;
}
.btn-ghost-pink-10:hover, .btn-ghost-pink-10:focus {
  background: rgb(254.91, 254.112, 254.412) !important;
}

.btn-ghost-pink-25 {
  background: rgb(254.925, 254.26, 254.51) !important;
  color: rgb(254.25, 247.6, 250.1) !important;
}
.btn-ghost-pink-25:hover, .btn-ghost-pink-25:focus {
  background: rgb(254.85, 253.52, 254.02) !important;
}

.btn-ghost-pink-50 {
  background: rgb(254.85, 253.52, 254.02) !important;
  color: rgb(253.5, 240.2, 245.2) !important;
}
.btn-ghost-pink-50:hover, .btn-ghost-pink-50:focus {
  background: rgb(254.7, 252.04, 253.04) !important;
}

.btn-ghost-pink-100 {
  background: rgb(254.7, 252.04, 253.04) !important;
  color: rgb(252, 225.4, 235.4) !important;
}
.btn-ghost-pink-100:hover, .btn-ghost-pink-100:focus {
  background: rgb(254.4, 249.08, 251.08) !important;
}

.btn-ghost-pink-200 {
  background: rgb(254.4, 249.08, 251.08) !important;
  color: rgb(249, 195.8, 215.8) !important;
}
.btn-ghost-pink-200:hover, .btn-ghost-pink-200:focus {
  background: rgb(253.8, 243.16, 247.16) !important;
}

.btn-ghost-pink-300 {
  background: rgb(254.1, 246.12, 249.12) !important;
  color: rgb(246, 166.2, 196.2) !important;
}
.btn-ghost-pink-300:hover, .btn-ghost-pink-300:focus {
  background: rgb(253.2, 237.24, 243.24) !important;
}

.btn-ghost-pink-400 {
  background: rgb(253.8, 243.16, 247.16) !important;
  color: rgb(243, 136.6, 176.6) !important;
}
.btn-ghost-pink-400:hover, .btn-ghost-pink-400:focus {
  background: rgb(252.6, 231.32, 239.32) !important;
}

.btn-ghost-pink-500 {
  background: rgb(253.5, 240.2, 245.2) !important;
  color: #f06b9d !important;
}
.btn-ghost-pink-500:hover, .btn-ghost-pink-500:focus {
  background: rgb(252, 225.4, 235.4) !important;
}

.btn-ghost-pink-600 {
  background: rgb(248.7, 238.06, 242.06) !important;
  color: rgb(192, 85.6, 125.6) !important;
}
.btn-ghost-pink-600:hover, .btn-ghost-pink-600:focus {
  background: rgb(242.4, 221.12, 229.12) !important;
}

.btn-ghost-pink-700 {
  background: rgb(243.9, 235.92, 238.92) !important;
  color: rgb(144, 64.2, 94.2) !important;
}
.btn-ghost-pink-700:hover, .btn-ghost-pink-700:focus {
  background: rgb(232.8, 216.84, 222.84) !important;
}

.btn-ghost-pink-800 {
  background: rgb(239.1, 233.78, 235.78) !important;
  color: rgb(96, 42.8, 62.8) !important;
}
.btn-ghost-pink-800:hover, .btn-ghost-pink-800:focus {
  background: rgb(223.2, 212.56, 216.56) !important;
}

.btn-ghost-pink-900 {
  background: rgb(234.3, 231.64, 232.64) !important;
  color: rgb(48, 21.4, 31.4) !important;
}
.btn-ghost-pink-900:hover, .btn-ghost-pink-900:focus {
  background: rgb(213.6, 208.28, 210.28) !important;
}

.btn-ghost-orange {
  background: rgb(254.6, 240.2, 232.5) !important;
  color: #fb6b1e !important;
}
.btn-ghost-orange:hover, .btn-ghost-orange:focus {
  background: rgb(254.2, 225.4, 210) !important;
}

.btn-ghost-orange-10 {
  background: rgb(254.988, 254.556, 254.325) !important;
  color: rgb(254.88, 250.56, 248.25) !important;
}
.btn-ghost-orange-10:hover, .btn-ghost-orange-10:focus {
  background: rgb(254.976, 254.112, 253.65) !important;
}

.btn-ghost-orange-25 {
  background: rgb(254.98, 254.26, 253.875) !important;
  color: rgb(254.8, 247.6, 243.75) !important;
}
.btn-ghost-orange-25:hover, .btn-ghost-orange-25:focus {
  background: rgb(254.96, 253.52, 252.75) !important;
}

.btn-ghost-orange-50 {
  background: rgb(254.96, 253.52, 252.75) !important;
  color: rgb(254.6, 240.2, 232.5) !important;
}
.btn-ghost-orange-50:hover, .btn-ghost-orange-50:focus {
  background: rgb(254.92, 252.04, 250.5) !important;
}

.btn-ghost-orange-100 {
  background: rgb(254.92, 252.04, 250.5) !important;
  color: rgb(254.2, 225.4, 210) !important;
}
.btn-ghost-orange-100:hover, .btn-ghost-orange-100:focus {
  background: rgb(254.84, 249.08, 246) !important;
}

.btn-ghost-orange-200 {
  background: rgb(254.84, 249.08, 246) !important;
  color: rgb(253.4, 195.8, 165) !important;
}
.btn-ghost-orange-200:hover, .btn-ghost-orange-200:focus {
  background: rgb(254.68, 243.16, 237) !important;
}

.btn-ghost-orange-300 {
  background: rgb(254.76, 246.12, 241.5) !important;
  color: rgb(252.6, 166.2, 120) !important;
}
.btn-ghost-orange-300:hover, .btn-ghost-orange-300:focus {
  background: rgb(254.52, 237.24, 228) !important;
}

.btn-ghost-orange-400 {
  background: rgb(254.68, 243.16, 237) !important;
  color: rgb(251.8, 136.6, 75) !important;
}
.btn-ghost-orange-400:hover, .btn-ghost-orange-400:focus {
  background: rgb(254.36, 231.32, 219) !important;
}

.btn-ghost-orange-500 {
  background: rgb(254.6, 240.2, 232.5) !important;
  color: #fb6b1e !important;
}
.btn-ghost-orange-500:hover, .btn-ghost-orange-500:focus {
  background: rgb(254.2, 225.4, 210) !important;
}

.btn-ghost-orange-600 {
  background: rgb(249.58, 238.06, 231.9) !important;
  color: rgb(200.8, 85.6, 24) !important;
}
.btn-ghost-orange-600:hover, .btn-ghost-orange-600:focus {
  background: rgb(244.16, 221.12, 208.8) !important;
}

.btn-ghost-orange-700 {
  background: rgb(244.56, 235.92, 231.3) !important;
  color: rgb(150.6, 64.2, 18) !important;
}
.btn-ghost-orange-700:hover, .btn-ghost-orange-700:focus {
  background: rgb(234.12, 216.84, 207.6) !important;
}

.btn-ghost-orange-800 {
  background: rgb(239.54, 233.78, 230.7) !important;
  color: rgb(100.4, 42.8, 12) !important;
}
.btn-ghost-orange-800:hover, .btn-ghost-orange-800:focus {
  background: rgb(224.08, 212.56, 206.4) !important;
}

.btn-ghost-orange-900 {
  background: rgb(234.52, 231.64, 230.1) !important;
  color: rgb(50.2, 21.4, 6) !important;
}
.btn-ghost-orange-900:hover, .btn-ghost-orange-900:focus {
  background: rgb(214.04, 208.28, 205.2) !important;
}

.btn-ghost-yellow {
  background: rgb(254.7, 248.3, 230) !important;
  color: #fcbc05 !important;
}
.btn-ghost-yellow:hover, .btn-ghost-yellow:focus {
  background: rgb(254.4, 241.6, 205) !important;
}

.btn-ghost-yellow-10 {
  background: rgb(254.991, 254.799, 254.25) !important;
  color: rgb(254.91, 252.99, 247.5) !important;
}
.btn-ghost-yellow-10:hover, .btn-ghost-yellow-10:focus {
  background: rgb(254.982, 254.598, 253.5) !important;
}

.btn-ghost-yellow-25 {
  background: rgb(254.985, 254.665, 253.75) !important;
  color: rgb(254.85, 251.65, 242.5) !important;
}
.btn-ghost-yellow-25:hover, .btn-ghost-yellow-25:focus {
  background: rgb(254.97, 254.33, 252.5) !important;
}

.btn-ghost-yellow-50 {
  background: rgb(254.97, 254.33, 252.5) !important;
  color: rgb(254.7, 248.3, 230) !important;
}
.btn-ghost-yellow-50:hover, .btn-ghost-yellow-50:focus {
  background: rgb(254.94, 253.66, 250) !important;
}

.btn-ghost-yellow-100 {
  background: rgb(254.94, 253.66, 250) !important;
  color: rgb(254.4, 241.6, 205) !important;
}
.btn-ghost-yellow-100:hover, .btn-ghost-yellow-100:focus {
  background: rgb(254.88, 252.32, 245) !important;
}

.btn-ghost-yellow-200 {
  background: rgb(254.88, 252.32, 245) !important;
  color: rgb(253.8, 228.2, 155) !important;
}
.btn-ghost-yellow-200:hover, .btn-ghost-yellow-200:focus {
  background: rgb(254.76, 249.64, 235) !important;
}

.btn-ghost-yellow-300 {
  background: rgb(254.82, 250.98, 240) !important;
  color: rgb(253.2, 214.8, 105) !important;
}
.btn-ghost-yellow-300:hover, .btn-ghost-yellow-300:focus {
  background: rgb(254.64, 246.96, 225) !important;
}

.btn-ghost-yellow-400 {
  background: rgb(254.76, 249.64, 235) !important;
  color: rgb(252.6, 201.4, 55) !important;
}
.btn-ghost-yellow-400:hover, .btn-ghost-yellow-400:focus {
  background: rgb(254.52, 244.28, 215) !important;
}

.btn-ghost-yellow-500 {
  background: rgb(254.7, 248.3, 230) !important;
  color: #fcbc05 !important;
}
.btn-ghost-yellow-500:hover, .btn-ghost-yellow-500:focus {
  background: rgb(254.4, 241.6, 205) !important;
}

.btn-ghost-yellow-600 {
  background: rgb(249.66, 244.54, 229.9) !important;
  color: rgb(201.6, 150.4, 4) !important;
}
.btn-ghost-yellow-600:hover, .btn-ghost-yellow-600:focus {
  background: rgb(244.32, 234.08, 204.8) !important;
}

.btn-ghost-yellow-700 {
  background: rgb(244.62, 240.78, 229.8) !important;
  color: rgb(151.2, 112.8, 3) !important;
}
.btn-ghost-yellow-700:hover, .btn-ghost-yellow-700:focus {
  background: rgb(234.24, 226.56, 204.6) !important;
}

.btn-ghost-yellow-800 {
  background: rgb(239.58, 237.02, 229.7) !important;
  color: rgb(100.8, 75.2, 2) !important;
}
.btn-ghost-yellow-800:hover, .btn-ghost-yellow-800:focus {
  background: rgb(224.16, 219.04, 204.4) !important;
}

.btn-ghost-yellow-900 {
  background: rgb(234.54, 233.26, 229.6) !important;
  color: rgb(50.4, 37.6, 1) !important;
}
.btn-ghost-yellow-900:hover, .btn-ghost-yellow-900:focus {
  background: rgb(214.08, 211.52, 204.2) !important;
}

.btn-ghost-green {
  background: rgb(234.7, 246.3, 237.8) !important;
  color: #34a853 !important;
}
.btn-ghost-green:hover, .btn-ghost-green:focus {
  background: rgb(214.4, 237.6, 220.6) !important;
}

.btn-ghost-green-10 {
  background: rgb(254.391, 254.739, 254.484) !important;
  color: rgb(248.91, 252.39, 249.84) !important;
}
.btn-ghost-green-10:hover, .btn-ghost-green-10:focus {
  background: rgb(253.782, 254.478, 253.968) !important;
}

.btn-ghost-green-25 {
  background: rgb(253.985, 254.565, 254.14) !important;
  color: rgb(244.85, 250.65, 246.4) !important;
}
.btn-ghost-green-25:hover, .btn-ghost-green-25:focus {
  background: rgb(252.97, 254.13, 253.28) !important;
}

.btn-ghost-green-50 {
  background: rgb(252.97, 254.13, 253.28) !important;
  color: rgb(234.7, 246.3, 237.8) !important;
}
.btn-ghost-green-50:hover, .btn-ghost-green-50:focus {
  background: rgb(250.94, 253.26, 251.56) !important;
}

.btn-ghost-green-100 {
  background: rgb(250.94, 253.26, 251.56) !important;
  color: rgb(214.4, 237.6, 220.6) !important;
}
.btn-ghost-green-100:hover, .btn-ghost-green-100:focus {
  background: rgb(246.88, 251.52, 248.12) !important;
}

.btn-ghost-green-200 {
  background: rgb(246.88, 251.52, 248.12) !important;
  color: rgb(173.8, 220.2, 186.2) !important;
}
.btn-ghost-green-200:hover, .btn-ghost-green-200:focus {
  background: rgb(238.76, 248.04, 241.24) !important;
}

.btn-ghost-green-300 {
  background: rgb(242.82, 249.78, 244.68) !important;
  color: rgb(133.2, 202.8, 151.8) !important;
}
.btn-ghost-green-300:hover, .btn-ghost-green-300:focus {
  background: rgb(230.64, 244.56, 234.36) !important;
}

.btn-ghost-green-400 {
  background: rgb(238.76, 248.04, 241.24) !important;
  color: rgb(92.6, 185.4, 117.4) !important;
}
.btn-ghost-green-400:hover, .btn-ghost-green-400:focus {
  background: rgb(222.52, 241.08, 227.48) !important;
}

.btn-ghost-green-500 {
  background: rgb(234.7, 246.3, 237.8) !important;
  color: #34a853 !important;
}
.btn-ghost-green-500:hover, .btn-ghost-green-500:focus {
  background: rgb(214.4, 237.6, 220.6) !important;
}

.btn-ghost-green-600 {
  background: rgb(233.66, 242.94, 236.14) !important;
  color: rgb(41.6, 134.4, 66.4) !important;
}
.btn-ghost-green-600:hover, .btn-ghost-green-600:focus {
  background: rgb(212.32, 230.88, 217.28) !important;
}

.btn-ghost-green-700 {
  background: rgb(232.62, 239.58, 234.48) !important;
  color: rgb(31.2, 100.8, 49.8) !important;
}
.btn-ghost-green-700:hover, .btn-ghost-green-700:focus {
  background: rgb(210.24, 224.16, 213.96) !important;
}

.btn-ghost-green-800 {
  background: rgb(231.58, 236.22, 232.82) !important;
  color: rgb(20.8, 67.2, 33.2) !important;
}
.btn-ghost-green-800:hover, .btn-ghost-green-800:focus {
  background: rgb(208.16, 217.44, 210.64) !important;
}

.btn-ghost-green-900 {
  background: rgb(230.54, 232.86, 231.16) !important;
  color: rgb(10.4, 33.6, 16.6) !important;
}
.btn-ghost-green-900:hover, .btn-ghost-green-900:focus {
  background: rgb(206.08, 210.72, 207.32) !important;
}

.btn-ghost-lime {
  background: rgb(246.9, 253.8, 238.4) !important;
  color: #aef359 !important;
}
.btn-ghost-lime:hover, .btn-ghost-lime:focus {
  background: rgb(238.8, 252.6, 221.8) !important;
}

.btn-ghost-lime-10 {
  background: rgb(254.757, 254.964, 254.502) !important;
  color: rgb(252.57, 254.64, 250.02) !important;
}
.btn-ghost-lime-10:hover, .btn-ghost-lime-10:focus {
  background: rgb(254.514, 254.928, 254.004) !important;
}

.btn-ghost-lime-25 {
  background: rgb(254.595, 254.94, 254.17) !important;
  color: rgb(250.95, 254.4, 246.7) !important;
}
.btn-ghost-lime-25:hover, .btn-ghost-lime-25:focus {
  background: rgb(254.19, 254.88, 253.34) !important;
}

.btn-ghost-lime-50 {
  background: rgb(254.19, 254.88, 253.34) !important;
  color: rgb(246.9, 253.8, 238.4) !important;
}
.btn-ghost-lime-50:hover, .btn-ghost-lime-50:focus {
  background: rgb(253.38, 254.76, 251.68) !important;
}

.btn-ghost-lime-100 {
  background: rgb(253.38, 254.76, 251.68) !important;
  color: rgb(238.8, 252.6, 221.8) !important;
}
.btn-ghost-lime-100:hover, .btn-ghost-lime-100:focus {
  background: rgb(251.76, 254.52, 248.36) !important;
}

.btn-ghost-lime-200 {
  background: rgb(251.76, 254.52, 248.36) !important;
  color: rgb(222.6, 250.2, 188.6) !important;
}
.btn-ghost-lime-200:hover, .btn-ghost-lime-200:focus {
  background: rgb(248.52, 254.04, 241.72) !important;
}

.btn-ghost-lime-300 {
  background: rgb(250.14, 254.28, 245.04) !important;
  color: rgb(206.4, 247.8, 155.4) !important;
}
.btn-ghost-lime-300:hover, .btn-ghost-lime-300:focus {
  background: rgb(245.28, 253.56, 235.08) !important;
}

.btn-ghost-lime-400 {
  background: rgb(248.52, 254.04, 241.72) !important;
  color: rgb(190.2, 245.4, 122.2) !important;
}
.btn-ghost-lime-400:hover, .btn-ghost-lime-400:focus {
  background: rgb(242.04, 253.08, 228.44) !important;
}

.btn-ghost-lime-500 {
  background: rgb(246.9, 253.8, 238.4) !important;
  color: #aef359 !important;
}
.btn-ghost-lime-500:hover, .btn-ghost-lime-500:focus {
  background: rgb(238.8, 252.6, 221.8) !important;
}

.btn-ghost-lime-600 {
  background: rgb(243.42, 248.94, 236.62) !important;
  color: rgb(139.2, 194.4, 71.2) !important;
}
.btn-ghost-lime-600:hover, .btn-ghost-lime-600:focus {
  background: rgb(231.84, 242.88, 218.24) !important;
}

.btn-ghost-lime-700 {
  background: rgb(239.94, 244.08, 234.84) !important;
  color: rgb(104.4, 145.8, 53.4) !important;
}
.btn-ghost-lime-700:hover, .btn-ghost-lime-700:focus {
  background: rgb(224.88, 233.16, 214.68) !important;
}

.btn-ghost-lime-800 {
  background: rgb(236.46, 239.22, 233.06) !important;
  color: rgb(69.6, 97.2, 35.6) !important;
}
.btn-ghost-lime-800:hover, .btn-ghost-lime-800:focus {
  background: rgb(217.92, 223.44, 211.12) !important;
}

.btn-ghost-lime-900 {
  background: rgb(232.98, 234.36, 231.28) !important;
  color: rgb(34.8, 48.6, 17.8) !important;
}
.btn-ghost-lime-900:hover, .btn-ghost-lime-900:focus {
  background: rgb(210.96, 213.72, 207.56) !important;
}

.btn-ghost-teal {
  background: rgb(230.1, 254.1, 249.3) !important;
  color: #06f6c6 !important;
}
.btn-ghost-teal:hover, .btn-ghost-teal:focus {
  background: rgb(205.2, 253.2, 243.6) !important;
}

.btn-ghost-teal-10 {
  background: rgb(254.253, 254.973, 254.829) !important;
  color: rgb(247.53, 254.73, 253.29) !important;
}
.btn-ghost-teal-10:hover, .btn-ghost-teal-10:focus {
  background: rgb(253.506, 254.946, 254.658) !important;
}

.btn-ghost-teal-25 {
  background: rgb(253.755, 254.955, 254.715) !important;
  color: rgb(242.55, 254.55, 252.15) !important;
}
.btn-ghost-teal-25:hover, .btn-ghost-teal-25:focus {
  background: rgb(252.51, 254.91, 254.43) !important;
}

.btn-ghost-teal-50 {
  background: rgb(252.51, 254.91, 254.43) !important;
  color: rgb(230.1, 254.1, 249.3) !important;
}
.btn-ghost-teal-50:hover, .btn-ghost-teal-50:focus {
  background: rgb(250.02, 254.82, 253.86) !important;
}

.btn-ghost-teal-100 {
  background: rgb(250.02, 254.82, 253.86) !important;
  color: rgb(205.2, 253.2, 243.6) !important;
}
.btn-ghost-teal-100:hover, .btn-ghost-teal-100:focus {
  background: rgb(245.04, 254.64, 252.72) !important;
}

.btn-ghost-teal-200 {
  background: rgb(245.04, 254.64, 252.72) !important;
  color: rgb(155.4, 251.4, 232.2) !important;
}
.btn-ghost-teal-200:hover, .btn-ghost-teal-200:focus {
  background: rgb(235.08, 254.28, 250.44) !important;
}

.btn-ghost-teal-300 {
  background: rgb(240.06, 254.46, 251.58) !important;
  color: rgb(105.6, 249.6, 220.8) !important;
}
.btn-ghost-teal-300:hover, .btn-ghost-teal-300:focus {
  background: rgb(225.12, 253.92, 248.16) !important;
}

.btn-ghost-teal-400 {
  background: rgb(235.08, 254.28, 250.44) !important;
  color: rgb(55.8, 247.8, 209.4) !important;
}
.btn-ghost-teal-400:hover, .btn-ghost-teal-400:focus {
  background: rgb(215.16, 253.56, 245.88) !important;
}

.btn-ghost-teal-500 {
  background: rgb(230.1, 254.1, 249.3) !important;
  color: #06f6c6 !important;
}
.btn-ghost-teal-500:hover, .btn-ghost-teal-500:focus {
  background: rgb(205.2, 253.2, 243.6) !important;
}

.btn-ghost-teal-600 {
  background: rgb(229.98, 249.18, 245.34) !important;
  color: rgb(4.8, 196.8, 158.4) !important;
}
.btn-ghost-teal-600:hover, .btn-ghost-teal-600:focus {
  background: rgb(204.96, 243.36, 235.68) !important;
}

.btn-ghost-teal-700 {
  background: rgb(229.86, 244.26, 241.38) !important;
  color: rgb(3.6, 147.6, 118.8) !important;
}
.btn-ghost-teal-700:hover, .btn-ghost-teal-700:focus {
  background: rgb(204.72, 233.52, 227.76) !important;
}

.btn-ghost-teal-800 {
  background: rgb(229.74, 239.34, 237.42) !important;
  color: rgb(2.4, 98.4, 79.2) !important;
}
.btn-ghost-teal-800:hover, .btn-ghost-teal-800:focus {
  background: rgb(204.48, 223.68, 219.84) !important;
}

.btn-ghost-teal-900 {
  background: rgb(229.62, 234.42, 233.46) !important;
  color: rgb(1.2, 49.2, 39.6) !important;
}
.btn-ghost-teal-900:hover, .btn-ghost-teal-900:focus {
  background: rgb(204.24, 213.84, 211.92) !important;
}

.btn-ghost-cyan {
  background: rgb(235.1, 252, 255) !important;
  color: #38e1ff !important;
}
.btn-ghost-cyan:hover, .btn-ghost-cyan:focus {
  background: rgb(215.2, 249, 255) !important;
}

.btn-ghost-cyan-10 {
  background: rgb(254.403, 254.91, 255) !important;
  color: rgb(249.03, 254.1, 255) !important;
}
.btn-ghost-cyan-10:hover, .btn-ghost-cyan-10:focus {
  background: rgb(253.806, 254.82, 255) !important;
}

.btn-ghost-cyan-25 {
  background: rgb(254.005, 254.85, 255) !important;
  color: rgb(245.05, 253.5, 255) !important;
}
.btn-ghost-cyan-25:hover, .btn-ghost-cyan-25:focus {
  background: rgb(253.01, 254.7, 255) !important;
}

.btn-ghost-cyan-50 {
  background: rgb(253.01, 254.7, 255) !important;
  color: rgb(235.1, 252, 255) !important;
}
.btn-ghost-cyan-50:hover, .btn-ghost-cyan-50:focus {
  background: rgb(251.02, 254.4, 255) !important;
}

.btn-ghost-cyan-100 {
  background: rgb(251.02, 254.4, 255) !important;
  color: rgb(215.2, 249, 255) !important;
}
.btn-ghost-cyan-100:hover, .btn-ghost-cyan-100:focus {
  background: rgb(247.04, 253.8, 255) !important;
}

.btn-ghost-cyan-200 {
  background: rgb(247.04, 253.8, 255) !important;
  color: rgb(175.4, 243, 255) !important;
}
.btn-ghost-cyan-200:hover, .btn-ghost-cyan-200:focus {
  background: rgb(239.08, 252.6, 255) !important;
}

.btn-ghost-cyan-300 {
  background: rgb(243.06, 253.2, 255) !important;
  color: rgb(135.6, 237, 255) !important;
}
.btn-ghost-cyan-300:hover, .btn-ghost-cyan-300:focus {
  background: rgb(231.12, 251.4, 255) !important;
}

.btn-ghost-cyan-400 {
  background: rgb(239.08, 252.6, 255) !important;
  color: rgb(95.8, 231, 255) !important;
}
.btn-ghost-cyan-400:hover, .btn-ghost-cyan-400:focus {
  background: rgb(223.16, 250.2, 255) !important;
}

.btn-ghost-cyan-500 {
  background: rgb(235.1, 252, 255) !important;
  color: #38e1ff !important;
}
.btn-ghost-cyan-500:hover, .btn-ghost-cyan-500:focus {
  background: rgb(215.2, 249, 255) !important;
}

.btn-ghost-cyan-600 {
  background: rgb(233.98, 247.5, 249.9) !important;
  color: rgb(44.8, 180, 204) !important;
}
.btn-ghost-cyan-600:hover, .btn-ghost-cyan-600:focus {
  background: rgb(212.96, 240, 244.8) !important;
}

.btn-ghost-cyan-700 {
  background: rgb(232.86, 243, 244.8) !important;
  color: rgb(33.6, 135, 153) !important;
}
.btn-ghost-cyan-700:hover, .btn-ghost-cyan-700:focus {
  background: rgb(210.72, 231, 234.6) !important;
}

.btn-ghost-cyan-800 {
  background: rgb(231.74, 238.5, 239.7) !important;
  color: rgb(22.4, 90, 102) !important;
}
.btn-ghost-cyan-800:hover, .btn-ghost-cyan-800:focus {
  background: rgb(208.48, 222, 224.4) !important;
}

.btn-ghost-cyan-900 {
  background: rgb(230.62, 234, 234.6) !important;
  color: rgb(11.2, 45, 51) !important;
}
.btn-ghost-cyan-900:hover, .btn-ghost-cyan-900:focus {
  background: rgb(206.24, 213, 214.2) !important;
}

.btn-ghost-tertiary {
  background: rgb(237.8, 244.3, 245.7) !important;
  color: #5394A2 !important;
}
.btn-ghost-tertiary:hover, .btn-ghost-tertiary:focus {
  background: rgb(220.6, 233.6, 236.4) !important;
}

.btn-ghost-tertiary-10 {
  background: rgb(254.484, 254.679, 254.721) !important;
  color: rgb(249.84, 251.79, 252.21) !important;
}
.btn-ghost-tertiary-10:hover, .btn-ghost-tertiary-10:focus {
  background: rgb(253.968, 254.358, 254.442) !important;
}

.btn-ghost-tertiary-25 {
  background: rgb(254.14, 254.465, 254.535) !important;
  color: rgb(246.4, 249.65, 250.35) !important;
}
.btn-ghost-tertiary-25:hover, .btn-ghost-tertiary-25:focus {
  background: rgb(253.28, 253.93, 254.07) !important;
}

.btn-ghost-tertiary-50 {
  background: rgb(253.28, 253.93, 254.07) !important;
  color: rgb(237.8, 244.3, 245.7) !important;
}
.btn-ghost-tertiary-50:hover, .btn-ghost-tertiary-50:focus {
  background: rgb(251.56, 252.86, 253.14) !important;
}

.btn-ghost-tertiary-100 {
  background: rgb(251.56, 252.86, 253.14) !important;
  color: rgb(220.6, 233.6, 236.4) !important;
}
.btn-ghost-tertiary-100:hover, .btn-ghost-tertiary-100:focus {
  background: rgb(248.12, 250.72, 251.28) !important;
}

.btn-ghost-tertiary-200 {
  background: rgb(248.12, 250.72, 251.28) !important;
  color: rgb(186.2, 212.2, 217.8) !important;
}
.btn-ghost-tertiary-200:hover, .btn-ghost-tertiary-200:focus {
  background: rgb(241.24, 246.44, 247.56) !important;
}

.btn-ghost-tertiary-300 {
  background: rgb(244.68, 248.58, 249.42) !important;
  color: rgb(151.8, 190.8, 199.2) !important;
}
.btn-ghost-tertiary-300:hover, .btn-ghost-tertiary-300:focus {
  background: rgb(234.36, 242.16, 243.84) !important;
}

.btn-ghost-tertiary-400 {
  background: rgb(241.24, 246.44, 247.56) !important;
  color: rgb(117.4, 169.4, 180.6) !important;
}
.btn-ghost-tertiary-400:hover, .btn-ghost-tertiary-400:focus {
  background: rgb(227.48, 237.88, 240.12) !important;
}

.btn-ghost-tertiary-500 {
  background: rgb(237.8, 244.3, 245.7) !important;
  color: #5394A2 !important;
}
.btn-ghost-tertiary-500:hover, .btn-ghost-tertiary-500:focus {
  background: rgb(220.6, 233.6, 236.4) !important;
}

.btn-ghost-tertiary-600 {
  background: rgb(236.14, 241.34, 242.46) !important;
  color: rgb(66.4, 118.4, 129.6) !important;
}
.btn-ghost-tertiary-600:hover, .btn-ghost-tertiary-600:focus {
  background: rgb(217.28, 227.68, 229.92) !important;
}

.btn-ghost-tertiary-700 {
  background: rgb(234.48, 238.38, 239.22) !important;
  color: rgb(49.8, 88.8, 97.2) !important;
}
.btn-ghost-tertiary-700:hover, .btn-ghost-tertiary-700:focus {
  background: rgb(213.96, 221.76, 223.44) !important;
}

.btn-ghost-tertiary-800 {
  background: rgb(232.82, 235.42, 235.98) !important;
  color: rgb(33.2, 59.2, 64.8) !important;
}
.btn-ghost-tertiary-800:hover, .btn-ghost-tertiary-800:focus {
  background: rgb(210.64, 215.84, 216.96) !important;
}

.btn-ghost-tertiary-900 {
  background: rgb(231.16, 232.46, 232.74) !important;
  color: rgb(16.6, 29.6, 32.4) !important;
}
.btn-ghost-tertiary-900:hover, .btn-ghost-tertiary-900:focus {
  background: rgb(207.32, 209.92, 210.48) !important;
}

.fs-1 {
  letter-spacing: 0rem;
}

.fs-2 {
  letter-spacing: 0rem;
}

.fs-3 {
  letter-spacing: 0rem;
}

.fs-4 {
  letter-spacing: 0rem;
}

.fs-5 {
  letter-spacing: 0rem;
}

.fs-6 {
  letter-spacing: 0rem;
}

.fs-7 {
  letter-spacing: 0rem;
}

.fs-8 {
  letter-spacing: 0rem;
}

p.text-muted {
  color: rgba(0, 0, 0, 0.5) !important;
}
p.text-muted:where(.uc-dark), :where(.uc-dark) p.text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-unset {
  text-transform: none !important;
}

.text-inherit {
  color: currentColor;
}

@supports (-webkit-text-stroke: 2px black) {
  .text-stroke {
    -webkit-text-stroke: 2px black;
  }
  .text-stroke:where(.uc-dark), :where(.uc-dark) .text-stroke {
    -webkit-text-stroke: 2px white;
  }
  .text-stroke {
    -webkit-text-fill-color: white;
  }
  .text-stroke:where(.uc-dark), :where(.uc-dark) .text-stroke {
    -webkit-text-fill-color: black;
  }
}

[class*=text-truncate] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.container.container-expand {
  max-width: 100%;
}
.container.container-full {
  max-width: 100%;
  padding: 0;
}

.nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-y > *,
.nav-y > * > * {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity 200ms ease;
}
.nav-y a:hover {
  opacity: 1 !important;
}
.nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: 200ms ease;
}
.nav-y .uc-nav-sub a {
  font-size: 90%;
}
.nav-y .uc-nav-sub .uc-parent::after {
  font-size: 1rem;
}
.nav-y > .uc-parent > .uc-nav-sub {
  padding-top: 0.5rem;
}
.nav-y .uc-parent {
  position: relative;
  display: block;
}
.nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}
.nav-y .uc-parent::after {
  content: "\e940";
  font-family: "Unicons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
  font-weight: bold;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.nav-y .uc-parent.uc-open::after {
  content: "\e93f";
}
.nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}
.nav-y:hover a {
  opacity: 0.6;
}
.nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-x > *,
.nav-x > * > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-x a {
  text-decoration: none;
  color: inherit;
}
.nav-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-reset a {
  text-decoration: none;
  color: currentColor;
}

.uc-navbar {
  z-index: 1;
}
.uc-navbar .uc-navbar-left,
.uc-navbar .uc-navbar-right,
.uc-navbar [class*=uc-navbar-center] {
  gap: 1.5rem;
}
.uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}
.uc-navbar-nav > li.uc-active > a::before {
  opacity: 1;
}
.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded=true] {
  color: var(--color-gray-900) !important;
}
.uc-navbar-nav > li:hover > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark), :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
  color: white !important;
}
.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded=true] {
  opacity: 0.75;
}
.uc-navbar-dropdown {
  background: white !important;
}
.uc-navbar-dropdown:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}
.uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}
.uc-navbar-dropdown:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown {
  color: white !important;
}
.uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
}
.uc-navbar-dropdown-nav > li > a {
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
}
.uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}
.uc-navbar-dropdown-nav > li > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-400);
}
.uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}
.uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: white;
}
.uc-navbar-dropdown-nav > li.uc-active > a,
.uc-navbar-dropdown-nav .uc-nav-header {
  color: inherit;
}
.uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}
.uc-navbar-dropdown-nav .uc-nav-divider {
  border-color: black;
}
.uc-navbar-dropdown-nav .uc-nav-divider:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav .uc-nav-divider {
  border-color: white;
}
.uc-navbar-dropdown-nav .uc-nav-divider {
  opacity: 0.15;
}
.uc-navbar-dropdown-stack .uc-navbar-dropdown-grid > * {
  width: 100% !important;
}
.uc-navbar-dropdown-width-2:not(.uc-navbar-dropdown-stack) {
  width: 500px;
}
.uc-navbar-dropdown-width-3:not(.uc-navbar-dropdown-stack) {
  width: 750px;
}
.uc-navbar-dropdown-width-4:not(.uc-navbar-dropdown-stack) {
  width: 1000px;
}
.uc-navbar-dropdown-width-5:not(.uc-navbar-dropdown-stack) {
  width: 1250px;
}
.uc-navbar-parent-icon * {
  stroke: var(--color-gray-900) !important;
}
.uc-navbar-parent-icon *:where(.uc-dark), :where(.uc-dark) .uc-navbar-parent-icon * {
  stroke: white !important;
}
.uc-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color;
}
.uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: white;
}
.uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900);
}
.uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}
.uc-navbar-item, .uc-navbar-nav > li > a, .uc-navbar-toggle {
  font-family: inherit !important;
  padding: 0;
  min-height: var(--uc-nav-height, 48px) !important;
}
.uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.uc-navbar-switcher-nav li > a {
  font-size: 0.875rem;
  text-decoration: none;
}
.uc-navbar-switcher-nav li > a:hover {
  color: black;
}
.uc-navbar-switcher-nav li > a:hover:where(.uc-dark), :where(.uc-dark) .uc-navbar-switcher-nav li > a:hover {
  color: white;
}
.uc-navbar-switcher-nav li > a:hover {
  opacity: 1;
}

html[dir=rtl] .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

.alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important;
}
.alert :not(pre) > code,
.alert code {
  background: rgba(0, 0, 0, 0.08) !important;
}

.table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}
.table.table-xs > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
}
.table.table-md > :not(caption) > * > * {
  padding: 1.25rem 1.25rem;
}
.table.table-lg > :not(caption) > * > * {
  padding: 1.5rem 1.5rem;
}
.table.table-justify > :not(caption) > * > *:first-child {
  padding-left: 0;
}
.table.table-justify > :not(caption) > * > *:last-child {
  padding-right: 0;
}
.table > :not(caption) > *:last-child > * {
  border-width: 0;
}

.uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}
.uc-accordion-title {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.uc-accordion-title {
  color: var(--color-gray-900);
}
.uc-accordion-title:where(.uc-dark), :where(.uc-dark) .uc-accordion-title {
  color: white;
}
.uc-accordion-title:hover {
  color: var(--color-gray-900);
}
.uc-accordion-title:hover:where(.uc-dark), :where(.uc-dark) .uc-accordion-title:hover {
  color: white;
}
.uc-accordion-title:hover {
  opacity: 0.75;
}
.uc-accordion-title::before {
  content: "\e903";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Unicons";
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-top: 2px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 200ms ease;
  background-color: rgba(155, 155, 155, 0.25);
  border-radius: 100%;
}
.uc-accordion > *.uc-open .uc-accordion-title::before {
  transform: rotate(45deg);
}

[dir=rtl] .uc-accordion-title::before {
  margin-right: 10px;
  float: left;
}

/* Slider: Swiper */
.swiper-hide-wrap .swiper-slide .swiper-hide {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s;
}
.swiper-hide-wrap .swiper-slide:not(.swiper-slide-active) .swiper-hide {
  visibility: hidden;
  opacity: 0;
}

.swiper-opacity .swiper-slide {
  opacity: 0.4;
}
.swiper-opacity .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-triangle .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-width: 10px 12px 0 12px;
  border-style: solid;
  border-color: var(--color-gray-100) transparent transparent transparent;
  transform: translateX(-50%);
}

.swiper-wrapper {
  will-change: transform;
}

.swiper-nav-hide {
  opacity: 0.2;
  cursor: default !important;
}

.swiper.swiper-match .swiper-slide {
  height: auto !important;
}
.swiper-thumbs .swiper-slide {
  cursor: pointer;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(150, 150, 150);
  opacity: 0.25;
}
.swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}
.swiper-slide-thumb-active {
  color: currentColor;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 3px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: var(--color-gray-200);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
}
.swiper-progress-bar .slide_progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  width: 0;
  height: 100%;
  border-radius: 5px;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  width: 100%;
  transition: width linear;
  transition-delay: unset;
  transition-duration: 5s;
}

:where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.2;
}
:where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}
:where(.uc-dark) .swiper .swiper-slide-thumb-active {
  color: currentColor;
}
:where(.uc-dark) .swiper::before {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
:where(.uc-dark) .swiper.swiper-triangle .swiper-slide.swiper-slide-thumb-active::before {
  border-top-color: rgba(255, 255, 255, 0.05);
}
:where(.uc-dark) .swiper .slide_progress-bar {
  background-color: rgba(255, 255, 255, 0.05);
}
:where(.uc-dark) .swiper .slide_progress-bar:after {
  background-color: white;
}

.uc-tab > * > a {
  color: currentColor;
  opacity: 0.6;
}
.uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.uc-lightbox-toolbar.uc-lightbox-caption {
  padding: 16px;
}
.uc-lightbox-toolbar-icon.uc-close {
  background-color: var(--color-gray-800);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-radius: 100%;
}
.uc-lightbox-toolbar-icon.uc-close svg {
  width: 16px;
  height: 16px;
}
.uc-lightbox-toolbar-icon.uc-close svg > * {
  stroke: white;
}
.uc-lightbox-button {
  background-color: var(--color-gray-800);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uc-lightbox-button svg > * {
  stroke: white;
}

[class*=uc-position-top], [class*=uc-position-bottom], [class*=uc-position-left], [class*=uc-position-right], [class*=uc-position-center] {
  position: absolute !important;
  max-width: calc(100% - 0px);
  box-sizing: border-box;
}

.uc-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uc-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uc-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uc-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.uc-position-top-left {
  top: 0;
  left: 0;
}

.uc-position-top-right {
  top: 0;
  right: 0;
}

.uc-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uc-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uc-position-center {
  top: calc(50% - var(--uc-position-margin-offset));
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  --uc-position-translate-y: -50%;
  transform: translate(var(--uc-position-translate-x), var(--uc-position-translate-y));
  width: -moz-max-content;
  width: max-content;
}

[class*=uc-position-center-left], [class*=uc-position-center-right] {
  top: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-y: -50%;
  transform: translate(0, var(--uc-position-translate-y));
}

.uc-position-center-left {
  left: 0;
}

.uc-position-center-right {
  right: 0;
}

.uc-position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content;
}

.uc-position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content;
}

.uc-position-bottom-center, .uc-position-top-center {
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  transform: translate(var(--uc-position-translate-x), 0);
  width: -moz-max-content;
  width: max-content;
}

.uc-position-top-center {
  top: 0;
}

.uc-position-bottom-center {
  bottom: 0;
}

[dir=rtl] .uc-position-center-left {
  left: auto;
  right: 0;
}
[dir=rtl] .uc-position-center-right {
  right: auto;
  left: 0;
}
[dir=rtl] .uc-position-center-left-out {
  right: 0%;
  left: 100%;
}
[dir=rtl] .uc-position-center-right-out {
  left: 0%;
  right: 100%;
}

.uc-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uc-position-small {
  margin: 15px;
  --uc-position-margin-offset: 15px ;
}

.uc-position-medium {
  margin: 30px;
  --uc-position-margin-offset: 30px ;
}

.uc-position-large {
  margin: 30px;
  --uc-position-margin-offset: 30px ;
}

@media (min-width: 1200px) {
  .uc-position-large {
    margin: 50px;
    --uc-position-margin-offset: 50px ;
  }
}
.uc-position-relative {
  position: relative !important;
}

.uc-position-absolute {
  position: absolute !important;
}

.uc-position-fixed {
  position: fixed !important;
}

.uc-position-sticky {
  position: sticky !important;
}

.uc-position-z-index {
  z-index: 1;
}

.uc-position-z-index-zero {
  z-index: 0;
}

.uc-position-z-index-negative {
  z-index: -1;
}

.uc-text-right {
  text-align: right;
}

.uc-text-center {
  text-align: center;
}

.uc-text-left {
  text-align: left;
}

[dir=rtl] .uc-text-right {
  text-align: left !important;
}
[dir=rtl] .uc-text-left {
  text-align: right !important;
}

.uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
}
.uc-notification-message {
  background-color: var(--color-gray-50);
}
.uc-notification-message:where(.uc-dark), :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800);
}
.uc-notification-message {
  color: var(--color-gray-900);
}
.uc-notification-message:where(.uc-dark), :where(.uc-dark) .uc-notification-message {
  color: white;
}
.uc-notification-message {
  border-radius: var(--radius);
}
.uc-notification-message.uc-notification-message-success {
  color: var(--color-success);
}
.uc-notification-message.uc-notification-message-danger {
  color: var(--color-danger);
}
.uc-notification-message.uc-notification-message-warning {
  color: var(--color-warning);
}
.uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}
.uc-notification-message .uc-notification-close:where(.uc-dark), :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: white;
}
.uc-notification-message .uc-notification-close svg,
.uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.uc-menu-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
}
.uc-menu-trigger::after, .uc-menu-trigger::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  margin: 4px 0 3px 0;
  transition: transform 0.2s ease-in, background-color 0.2s ease-in;
}
.uc-menu-trigger[aria-expanded=true]::before {
  transform: translate(0, 4px) rotate(45deg);
}
.uc-menu-trigger[aria-expanded=true]::after {
  transform: translate(0, -5px) rotate(-45deg);
}

[uc-img], [data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(137, 137, 137, 0.15);
}

[data-uc-imgtrigger] {
  position: relative;
  overflow: hidden;
}
[data-uc-imgtrigger]::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: calc(100% + 1px);
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.25) translateZ(0);
  z-index: 99;
  background-color: currentColor;
}
[data-uc-imgtrigger] img {
  transform: scale(1.25) translateZ(0);
  transition: transform 1.5s ease-in-out 0.5s;
  backface-visibility: hidden;
}
[data-uc-imgtrigger].animate img {
  transform: scale(1) translateZ(0);
  transition: transform 1.5s ease-in-out 0.5s;
  backface-visibility: hidden;
  will-change: transform;
}
[data-uc-imgtrigger].animate::after {
  animation: reveal-image 1.5s cubic-bezier(1, 0, 0.175, 1) 0.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  will-change: transform;
}
[data-uc-imgtrigger] {
  color: white;
}
[data-uc-imgtrigger]:where(.uc-dark), :where(.uc-dark) [data-uc-imgtrigger] {
  color: var(--color-gray-900);
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.uc-svg, .uc-svg > *, .uc-svg:not(.uc-preserve) [fill*="#"]:not(.uc-preserve) {
  fill: currentcolor !important;
  height: auto;
  width: auto;
}

[data-uc-animate],
[data-uc-animate] a {
  position: relative;
  overflow: hidden;
}

[data-uc-animate^=btn][data-uc-animate*=slide] > span, [data-uc-animate^=btn][data-uc-animate*=slide]::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 700ms cubic-bezier(0.17, 0.67, 0, 1.01), opacity 200ms ease-in-out;
}
[data-uc-animate^=btn][data-uc-animate*=slide] > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide]::before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-text]::before {
  content: attr(data-text);
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up], [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down] {
  flex-direction: column;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up] > span:nth-child(1) {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up] > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up][data-text]::before {
  transform: translateY(100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover > span:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover::before {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down] > span:nth-child(1) {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down] > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down][data-text]::before {
  transform: translateY(-100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover > span:nth-child(1) {
  transform: translateY(100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover::before {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start] > span:nth-child(1) {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start] > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start][data-text]::before {
  transform: translateX(-100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover > span:nth-child(1) {
  transform: translateX(100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover::before {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end] > span:nth-child(1) {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end] > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end][data-text]::before {
  transform: translateX(100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover > span:nth-child(1) {
  transform: translateX(-100%);
  opacity: 0;
}
[data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover > span:nth-child(2), [data-uc-animate^=btn][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover::before {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=btn][data-uc-animate*=reveal] > span, [data-uc-animate^=btn][data-uc-animate*=reveal]::before {
  z-index: 1;
}
[data-uc-animate^=btn][data-uc-animate*=reveal]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background: var(--reveal-bg, white);
  z-index: 0;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-up]::after {
  transform: scaleY(0);
  transform-origin: top;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-up]:hover::after {
  transform: scaleY(1);
  transform-origin: bottom;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-down]::after {
  transform: scaleY(0);
  transform-origin: bottom;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-down]:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-start]::after {
  transform: scaleX(0);
  transform-origin: right;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-start]:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-end]::after {
  transform: scaleX(0);
  transform-origin: left;
}
[data-uc-animate^=btn][data-uc-animate*=reveal][data-uc-animate~=reveal-end]:hover::after {
  transform: scaleX(1);
  transform-origin: right;
}

[data-uc-animate^=link][data-uc-animate*=slide] a > span,
[data-uc-animate^=link][data-uc-animate*=slide] a::before,
[data-uc-animate^=link][data-uc-animate*=slide] > span, [data-uc-animate^=link][data-uc-animate*=slide]::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 700ms cubic-bezier(0.17, 0.67, 0, 1.01), opacity 200ms ease-in-out;
  color: currentColor;
}
[data-uc-animate^=link][data-uc-animate*=slide] a > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide] a::before,
[data-uc-animate^=link][data-uc-animate*=slide] > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide]::before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
[data-uc-animate^=link][data-uc-animate*=slide] a[data-text]::before, [data-uc-animate^=link][data-uc-animate*=slide][data-text]::before {
  content: attr(data-text);
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] > span:nth-child(1) {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a[data-text]::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up][data-text]::before {
  transform: translateY(100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a:hover > span:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up]:hover::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a:hover > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-up] a:hover::before {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] > span:nth-child(1) {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a[data-text]::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down][data-text]::before {
  transform: translateY(-100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a:hover > span:nth-child(1) {
  transform: translateY(100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down]:hover::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a:hover > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-down] a:hover::before {
  transform: translateY(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] > span:nth-child(1) {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a[data-text]::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start][data-text]::before {
  transform: translateX(-100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a:hover > span:nth-child(1) {
  transform: translateX(100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start]:hover::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a:hover > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-start] a:hover::before {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] > span:nth-child(1) {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a[data-text]::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end][data-text]::before {
  transform: translateX(100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover > span:nth-child(1),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a:hover > span:nth-child(1) {
  transform: translateX(-100%);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover > span:nth-child(2), [data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end]:hover::before,
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a:hover > span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide][data-uc-animate~=slide-end] a:hover::before {
  transform: translateX(0%);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=line] {
  overflow: unset;
}
[data-uc-animate^=link][data-uc-animate*=line] a > span,
[data-uc-animate^=link][data-uc-animate*=line] a::before,
[data-uc-animate^=link][data-uc-animate*=line] > span, [data-uc-animate^=link][data-uc-animate*=line]:not([data-uc-animate~=parent])::before {
  z-index: 1;
}
[data-uc-animate^=link][data-uc-animate*=line] a::after, [data-uc-animate^=link][data-uc-animate*=line]:not([data-uc-animate~=parent])::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: var(--line-gap, 0);
  left: 0;
  height: 2px;
  transition: transform 700ms cubic-bezier(0.17, 0.67, 0, 1.01), opacity 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background: var(--reveal-bg, currentColor);
  z-index: 0;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-fade] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-fade]:not([data-uc-animate~=parent])::after {
  transform: none !important;
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-fade] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-fade]:not([data-uc-animate~=parent]):hover::after {
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slideup] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slideup]:not([data-uc-animate~=parent])::after {
  transform: translateY(4px);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slideup] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slideup]:not([data-uc-animate~=parent]):hover::after {
  transform: translateY(0);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slidedown] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slidedown]:not([data-uc-animate~=parent])::after {
  transform: translateY(-4px);
  opacity: 0;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slidedown] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-slidedown]:not([data-uc-animate~=parent]):hover::after {
  transform: translateY(0);
  opacity: 1;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-start] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-start]:not([data-uc-animate~=parent])::after {
  transform: scaleX(0);
  transform-origin: right;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-start] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-start]:not([data-uc-animate~=parent]):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-center] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-center]:not([data-uc-animate~=parent])::after {
  transform: scaleX(0);
  transform-origin: center;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-center] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-center]:not([data-uc-animate~=parent]):hover::after {
  transform: scaleX(1);
  transform-origin: center;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-end] a::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-end]:not([data-uc-animate~=parent])::after {
  transform: scaleX(0);
  transform-origin: left;
}
[data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-end] a:hover::after, [data-uc-animate^=link][data-uc-animate*=line][data-uc-animate~=line-end]:not([data-uc-animate~=parent]):hover::after {
  transform: scaleX(1);
  transform-origin: right;
}

[data-uc-animate~=spin] {
  animation: uc-spin 10s linear 0s infinite;
}

[data-uc-animate~=bounce] {
  animation: uc-bounce 5s linear 0s infinite;
}

[data-uc-animate~=fade] {
  animation: uc-fade 5s linear 0s infinite;
}

[data-uc-animate~=flash] {
  animation: uc-flash 1s linear 0s infinite;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uc-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes uc-flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.page-preload #wrapper {
  transition: opacity 350ms cubic-bezier(0.8, 0, 0.2, 1) 1s;
  opacity: 0;
}
.page-preload.loaded #wrapper {
  opacity: 1;
}

.uc-preloader {
  transition: all 200ms ease;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
  transform-origin: top;
}
.uc-preloader .percentage {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}
.uc-preloader .tracker {
  width: 0%;
  height: 100%;
}
.uc-preloader.loaded {
  animation: preloader 1.2s cubic-bezier(1, 0, 0, 1) 500ms forwards;
}
.uc-preloader.loaded .percentage {
  animation: percentage 350ms cubic-bezier(1, 0, 0, 1) 200ms forwards;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -101%);
    transform-origin: bottom;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, -101%);
    transform-origin: bottom;
  }
}
@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, 40px);
  }
}
[data-uc-marquee] {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  overflow: hidden;
}
[data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}
[data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}
[data-uc-marquee].pause-on-hover:hover > * > * {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.uni-text-marquee {
  position: relative;
  top: -8px;
}

.swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}
.swiper .swiper-match > * > * {
  flex: 1;
}

/*
 * Table of content: Template
 * ----------------------------------------
 * 01. Base
 * 02. Header
 */
:root {
  --color-white: white !important;
  --color-black: black !important;
  --bs-gray-800-rgb: 25, 25, 25 !important;
}

html {
  font-variant-numeric: lining-nums;
  scroll-behavior: smooth;
}

.uc-link {
  font-weight: var(--font-weight-medium);
}

.uc-link:hover, a:hover {
  text-decoration: none;
}

hr {
  opacity: 0.1 !important;
}

.hide-scrollbar,
.overflow-x-auto.flex-nowrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar,
.overflow-x-auto.flex-nowrap::-webkit-scrollbar {
  display: none; /* Other Browsers */
}

.uc-switcher-nav > li > a {
  border-radius: 8px;
}
.uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: white;
}

.nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}
.nav-pagination a.uc-active {
  background: var(--color-primary);
  color: white;
}

.post-navigation .new-post:hover button,
.post-navigation .old-post:hover button {
  color: var(--color-primary) !important;
}

.swiper {
  --autoplay-duration: 7000ms;
}
.swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 16px;
  border-radius: 0;
}
.swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}
.swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}
.swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}
.swiper .swiper-slide-progress {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide-progress {
  background-color: var(--color-gray-25);
}
.swiper .swiper-slide-progress:where(.uc-dark), :where(.uc-dark) .swiper .swiper-slide-progress {
  background-color: rgba(255, 255, 255, 0.1);
}
.swiper .swiper-slide-progress > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
}
.swiper .swiper-slide-progress > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.swiper .swiper-slide-progress > span:where(.uc-dark), :where(.uc-dark) .swiper .swiper-slide-progress > span {
  background-color: rgba(255, 255, 255, 0.1);
}
.swiper .swiper-slide-thumb-active .swiper-slide-progress > span {
  animation: slideProgress var(--autoplay-duration, 7000ms) linear;
}
.swiper.swiper-thumbs-progress .featured-image {
  transform: scale(1);
}
.swiper.swiper-thumbs-progress .swiper-slide-thumb-active .featured-image {
  animation: scaleProgress 350ms ease-in-out;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 16px;
  border-radius: 0;
}

@keyframes slideProgress {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleProgress {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-ticker .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-ticker .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  line-break: normal;
}
.swiper-ticker-sep {
  --uc-ticker-sep: "•";
  --uc-ticker-gap: 24px;
  --uc-ticker-new-gap: calc(var(--uc-ticker-gap) / 2 * -1);
}
.swiper-ticker-sep .swiper-wrapper > * + *::before {
  content: var(--uc-ticker-sep);
  position: absolute;
  top: 50%;
  left: var(--uc-ticker-new-gap);
  transform: translate(-50%, -50%);
  color: currentColor;
  opacity: 0.5;
}

.uc-dark .swiper-pagination.numbered-pagination > * {
  color: var(--color-gray-10);
  opacity: 0.3;
}
.uc-dark .swiper-pagination.numbered-pagination > *.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Dark mode triggers */
[data-darkmode-toggle] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  z-index: 1000;
}
[data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
[data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-darkmode-toggle] .switch > .slider:before {
  content: "\eb38";
  font-family: "Unicons";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: inherit;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  line-height: 1.2;
  z-index: 1;
  color: currentColor;
  animation: scalingDown 200ms ease-in;
}
[data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}
[data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "\eb1f";
  color: currentColor;
  animation: scalingUp 200ms ease-out;
}

[data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}
[data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}
[data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
  background-color: rgba(155, 155, 155, 0.25);
  border-color: rgba(155, 155, 155, 0.25);
}
[data-darkmode-switch] .switch > .slider:before {
  content: "\e915";
  font-family: "Unicons";
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  transition: 300ms ease !important;
  z-index: 1;
  background: white !important;
  color: rgb(155, 155, 155);
  box-shadow: 0px 1px 3px 0px rgba(150, 150, 150, 0.25);
}
[data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}
[data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "\e910";
  color: currentColor;
  transform: translateX(100%);
}
[data-darkmode-switch].fixed-dark .switch > .slider {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

@keyframes scalingUp {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scalingDown {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
[data-toggle-active].active .not-active,
[data-toggle-active]:not(.active) .active {
  display: none;
}

[data-toggle-loading]:not(.loading) .loading, [data-toggle-loading]:not(.no-more-loading) .no-more-loading, [data-toggle-loading].loading .not-loading, [data-toggle-loading].no-more-loading .not-loading {
  display: none;
}

pre.prettyprint {
  font-style: normal;
}
pre.prettyprint {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}
pre.prettyprint:where(.uc-dark), :where(.uc-dark) pre.prettyprint {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}
pre.prettyprint {
  color: var(--color-secondary-500);
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}
pre.prettyprint .com {
  color: #8b8fa4;
}
pre.prettyprint .com:where(.uc-dark), :where(.uc-dark) pre.prettyprint .com {
  color: #666977;
}
pre.prettyprint .com {
  font-style: italic;
}
pre.prettyprint .typ, pre.prettyprint .atn, pre.prettyprint .dec, pre.prettyprint .var {
  color: #5858a4;
}
pre.prettyprint .typ:where(.uc-dark), :where(.uc-dark) pre.prettyprint .typ, pre.prettyprint .atn:where(.uc-dark), :where(.uc-dark) pre.prettyprint .atn, pre.prettyprint .dec:where(.uc-dark), :where(.uc-dark) pre.prettyprint .dec, pre.prettyprint .var:where(.uc-dark), :where(.uc-dark) pre.prettyprint .var {
  color: #acacdc;
}
pre.prettyprint .kwd, pre.prettyprint .linenums .tag {
  color: #6d8df6;
}
pre.prettyprint .tag {
  color: #d01f7b;
}
pre.prettyprint .tag:where(.uc-dark), :where(.uc-dark) pre.prettyprint .tag {
  color: #f472b6;
}
pre.prettyprint .str, pre.prettyprint .atv {
  color: #2094ca;
}
pre.prettyprint .str:where(.uc-dark), :where(.uc-dark) pre.prettyprint .str, pre.prettyprint .atv:where(.uc-dark), :where(.uc-dark) pre.prettyprint .atv {
  color: #55bff0;
}
pre.prettyprint .pln {
  color: #45505c;
}
pre.prettyprint .pln:where(.uc-dark), :where(.uc-dark) pre.prettyprint .pln {
  color: #ccd8e4;
}
pre.prettyprint .lit {
  color: #d0387f;
}
pre.prettyprint .lit:where(.uc-dark), :where(.uc-dark) pre.prettyprint .lit {
  color: #f477b1;
}
pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo {
  color: #536066;
}
pre.prettyprint .pun:where(.uc-dark), :where(.uc-dark) pre.prettyprint .pun, pre.prettyprint .opn:where(.uc-dark), :where(.uc-dark) pre.prettyprint .opn, pre.prettyprint .clo:where(.uc-dark), :where(.uc-dark) pre.prettyprint .clo {
  color: #a3b2b9;
}

.nav-y .uc-parent::after {
  top: 5px;
  transition: none;
}

.nav-y .uc-nav-sub .uc-parent::after {
  top: 3.5px;
  transition: none;
}

[data-split-text] {
  font-kerning: none;
}
[data-split-text] > * {
  line-height: 120%;
}

svg > mask {
  display: none;
}

.-ls-xs {
  letter-spacing: -0.5px;
}

.uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 250ms ease;
}

.uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Header */
.uc-header {
  display: block;
}

header.uc-preview-header.uc-sticky-fixed {
  overflow: visible !important;
}
header.uc-preview-header .uc-navbar-container {
  transition: all 350ms ease;
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  background-color: rgba(255, 255, 255, 0.85);
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky:where(.uc-dark), :where(.uc-dark) header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  background-color: rgba(31, 31, 31, 0.75);
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(10px);
  max-width: 1080px;
  margin: 16px auto 0;
  border-radius: 80px;
  box-shadow: 0 7px 10px -10px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: 0.6;
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav .uc-active > a {
  opacity: 1;
}
header.uc-preview-header .uc-navbar-nav li > a {
  color: black;
}
header.uc-preview-header .uc-navbar-nav li > a:where(.uc-dark), :where(.uc-dark) header.uc-preview-header .uc-navbar-nav li > a {
  color: white;
}

.uc-header.header-one {
  transition: 200ms ease-in-out;
  transform: translateY(0);
}
.uc-header.header-one.uc-sticky-below {
  transform: translateY(-50px);
}
.uc-header.header-one .uc-navbar-nav > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.uc-header.header-one .uc-navbar-nav > li > a[aria-expanded=true]::before {
  opacity: 1;
}
.uc-header.header-one .uc-navbar-switcher-nav li > a {
  text-decoration: none;
  font-size: 90%;
  padding: 0.5rem 1rem;
  justify-content: center;
}
.uc-header.header-one .uc-navbar-switcher-nav li > a:hover {
  color: var(--color-primary);
}
.uc-header.header-one .uc-navbar-switcher-nav li > a:hover:where(.uc-dark), :where(.uc-dark) .uc-header.header-one .uc-navbar-switcher-nav li > a:hover {
  color: white;
}
.uc-header.header-one .uc-navbar-switcher-nav li.uc-active > a {
  border-radius: 4px;
  background-color: var(--color-primary);
  color: white;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.0392156863);
}

.uc-navbar-sticky .hide-on-sticky {
  display: none;
}

.hide-on-default {
  display: none;
}

.uc-navbar-sticky .hide-on-default {
  display: inline-flex;
}

/* Switcher */
.uc-switcher-nav > li > a {
  border-radius: 12px;
}

/* Accordion */
.uc-accordion > *.uc-open .uc-accordion-title::before {
  transform: rotate(-90deg);
}
.uc-accordion .uc-accordion-title::before {
  content: "\e940";
  margin-top: 0;
  background-color: transparent;
  font-weight: normal;
}

/* Buttons */
.animate-btn > span {
  transition: 250ms ease;
  transform: translateX(8px);
}
.animate-btn > .icon {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease;
  transform: translateX(-8px);
  width: 0px;
}
.animate-btn:hover > span {
  transform: translateX(-4px);
}
.animate-btn:hover > .icon {
  visibility: visible;
  opacity: 1;
  transform: translateX(4px);
  width: auto;
}

/* Nav X */
.nav-x > *.uc-active {
  color: var(--color-primary);
}

/* Swiper */
.swiper-pagination.expand-pagination {
  margin: 0 !important;
  bottom: 0 !important;
}
.swiper-pagination.expand-pagination > * {
  flex: 1;
}

.swiper-scale-active .swiper-slide {
  transform: scale(1);
  transition: transform 250ms ease-in-out;
}
.swiper-scale-active .swiper-slide.swiper-slide-active {
  transform: scale(1.15);
  transition: transform 250ms ease-in-out;
}
.swiper-scale-active .swiper-pagination {
  gap: 4px !important;
}
.swiper-scale-active .swiper-pagination > * {
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important;
}

/* Base */
.post.type-post .uc-post-share {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: 200ms ease-in-out;
}
.post.type-post .post-meta {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 200ms ease-in-out;
}
.post.type-post.uc-active .uc-post-share {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 200ms ease-in-out;
}
.post.type-post.uc-active .post-meta {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: 200ms ease-in-out;
}

/* blog comment */
#blog-comment {
  margin-top: 40px;
}

#blog-comment h5 {
  margin-bottom: 10px;
}

#blog-comment ul,
#blog-comment li {
  list-style: none;
  margin-left: -40px;
  padding-left: 0;
}

.rtl #blog-comment li {
  margin-right: -30px;
}

.rtl #blog-comment li li {
  margin-right: 40px;
}

#blog-comment li {
  min-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.dark-scheme #blog-comment li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

#blog-comment li .avatar {
  position: absolute;
  margin-top: 5px;
}

#blog-comment li .avatar img {
  width: 70px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#blog-comment .comment {
  margin-left: 85px;
}

.rtl #blog-comment .comment {
  margin-left: 0;
  margin-right: 85px;
}

#blog-comment li {
  min-height: 70px;
  font-size: 15px;
  line-height: 1.6em;
}

#blog-comment li li {
  margin-left: 55px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
  border-bottom: none;
}

.dark-scheme #blog-comment li li {
  border-top-color: rgba(255, 255, 255, 0.1);
}

#blog-comment li li .avatar {
  position: absolute;
}

.comment-info {
  margin-left: 85px;
  margin-bottom: 5px;
}

.rtl .comment-info {
  margin-left: 0;
  margin-right: 85px;
}

.comment-info .c_name {
  display: block;
  font-weight: 700;
  color: #555555;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.dark-scheme .comment-info .c_name {
  color: #ffffff;
}

.comment-info .c_reply {
  padding-left: 10px;
  margin-left: 5px;
  border-left: solid 1px #ddd;
  font-size: 12px;
  font-weight: 700;
}

.dark-scheme .comment-info .c_reply {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.comment-info .c_date {
  font-size: 12px;
}

.blog-list h4 {
  color: #333;
}

.blog-read h4 {
  color: #333;
  letter-spacing: normal;
  font-size: 24px;
  text-transform: none;
}

.blog-carousel ul,
.blog-carousel li {
  margin: 0;
  list-style: none;
}

.blog-carousel h4 {
  margin-bottom: 0px;
}

.blog-carousel p {
  margin-bottom: 10px;
}

.blog-carousel .post-date {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #888;
}

.bloglist {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: var(--tertiary-color);
}

.post-content {
  position: relative;
}

.post-content p {
  margin-bottom: 0px;
}

.post-text .d-date {
  font-size: 14px;
}

.post-text h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-text h4 a {
  font-weight: bold;
  font-family: var(--body-font);
  color: #1A1C26;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
}

.dark-scheme .post-text h4 a {
  color: #ffffff;
}

.post-text .tags {
  font-size: 10px;
  text-transform: uppercase;
}

.p-tagline {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.p-tagline {
  left: auto;
  right: 20px;
}

.p-tagline,
.p-title {
  font-family: var(--body-font);
  background: rgba(var(--primary-color-rgb), 0.2);
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 10px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.p-tagline,
.p-title.invert {
  background: var(--secondary-color);
}

.p-title {
  font-size: 12px;
  margin-bottom: 20px;
}

.post-text .p-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  color: #888888;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post-info {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.blog-read img {
  margin-bottom: 20px;
}

.blog-read .post-text {
  padding: 0;
}

.post-date,
.post-comment,
.post-like,
.post-by,
.post-author {
  margin-right: 20px;
  font-size: 13px;
  font-family: var(--body-font);
}

.dark-scheme .post-date,
.dark-scheme .post-comment,
.dark-scheme .post-like,
.dark-scheme .post-by,
.dark-scheme .post-author {
  color: #ffffff;
}

.post-date {
  color: var(--title-font-color);
}

.post-author .d-name {
  line-height: 1.7em;
  padding-left: 60px;
  font-size: 15px;
}

.post-author .d-name span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.post-date:before,
.post-comment:before,
.post-like:before,
.post-by:before {
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 11px;
}

.post-comment:before {
  content: "\f0e5";
}

.post-like:before {
  content: "\f08a";
}

.block-slider.block-slider-miniposts .swiper-main .post-header {
  opacity: 0;
  transform: translateY(24px);
  transition: all 300ms ease-in-out;
}
.block-slider.block-slider-miniposts .swiper-main .swiper-slide.swiper-slide-active .post-header {
  opacity: 1;
  transform: translateY(0);
}

.block-slider-miniposts .swiper-thumbs .swiper-slide {
  opacity: 0.5;
}
.block-slider-miniposts .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: none;
}

.block-layout.slider-thumbs .swiper-thumbs .swiper-wrapper {
  width: 100% !important;
}

html.bp-md .block-layout.slider-thumbs .swiper-thumbs .swiper-wrapper {
  height: 286px !important;
  width: auto !important;
}

html.bp-lg .block-layout.slider-thumbs .swiper-thumbs .swiper-wrapper {
  height: 420px !important;
  width: auto !important;
}

.swiper .swiper-pagination-bullet,
.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

body.uni-body {
  background-color: var(--portal-paper) !important;
}

.section,
.section-outer {
  background-color: var(--portal-surface);
}

.uc-top-navbar {
  background: var(--portal-topbar-grad) !important;
}

.uc-center-navbar {
  background-color: var(--portal-surface);
  border-bottom: 1px solid var(--portal-line);
}

.uc-navbar-sticky .uc-center-navbar {
  background: var(--portal-navbar-glass) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--portal-line);
  box-shadow: var(--portal-shadow-sticky);
}

.uc-navbar-nav > li > a,
.uc-navbar-nav > li > .uc-navbar-item > a {
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  font-size: 0.9rem !important;
}

.btn-alt-primary.animate-btn {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-weight: 700;
  font-size: 0.82rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--portal-ink) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s ease, color 0.15s ease;
}
.btn-alt-primary.animate-btn:hover {
  color: var(--color-primary) !important;
  gap: 0.6rem;
}
.btn-alt-primary.animate-btn::after {
  content: "→";
  font-size: 1rem;
}
.btn-alt-primary.animate-btn .icon.unicon-chevron-right {
  display: none;
}

.uc-transition-scale-up {
  transition: opacity 0.25s ease !important;
  transform: none !important;
}

.uc-transition-toggle:hover .uc-transition-scale-up {
  opacity: 0.88 !important;
  transform: none !important;
}

.type-post .post-title {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.type-post .post-title a {
  color: var(--portal-ink);
  transition: color 0.15s ease;
}
.type-post .post-title a:hover {
  color: var(--color-primary);
}

.type-post .post-title.h6 {
  font-size: 1.05rem !important;
}

@media (min-width: 992px) {
  .type-post .post-title.h6 {
    font-size: 1.2rem !important;
  }
}
.type-post .post-image figure,
.type-post .post-image .featured-image {
  border-radius: 0 !important;
}

.post-category-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-primary);
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 0.45rem;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.post-category-badge:hover {
  opacity: 0.7;
}

.post-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--portal-ink-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.editorial-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-left: 4px solid var(--color-primary);
  border-bottom: none;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 1.75rem;
}
.editorial-section-header .section-label {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  white-space: nowrap;
}
.editorial-section-header a.section-title-link {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--portal-ink);
  text-decoration: none;
  transition: color 0.15s ease;
}
.editorial-section-header a.section-title-link:hover {
  color: var(--color-primary);
}
.editorial-section-header h1.section-title-link {
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: -0.02em;
}
.editorial-section-header .section-arrow {
  opacity: 0.3;
  font-size: 1rem;
}

.featured-layout {
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1200px) {
  .featured-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 0.5rem;
  }
}

.featured-layout__hero {
  min-width: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-layout__hero {
    flex: 0 0 60%;
  }
}
@media (min-width: 1200px) {
  .featured-layout__hero {
    display: flex;
  }
  .featured-layout__hero > * {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
  }
  .featured-layout__hero article.post {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
  }
  .featured-layout__hero .post-media {
    flex: 1 1 auto;
    min-height: 100%;
  }
}

.featured-layout__secondary {
  min-width: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-layout__secondary {
    flex: 0 0 calc(40% - 0.5rem);
  }
}

.featured-hero .post-title {
  font-size: 1.75rem !important;
  line-height: 1.15 !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .featured-hero .post-title {
    font-size: 2.25rem !important;
  }
}

.featured-card-secondary .post-title {
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .featured-card-secondary .post-title {
    font-size: 1.05rem !important;
  }
}
.featured-card-secondary .post-category-badge {
  margin-bottom: 0.2rem;
}

.featured-grid-secondary .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-swiper .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.5rem;
}
.featured-swiper .swiper-pagination-bullet {
  background: var(--color-primary);
  opacity: 0.4;
}
.featured-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  border-radius: 4px;
}
.featured-swiper .swiper-slide article {
  min-height: 300px;
}

.featured-card-glass {
  background: linear-gradient(to top, var(--portal-glass-scrim-strong) 0%, var(--portal-glass-scrim-mid) 50%, transparent 100%) !important;
}
.featured-card-glass .featured-glass-label {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: var(--portal-glass-label);
  border: 1px solid var(--portal-glass-hairline);
  border-radius: var(--portal-radius-sharp);
  padding: 3px 10px;
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 0.5rem;
}

article.post .post-title.h5 {
  font-size: 1.4rem !important;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

article.post .post-title.h4,
article.post .post-title.xl\:h4 {
  font-size: 1.75rem !important;
  line-height: 1.15;
}

.single-post .post-header h1 {
  font-family: var(--font-family-serif, "Noto Serif Display", serif);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: left;
}

.post-article-date {
  font-size: 0.78rem;
  color: var(--portal-ink-faint);
  letter-spacing: 0.02em;
}

.post-content.tiptap-editor {
  font-size: 1.05rem;
  line-height: 1.82;
  color: var(--portal-ink-body);
}
.post-content.tiptap-editor p {
  margin-bottom: 1.5rem;
}
.post-content.tiptap-editor h2, .post-content.tiptap-editor h3, .post-content.tiptap-editor h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

article.single-post {
  background-color: var(--portal-surface);
}

.post.type-post.border-bottom {
  border-color: var(--portal-line-soft) !important;
}

.uc-footer-bottom .nav-x a,
.uc-footer-bottom .footer-nav a {
  opacity: 0.75;
  transition: opacity 0.15s ease;
}
.uc-footer-bottom .nav-x a:hover,
.uc-footer-bottom .footer-nav a:hover {
  opacity: 1;
}

#uc-footer {
  border-top: 3px solid var(--portal-ink);
}

.breadcrumb {
  font-size: 0.75rem;
  opacity: 0.6;
}

.pagination .page-item.active .page-link {
  background-color: var(--portal-ink);
  border-color: var(--portal-ink);
}

.pagination .page-link {
  color: var(--portal-ink);
  border-radius: 0 !important;
}

.adsense-wrap {
  text-align: center;
  margin: 2rem auto;
  padding: 0 1rem;
}
.adsense-wrap::before {
  content: "Publicidade";
  display: block;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--portal-ink-ghost);
  margin-bottom: 6px;
}

.adsense-leaderboard {
  min-height: 90px;
  max-width: 728px;
  background: var(--portal-placeholder);
  border-radius: var(--portal-radius-sharp);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adsense-rectangle {
  min-height: 250px;
  width: 300px;
  background: var(--portal-placeholder);
  border-radius: var(--portal-radius-sharp);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adsense-infeed {
  min-height: 120px;
  width: 100%;
  background: var(--portal-placeholder);
  border-radius: var(--portal-radius-sharp);
  display: flex;
  align-items: center;
  justify-content: center;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1A5FAB;
  --bs-secondary: #1A5FAB;
  --bs-success: #4CAF50;
  --bs-info: #0099cc;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #5b5b5b;
  --bs-gray-10: rgb(250.08, 250.08, 250.08);
  --bs-gray-25: rgb(246.8, 246.8, 246.8);
  --bs-gray-50: rgb(238.6, 238.6, 238.6);
  --bs-gray-100: rgb(222.2, 222.2, 222.2);
  --bs-gray-200: rgb(189.4, 189.4, 189.4);
  --bs-gray-300: rgb(156.6, 156.6, 156.6);
  --bs-gray-400: rgb(123.8, 123.8, 123.8);
  --bs-gray-500: #5b5b5b;
  --bs-gray-600: rgb(72.8, 72.8, 72.8);
  --bs-gray-700: rgb(54.6, 54.6, 54.6);
  --bs-gray-800: rgb(36.4, 36.4, 36.4);
  --bs-gray-900: rgb(18.2, 18.2, 18.2);
  --bs-slate: #6b7280;
  --bs-slate-10: rgb(250.56, 250.77, 251.19);
  --bs-slate-25: rgb(247.6, 247.95, 248.65);
  --bs-slate-50: rgb(240.2, 240.9, 242.3);
  --bs-slate-100: rgb(225.4, 226.8, 229.6);
  --bs-slate-200: rgb(195.8, 198.6, 204.2);
  --bs-slate-300: rgb(166.2, 170.4, 178.8);
  --bs-slate-400: rgb(136.6, 142.2, 153.4);
  --bs-slate-500: #6b7280;
  --bs-slate-600: rgb(85.6, 91.2, 102.4);
  --bs-slate-700: rgb(64.2, 68.4, 76.8);
  --bs-slate-800: rgb(42.8, 45.6, 51.2);
  --bs-slate-900: rgb(21.4, 22.8, 25.6);
  --bs-primary-10: rgb(248.13, 250.2, 252.48);
  --bs-primary-25: rgb(243.55, 247, 250.8);
  --bs-primary-50: rgb(232.1, 239, 246.6);
  --bs-primary-100: rgb(209.2, 223, 238.2);
  --bs-primary-200: rgb(163.4, 191, 221.4);
  --bs-primary-300: rgb(117.6, 159, 204.6);
  --bs-primary-400: rgb(71.8, 127, 187.8);
  --bs-primary-500: #1A5FAB;
  --bs-primary-600: rgb(20.8, 76, 136.8);
  --bs-primary-700: rgb(15.6, 57, 102.6);
  --bs-primary-800: rgb(10.4, 38, 68.4);
  --bs-primary-900: rgb(5.2, 19, 34.2);
  --bs-secondary-10: rgb(248.13, 250.2, 252.48);
  --bs-secondary-25: rgb(243.55, 247, 250.8);
  --bs-secondary-50: rgb(232.1, 239, 246.6);
  --bs-secondary-100: rgb(209.2, 223, 238.2);
  --bs-secondary-200: rgb(163.4, 191, 221.4);
  --bs-secondary-300: rgb(117.6, 159, 204.6);
  --bs-secondary-400: rgb(71.8, 127, 187.8);
  --bs-secondary-500: #1A5FAB;
  --bs-secondary-600: rgb(20.8, 76, 136.8);
  --bs-secondary-700: rgb(15.6, 57, 102.6);
  --bs-secondary-800: rgb(10.4, 38, 68.4);
  --bs-secondary-900: rgb(5.2, 19, 34.2);
  --bs-info-10: rgb(247.35, 251.94, 253.47);
  --bs-info-25: rgb(242.25, 249.9, 252.45);
  --bs-info-50: rgb(229.5, 244.8, 249.9);
  --bs-info-100: rgb(204, 234.6, 244.8);
  --bs-info-200: rgb(153, 214.2, 234.6);
  --bs-info-300: rgb(102, 193.8, 224.4);
  --bs-info-400: rgb(51, 173.4, 214.2);
  --bs-info-500: #0099cc;
  --bs-info-600: rgb(0, 122.4, 163.2);
  --bs-info-700: rgb(0, 91.8, 122.4);
  --bs-info-800: rgb(0, 61.2, 81.6);
  --bs-info-900: rgb(0, 30.6, 40.8);
  --bs-success-10: rgb(249.63, 252.6, 249.75);
  --bs-success-25: rgb(246.05, 251, 246.25);
  --bs-success-50: rgb(237.1, 247, 237.5);
  --bs-success-100: rgb(219.2, 239, 220);
  --bs-success-200: rgb(183.4, 223, 185);
  --bs-success-300: rgb(147.6, 207, 150);
  --bs-success-400: rgb(111.8, 191, 115);
  --bs-success-500: #4CAF50;
  --bs-success-600: rgb(60.8, 140, 64);
  --bs-success-700: rgb(45.6, 105, 48);
  --bs-success-800: rgb(30.4, 70, 32);
  --bs-success-900: rgb(15.2, 35, 16);
  --bs-warning-10: rgb(255, 252.72, 247.56);
  --bs-warning-25: rgb(255, 251.2, 242.6);
  --bs-warning-50: rgb(255, 247.4, 230.2);
  --bs-warning-100: rgb(255, 239.8, 205.4);
  --bs-warning-200: rgb(255, 224.6, 155.8);
  --bs-warning-300: rgb(255, 209.4, 106.2);
  --bs-warning-400: rgb(255, 194.2, 56.6);
  --bs-warning-500: #ffb307;
  --bs-warning-600: rgb(204, 143.2, 5.6);
  --bs-warning-700: rgb(153, 107.4, 4.2);
  --bs-warning-800: rgb(102, 71.6, 2.8);
  --bs-warning-900: rgb(51, 35.8, 1.4);
  --bs-danger-10: rgb(254.19, 249.6, 249.6);
  --bs-danger-25: rgb(253.65, 246, 246);
  --bs-danger-50: rgb(252.3, 237, 237);
  --bs-danger-100: rgb(249.6, 219, 219);
  --bs-danger-200: rgb(244.2, 183, 183);
  --bs-danger-300: rgb(238.8, 147, 147);
  --bs-danger-400: rgb(233.4, 111, 111);
  --bs-danger-500: #e44b4b;
  --bs-danger-600: rgb(182.4, 60, 60);
  --bs-danger-700: rgb(136.8, 45, 45);
  --bs-danger-800: rgb(91.2, 30, 30);
  --bs-danger-900: rgb(45.6, 15, 15);
  --bs-blue: #078af3;
  --bs-blue-10: rgb(247.56, 251.49, 254.64);
  --bs-blue-25: rgb(242.6, 249.15, 254.4);
  --bs-blue-50: rgb(230.2, 243.3, 253.8);
  --bs-blue-100: rgb(205.4, 231.6, 252.6);
  --bs-blue-200: rgb(155.8, 208.2, 250.2);
  --bs-blue-300: rgb(106.2, 184.8, 247.8);
  --bs-blue-400: rgb(56.6, 161.4, 245.4);
  --bs-blue-500: #078af3;
  --bs-blue-600: rgb(5.6, 110.4, 194.4);
  --bs-blue-700: rgb(4.2, 82.8, 145.8);
  --bs-blue-800: rgb(2.8, 55.2, 97.2);
  --bs-blue-900: rgb(1.4, 27.6, 48.6);
  --bs-indigo: #553cdf;
  --bs-indigo-10: rgb(249.9, 249.15, 254.04);
  --bs-indigo-25: rgb(246.5, 245.25, 253.4);
  --bs-indigo-50: rgb(238, 235.5, 251.8);
  --bs-indigo-100: rgb(221, 216, 248.6);
  --bs-indigo-200: rgb(187, 177, 242.2);
  --bs-indigo-300: rgb(153, 138, 235.8);
  --bs-indigo-400: rgb(119, 99, 229.4);
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: rgb(68, 48, 178.4);
  --bs-indigo-700: rgb(51, 36, 133.8);
  --bs-indigo-800: rgb(34, 24, 89.2);
  --bs-indigo-900: rgb(17, 12, 44.6);
  --bs-purple: #8921e4;
  --bs-purple-10: rgb(251.46, 248.34, 254.19);
  --bs-purple-25: rgb(249.1, 243.9, 253.65);
  --bs-purple-50: rgb(243.2, 232.8, 252.3);
  --bs-purple-100: rgb(231.4, 210.6, 249.6);
  --bs-purple-200: rgb(207.8, 166.2, 244.2);
  --bs-purple-300: rgb(184.2, 121.8, 238.8);
  --bs-purple-400: rgb(160.6, 77.4, 233.4);
  --bs-purple-500: #8921e4;
  --bs-purple-600: rgb(109.6, 26.4, 182.4);
  --bs-purple-700: rgb(82.2, 19.8, 136.8);
  --bs-purple-800: rgb(54.8, 13.2, 91.2);
  --bs-purple-900: rgb(27.4, 6.6, 45.6);
  --bs-red: #ea4335;
  --bs-red-10: rgb(254.37, 249.36, 248.94);
  --bs-red-25: rgb(253.95, 245.6, 244.9);
  --bs-red-50: rgb(252.9, 236.2, 234.8);
  --bs-red-100: rgb(250.8, 217.4, 214.6);
  --bs-red-200: rgb(246.6, 179.8, 174.2);
  --bs-red-300: rgb(242.4, 142.2, 133.8);
  --bs-red-400: rgb(238.2, 104.6, 93.4);
  --bs-red-500: #ea4335;
  --bs-red-600: rgb(187.2, 53.6, 42.4);
  --bs-red-700: rgb(140.4, 40.2, 31.8);
  --bs-red-800: rgb(93.6, 26.8, 21.2);
  --bs-red-900: rgb(46.8, 13.4, 10.6);
  --bs-rose: #d20e4f;
  --bs-rose-10: rgb(253.65, 247.77, 249.72);
  --bs-rose-25: rgb(252.75, 242.95, 246.2);
  --bs-rose-50: rgb(250.5, 230.9, 237.4);
  --bs-rose-100: rgb(246, 206.8, 219.8);
  --bs-rose-200: rgb(237, 158.6, 184.6);
  --bs-rose-300: rgb(228, 110.4, 149.4);
  --bs-rose-400: rgb(219, 62.2, 114.2);
  --bs-rose-500: #d20e4f;
  --bs-rose-600: rgb(168, 11.2, 63.2);
  --bs-rose-700: rgb(126, 8.4, 47.4);
  --bs-rose-800: rgb(84, 5.6, 31.6);
  --bs-rose-900: rgb(42, 2.8, 15.8);
  --bs-pink: #f06b9d;
  --bs-pink-10: rgb(254.55, 250.56, 252.06);
  --bs-pink-25: rgb(254.25, 247.6, 250.1);
  --bs-pink-50: rgb(253.5, 240.2, 245.2);
  --bs-pink-100: rgb(252, 225.4, 235.4);
  --bs-pink-200: rgb(249, 195.8, 215.8);
  --bs-pink-300: rgb(246, 166.2, 196.2);
  --bs-pink-400: rgb(243, 136.6, 176.6);
  --bs-pink-500: #f06b9d;
  --bs-pink-600: rgb(192, 85.6, 125.6);
  --bs-pink-700: rgb(144, 64.2, 94.2);
  --bs-pink-800: rgb(96, 42.8, 62.8);
  --bs-pink-900: rgb(48, 21.4, 31.4);
  --bs-orange: #fb6b1e;
  --bs-orange-10: rgb(254.88, 250.56, 248.25);
  --bs-orange-25: rgb(254.8, 247.6, 243.75);
  --bs-orange-50: rgb(254.6, 240.2, 232.5);
  --bs-orange-100: rgb(254.2, 225.4, 210);
  --bs-orange-200: rgb(253.4, 195.8, 165);
  --bs-orange-300: rgb(252.6, 166.2, 120);
  --bs-orange-400: rgb(251.8, 136.6, 75);
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: rgb(200.8, 85.6, 24);
  --bs-orange-700: rgb(150.6, 64.2, 18);
  --bs-orange-800: rgb(100.4, 42.8, 12);
  --bs-orange-900: rgb(50.2, 21.4, 6);
  --bs-yellow: #fcbc05;
  --bs-yellow-10: rgb(254.91, 252.99, 247.5);
  --bs-yellow-25: rgb(254.85, 251.65, 242.5);
  --bs-yellow-50: rgb(254.7, 248.3, 230);
  --bs-yellow-100: rgb(254.4, 241.6, 205);
  --bs-yellow-200: rgb(253.8, 228.2, 155);
  --bs-yellow-300: rgb(253.2, 214.8, 105);
  --bs-yellow-400: rgb(252.6, 201.4, 55);
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: rgb(201.6, 150.4, 4);
  --bs-yellow-700: rgb(151.2, 112.8, 3);
  --bs-yellow-800: rgb(100.8, 75.2, 2);
  --bs-yellow-900: rgb(50.4, 37.6, 1);
  --bs-green: #34a853;
  --bs-green-10: rgb(248.91, 252.39, 249.84);
  --bs-green-25: rgb(244.85, 250.65, 246.4);
  --bs-green-50: rgb(234.7, 246.3, 237.8);
  --bs-green-100: rgb(214.4, 237.6, 220.6);
  --bs-green-200: rgb(173.8, 220.2, 186.2);
  --bs-green-300: rgb(133.2, 202.8, 151.8);
  --bs-green-400: rgb(92.6, 185.4, 117.4);
  --bs-green-500: #34a853;
  --bs-green-600: rgb(41.6, 134.4, 66.4);
  --bs-green-700: rgb(31.2, 100.8, 49.8);
  --bs-green-800: rgb(20.8, 67.2, 33.2);
  --bs-green-900: rgb(10.4, 33.6, 16.6);
  --bs-lime: #aef359;
  --bs-lime-10: rgb(252.57, 254.64, 250.02);
  --bs-lime-25: rgb(250.95, 254.4, 246.7);
  --bs-lime-50: rgb(246.9, 253.8, 238.4);
  --bs-lime-100: rgb(238.8, 252.6, 221.8);
  --bs-lime-200: rgb(222.6, 250.2, 188.6);
  --bs-lime-300: rgb(206.4, 247.8, 155.4);
  --bs-lime-400: rgb(190.2, 245.4, 122.2);
  --bs-lime-500: #aef359;
  --bs-lime-600: rgb(139.2, 194.4, 71.2);
  --bs-lime-700: rgb(104.4, 145.8, 53.4);
  --bs-lime-800: rgb(69.6, 97.2, 35.6);
  --bs-lime-900: rgb(34.8, 48.6, 17.8);
  --bs-teal: #06f6c6;
  --bs-teal-10: rgb(247.53, 254.73, 253.29);
  --bs-teal-25: rgb(242.55, 254.55, 252.15);
  --bs-teal-50: rgb(230.1, 254.1, 249.3);
  --bs-teal-100: rgb(205.2, 253.2, 243.6);
  --bs-teal-200: rgb(155.4, 251.4, 232.2);
  --bs-teal-300: rgb(105.6, 249.6, 220.8);
  --bs-teal-400: rgb(55.8, 247.8, 209.4);
  --bs-teal-500: #06f6c6;
  --bs-teal-600: rgb(4.8, 196.8, 158.4);
  --bs-teal-700: rgb(3.6, 147.6, 118.8);
  --bs-teal-800: rgb(2.4, 98.4, 79.2);
  --bs-teal-900: rgb(1.2, 49.2, 39.6);
  --bs-cyan: #38e1ff;
  --bs-cyan-10: rgb(249.03, 254.1, 255);
  --bs-cyan-25: rgb(245.05, 253.5, 255);
  --bs-cyan-50: rgb(235.1, 252, 255);
  --bs-cyan-100: rgb(215.2, 249, 255);
  --bs-cyan-200: rgb(175.4, 243, 255);
  --bs-cyan-300: rgb(135.6, 237, 255);
  --bs-cyan-400: rgb(95.8, 231, 255);
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: rgb(44.8, 180, 204);
  --bs-cyan-700: rgb(33.6, 135, 153);
  --bs-cyan-800: rgb(22.4, 90, 102);
  --bs-cyan-900: rgb(11.2, 45, 51);
  --bs-tertiary: #5394A2;
  --bs-tertiary-10: rgb(249.84, 251.79, 252.21);
  --bs-tertiary-25: rgb(246.4, 249.65, 250.35);
  --bs-tertiary-50: rgb(237.8, 244.3, 245.7);
  --bs-tertiary-100: rgb(220.6, 233.6, 236.4);
  --bs-tertiary-200: rgb(186.2, 212.2, 217.8);
  --bs-tertiary-300: rgb(151.8, 190.8, 199.2);
  --bs-tertiary-400: rgb(117.4, 169.4, 180.6);
  --bs-tertiary-500: #5394A2;
  --bs-tertiary-600: rgb(66.4, 118.4, 129.6);
  --bs-tertiary-700: rgb(49.8, 88.8, 97.2);
  --bs-tertiary-800: rgb(33.2, 59.2, 64.8);
  --bs-tertiary-900: rgb(16.6, 29.6, 32.4);
  --bs-primary-rgb: 26, 95, 171;
  --bs-secondary-rgb: 26, 95, 171;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 91, 91, 91;
  --bs-gray-10-rgb: 250, 250, 250;
  --bs-gray-25-rgb: 247, 247, 247;
  --bs-gray-50-rgb: 239, 239, 239;
  --bs-gray-100-rgb: 222, 222, 222;
  --bs-gray-200-rgb: 189, 189, 189;
  --bs-gray-300-rgb: 157, 157, 157;
  --bs-gray-400-rgb: 124, 124, 124;
  --bs-gray-500-rgb: 91, 91, 91;
  --bs-gray-600-rgb: 73, 73, 73;
  --bs-gray-700-rgb: 55, 55, 55;
  --bs-gray-800-rgb: 36, 36, 36;
  --bs-gray-900-rgb: 18, 18, 18;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 248, 250, 252;
  --bs-primary-25-rgb: 244, 247, 251;
  --bs-primary-50-rgb: 232, 239, 247;
  --bs-primary-100-rgb: 209, 223, 238;
  --bs-primary-200-rgb: 163, 191, 221;
  --bs-primary-300-rgb: 118, 159, 205;
  --bs-primary-400-rgb: 72, 127, 188;
  --bs-primary-500-rgb: 26, 95, 171;
  --bs-primary-600-rgb: 21, 76, 137;
  --bs-primary-700-rgb: 16, 57, 103;
  --bs-primary-800-rgb: 10, 38, 68;
  --bs-primary-900-rgb: 5, 19, 34;
  --bs-secondary-10-rgb: 248, 250, 252;
  --bs-secondary-25-rgb: 244, 247, 251;
  --bs-secondary-50-rgb: 232, 239, 247;
  --bs-secondary-100-rgb: 209, 223, 238;
  --bs-secondary-200-rgb: 163, 191, 221;
  --bs-secondary-300-rgb: 118, 159, 205;
  --bs-secondary-400-rgb: 72, 127, 188;
  --bs-secondary-500-rgb: 26, 95, 171;
  --bs-secondary-600-rgb: 21, 76, 137;
  --bs-secondary-700-rgb: 16, 57, 103;
  --bs-secondary-800-rgb: 10, 38, 68;
  --bs-secondary-900-rgb: 5, 19, 34;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-tertiary-rgb: 83, 148, 162;
  --bs-tertiary-10-rgb: 250, 252, 252;
  --bs-tertiary-25-rgb: 246, 250, 250;
  --bs-tertiary-50-rgb: 238, 244, 246;
  --bs-tertiary-100-rgb: 221, 234, 236;
  --bs-tertiary-200-rgb: 186, 212, 218;
  --bs-tertiary-300-rgb: 152, 191, 199;
  --bs-tertiary-400-rgb: 117, 169, 181;
  --bs-tertiary-500-rgb: 83, 148, 162;
  --bs-tertiary-600-rgb: 66, 118, 130;
  --bs-tertiary-700-rgb: 50, 89, 97;
  --bs-tertiary-800-rgb: 33, 59, 65;
  --bs-tertiary-900-rgb: 17, 30, 32;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(131, 131, 131, 0.25);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color);
  --bs-box-shadow-sm: 0 0.25rem 0.5rem -0.1rem var(--shadow-color);
  --bs-box-shadow-lg: 0 1rem 1.5rem -0.1rem var(--shadow-color);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 600;
  color: var(--bs-heading-color, inherit);
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-size: var(--sizes-heading-display-1-size) !important;
  line-height: var(--sizes-heading-display-1-lh) !important;
  letter-spacing: var(--sizes-heading-display-1-lp) !important;
}

.display-2 {
  font-size: var(--sizes-heading-display-2-size) !important;
  line-height: var(--sizes-heading-display-2-lh) !important;
  letter-spacing: var(--sizes-heading-display-2-lp) !important;
}

.display-3 {
  font-size: var(--sizes-heading-display-3-size) !important;
  line-height: var(--sizes-heading-display-3-lh) !important;
  letter-spacing: var(--sizes-heading-display-3-lp) !important;
}

.display-4 {
  font-size: var(--sizes-heading-display-4-size) !important;
  line-height: var(--sizes-heading-display-4-lh) !important;
  letter-spacing: var(--sizes-heading-display-4-lp) !important;
}

.display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.display-6 {
  font-size: var(--sizes-heading-display-6-size) !important;
  line-height: var(--sizes-heading-display-6-lh) !important;
  letter-spacing: var(--sizes-heading-display-6-lp) !important;
}

.h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (min-width: 459px) {
  .sm\:display-1 {
    font-size: var(--sizes-heading-display-1-size) !important;
    line-height: var(--sizes-heading-display-1-lh) !important;
    letter-spacing: var(--sizes-heading-display-1-lp) !important;
  }
  .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }
  .sm\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }
  .sm\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }
  .sm\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }
  .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }
  .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }
  .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }
  .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }
  .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }
  .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
  .sm\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}
@media (min-width: 768px) {
  .md\:display-1 {
    font-size: var(--sizes-heading-display-1-size) !important;
    line-height: var(--sizes-heading-display-1-lh) !important;
    letter-spacing: var(--sizes-heading-display-1-lp) !important;
  }
  .md\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }
  .md\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }
  .md\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }
  .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }
  .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }
  .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }
  .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }
  .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }
  .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }
  .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
  .md\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}
@media (min-width: 992px) {
  .lg\:display-1 {
    font-size: var(--sizes-heading-display-1-size) !important;
    line-height: var(--sizes-heading-display-1-lh) !important;
    letter-spacing: var(--sizes-heading-display-1-lp) !important;
  }
  .lg\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }
  .lg\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }
  .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }
  .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }
  .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }
  .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }
  .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }
  .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }
  .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }
  .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
  .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}
@media (min-width: 1200px) {
  .xl\:display-1 {
    font-size: var(--sizes-heading-display-1-size) !important;
    line-height: var(--sizes-heading-display-1-lh) !important;
    letter-spacing: var(--sizes-heading-display-1-lp) !important;
  }
  .xl\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }
  .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }
  .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }
  .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }
  .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }
  .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }
  .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }
  .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }
  .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }
  .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
  .xl\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:display-1 {
    font-size: var(--sizes-heading-display-1-size) !important;
    line-height: var(--sizes-heading-display-1-lh) !important;
    letter-spacing: var(--sizes-heading-display-1-lp) !important;
  }
  .xxl\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }
  .xxl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }
  .xxl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }
  .xxl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }
  .xxl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }
  .xxl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }
  .xxl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }
  .xxl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }
  .xxl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }
  .xxl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
  .xxl\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 459px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.row.col-match {
  flex-wrap: wrap;
}
.row.col-match > [class*=col-],
.row.col-match > * {
  display: flex;
  flex-direction: column;
}
.row.col-match > [class*=col-] > *,
.row.col-match > * > * {
  flex: 1;
}
.row.uc-grid:not(.uc-flex-wrap-top),
.row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}
.row.uc-grid.gap-guideline::before {
  top: 0;
}
.row.uc-grid.uc-flex-top {
  align-items: flex-start;
}
.row.uc-grid.uc-flex-wrap-top {
  align-content: flex-start;
}

.expand-container, html.bp-xs .expand-container-xs, html.bp-xs .xs\:expand-container, html.bp-sm .expand-container-sm, html.bp-sm .sm\:expand-container, html.bp-md .expand-container-md, html.bp-md .md\:expand-container, html.bp-lg .expand-container-lg, html.bp-lg .lg\:expand-container, html.bp-xl .expand-container-xl, html.bp-xl .xl\:expand-container, html.bp-xxl .expand-container-xxl, html.bp-xxl .xxl\:expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.g-0 .expand-container, .g-0 html.bp-xs .g-0, .g-0 .gx-0.expand-container-xs, .g-0 html.bp-xs .g-0, .g-0 .gx-0 .xs\:expand-container, .g-0 html.bp-sm .g-0, .g-0 .gx-0.expand-container-sm, .g-0 html.bp-sm .g-0, .g-0 .gx-0 .sm\:expand-container, .g-0 html.bp-md .g-0, .g-0 .gx-0.expand-container-md, .g-0 html.bp-md .g-0, .g-0 .gx-0 .md\:expand-container, .g-0 html.bp-lg .g-0, .g-0 .gx-0.expand-container-lg, .g-0 html.bp-lg .g-0, .g-0 .gx-0 .lg\:expand-container, .g-0 html.bp-xl .g-0, .g-0 .gx-0.expand-container-xl, .g-0 html.bp-xl .g-0, .g-0 .gx-0 .xl\:expand-container, .g-0 html.bp-xxl .g-0, .g-0 .gx-0.expand-container-xxl, .g-0 html.bp-xxl .g-0, .g-0 .gx-0 .xxl\:expand-container, .gx-0 .expand-container, .gx-0 html.bp-xs .g-0, .gx-0 .gx-0.expand-container-xs, .gx-0 html.bp-xs .g-0, .gx-0 .gx-0 .xs\:expand-container, .gx-0 html.bp-sm .g-0, .gx-0 .gx-0.expand-container-sm, .gx-0 html.bp-sm .g-0, .gx-0 .gx-0 .sm\:expand-container, .gx-0 html.bp-md .g-0, .gx-0 .gx-0.expand-container-md, .gx-0 html.bp-md .g-0, .gx-0 .gx-0 .md\:expand-container, .gx-0 html.bp-lg .g-0, .gx-0 .gx-0.expand-container-lg, .gx-0 html.bp-lg .g-0, .gx-0 .gx-0 .lg\:expand-container, .gx-0 html.bp-xl .g-0, .gx-0 .gx-0.expand-container-xl, .gx-0 html.bp-xl .g-0, .gx-0 .gx-0 .xl\:expand-container, .gx-0 html.bp-xxl .g-0, .gx-0 .gx-0.expand-container-xxl, .gx-0 html.bp-xxl .g-0, .gx-0 .gx-0 .xxl\:expand-container {
  --grid-gap: 0rem;
}

.grid.g-child-cols-1 > * {
  grid-column: auto/span 1;
}
.grid.g-child-cols-2 > * {
  grid-column: auto/span 2;
}
.grid.g-child-cols-3 > * {
  grid-column: auto/span 3;
}
.grid.g-child-cols-4 > * {
  grid-column: auto/span 4;
}
.grid.g-child-cols-5 > * {
  grid-column: auto/span 5;
}
.grid.g-child-cols-6 > * {
  grid-column: auto/span 6;
}
.grid.g-child-cols-7 > * {
  grid-column: auto/span 7;
}
.grid.g-child-cols-8 > * {
  grid-column: auto/span 8;
}
.grid.g-child-cols-9 > * {
  grid-column: auto/span 9;
}
.grid.g-child-cols-10 > * {
  grid-column: auto/span 10;
}
.grid.g-child-cols-11 > * {
  grid-column: auto/span 11;
}
.grid.g-child-cols-12 > * {
  grid-column: auto/span 12;
}
.grid.g-child-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid.g-child-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid.g-child-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid.g-child-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid.g-child-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid.g-child-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid.g-child-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid.g-child-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid.g-child-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid.g-child-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid.g-child-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid.g-child-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
@media (min-width: 459px) {
  .grid.g-child-cols-sm-1 > * {
    grid-column: auto/span 1;
  }
  .grid.g-child-cols-sm-2 > * {
    grid-column: auto/span 2;
  }
  .grid.g-child-cols-sm-3 > * {
    grid-column: auto/span 3;
  }
  .grid.g-child-cols-sm-4 > * {
    grid-column: auto/span 4;
  }
  .grid.g-child-cols-sm-5 > * {
    grid-column: auto/span 5;
  }
  .grid.g-child-cols-sm-6 > * {
    grid-column: auto/span 6;
  }
  .grid.g-child-cols-sm-7 > * {
    grid-column: auto/span 7;
  }
  .grid.g-child-cols-sm-8 > * {
    grid-column: auto/span 8;
  }
  .grid.g-child-cols-sm-9 > * {
    grid-column: auto/span 9;
  }
  .grid.g-child-cols-sm-10 > * {
    grid-column: auto/span 10;
  }
  .grid.g-child-cols-sm-11 > * {
    grid-column: auto/span 11;
  }
  .grid.g-child-cols-sm-12 > * {
    grid-column: auto/span 12;
  }
  .grid.g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 459px) {
  .grid.sm\:g-child-cols-1 > * {
    grid-column: auto/span 1;
  }
  .grid.sm\:g-child-cols-2 > * {
    grid-column: auto/span 2;
  }
  .grid.sm\:g-child-cols-3 > * {
    grid-column: auto/span 3;
  }
  .grid.sm\:g-child-cols-4 > * {
    grid-column: auto/span 4;
  }
  .grid.sm\:g-child-cols-5 > * {
    grid-column: auto/span 5;
  }
  .grid.sm\:g-child-cols-6 > * {
    grid-column: auto/span 6;
  }
  .grid.sm\:g-child-cols-7 > * {
    grid-column: auto/span 7;
  }
  .grid.sm\:g-child-cols-8 > * {
    grid-column: auto/span 8;
  }
  .grid.sm\:g-child-cols-9 > * {
    grid-column: auto/span 9;
  }
  .grid.sm\:g-child-cols-10 > * {
    grid-column: auto/span 10;
  }
  .grid.sm\:g-child-cols-11 > * {
    grid-column: auto/span 11;
  }
  .grid.sm\:g-child-cols-12 > * {
    grid-column: auto/span 12;
  }
  .grid .sm\:g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid .sm\:g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid.g-child-cols-md-1 > * {
    grid-column: auto/span 1;
  }
  .grid.g-child-cols-md-2 > * {
    grid-column: auto/span 2;
  }
  .grid.g-child-cols-md-3 > * {
    grid-column: auto/span 3;
  }
  .grid.g-child-cols-md-4 > * {
    grid-column: auto/span 4;
  }
  .grid.g-child-cols-md-5 > * {
    grid-column: auto/span 5;
  }
  .grid.g-child-cols-md-6 > * {
    grid-column: auto/span 6;
  }
  .grid.g-child-cols-md-7 > * {
    grid-column: auto/span 7;
  }
  .grid.g-child-cols-md-8 > * {
    grid-column: auto/span 8;
  }
  .grid.g-child-cols-md-9 > * {
    grid-column: auto/span 9;
  }
  .grid.g-child-cols-md-10 > * {
    grid-column: auto/span 10;
  }
  .grid.g-child-cols-md-11 > * {
    grid-column: auto/span 11;
  }
  .grid.g-child-cols-md-12 > * {
    grid-column: auto/span 12;
  }
  .grid.g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid.md\:g-child-cols-1 > * {
    grid-column: auto/span 1;
  }
  .grid.md\:g-child-cols-2 > * {
    grid-column: auto/span 2;
  }
  .grid.md\:g-child-cols-3 > * {
    grid-column: auto/span 3;
  }
  .grid.md\:g-child-cols-4 > * {
    grid-column: auto/span 4;
  }
  .grid.md\:g-child-cols-5 > * {
    grid-column: auto/span 5;
  }
  .grid.md\:g-child-cols-6 > * {
    grid-column: auto/span 6;
  }
  .grid.md\:g-child-cols-7 > * {
    grid-column: auto/span 7;
  }
  .grid.md\:g-child-cols-8 > * {
    grid-column: auto/span 8;
  }
  .grid.md\:g-child-cols-9 > * {
    grid-column: auto/span 9;
  }
  .grid.md\:g-child-cols-10 > * {
    grid-column: auto/span 10;
  }
  .grid.md\:g-child-cols-11 > * {
    grid-column: auto/span 11;
  }
  .grid.md\:g-child-cols-12 > * {
    grid-column: auto/span 12;
  }
  .grid .md\:g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid .md\:g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .grid.g-child-cols-lg-1 > * {
    grid-column: auto/span 1;
  }
  .grid.g-child-cols-lg-2 > * {
    grid-column: auto/span 2;
  }
  .grid.g-child-cols-lg-3 > * {
    grid-column: auto/span 3;
  }
  .grid.g-child-cols-lg-4 > * {
    grid-column: auto/span 4;
  }
  .grid.g-child-cols-lg-5 > * {
    grid-column: auto/span 5;
  }
  .grid.g-child-cols-lg-6 > * {
    grid-column: auto/span 6;
  }
  .grid.g-child-cols-lg-7 > * {
    grid-column: auto/span 7;
  }
  .grid.g-child-cols-lg-8 > * {
    grid-column: auto/span 8;
  }
  .grid.g-child-cols-lg-9 > * {
    grid-column: auto/span 9;
  }
  .grid.g-child-cols-lg-10 > * {
    grid-column: auto/span 10;
  }
  .grid.g-child-cols-lg-11 > * {
    grid-column: auto/span 11;
  }
  .grid.g-child-cols-lg-12 > * {
    grid-column: auto/span 12;
  }
  .grid.g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .grid.lg\:g-child-cols-1 > * {
    grid-column: auto/span 1;
  }
  .grid.lg\:g-child-cols-2 > * {
    grid-column: auto/span 2;
  }
  .grid.lg\:g-child-cols-3 > * {
    grid-column: auto/span 3;
  }
  .grid.lg\:g-child-cols-4 > * {
    grid-column: auto/span 4;
  }
  .grid.lg\:g-child-cols-5 > * {
    grid-column: auto/span 5;
  }
  .grid.lg\:g-child-cols-6 > * {
    grid-column: auto/span 6;
  }
  .grid.lg\:g-child-cols-7 > * {
    grid-column: auto/span 7;
  }
  .grid.lg\:g-child-cols-8 > * {
    grid-column: auto/span 8;
  }
  .grid.lg\:g-child-cols-9 > * {
    grid-column: auto/span 9;
  }
  .grid.lg\:g-child-cols-10 > * {
    grid-column: auto/span 10;
  }
  .grid.lg\:g-child-cols-11 > * {
    grid-column: auto/span 11;
  }
  .grid.lg\:g-child-cols-12 > * {
    grid-column: auto/span 12;
  }
  .grid .lg\:g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid .lg\:g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid.g-child-cols-xl-1 > * {
    grid-column: auto/span 1;
  }
  .grid.g-child-cols-xl-2 > * {
    grid-column: auto/span 2;
  }
  .grid.g-child-cols-xl-3 > * {
    grid-column: auto/span 3;
  }
  .grid.g-child-cols-xl-4 > * {
    grid-column: auto/span 4;
  }
  .grid.g-child-cols-xl-5 > * {
    grid-column: auto/span 5;
  }
  .grid.g-child-cols-xl-6 > * {
    grid-column: auto/span 6;
  }
  .grid.g-child-cols-xl-7 > * {
    grid-column: auto/span 7;
  }
  .grid.g-child-cols-xl-8 > * {
    grid-column: auto/span 8;
  }
  .grid.g-child-cols-xl-9 > * {
    grid-column: auto/span 9;
  }
  .grid.g-child-cols-xl-10 > * {
    grid-column: auto/span 10;
  }
  .grid.g-child-cols-xl-11 > * {
    grid-column: auto/span 11;
  }
  .grid.g-child-cols-xl-12 > * {
    grid-column: auto/span 12;
  }
  .grid.g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid.xl\:g-child-cols-1 > * {
    grid-column: auto/span 1;
  }
  .grid.xl\:g-child-cols-2 > * {
    grid-column: auto/span 2;
  }
  .grid.xl\:g-child-cols-3 > * {
    grid-column: auto/span 3;
  }
  .grid.xl\:g-child-cols-4 > * {
    grid-column: auto/span 4;
  }
  .grid.xl\:g-child-cols-5 > * {
    grid-column: auto/span 5;
  }
  .grid.xl\:g-child-cols-6 > * {
    grid-column: auto/span 6;
  }
  .grid.xl\:g-child-cols-7 > * {
    grid-column: auto/span 7;
  }
  .grid.xl\:g-child-cols-8 > * {
    grid-column: auto/span 8;
  }
  .grid.xl\:g-child-cols-9 > * {
    grid-column: auto/span 9;
  }
  .grid.xl\:g-child-cols-10 > * {
    grid-column: auto/span 10;
  }
  .grid.xl\:g-child-cols-11 > * {
    grid-column: auto/span 11;
  }
  .grid.xl\:g-child-cols-12 > * {
    grid-column: auto/span 12;
  }
  .grid .xl\:g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid .xl\:g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .grid.g-child-cols-xxl-1 > * {
    grid-column: auto/span 1;
  }
  .grid.g-child-cols-xxl-2 > * {
    grid-column: auto/span 2;
  }
  .grid.g-child-cols-xxl-3 > * {
    grid-column: auto/span 3;
  }
  .grid.g-child-cols-xxl-4 > * {
    grid-column: auto/span 4;
  }
  .grid.g-child-cols-xxl-5 > * {
    grid-column: auto/span 5;
  }
  .grid.g-child-cols-xxl-6 > * {
    grid-column: auto/span 6;
  }
  .grid.g-child-cols-xxl-7 > * {
    grid-column: auto/span 7;
  }
  .grid.g-child-cols-xxl-8 > * {
    grid-column: auto/span 8;
  }
  .grid.g-child-cols-xxl-9 > * {
    grid-column: auto/span 9;
  }
  .grid.g-child-cols-xxl-10 > * {
    grid-column: auto/span 10;
  }
  .grid.g-child-cols-xxl-11 > * {
    grid-column: auto/span 11;
  }
  .grid.g-child-cols-xxl-12 > * {
    grid-column: auto/span 12;
  }
  .grid.g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .grid.xxl\:g-child-cols-1 > * {
    grid-column: auto/span 1;
  }
  .grid.xxl\:g-child-cols-2 > * {
    grid-column: auto/span 2;
  }
  .grid.xxl\:g-child-cols-3 > * {
    grid-column: auto/span 3;
  }
  .grid.xxl\:g-child-cols-4 > * {
    grid-column: auto/span 4;
  }
  .grid.xxl\:g-child-cols-5 > * {
    grid-column: auto/span 5;
  }
  .grid.xxl\:g-child-cols-6 > * {
    grid-column: auto/span 6;
  }
  .grid.xxl\:g-child-cols-7 > * {
    grid-column: auto/span 7;
  }
  .grid.xxl\:g-child-cols-8 > * {
    grid-column: auto/span 8;
  }
  .grid.xxl\:g-child-cols-9 > * {
    grid-column: auto/span 9;
  }
  .grid.xxl\:g-child-cols-10 > * {
    grid-column: auto/span 10;
  }
  .grid.xxl\:g-child-cols-11 > * {
    grid-column: auto/span 11;
  }
  .grid.xxl\:g-child-cols-12 > * {
    grid-column: auto/span 12;
  }
  .grid .xxl\:g-child-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid .xxl\:g-child-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
}

.child-cols > * {
  flex: 1;
}

.child-row-cols-1 > * > * {
  flex: 0 0 auto;
  width: 100%;
}

.child-row-cols-2 > * > * {
  flex: 0 0 auto;
  width: 50%;
}

.child-row-cols-3 > * > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.child-row-cols-4 > * > * {
  flex: 0 0 auto;
  width: 25%;
}

.child-row-cols-5 > * > * {
  flex: 0 0 auto;
  width: 20%;
}

.child-row-cols-6 > * > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.child-row-cols-7 > * > * {
  flex: 0 0 auto;
  width: 14.28571429%;
}

.child-row-cols-8 > * > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.child-row-cols-9 > * > * {
  flex: 0 0 auto;
  width: 11.11111111%;
}

.child-row-cols-10 > * > * {
  flex: 0 0 auto;
  width: 10%;
}

.child-row-cols-11 > * > * {
  flex: 0 0 auto;
  width: 9.09090909%;
}

.child-row-cols-12 > * > * {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.child-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.child-cols-1 > * {
  --grid-total: 12;
  --grid-count: 1;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.child-cols-2 > * {
  --grid-total: 12;
  --grid-count: 2;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: 0 0 auto;
  width: 25%;
}

.child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.child-cols-5 > * {
  --grid-total: 12;
  --grid-count: 5;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%;
}

.child-cols-7 > * {
  --grid-total: 12;
  --grid-count: 7;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.child-cols-8 > * {
  --grid-total: 12;
  --grid-count: 8;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.child-cols-9 > * {
  --grid-total: 12;
  --grid-count: 9;
  flex: 0 0 auto;
  width: 75%;
}

.child-cols-10 > * {
  --grid-total: 12;
  --grid-count: 10;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.child-cols-11 > * {
  --grid-total: 12;
  --grid-count: 11;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 459px) {
  .child-cols-sm > * {
    flex: 1;
  }
  .child-row-cols-sm-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .child-row-cols-sm-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .child-row-cols-sm-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-row-cols-sm-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .child-row-cols-sm-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .child-row-cols-sm-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-row-cols-sm-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .child-row-cols-sm-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .child-row-cols-sm-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .child-row-cols-sm-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .child-row-cols-sm-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .child-row-cols-sm-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .child-cols-sm-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-sm-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-cols-sm-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .child-cols-sm-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-cols-sm-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .child-cols-sm-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .child-cols-sm-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .child-cols-sm-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .child-cols-sm-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .child-cols-sm-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .child-cols-sm-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .child-cols-sm-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 459px) {
  .sm\:child-cols > * {
    flex: 1 0 0%;
  }
  .sm\:child-row-cols-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .sm\:child-row-cols-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:child-row-cols-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:child-row-cols-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:child-row-cols-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .sm\:child-row-cols-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:child-row-cols-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .sm\:child-row-cols-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .sm\:child-row-cols-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .sm\:child-row-cols-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .sm\:child-row-cols-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .sm\:child-row-cols-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sm\:child-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .sm\:child-cols-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sm\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:child-cols-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .sm\:child-cols-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .sm\:child-cols-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .sm\:child-cols-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .sm\:child-cols-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .sm\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .child-cols-md > * {
    flex: 1;
  }
  .child-row-cols-md-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .child-row-cols-md-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .child-row-cols-md-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-row-cols-md-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .child-row-cols-md-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .child-row-cols-md-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-row-cols-md-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .child-row-cols-md-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .child-row-cols-md-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .child-row-cols-md-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .child-row-cols-md-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .child-row-cols-md-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .child-cols-md-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-md-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-cols-md-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .child-cols-md-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-cols-md-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .child-cols-md-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .child-cols-md-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .child-cols-md-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .child-cols-md-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .child-cols-md-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .child-cols-md-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .child-cols-md-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .md\:child-cols > * {
    flex: 1 0 0%;
  }
  .md\:child-row-cols-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:child-row-cols-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:child-row-cols-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:child-row-cols-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:child-row-cols-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .md\:child-row-cols-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:child-row-cols-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .md\:child-row-cols-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .md\:child-row-cols-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .md\:child-row-cols-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .md\:child-row-cols-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .md\:child-row-cols-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .md\:child-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .md\:child-cols-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .md\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:child-cols-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .md\:child-cols-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .md\:child-cols-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .md\:child-cols-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .md\:child-cols-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .md\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .child-cols-lg > * {
    flex: 1;
  }
  .child-row-cols-lg-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .child-row-cols-lg-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .child-row-cols-lg-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-row-cols-lg-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .child-row-cols-lg-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .child-row-cols-lg-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-row-cols-lg-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .child-row-cols-lg-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .child-row-cols-lg-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .child-row-cols-lg-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .child-row-cols-lg-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .child-row-cols-lg-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .child-cols-lg-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-lg-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-cols-lg-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .child-cols-lg-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-cols-lg-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .child-cols-lg-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .child-cols-lg-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .child-cols-lg-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .child-cols-lg-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .child-cols-lg-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .child-cols-lg-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .child-cols-lg-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .lg\:child-cols > * {
    flex: 1 0 0%;
  }
  .lg\:child-row-cols-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:child-row-cols-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:child-row-cols-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:child-row-cols-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:child-row-cols-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .lg\:child-row-cols-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:child-row-cols-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .lg\:child-row-cols-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .lg\:child-row-cols-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .lg\:child-row-cols-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .lg\:child-row-cols-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .lg\:child-row-cols-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .lg\:child-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:child-cols-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .lg\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:child-cols-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .lg\:child-cols-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .lg\:child-cols-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .lg\:child-cols-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .lg\:child-cols-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .lg\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .child-cols-xl > * {
    flex: 1;
  }
  .child-row-cols-xl-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .child-row-cols-xl-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .child-row-cols-xl-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-row-cols-xl-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .child-row-cols-xl-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .child-row-cols-xl-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-row-cols-xl-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .child-row-cols-xl-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .child-row-cols-xl-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .child-row-cols-xl-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .child-row-cols-xl-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .child-row-cols-xl-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .child-cols-xl-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-xl-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-cols-xl-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .child-cols-xl-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-cols-xl-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .child-cols-xl-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .child-cols-xl-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .child-cols-xl-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .child-cols-xl-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .child-cols-xl-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .child-cols-xl-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .child-cols-xl-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .xl\:child-cols > * {
    flex: 1 0 0%;
  }
  .xl\:child-row-cols-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xl\:child-row-cols-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:child-row-cols-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:child-row-cols-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:child-row-cols-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xl\:child-row-cols-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:child-row-cols-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .xl\:child-row-cols-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .xl\:child-row-cols-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .xl\:child-row-cols-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .xl\:child-row-cols-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .xl\:child-row-cols-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xl\:child-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:child-cols-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xl\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xl\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:child-cols-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xl\:child-cols-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xl\:child-cols-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .xl\:child-cols-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xl\:child-cols-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xl\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .child-cols-xxl > * {
    flex: 1;
  }
  .child-row-cols-xxl-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .child-row-cols-xxl-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .child-row-cols-xxl-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-row-cols-xxl-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .child-row-cols-xxl-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .child-row-cols-xxl-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-row-cols-xxl-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .child-row-cols-xxl-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .child-row-cols-xxl-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .child-row-cols-xxl-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .child-row-cols-xxl-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .child-row-cols-xxl-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .child-cols-xxl-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .child-cols-xxl-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .child-cols-xxl-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .child-cols-xxl-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .child-cols-xxl-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .child-cols-xxl-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .child-cols-xxl-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .child-cols-xxl-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .child-cols-xxl-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .child-cols-xxl-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .child-cols-xxl-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .child-cols-xxl-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .xxl\:child-cols > * {
    flex: 1 0 0%;
  }
  .xxl\:child-row-cols-1 > * > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xxl\:child-row-cols-2 > * > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xxl\:child-row-cols-3 > * > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xxl\:child-row-cols-4 > * > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xxl\:child-row-cols-5 > * > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xxl\:child-row-cols-6 > * > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xxl\:child-row-cols-7 > * > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .xxl\:child-row-cols-8 > * > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .xxl\:child-row-cols-9 > * > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .xxl\:child-row-cols-10 > * > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .xxl\:child-row-cols-11 > * > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .xxl\:child-row-cols-12 > * > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xxl\:child-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xxl\:child-cols-1 > * {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xxl\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xxl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .xxl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xxl\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xxl\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .xxl\:child-cols-7 > * {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xxl\:child-cols-8 > * {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xxl\:child-cols-9 > * {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .xxl\:child-cols-10 > * {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xxl\:child-cols-11 > * {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xxl\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 459px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.28571429%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.11111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.09090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  --grid-total: 12;
  --grid-count: 1;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  --grid-total: 12;
  --grid-count: 2;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  --grid-total: 12;
  --grid-count: 9;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  --grid-total: 12;
  --grid-count: 10;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  --grid-total: 12;
  --grid-count: 11;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-narrow,
.gx-narrow {
  --bs-gutter-x: 0.25rem;
}

.g-narrow,
.gy-narrow {
  --bs-gutter-y: 0.25rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3.5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 4rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 8rem;
}

@media (min-width: 459px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-narrow,
  .gx-sm-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-narrow,
  .gy-sm-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-narrow,
  .gx-md-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-narrow,
  .gy-md-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-narrow,
  .gx-lg-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-narrow,
  .gy-lg-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-narrow,
  .gx-xl-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-narrow,
  .gy-xl-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-narrow,
  .gx-xxl-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-narrow,
  .gy-xxl-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 459px) {
  .grid .sm\:g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .sm\:g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .sm\:g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .sm\:g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .sm\:g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .sm\:g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .sm\:g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .sm\:g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .sm\:g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .sm\:g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .sm\:g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .sm\:g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .sm\:g-start-1 {
    grid-column-start: 1;
  }
  .grid .sm\:g-start-2 {
    grid-column-start: 2;
  }
  .grid .sm\:g-start-3 {
    grid-column-start: 3;
  }
  .grid .sm\:g-start-4 {
    grid-column-start: 4;
  }
  .grid .sm\:g-start-5 {
    grid-column-start: 5;
  }
  .grid .sm\:g-start-6 {
    grid-column-start: 6;
  }
  .grid .sm\:g-start-7 {
    grid-column-start: 7;
  }
  .grid .sm\:g-start-8 {
    grid-column-start: 8;
  }
  .grid .sm\:g-start-9 {
    grid-column-start: 9;
  }
  .grid .sm\:g-start-10 {
    grid-column-start: 10;
  }
  .grid .sm\:g-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .md\:g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .md\:g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .md\:g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .md\:g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .md\:g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .md\:g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .md\:g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .md\:g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .md\:g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .md\:g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .md\:g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .md\:g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .md\:g-start-1 {
    grid-column-start: 1;
  }
  .grid .md\:g-start-2 {
    grid-column-start: 2;
  }
  .grid .md\:g-start-3 {
    grid-column-start: 3;
  }
  .grid .md\:g-start-4 {
    grid-column-start: 4;
  }
  .grid .md\:g-start-5 {
    grid-column-start: 5;
  }
  .grid .md\:g-start-6 {
    grid-column-start: 6;
  }
  .grid .md\:g-start-7 {
    grid-column-start: 7;
  }
  .grid .md\:g-start-8 {
    grid-column-start: 8;
  }
  .grid .md\:g-start-9 {
    grid-column-start: 9;
  }
  .grid .md\:g-start-10 {
    grid-column-start: 10;
  }
  .grid .md\:g-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .lg\:g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .lg\:g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .lg\:g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .lg\:g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .lg\:g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .lg\:g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .lg\:g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .lg\:g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .lg\:g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .lg\:g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .lg\:g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .lg\:g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .lg\:g-start-1 {
    grid-column-start: 1;
  }
  .grid .lg\:g-start-2 {
    grid-column-start: 2;
  }
  .grid .lg\:g-start-3 {
    grid-column-start: 3;
  }
  .grid .lg\:g-start-4 {
    grid-column-start: 4;
  }
  .grid .lg\:g-start-5 {
    grid-column-start: 5;
  }
  .grid .lg\:g-start-6 {
    grid-column-start: 6;
  }
  .grid .lg\:g-start-7 {
    grid-column-start: 7;
  }
  .grid .lg\:g-start-8 {
    grid-column-start: 8;
  }
  .grid .lg\:g-start-9 {
    grid-column-start: 9;
  }
  .grid .lg\:g-start-10 {
    grid-column-start: 10;
  }
  .grid .lg\:g-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .xl\:g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .xl\:g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .xl\:g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .xl\:g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .xl\:g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .xl\:g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .xl\:g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .xl\:g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .xl\:g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .xl\:g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .xl\:g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .xl\:g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .xl\:g-start-1 {
    grid-column-start: 1;
  }
  .grid .xl\:g-start-2 {
    grid-column-start: 2;
  }
  .grid .xl\:g-start-3 {
    grid-column-start: 3;
  }
  .grid .xl\:g-start-4 {
    grid-column-start: 4;
  }
  .grid .xl\:g-start-5 {
    grid-column-start: 5;
  }
  .grid .xl\:g-start-6 {
    grid-column-start: 6;
  }
  .grid .xl\:g-start-7 {
    grid-column-start: 7;
  }
  .grid .xl\:g-start-8 {
    grid-column-start: 8;
  }
  .grid .xl\:g-start-9 {
    grid-column-start: 9;
  }
  .grid .xl\:g-start-10 {
    grid-column-start: 10;
  }
  .grid .xl\:g-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .xxl\:g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .xxl\:g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .xxl\:g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .xxl\:g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .xxl\:g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .xxl\:g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .xxl\:g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .xxl\:g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .xxl\:g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .xxl\:g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .xxl\:g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .xxl\:g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .xxl\:g-start-1 {
    grid-column-start: 1;
  }
  .grid .xxl\:g-start-2 {
    grid-column-start: 2;
  }
  .grid .xxl\:g-start-3 {
    grid-column-start: 3;
  }
  .grid .xxl\:g-start-4 {
    grid-column-start: 4;
  }
  .grid .xxl\:g-start-5 {
    grid-column-start: 5;
  }
  .grid .xxl\:g-start-6 {
    grid-column-start: 6;
  }
  .grid .xxl\:g-start-7 {
    grid-column-start: 7;
  }
  .grid .xxl\:g-start-8 {
    grid-column-start: 8;
  }
  .grid .xxl\:g-start-9 {
    grid-column-start: 9;
  }
  .grid .xxl\:g-start-10 {
    grid-column-start: 10;
  }
  .grid .xxl\:g-start-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 459px) {
  .sm\:col {
    flex: 1 0 0%;
  }
  .sm\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .sm\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .sm\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .sm\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .sm\:row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .sm\:row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .sm\:row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .sm\:row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .sm\:row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sm\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .sm\:col-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sm\:col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .sm\:col-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .sm\:col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .sm\:offset-0 {
    margin-left: 0;
  }
  .sm\:offset-1 {
    margin-left: 8.33333333%;
  }
  .sm\:offset-2 {
    margin-left: 16.66666667%;
  }
  .sm\:offset-3 {
    margin-left: 25%;
  }
  .sm\:offset-4 {
    margin-left: 33.33333333%;
  }
  .sm\:offset-5 {
    margin-left: 41.66666667%;
  }
  .sm\:offset-6 {
    margin-left: 50%;
  }
  .sm\:offset-7 {
    margin-left: 58.33333333%;
  }
  .sm\:offset-8 {
    margin-left: 66.66666667%;
  }
  .sm\:offset-9 {
    margin-left: 75%;
  }
  .sm\:offset-10 {
    margin-left: 83.33333333%;
  }
  .sm\:offset-11 {
    margin-left: 91.66666667%;
  }
  .sm\:g-0,
  .sm\:gx-0 {
    --bs-gutter-x: 0;
  }
  .sm\:g-0,
  .sm\:gy-0 {
    --bs-gutter-y: 0;
  }
  .sm\:g-narrow,
  .sm\:gx-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .sm\:g-narrow,
  .sm\:gy-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .sm\:g-1,
  .sm\:gx-1 {
    --bs-gutter-x: 0.5rem;
  }
  .sm\:g-1,
  .sm\:gy-1 {
    --bs-gutter-y: 0.5rem;
  }
  .sm\:g-2,
  .sm\:gx-2 {
    --bs-gutter-x: 1rem;
  }
  .sm\:g-2,
  .sm\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .sm\:g-3,
  .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .sm\:g-3,
  .sm\:gy-3 {
    --bs-gutter-y: 1.5rem;
  }
  .sm\:g-4,
  .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .sm\:g-4,
  .sm\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .sm\:g-5,
  .sm\:gx-5 {
    --bs-gutter-x: 2.5rem;
  }
  .sm\:g-5,
  .sm\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .sm\:g-6,
  .sm\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .sm\:g-6,
  .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .sm\:g-7,
  .sm\:gx-7 {
    --bs-gutter-x: 3.5rem;
  }
  .sm\:g-7,
  .sm\:gy-7 {
    --bs-gutter-y: 3.5rem;
  }
  .sm\:g-8,
  .sm\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .sm\:g-8,
  .sm\:gy-8 {
    --bs-gutter-y: 4rem;
  }
  .sm\:g-9,
  .sm\:gx-9 {
    --bs-gutter-x: 5rem;
  }
  .sm\:g-9,
  .sm\:gy-9 {
    --bs-gutter-y: 5rem;
  }
  .sm\:g-10,
  .sm\:gx-10 {
    --bs-gutter-x: 8rem;
  }
  .sm\:g-10,
  .sm\:gy-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .md\:col {
    flex: 1 0 0%;
  }
  .md\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .md\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .md\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .md\:row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .md\:row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .md\:row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .md\:row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .md\:row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .md\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .md\:col-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .md\:col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .md\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .md\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .md\:col-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .md\:col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:offset-0 {
    margin-left: 0;
  }
  .md\:offset-1 {
    margin-left: 8.33333333%;
  }
  .md\:offset-2 {
    margin-left: 16.66666667%;
  }
  .md\:offset-3 {
    margin-left: 25%;
  }
  .md\:offset-4 {
    margin-left: 33.33333333%;
  }
  .md\:offset-5 {
    margin-left: 41.66666667%;
  }
  .md\:offset-6 {
    margin-left: 50%;
  }
  .md\:offset-7 {
    margin-left: 58.33333333%;
  }
  .md\:offset-8 {
    margin-left: 66.66666667%;
  }
  .md\:offset-9 {
    margin-left: 75%;
  }
  .md\:offset-10 {
    margin-left: 83.33333333%;
  }
  .md\:offset-11 {
    margin-left: 91.66666667%;
  }
  .md\:g-0,
  .md\:gx-0 {
    --bs-gutter-x: 0;
  }
  .md\:g-0,
  .md\:gy-0 {
    --bs-gutter-y: 0;
  }
  .md\:g-narrow,
  .md\:gx-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .md\:g-narrow,
  .md\:gy-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .md\:g-1,
  .md\:gx-1 {
    --bs-gutter-x: 0.5rem;
  }
  .md\:g-1,
  .md\:gy-1 {
    --bs-gutter-y: 0.5rem;
  }
  .md\:g-2,
  .md\:gx-2 {
    --bs-gutter-x: 1rem;
  }
  .md\:g-2,
  .md\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .md\:g-3,
  .md\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .md\:g-3,
  .md\:gy-3 {
    --bs-gutter-y: 1.5rem;
  }
  .md\:g-4,
  .md\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .md\:g-4,
  .md\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .md\:g-5,
  .md\:gx-5 {
    --bs-gutter-x: 2.5rem;
  }
  .md\:g-5,
  .md\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .md\:g-6,
  .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .md\:g-6,
  .md\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .md\:g-7,
  .md\:gx-7 {
    --bs-gutter-x: 3.5rem;
  }
  .md\:g-7,
  .md\:gy-7 {
    --bs-gutter-y: 3.5rem;
  }
  .md\:g-8,
  .md\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .md\:g-8,
  .md\:gy-8 {
    --bs-gutter-y: 4rem;
  }
  .md\:g-9,
  .md\:gx-9 {
    --bs-gutter-x: 5rem;
  }
  .md\:g-9,
  .md\:gy-9 {
    --bs-gutter-y: 5rem;
  }
  .md\:g-10,
  .md\:gx-10 {
    --bs-gutter-x: 8rem;
  }
  .md\:g-10,
  .md\:gy-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .lg\:col {
    flex: 1 0 0%;
  }
  .lg\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .lg\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .lg\:row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .lg\:row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .lg\:row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .lg\:row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .lg\:row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .lg\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:col-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .lg\:col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .lg\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .lg\:col-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .lg\:col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:offset-0 {
    margin-left: 0;
  }
  .lg\:offset-1 {
    margin-left: 8.33333333%;
  }
  .lg\:offset-2 {
    margin-left: 16.66666667%;
  }
  .lg\:offset-3 {
    margin-left: 25%;
  }
  .lg\:offset-4 {
    margin-left: 33.33333333%;
  }
  .lg\:offset-5 {
    margin-left: 41.66666667%;
  }
  .lg\:offset-6 {
    margin-left: 50%;
  }
  .lg\:offset-7 {
    margin-left: 58.33333333%;
  }
  .lg\:offset-8 {
    margin-left: 66.66666667%;
  }
  .lg\:offset-9 {
    margin-left: 75%;
  }
  .lg\:offset-10 {
    margin-left: 83.33333333%;
  }
  .lg\:offset-11 {
    margin-left: 91.66666667%;
  }
  .lg\:g-0,
  .lg\:gx-0 {
    --bs-gutter-x: 0;
  }
  .lg\:g-0,
  .lg\:gy-0 {
    --bs-gutter-y: 0;
  }
  .lg\:g-narrow,
  .lg\:gx-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .lg\:g-narrow,
  .lg\:gy-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .lg\:g-1,
  .lg\:gx-1 {
    --bs-gutter-x: 0.5rem;
  }
  .lg\:g-1,
  .lg\:gy-1 {
    --bs-gutter-y: 0.5rem;
  }
  .lg\:g-2,
  .lg\:gx-2 {
    --bs-gutter-x: 1rem;
  }
  .lg\:g-2,
  .lg\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .lg\:g-3,
  .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .lg\:g-3,
  .lg\:gy-3 {
    --bs-gutter-y: 1.5rem;
  }
  .lg\:g-4,
  .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .lg\:g-4,
  .lg\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .lg\:g-5,
  .lg\:gx-5 {
    --bs-gutter-x: 2.5rem;
  }
  .lg\:g-5,
  .lg\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .lg\:g-6,
  .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .lg\:g-6,
  .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .lg\:g-7,
  .lg\:gx-7 {
    --bs-gutter-x: 3.5rem;
  }
  .lg\:g-7,
  .lg\:gy-7 {
    --bs-gutter-y: 3.5rem;
  }
  .lg\:g-8,
  .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .lg\:g-8,
  .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
  .lg\:g-9,
  .lg\:gx-9 {
    --bs-gutter-x: 5rem;
  }
  .lg\:g-9,
  .lg\:gy-9 {
    --bs-gutter-y: 5rem;
  }
  .lg\:g-10,
  .lg\:gx-10 {
    --bs-gutter-x: 8rem;
  }
  .lg\:g-10,
  .lg\:gy-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .xl\:col {
    flex: 1 0 0%;
  }
  .xl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .xl\:row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .xl\:row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .xl\:row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .xl\:row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .xl\:row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xl\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:col-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xl\:col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xl\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xl\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xl\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .xl\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xl\:col-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xl\:col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .xl\:offset-0 {
    margin-left: 0;
  }
  .xl\:offset-1 {
    margin-left: 8.33333333%;
  }
  .xl\:offset-2 {
    margin-left: 16.66666667%;
  }
  .xl\:offset-3 {
    margin-left: 25%;
  }
  .xl\:offset-4 {
    margin-left: 33.33333333%;
  }
  .xl\:offset-5 {
    margin-left: 41.66666667%;
  }
  .xl\:offset-6 {
    margin-left: 50%;
  }
  .xl\:offset-7 {
    margin-left: 58.33333333%;
  }
  .xl\:offset-8 {
    margin-left: 66.66666667%;
  }
  .xl\:offset-9 {
    margin-left: 75%;
  }
  .xl\:offset-10 {
    margin-left: 83.33333333%;
  }
  .xl\:offset-11 {
    margin-left: 91.66666667%;
  }
  .xl\:g-0,
  .xl\:gx-0 {
    --bs-gutter-x: 0;
  }
  .xl\:g-0,
  .xl\:gy-0 {
    --bs-gutter-y: 0;
  }
  .xl\:g-narrow,
  .xl\:gx-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .xl\:g-narrow,
  .xl\:gy-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .xl\:g-1,
  .xl\:gx-1 {
    --bs-gutter-x: 0.5rem;
  }
  .xl\:g-1,
  .xl\:gy-1 {
    --bs-gutter-y: 0.5rem;
  }
  .xl\:g-2,
  .xl\:gx-2 {
    --bs-gutter-x: 1rem;
  }
  .xl\:g-2,
  .xl\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .xl\:g-3,
  .xl\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .xl\:g-3,
  .xl\:gy-3 {
    --bs-gutter-y: 1.5rem;
  }
  .xl\:g-4,
  .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .xl\:g-4,
  .xl\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .xl\:g-5,
  .xl\:gx-5 {
    --bs-gutter-x: 2.5rem;
  }
  .xl\:g-5,
  .xl\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .xl\:g-6,
  .xl\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .xl\:g-6,
  .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .xl\:g-7,
  .xl\:gx-7 {
    --bs-gutter-x: 3.5rem;
  }
  .xl\:g-7,
  .xl\:gy-7 {
    --bs-gutter-y: 3.5rem;
  }
  .xl\:g-8,
  .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .xl\:g-8,
  .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }
  .xl\:g-9,
  .xl\:gx-9 {
    --bs-gutter-x: 5rem;
  }
  .xl\:g-9,
  .xl\:gy-9 {
    --bs-gutter-y: 5rem;
  }
  .xl\:g-10,
  .xl\:gx-10 {
    --bs-gutter-x: 8rem;
  }
  .xl\:g-10,
  .xl\:gy-10 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .xxl\:col {
    flex: 1 0 0%;
  }
  .xxl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xxl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xxl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xxl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xxl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xxl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xxl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xxl\:row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .xxl\:row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .xxl\:row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .xxl\:row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .xxl\:row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .xxl\:row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xxl\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .xxl\:col-1 {
    --grid-total: 12;
    --grid-count: 1;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xxl\:col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xxl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .xxl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xxl\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xxl\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .xxl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xxl\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xxl\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%;
  }
  .xxl\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xxl\:col-11 {
    --grid-total: 12;
    --grid-count: 11;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xxl\:col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
  .xxl\:offset-0 {
    margin-left: 0;
  }
  .xxl\:offset-1 {
    margin-left: 8.33333333%;
  }
  .xxl\:offset-2 {
    margin-left: 16.66666667%;
  }
  .xxl\:offset-3 {
    margin-left: 25%;
  }
  .xxl\:offset-4 {
    margin-left: 33.33333333%;
  }
  .xxl\:offset-5 {
    margin-left: 41.66666667%;
  }
  .xxl\:offset-6 {
    margin-left: 50%;
  }
  .xxl\:offset-7 {
    margin-left: 58.33333333%;
  }
  .xxl\:offset-8 {
    margin-left: 66.66666667%;
  }
  .xxl\:offset-9 {
    margin-left: 75%;
  }
  .xxl\:offset-10 {
    margin-left: 83.33333333%;
  }
  .xxl\:offset-11 {
    margin-left: 91.66666667%;
  }
  .xxl\:g-0,
  .xxl\:gx-0 {
    --bs-gutter-x: 0;
  }
  .xxl\:g-0,
  .xxl\:gy-0 {
    --bs-gutter-y: 0;
  }
  .xxl\:g-narrow,
  .xxl\:gx-narrow {
    --bs-gutter-x: 0.25rem;
  }
  .xxl\:g-narrow,
  .xxl\:gy-narrow {
    --bs-gutter-y: 0.25rem;
  }
  .xxl\:g-1,
  .xxl\:gx-1 {
    --bs-gutter-x: 0.5rem;
  }
  .xxl\:g-1,
  .xxl\:gy-1 {
    --bs-gutter-y: 0.5rem;
  }
  .xxl\:g-2,
  .xxl\:gx-2 {
    --bs-gutter-x: 1rem;
  }
  .xxl\:g-2,
  .xxl\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .xxl\:g-3,
  .xxl\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .xxl\:g-3,
  .xxl\:gy-3 {
    --bs-gutter-y: 1.5rem;
  }
  .xxl\:g-4,
  .xxl\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .xxl\:g-4,
  .xxl\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .xxl\:g-5,
  .xxl\:gx-5 {
    --bs-gutter-x: 2.5rem;
  }
  .xxl\:g-5,
  .xxl\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .xxl\:g-6,
  .xxl\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .xxl\:g-6,
  .xxl\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .xxl\:g-7,
  .xxl\:gx-7 {
    --bs-gutter-x: 3.5rem;
  }
  .xxl\:g-7,
  .xxl\:gy-7 {
    --bs-gutter-y: 3.5rem;
  }
  .xxl\:g-8,
  .xxl\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .xxl\:g-8,
  .xxl\:gy-8 {
    --bs-gutter-y: 4rem;
  }
  .xxl\:g-9,
  .xxl\:gx-9 {
    --bs-gutter-x: 5rem;
  }
  .xxl\:g-9,
  .xxl\:gy-9 {
    --bs-gutter-y: 5rem;
  }
  .xxl\:g-10,
  .xxl\:gx-10 {
    --bs-gutter-x: 8rem;
  }
  .xxl\:g-10,
  .xxl\:gy-10 {
    --bs-gutter-y: 8rem;
  }
}
.sep > * {
  position: relative;
}
.sep > :not(.uc-first-column)::before {
  content: "";
  position: absolute;
}
.sep > :not(.uc-first-column)::before {
  left: -0.2px !important;
}
[dir=rtl] .sep > :not(.uc-first-column)::before {
  left: auto !important;
  right: -0.2px !important;
}
.sep > :not(.uc-first-column)::before {
  top: 0;
  bottom: 0;
}
.sep > :not(.uc-first-column)::before {
  border-left: 1px solid var(--border-color) !important;
}
[dir=rtl] .sep > :not(.uc-first-column)::before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}
.sep > .uc-grid-margin::after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  transform: translateY(-50%);
}
.sep-x > :not(:first-child) {
  position: relative;
}
.sep-x > :not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  transform: translateY(-50%);
}
.sep-y > :not(.uc-first-column) {
  position: relative;
}
.sep-y > :not(.uc-first-column)::before {
  content: "";
  position: absolute;
}
.sep-y > :not(.uc-first-column)::before {
  left: -0.2px !important;
}
[dir=rtl] .sep-y > :not(.uc-first-column)::before {
  left: auto !important;
  right: -0.2px !important;
}
.sep-y > :not(.uc-first-column)::before {
  top: 0;
  bottom: 0;
}
.sep-y > :not(.uc-first-column)::before {
  border-left: 1px solid var(--border-color) !important;
}
[dir=rtl] .sep-y > :not(.uc-first-column)::before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-slate-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-slate-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-slate-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-slate-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-slate-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-slate-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-slate-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-indigo-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-indigo-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-indigo-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-indigo-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-indigo-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-indigo-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-purple-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-purple-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-purple-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-purple-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-200 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-purple-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-rose-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-rose-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-rose-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-rose-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-200 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-300 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-rose-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-rose-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-pink-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-pink-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-lime-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-lime-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-lime-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-lime-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lime-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-lime-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-cyan-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-cyan-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-cyan-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-cyan-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-cyan-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-cyan-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-10 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-10-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-25 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-25-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-400 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(21, 76, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 76, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(21, 76, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 76, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(61, 140, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 140, 64, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(0, 122, 163, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 122, 163, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 194, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 194, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(182, 60, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 60, 60, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(73, 73, 73, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 73, 73, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-10 {
  color: RGBA(var(--bs-gray-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-10:hover, .link-gray-10:focus {
  color: RGBA(251, 251, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 251, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-25 {
  color: RGBA(var(--bs-gray-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-25:hover, .link-gray-25:focus {
  color: RGBA(248, 248, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 248, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-50 {
  color: RGBA(var(--bs-gray-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-50:hover, .link-gray-50:focus {
  color: RGBA(242, 242, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 242, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-100 {
  color: RGBA(var(--bs-gray-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: RGBA(229, 229, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(229, 229, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-200 {
  color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: RGBA(203, 203, 203, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(203, 203, 203, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-300 {
  color: RGBA(var(--bs-gray-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: RGBA(125, 125, 125, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(125, 125, 125, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-400 {
  color: RGBA(var(--bs-gray-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: RGBA(99, 99, 99, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(99, 99, 99, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-500 {
  color: RGBA(var(--bs-gray-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: RGBA(73, 73, 73, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 73, 73, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-600 {
  color: RGBA(var(--bs-gray-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: RGBA(58, 58, 58, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(58, 58, 58, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-700 {
  color: RGBA(var(--bs-gray-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: RGBA(44, 44, 44, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(44, 44, 44, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-800 {
  color: RGBA(var(--bs-gray-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: RGBA(29, 29, 29, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(29, 29, 29, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray-900 {
  color: RGBA(var(--bs-gray-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: RGBA(15, 15, 15, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(15, 15, 15, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate {
  color: RGBA(var(--bs-slate-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate:hover, .link-slate:focus {
  color: RGBA(86, 91, 102, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 91, 102, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-10 {
  color: RGBA(var(--bs-slate-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-10:hover, .link-slate-10:focus {
  color: RGBA(251, 252, 252, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 252, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-25 {
  color: RGBA(var(--bs-slate-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-25:hover, .link-slate-25:focus {
  color: RGBA(249, 249, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 249, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-50 {
  color: RGBA(var(--bs-slate-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-50:hover, .link-slate-50:focus {
  color: RGBA(243, 244, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 244, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-100 {
  color: RGBA(var(--bs-slate-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-100:hover, .link-slate-100:focus {
  color: RGBA(231, 232, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(231, 232, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-200 {
  color: RGBA(var(--bs-slate-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-200:hover, .link-slate-200:focus {
  color: RGBA(208, 210, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(208, 210, 214, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-300 {
  color: RGBA(var(--bs-slate-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-300:hover, .link-slate-300:focus {
  color: RGBA(133, 136, 143, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(133, 136, 143, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-400 {
  color: RGBA(var(--bs-slate-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-400:hover, .link-slate-400:focus {
  color: RGBA(109, 114, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(109, 114, 123, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-500 {
  color: RGBA(var(--bs-slate-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-500:hover, .link-slate-500:focus {
  color: RGBA(86, 91, 102, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 91, 102, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-600 {
  color: RGBA(var(--bs-slate-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-600:hover, .link-slate-600:focus {
  color: RGBA(68, 73, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(68, 73, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-700 {
  color: RGBA(var(--bs-slate-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-700:hover, .link-slate-700:focus {
  color: RGBA(51, 55, 61, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 55, 61, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-800 {
  color: RGBA(var(--bs-slate-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-800:hover, .link-slate-800:focus {
  color: RGBA(34, 36, 41, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(34, 36, 41, var(--bs-link-underline-opacity, 1)) !important;
}

.link-slate-900 {
  color: RGBA(var(--bs-slate-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-slate-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-slate-900:hover, .link-slate-900:focus {
  color: RGBA(17, 18, 20, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(17, 18, 20, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-10 {
  color: RGBA(var(--bs-primary-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-10:hover, .link-primary-10:focus {
  color: RGBA(250, 251, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 251, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-25 {
  color: RGBA(var(--bs-primary-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-25:hover, .link-primary-25:focus {
  color: RGBA(246, 249, 252, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 249, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-50 {
  color: RGBA(var(--bs-primary-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-50:hover, .link-primary-50:focus {
  color: RGBA(237, 242, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 242, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-100 {
  color: RGBA(var(--bs-primary-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-100:hover, .link-primary-100:focus {
  color: RGBA(218, 229, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218, 229, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-200 {
  color: RGBA(var(--bs-primary-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-200:hover, .link-primary-200:focus {
  color: RGBA(182, 204, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 204, 228, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-300 {
  color: RGBA(var(--bs-primary-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-300:hover, .link-primary-300:focus {
  color: RGBA(94, 127, 164, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(94, 127, 164, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-400 {
  color: RGBA(var(--bs-primary-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-400:hover, .link-primary-400:focus {
  color: RGBA(57, 102, 150, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(57, 102, 150, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-500 {
  color: RGBA(var(--bs-primary-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-500:hover, .link-primary-500:focus {
  color: RGBA(21, 76, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 76, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-600 {
  color: RGBA(var(--bs-primary-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-600:hover, .link-primary-600:focus {
  color: RGBA(17, 61, 109, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(17, 61, 109, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-700 {
  color: RGBA(var(--bs-primary-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-700:hover, .link-primary-700:focus {
  color: RGBA(12, 46, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 46, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-800 {
  color: RGBA(var(--bs-primary-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-800:hover, .link-primary-800:focus {
  color: RGBA(8, 30, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 30, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-900 {
  color: RGBA(var(--bs-primary-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-900:hover, .link-primary-900:focus {
  color: RGBA(4, 15, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 15, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-10 {
  color: RGBA(var(--bs-secondary-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-10:hover, .link-secondary-10:focus {
  color: RGBA(250, 251, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 251, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-25 {
  color: RGBA(var(--bs-secondary-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-25:hover, .link-secondary-25:focus {
  color: RGBA(246, 249, 252, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 249, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-50 {
  color: RGBA(var(--bs-secondary-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-50:hover, .link-secondary-50:focus {
  color: RGBA(237, 242, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 242, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-100 {
  color: RGBA(var(--bs-secondary-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-100:hover, .link-secondary-100:focus {
  color: RGBA(218, 229, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218, 229, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-200 {
  color: RGBA(var(--bs-secondary-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-200:hover, .link-secondary-200:focus {
  color: RGBA(182, 204, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 204, 228, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-300 {
  color: RGBA(var(--bs-secondary-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-300:hover, .link-secondary-300:focus {
  color: RGBA(94, 127, 164, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(94, 127, 164, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-400 {
  color: RGBA(var(--bs-secondary-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-400:hover, .link-secondary-400:focus {
  color: RGBA(57, 102, 150, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(57, 102, 150, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-500 {
  color: RGBA(var(--bs-secondary-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-500:hover, .link-secondary-500:focus {
  color: RGBA(21, 76, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 76, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-600 {
  color: RGBA(var(--bs-secondary-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-600:hover, .link-secondary-600:focus {
  color: RGBA(17, 61, 109, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(17, 61, 109, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-700 {
  color: RGBA(var(--bs-secondary-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-700:hover, .link-secondary-700:focus {
  color: RGBA(12, 46, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 46, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-800 {
  color: RGBA(var(--bs-secondary-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-800:hover, .link-secondary-800:focus {
  color: RGBA(8, 30, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 30, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-900 {
  color: RGBA(var(--bs-secondary-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-900:hover, .link-secondary-900:focus {
  color: RGBA(4, 15, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 15, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-10 {
  color: RGBA(var(--bs-info-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-10:hover, .link-info-10:focus {
  color: RGBA(249, 253, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 253, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-25 {
  color: RGBA(var(--bs-info-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-25:hover, .link-info-25:focus {
  color: RGBA(245, 251, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 251, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-50 {
  color: RGBA(var(--bs-info-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-50:hover, .link-info-50:focus {
  color: RGBA(235, 247, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 247, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-100 {
  color: RGBA(var(--bs-info-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-100:hover, .link-info-100:focus {
  color: RGBA(214, 239, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(214, 239, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-200 {
  color: RGBA(var(--bs-info-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-200:hover, .link-info-200:focus {
  color: RGBA(173, 222, 239, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(173, 222, 239, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-300 {
  color: RGBA(var(--bs-info-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-300:hover, .link-info-300:focus {
  color: RGBA(82, 155, 180, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 155, 180, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-400 {
  color: RGBA(var(--bs-info-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-400:hover, .link-info-400:focus {
  color: RGBA(41, 139, 171, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 139, 171, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-500 {
  color: RGBA(var(--bs-info-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-500:hover, .link-info-500:focus {
  color: RGBA(0, 122, 163, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 122, 163, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-600 {
  color: RGBA(var(--bs-info-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-600:hover, .link-info-600:focus {
  color: RGBA(0, 98, 131, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 98, 131, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-700 {
  color: RGBA(var(--bs-info-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-700:hover, .link-info-700:focus {
  color: RGBA(0, 73, 98, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 73, 98, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-800 {
  color: RGBA(var(--bs-info-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-800:hover, .link-info-800:focus {
  color: RGBA(0, 49, 65, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 49, 65, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-900 {
  color: RGBA(var(--bs-info-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info-900:hover, .link-info-900:focus {
  color: RGBA(0, 24, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 24, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-10 {
  color: RGBA(var(--bs-success-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-10:hover, .link-success-10:focus {
  color: RGBA(251, 253, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 253, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-25 {
  color: RGBA(var(--bs-success-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-25:hover, .link-success-25:focus {
  color: RGBA(248, 252, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 252, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-50 {
  color: RGBA(var(--bs-success-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-50:hover, .link-success-50:focus {
  color: RGBA(241, 249, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 249, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-100 {
  color: RGBA(var(--bs-success-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-100:hover, .link-success-100:focus {
  color: RGBA(226, 242, 227, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(226, 242, 227, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-200 {
  color: RGBA(var(--bs-success-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-200:hover, .link-success-200:focus {
  color: RGBA(198, 229, 199, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(198, 229, 199, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-300 {
  color: RGBA(var(--bs-success-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-300:hover, .link-success-300:focus {
  color: RGBA(169, 217, 171, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(169, 217, 171, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-400 {
  color: RGBA(var(--bs-success-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-400:hover, .link-success-400:focus {
  color: RGBA(89, 153, 92, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(89, 153, 92, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-500 {
  color: RGBA(var(--bs-success-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-500:hover, .link-success-500:focus {
  color: RGBA(61, 140, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 140, 64, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-600 {
  color: RGBA(var(--bs-success-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-600:hover, .link-success-600:focus {
  color: RGBA(49, 112, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(49, 112, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-700 {
  color: RGBA(var(--bs-success-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-700:hover, .link-success-700:focus {
  color: RGBA(36, 84, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(36, 84, 38, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-800 {
  color: RGBA(var(--bs-success-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-800:hover, .link-success-800:focus {
  color: RGBA(24, 56, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(24, 56, 26, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success-900 {
  color: RGBA(var(--bs-success-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success-900:hover, .link-success-900:focus {
  color: RGBA(12, 28, 13, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 28, 13, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-10 {
  color: RGBA(var(--bs-warning-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-10:hover, .link-warning-10:focus {
  color: RGBA(255, 253, 249, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 253, 249, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-25 {
  color: RGBA(var(--bs-warning-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-25:hover, .link-warning-25:focus {
  color: RGBA(255, 252, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 252, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-50 {
  color: RGBA(var(--bs-warning-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-50:hover, .link-warning-50:focus {
  color: RGBA(255, 249, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 249, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-100 {
  color: RGBA(var(--bs-warning-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-100:hover, .link-warning-100:focus {
  color: RGBA(255, 243, 215, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 243, 215, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-200 {
  color: RGBA(var(--bs-warning-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-200:hover, .link-warning-200:focus {
  color: RGBA(255, 231, 176, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 231, 176, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-300 {
  color: RGBA(var(--bs-warning-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-300:hover, .link-warning-300:focus {
  color: RGBA(255, 219, 136, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 219, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-400 {
  color: RGBA(var(--bs-warning-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-400:hover, .link-warning-400:focus {
  color: RGBA(255, 206, 96, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 206, 96, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-500 {
  color: RGBA(var(--bs-warning-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-500:hover, .link-warning-500:focus {
  color: RGBA(255, 194, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 194, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-600 {
  color: RGBA(var(--bs-warning-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-600:hover, .link-warning-600:focus {
  color: RGBA(163, 115, 4, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(163, 115, 4, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-700 {
  color: RGBA(var(--bs-warning-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-700:hover, .link-warning-700:focus {
  color: RGBA(122, 86, 3, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(122, 86, 3, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-800 {
  color: RGBA(var(--bs-warning-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-800:hover, .link-warning-800:focus {
  color: RGBA(82, 57, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 57, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning-900 {
  color: RGBA(var(--bs-warning-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning-900:hover, .link-warning-900:focus {
  color: RGBA(41, 29, 1, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 29, 1, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-10 {
  color: RGBA(var(--bs-danger-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-10:hover, .link-danger-10:focus {
  color: RGBA(254, 251, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 251, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-25 {
  color: RGBA(var(--bs-danger-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-25:hover, .link-danger-25:focus {
  color: RGBA(254, 248, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 248, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-50 {
  color: RGBA(var(--bs-danger-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-50:hover, .link-danger-50:focus {
  color: RGBA(253, 241, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 241, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-100 {
  color: RGBA(var(--bs-danger-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-100:hover, .link-danger-100:focus {
  color: RGBA(251, 226, 226, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 226, 226, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-200 {
  color: RGBA(var(--bs-danger-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-200:hover, .link-danger-200:focus {
  color: RGBA(246, 197, 197, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 197, 197, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-300 {
  color: RGBA(var(--bs-danger-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-300:hover, .link-danger-300:focus {
  color: RGBA(191, 118, 118, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(191, 118, 118, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-400 {
  color: RGBA(var(--bs-danger-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-400:hover, .link-danger-400:focus {
  color: RGBA(187, 89, 89, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(187, 89, 89, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-500 {
  color: RGBA(var(--bs-danger-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-500:hover, .link-danger-500:focus {
  color: RGBA(182, 60, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 60, 60, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-600 {
  color: RGBA(var(--bs-danger-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-600:hover, .link-danger-600:focus {
  color: RGBA(146, 48, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(146, 48, 48, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-700 {
  color: RGBA(var(--bs-danger-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-700:hover, .link-danger-700:focus {
  color: RGBA(109, 36, 36, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(109, 36, 36, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-800 {
  color: RGBA(var(--bs-danger-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-800:hover, .link-danger-800:focus {
  color: RGBA(73, 24, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 24, 24, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-900 {
  color: RGBA(var(--bs-danger-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-900:hover, .link-danger-900:focus {
  color: RGBA(36, 12, 12, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(36, 12, 12, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue {
  color: RGBA(var(--bs-blue-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue:hover, .link-blue:focus {
  color: RGBA(6, 110, 194, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 110, 194, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-10 {
  color: RGBA(var(--bs-blue-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-10:hover, .link-blue-10:focus {
  color: RGBA(249, 252, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 252, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-25 {
  color: RGBA(var(--bs-blue-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-25:hover, .link-blue-25:focus {
  color: RGBA(245, 250, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 250, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-50 {
  color: RGBA(var(--bs-blue-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-50:hover, .link-blue-50:focus {
  color: RGBA(235, 246, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 246, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-100 {
  color: RGBA(var(--bs-blue-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-100:hover, .link-blue-100:focus {
  color: RGBA(215, 236, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 236, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-200 {
  color: RGBA(var(--bs-blue-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-200:hover, .link-blue-200:focus {
  color: RGBA(176, 218, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 218, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-300 {
  color: RGBA(var(--bs-blue-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-300:hover, .link-blue-300:focus {
  color: RGBA(85, 148, 198, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(85, 148, 198, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-400 {
  color: RGBA(var(--bs-blue-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-400:hover, .link-blue-400:focus {
  color: RGBA(45, 129, 196, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(45, 129, 196, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-500 {
  color: RGBA(var(--bs-blue-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-500:hover, .link-blue-500:focus {
  color: RGBA(6, 110, 194, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 110, 194, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-600 {
  color: RGBA(var(--bs-blue-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-600:hover, .link-blue-600:focus {
  color: RGBA(4, 88, 156, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 88, 156, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-700 {
  color: RGBA(var(--bs-blue-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-700:hover, .link-blue-700:focus {
  color: RGBA(3, 66, 117, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(3, 66, 117, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-800 {
  color: RGBA(var(--bs-blue-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-800:hover, .link-blue-800:focus {
  color: RGBA(2, 44, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(2, 44, 78, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-900 {
  color: RGBA(var(--bs-blue-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-900:hover, .link-blue-900:focus {
  color: RGBA(1, 22, 39, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 22, 39, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo {
  color: RGBA(var(--bs-indigo-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo:hover, .link-indigo:focus {
  color: RGBA(68, 48, 178, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(68, 48, 178, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-10 {
  color: RGBA(var(--bs-indigo-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-10:hover, .link-indigo-10:focus {
  color: RGBA(251, 250, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 250, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-25 {
  color: RGBA(var(--bs-indigo-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-25:hover, .link-indigo-25:focus {
  color: RGBA(248, 247, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 247, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-50 {
  color: RGBA(var(--bs-indigo-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-50:hover, .link-indigo-50:focus {
  color: RGBA(241, 239, 252, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 239, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-100 {
  color: RGBA(var(--bs-indigo-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-100:hover, .link-indigo-100:focus {
  color: RGBA(228, 224, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(228, 224, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-200 {
  color: RGBA(var(--bs-indigo-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-200:hover, .link-indigo-200:focus {
  color: RGBA(201, 193, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(201, 193, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-300 {
  color: RGBA(var(--bs-indigo-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-300:hover, .link-indigo-300:focus {
  color: RGBA(122, 110, 189, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(122, 110, 189, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-400 {
  color: RGBA(var(--bs-indigo-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-400:hover, .link-indigo-400:focus {
  color: RGBA(95, 79, 184, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(95, 79, 184, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-500 {
  color: RGBA(var(--bs-indigo-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-500:hover, .link-indigo-500:focus {
  color: RGBA(68, 48, 178, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(68, 48, 178, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-600 {
  color: RGBA(var(--bs-indigo-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-600:hover, .link-indigo-600:focus {
  color: RGBA(54, 38, 143, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(54, 38, 143, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-700 {
  color: RGBA(var(--bs-indigo-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-700:hover, .link-indigo-700:focus {
  color: RGBA(41, 29, 107, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 29, 107, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-800 {
  color: RGBA(var(--bs-indigo-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-800:hover, .link-indigo-800:focus {
  color: RGBA(27, 19, 71, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 19, 71, var(--bs-link-underline-opacity, 1)) !important;
}

.link-indigo-900 {
  color: RGBA(var(--bs-indigo-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-indigo-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-indigo-900:hover, .link-indigo-900:focus {
  color: RGBA(14, 10, 36, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(14, 10, 36, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple {
  color: RGBA(var(--bs-purple-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple:hover, .link-purple:focus {
  color: RGBA(110, 26, 182, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(110, 26, 182, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-10 {
  color: RGBA(var(--bs-purple-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-10:hover, .link-purple-10:focus {
  color: RGBA(252, 250, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(252, 250, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-25 {
  color: RGBA(var(--bs-purple-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-25:hover, .link-purple-25:focus {
  color: RGBA(250, 246, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 246, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-50 {
  color: RGBA(var(--bs-purple-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-50:hover, .link-purple-50:focus {
  color: RGBA(246, 237, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 237, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-100 {
  color: RGBA(var(--bs-purple-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-100:hover, .link-purple-100:focus {
  color: RGBA(236, 219, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(236, 219, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-200 {
  color: RGBA(var(--bs-purple-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-200:hover, .link-purple-200:focus {
  color: RGBA(166, 133, 195, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(166, 133, 195, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-300 {
  color: RGBA(var(--bs-purple-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-300:hover, .link-purple-300:focus {
  color: RGBA(147, 97, 191, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(147, 97, 191, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-400 {
  color: RGBA(var(--bs-purple-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-400:hover, .link-purple-400:focus {
  color: RGBA(128, 62, 187, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(128, 62, 187, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-500 {
  color: RGBA(var(--bs-purple-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-500:hover, .link-purple-500:focus {
  color: RGBA(110, 26, 182, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(110, 26, 182, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-600 {
  color: RGBA(var(--bs-purple-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-600:hover, .link-purple-600:focus {
  color: RGBA(88, 21, 146, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(88, 21, 146, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-700 {
  color: RGBA(var(--bs-purple-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-700:hover, .link-purple-700:focus {
  color: RGBA(66, 16, 109, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 16, 109, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-800 {
  color: RGBA(var(--bs-purple-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-800:hover, .link-purple-800:focus {
  color: RGBA(44, 11, 73, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(44, 11, 73, var(--bs-link-underline-opacity, 1)) !important;
}

.link-purple-900 {
  color: RGBA(var(--bs-purple-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-purple-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-purple-900:hover, .link-purple-900:focus {
  color: RGBA(22, 5, 36, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(22, 5, 36, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red {
  color: RGBA(var(--bs-red-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red:hover, .link-red:focus {
  color: RGBA(187, 54, 42, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(187, 54, 42, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-10 {
  color: RGBA(var(--bs-red-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-10:hover, .link-red-10:focus {
  color: RGBA(254, 250, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 250, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-25 {
  color: RGBA(var(--bs-red-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-25:hover, .link-red-25:focus {
  color: RGBA(254, 247, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 247, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-50 {
  color: RGBA(var(--bs-red-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-50:hover, .link-red-50:focus {
  color: RGBA(253, 240, 239, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 240, 239, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-100 {
  color: RGBA(var(--bs-red-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-100:hover, .link-red-100:focus {
  color: RGBA(252, 225, 223, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(252, 225, 223, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-200 {
  color: RGBA(var(--bs-red-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-200:hover, .link-red-200:focus {
  color: RGBA(248, 195, 190, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 195, 190, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-300 {
  color: RGBA(var(--bs-red-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-300:hover, .link-red-300:focus {
  color: RGBA(194, 114, 107, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(194, 114, 107, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-400 {
  color: RGBA(var(--bs-red-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-400:hover, .link-red-400:focus {
  color: RGBA(191, 84, 75, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(191, 84, 75, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-500 {
  color: RGBA(var(--bs-red-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-500:hover, .link-red-500:focus {
  color: RGBA(187, 54, 42, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(187, 54, 42, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-600 {
  color: RGBA(var(--bs-red-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-600:hover, .link-red-600:focus {
  color: RGBA(150, 43, 34, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(150, 43, 34, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-700 {
  color: RGBA(var(--bs-red-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-700:hover, .link-red-700:focus {
  color: RGBA(112, 32, 25, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(112, 32, 25, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-800 {
  color: RGBA(var(--bs-red-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-800:hover, .link-red-800:focus {
  color: RGBA(75, 21, 17, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(75, 21, 17, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-900 {
  color: RGBA(var(--bs-red-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-900:hover, .link-red-900:focus {
  color: RGBA(37, 11, 8, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(37, 11, 8, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose {
  color: RGBA(var(--bs-rose-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose:hover, .link-rose:focus {
  color: RGBA(168, 11, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(168, 11, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-10 {
  color: RGBA(var(--bs-rose-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-10:hover, .link-rose-10:focus {
  color: RGBA(254, 249, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 249, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-25 {
  color: RGBA(var(--bs-rose-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-25:hover, .link-rose-25:focus {
  color: RGBA(253, 245, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 245, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-50 {
  color: RGBA(var(--bs-rose-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-50:hover, .link-rose-50:focus {
  color: RGBA(251, 236, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 236, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-100 {
  color: RGBA(var(--bs-rose-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-100:hover, .link-rose-100:focus {
  color: RGBA(248, 216, 227, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 216, 227, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-200 {
  color: RGBA(var(--bs-rose-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-200:hover, .link-rose-200:focus {
  color: RGBA(190, 127, 148, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(190, 127, 148, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-300 {
  color: RGBA(var(--bs-rose-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-300:hover, .link-rose-300:focus {
  color: RGBA(182, 88, 120, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 88, 120, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-400 {
  color: RGBA(var(--bs-rose-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-400:hover, .link-rose-400:focus {
  color: RGBA(175, 50, 91, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(175, 50, 91, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-500 {
  color: RGBA(var(--bs-rose-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-500:hover, .link-rose-500:focus {
  color: RGBA(168, 11, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(168, 11, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-600 {
  color: RGBA(var(--bs-rose-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-600:hover, .link-rose-600:focus {
  color: RGBA(134, 9, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(134, 9, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-700 {
  color: RGBA(var(--bs-rose-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-700:hover, .link-rose-700:focus {
  color: RGBA(101, 7, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(101, 7, 38, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-800 {
  color: RGBA(var(--bs-rose-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-800:hover, .link-rose-800:focus {
  color: RGBA(67, 4, 25, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(67, 4, 25, var(--bs-link-underline-opacity, 1)) !important;
}

.link-rose-900 {
  color: RGBA(var(--bs-rose-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-rose-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-rose-900:hover, .link-rose-900:focus {
  color: RGBA(34, 2, 13, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(34, 2, 13, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink {
  color: RGBA(var(--bs-pink-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink:hover, .link-pink:focus {
  color: RGBA(192, 86, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(192, 86, 126, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-10 {
  color: RGBA(var(--bs-pink-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-10:hover, .link-pink-10:focus {
  color: RGBA(255, 251, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 251, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-25 {
  color: RGBA(var(--bs-pink-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-25:hover, .link-pink-25:focus {
  color: RGBA(254, 249, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 249, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-50 {
  color: RGBA(var(--bs-pink-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-50:hover, .link-pink-50:focus {
  color: RGBA(254, 243, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 243, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-100 {
  color: RGBA(var(--bs-pink-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-100:hover, .link-pink-100:focus {
  color: RGBA(253, 231, 239, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 231, 239, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-200 {
  color: RGBA(var(--bs-pink-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-200:hover, .link-pink-200:focus {
  color: RGBA(250, 208, 224, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 208, 224, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-300 {
  color: RGBA(var(--bs-pink-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-300:hover, .link-pink-300:focus {
  color: RGBA(248, 184, 208, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 184, 208, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-400 {
  color: RGBA(var(--bs-pink-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-400:hover, .link-pink-400:focus {
  color: RGBA(194, 109, 141, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(194, 109, 141, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-500 {
  color: RGBA(var(--bs-pink-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-500:hover, .link-pink-500:focus {
  color: RGBA(192, 86, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(192, 86, 126, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-600 {
  color: RGBA(var(--bs-pink-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-600:hover, .link-pink-600:focus {
  color: RGBA(154, 68, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(154, 68, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-700 {
  color: RGBA(var(--bs-pink-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-700:hover, .link-pink-700:focus {
  color: RGBA(115, 51, 75, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(115, 51, 75, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-800 {
  color: RGBA(var(--bs-pink-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-800:hover, .link-pink-800:focus {
  color: RGBA(77, 34, 50, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(77, 34, 50, var(--bs-link-underline-opacity, 1)) !important;
}

.link-pink-900 {
  color: RGBA(var(--bs-pink-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink-900:hover, .link-pink-900:focus {
  color: RGBA(38, 17, 25, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 17, 25, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange {
  color: RGBA(var(--bs-orange-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange:hover, .link-orange:focus {
  color: RGBA(201, 86, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(201, 86, 24, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-10 {
  color: RGBA(var(--bs-orange-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-10:hover, .link-orange-10:focus {
  color: RGBA(255, 251, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 251, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-25 {
  color: RGBA(var(--bs-orange-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-25:hover, .link-orange-25:focus {
  color: RGBA(255, 249, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 249, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-50 {
  color: RGBA(var(--bs-orange-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-50:hover, .link-orange-50:focus {
  color: RGBA(255, 243, 237, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 243, 237, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-100 {
  color: RGBA(var(--bs-orange-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-100:hover, .link-orange-100:focus {
  color: RGBA(254, 231, 219, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 231, 219, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-200 {
  color: RGBA(var(--bs-orange-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-200:hover, .link-orange-200:focus {
  color: RGBA(254, 208, 183, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 208, 183, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-300 {
  color: RGBA(var(--bs-orange-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-300:hover, .link-orange-300:focus {
  color: RGBA(253, 184, 147, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 184, 147, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-400 {
  color: RGBA(var(--bs-orange-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-400:hover, .link-orange-400:focus {
  color: RGBA(201, 109, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(201, 109, 60, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-500 {
  color: RGBA(var(--bs-orange-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-500:hover, .link-orange-500:focus {
  color: RGBA(201, 86, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(201, 86, 24, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-600 {
  color: RGBA(var(--bs-orange-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-600:hover, .link-orange-600:focus {
  color: RGBA(161, 68, 19, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(161, 68, 19, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-700 {
  color: RGBA(var(--bs-orange-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-700:hover, .link-orange-700:focus {
  color: RGBA(120, 51, 14, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(120, 51, 14, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-800 {
  color: RGBA(var(--bs-orange-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-800:hover, .link-orange-800:focus {
  color: RGBA(80, 34, 10, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 34, 10, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-900 {
  color: RGBA(var(--bs-orange-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-900:hover, .link-orange-900:focus {
  color: RGBA(40, 17, 5, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(40, 17, 5, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow {
  color: RGBA(var(--bs-yellow-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: RGBA(253, 201, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 201, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-10 {
  color: RGBA(var(--bs-yellow-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-10:hover, .link-yellow-10:focus {
  color: RGBA(255, 253, 249, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 253, 249, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-25 {
  color: RGBA(var(--bs-yellow-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-25:hover, .link-yellow-25:focus {
  color: RGBA(255, 252, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 252, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-50 {
  color: RGBA(var(--bs-yellow-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-50:hover, .link-yellow-50:focus {
  color: RGBA(255, 250, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 250, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-100 {
  color: RGBA(var(--bs-yellow-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-100:hover, .link-yellow-100:focus {
  color: RGBA(255, 244, 215, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 244, 215, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-200 {
  color: RGBA(var(--bs-yellow-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-200:hover, .link-yellow-200:focus {
  color: RGBA(254, 234, 175, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 234, 175, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-300 {
  color: RGBA(var(--bs-yellow-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-300:hover, .link-yellow-300:focus {
  color: RGBA(254, 223, 135, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 223, 135, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-400 {
  color: RGBA(var(--bs-yellow-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-400:hover, .link-yellow-400:focus {
  color: RGBA(253, 212, 95, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 212, 95, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-500 {
  color: RGBA(var(--bs-yellow-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-500:hover, .link-yellow-500:focus {
  color: RGBA(253, 201, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 201, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-600 {
  color: RGBA(var(--bs-yellow-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-600:hover, .link-yellow-600:focus {
  color: RGBA(161, 120, 3, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(161, 120, 3, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-700 {
  color: RGBA(var(--bs-yellow-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-700:hover, .link-yellow-700:focus {
  color: RGBA(121, 90, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(121, 90, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-800 {
  color: RGBA(var(--bs-yellow-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-800:hover, .link-yellow-800:focus {
  color: RGBA(81, 60, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(81, 60, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-900 {
  color: RGBA(var(--bs-yellow-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-900:hover, .link-yellow-900:focus {
  color: RGBA(40, 30, 1, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(40, 30, 1, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green {
  color: RGBA(var(--bs-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green:hover, .link-green:focus {
  color: RGBA(42, 134, 66, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 134, 66, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-10 {
  color: RGBA(var(--bs-green-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-10:hover, .link-green-10:focus {
  color: RGBA(250, 253, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 253, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-25 {
  color: RGBA(var(--bs-green-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-25:hover, .link-green-25:focus {
  color: RGBA(247, 252, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 252, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-50 {
  color: RGBA(var(--bs-green-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-50:hover, .link-green-50:focus {
  color: RGBA(239, 248, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(239, 248, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-100 {
  color: RGBA(var(--bs-green-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-100:hover, .link-green-100:focus {
  color: RGBA(223, 241, 227, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(223, 241, 227, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-200 {
  color: RGBA(var(--bs-green-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-200:hover, .link-green-200:focus {
  color: RGBA(190, 227, 200, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(190, 227, 200, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-300 {
  color: RGBA(var(--bs-green-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-300:hover, .link-green-300:focus {
  color: RGBA(158, 213, 172, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(158, 213, 172, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-400 {
  color: RGBA(var(--bs-green-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-400:hover, .link-green-400:focus {
  color: RGBA(74, 148, 94, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(74, 148, 94, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-500 {
  color: RGBA(var(--bs-green-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-500:hover, .link-green-500:focus {
  color: RGBA(42, 134, 66, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 134, 66, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-600 {
  color: RGBA(var(--bs-green-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-600:hover, .link-green-600:focus {
  color: RGBA(33, 108, 53, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(33, 108, 53, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-700 {
  color: RGBA(var(--bs-green-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-700:hover, .link-green-700:focus {
  color: RGBA(25, 81, 40, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(25, 81, 40, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-800 {
  color: RGBA(var(--bs-green-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-800:hover, .link-green-800:focus {
  color: RGBA(17, 54, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(17, 54, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-900 {
  color: RGBA(var(--bs-green-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-900:hover, .link-green-900:focus {
  color: RGBA(8, 27, 13, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 27, 13, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime {
  color: RGBA(var(--bs-lime-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime:hover, .link-lime:focus {
  color: RGBA(190, 245, 122, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(190, 245, 122, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-10 {
  color: RGBA(var(--bs-lime-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-10:hover, .link-lime-10:focus {
  color: RGBA(253, 255, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 255, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-25 {
  color: RGBA(var(--bs-lime-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-25:hover, .link-lime-25:focus {
  color: RGBA(252, 255, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(252, 255, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-50 {
  color: RGBA(var(--bs-lime-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-50:hover, .link-lime-50:focus {
  color: RGBA(249, 254, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 254, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-100 {
  color: RGBA(var(--bs-lime-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-100:hover, .link-lime-100:focus {
  color: RGBA(242, 253, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 253, 228, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-200 {
  color: RGBA(var(--bs-lime-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-200:hover, .link-lime-200:focus {
  color: RGBA(229, 251, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(229, 251, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-300 {
  color: RGBA(var(--bs-lime-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-300:hover, .link-lime-300:focus {
  color: RGBA(216, 249, 175, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 249, 175, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-400 {
  color: RGBA(var(--bs-lime-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-400:hover, .link-lime-400:focus {
  color: RGBA(203, 247, 149, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(203, 247, 149, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-500 {
  color: RGBA(var(--bs-lime-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-500:hover, .link-lime-500:focus {
  color: RGBA(190, 245, 122, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(190, 245, 122, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-600 {
  color: RGBA(var(--bs-lime-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-600:hover, .link-lime-600:focus {
  color: RGBA(111, 156, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(111, 156, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-700 {
  color: RGBA(var(--bs-lime-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-700:hover, .link-lime-700:focus {
  color: RGBA(84, 117, 43, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(84, 117, 43, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-800 {
  color: RGBA(var(--bs-lime-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-800:hover, .link-lime-800:focus {
  color: RGBA(56, 78, 28, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 78, 28, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lime-900 {
  color: RGBA(var(--bs-lime-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lime-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lime-900:hover, .link-lime-900:focus {
  color: RGBA(28, 39, 14, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(28, 39, 14, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal {
  color: RGBA(var(--bs-teal-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal:hover, .link-teal:focus {
  color: RGBA(56, 248, 209, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 248, 209, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-10 {
  color: RGBA(var(--bs-teal-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-10:hover, .link-teal-10:focus {
  color: RGBA(249, 255, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 255, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-25 {
  color: RGBA(var(--bs-teal-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-25:hover, .link-teal-25:focus {
  color: RGBA(245, 255, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 255, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-50 {
  color: RGBA(var(--bs-teal-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-50:hover, .link-teal-50:focus {
  color: RGBA(235, 254, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 254, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-100 {
  color: RGBA(var(--bs-teal-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-100:hover, .link-teal-100:focus {
  color: RGBA(215, 254, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 254, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-200 {
  color: RGBA(var(--bs-teal-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-200:hover, .link-teal-200:focus {
  color: RGBA(175, 252, 237, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(175, 252, 237, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-300 {
  color: RGBA(var(--bs-teal-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-300:hover, .link-teal-300:focus {
  color: RGBA(135, 251, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(135, 251, 228, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-400 {
  color: RGBA(var(--bs-teal-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-400:hover, .link-teal-400:focus {
  color: RGBA(96, 249, 219, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(96, 249, 219, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-500 {
  color: RGBA(var(--bs-teal-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-500:hover, .link-teal-500:focus {
  color: RGBA(56, 248, 209, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 248, 209, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-600 {
  color: RGBA(var(--bs-teal-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-600:hover, .link-teal-600:focus {
  color: RGBA(4, 157, 127, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 157, 127, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-700 {
  color: RGBA(var(--bs-teal-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-700:hover, .link-teal-700:focus {
  color: RGBA(3, 118, 95, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(3, 118, 95, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-800 {
  color: RGBA(var(--bs-teal-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-800:hover, .link-teal-800:focus {
  color: RGBA(2, 79, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(2, 79, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-900 {
  color: RGBA(var(--bs-teal-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-900:hover, .link-teal-900:focus {
  color: RGBA(1, 39, 32, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 39, 32, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan {
  color: RGBA(var(--bs-cyan-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan:hover, .link-cyan:focus {
  color: RGBA(96, 231, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(96, 231, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-10 {
  color: RGBA(var(--bs-cyan-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-10:hover, .link-cyan-10:focus {
  color: RGBA(250, 254, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 254, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-25 {
  color: RGBA(var(--bs-cyan-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-25:hover, .link-cyan-25:focus {
  color: RGBA(247, 254, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 254, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-50 {
  color: RGBA(var(--bs-cyan-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-50:hover, .link-cyan-50:focus {
  color: RGBA(239, 253, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(239, 253, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-100 {
  color: RGBA(var(--bs-cyan-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-100:hover, .link-cyan-100:focus {
  color: RGBA(223, 250, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(223, 250, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-200 {
  color: RGBA(var(--bs-cyan-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-200:hover, .link-cyan-200:focus {
  color: RGBA(191, 245, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(191, 245, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-300 {
  color: RGBA(var(--bs-cyan-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-300:hover, .link-cyan-300:focus {
  color: RGBA(159, 241, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(159, 241, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-400 {
  color: RGBA(var(--bs-cyan-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-400:hover, .link-cyan-400:focus {
  color: RGBA(128, 236, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(128, 236, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-500 {
  color: RGBA(var(--bs-cyan-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-500:hover, .link-cyan-500:focus {
  color: RGBA(96, 231, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(96, 231, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-600 {
  color: RGBA(var(--bs-cyan-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-600:hover, .link-cyan-600:focus {
  color: RGBA(36, 144, 163, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(36, 144, 163, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-700 {
  color: RGBA(var(--bs-cyan-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-700:hover, .link-cyan-700:focus {
  color: RGBA(27, 108, 122, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 108, 122, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-800 {
  color: RGBA(var(--bs-cyan-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-800:hover, .link-cyan-800:focus {
  color: RGBA(18, 72, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 72, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-cyan-900 {
  color: RGBA(var(--bs-cyan-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-cyan-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-cyan-900:hover, .link-cyan-900:focus {
  color: RGBA(9, 36, 41, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(9, 36, 41, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: RGBA(66, 118, 130, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 118, 130, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-10 {
  color: RGBA(var(--bs-tertiary-10-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-10-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-10:hover, .link-tertiary-10:focus {
  color: RGBA(251, 252, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 252, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-25 {
  color: RGBA(var(--bs-tertiary-25-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-25-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-25:hover, .link-tertiary-25:focus {
  color: RGBA(248, 251, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 251, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-50 {
  color: RGBA(var(--bs-tertiary-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-50:hover, .link-tertiary-50:focus {
  color: RGBA(241, 246, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 246, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-100 {
  color: RGBA(var(--bs-tertiary-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-100:hover, .link-tertiary-100:focus {
  color: RGBA(227, 238, 240, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(227, 238, 240, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-200 {
  color: RGBA(var(--bs-tertiary-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-200:hover, .link-tertiary-200:focus {
  color: RGBA(200, 221, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(200, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-300 {
  color: RGBA(var(--bs-tertiary-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-300:hover, .link-tertiary-300:focus {
  color: RGBA(172, 204, 210, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(172, 204, 210, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-400 {
  color: RGBA(var(--bs-tertiary-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-400:hover, .link-tertiary-400:focus {
  color: RGBA(94, 136, 144, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(94, 136, 144, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-500 {
  color: RGBA(var(--bs-tertiary-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-500:hover, .link-tertiary-500:focus {
  color: RGBA(66, 118, 130, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 118, 130, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-600 {
  color: RGBA(var(--bs-tertiary-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-600:hover, .link-tertiary-600:focus {
  color: RGBA(53, 95, 104, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 95, 104, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-700 {
  color: RGBA(var(--bs-tertiary-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-700:hover, .link-tertiary-700:focus {
  color: RGBA(40, 71, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(40, 71, 78, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-800 {
  color: RGBA(var(--bs-tertiary-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-800:hover, .link-tertiary-800:focus {
  color: RGBA(27, 47, 52, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 47, 52, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary-900 {
  color: RGBA(var(--bs-tertiary-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary-900:hover, .link-tertiary-900:focus {
  color: RGBA(13, 24, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(13, 24, 26, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 459px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-primary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 48px;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 80.75, 145.35);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 60, 119, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(19.5, 71.25, 128.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A5FAB;
  --bs-btn-disabled-border-color: #1A5FAB;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 80.75, 145.35);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 60, 119, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(19.5, 71.25, 128.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A5FAB;
  --bs-btn-disabled-border-color: #1A5FAB;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(64.6, 148.75, 68);
  --bs-btn-hover-border-color: rgb(60.8, 140, 64);
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60.8, 140, 64);
  --bs-btn-active-border-color: rgb(57, 131.25, 60);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4CAF50;
  --bs-btn-disabled-border-color: #4CAF50;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 130.05, 173.4);
  --bs-btn-hover-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 122.4, 163.2);
  --bs-btn-active-border-color: rgb(0, 114.75, 153);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0099cc;
  --bs-btn-disabled-border-color: #0099cc;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 190.4, 44.2);
  --bs-btn-hover-border-color: rgb(255, 186.6, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 194.2, 56.6);
  --bs-btn-active-border-color: rgb(255, 186.6, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(193.8, 63.75, 63.75);
  --bs-btn-hover-border-color: rgb(182.4, 60, 60);
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(182.4, 60, 60);
  --bs-btn-active-border-color: rgb(171, 56.25, 56.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5b5b5b;
  --bs-btn-border-color: #5b5b5b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(77.35, 77.35, 77.35);
  --bs-btn-hover-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-focus-shadow-rgb: 116, 116, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-active-border-color: rgb(68.25, 68.25, 68.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5b5b5b;
  --bs-btn-disabled-border-color: #5b5b5b;
}

.btn-gray-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(250.08, 250.08, 250.08);
  --bs-btn-border-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.818, 250.818, 250.818);
  --bs-btn-hover-border-color: rgb(250.572, 250.572, 250.572);
  --bs-btn-focus-shadow-rgb: 213, 213, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.064, 251.064, 251.064);
  --bs-btn-active-border-color: rgb(250.572, 250.572, 250.572);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(250.08, 250.08, 250.08);
  --bs-btn-disabled-border-color: rgb(250.08, 250.08, 250.08);
}

.btn-gray-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.8, 246.8, 246.8);
  --bs-btn-border-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.03, 248.03, 248.03);
  --bs-btn-hover-border-color: rgb(247.62, 247.62, 247.62);
  --bs-btn-focus-shadow-rgb: 210, 210, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.44, 248.44, 248.44);
  --bs-btn-active-border-color: rgb(247.62, 247.62, 247.62);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.8, 246.8, 246.8);
  --bs-btn-disabled-border-color: rgb(246.8, 246.8, 246.8);
}

.btn-gray-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(238.6, 238.6, 238.6);
  --bs-btn-border-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(241.06, 241.06, 241.06);
  --bs-btn-hover-border-color: rgb(240.24, 240.24, 240.24);
  --bs-btn-focus-shadow-rgb: 203, 203, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.88, 241.88, 241.88);
  --bs-btn-active-border-color: rgb(240.24, 240.24, 240.24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(238.6, 238.6, 238.6);
  --bs-btn-disabled-border-color: rgb(238.6, 238.6, 238.6);
}

.btn-gray-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(222.2, 222.2, 222.2);
  --bs-btn-border-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(227.12, 227.12, 227.12);
  --bs-btn-hover-border-color: rgb(225.48, 225.48, 225.48);
  --bs-btn-focus-shadow-rgb: 189, 189, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(228.76, 228.76, 228.76);
  --bs-btn-active-border-color: rgb(225.48, 225.48, 225.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(222.2, 222.2, 222.2);
  --bs-btn-disabled-border-color: rgb(222.2, 222.2, 222.2);
}

.btn-gray-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(189.4, 189.4, 189.4);
  --bs-btn-border-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(199.24, 199.24, 199.24);
  --bs-btn-hover-border-color: rgb(195.96, 195.96, 195.96);
  --bs-btn-focus-shadow-rgb: 161, 161, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(202.52, 202.52, 202.52);
  --bs-btn-active-border-color: rgb(195.96, 195.96, 195.96);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(189.4, 189.4, 189.4);
  --bs-btn-disabled-border-color: rgb(189.4, 189.4, 189.4);
}

.btn-gray-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(156.6, 156.6, 156.6);
  --bs-btn-border-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(133.11, 133.11, 133.11);
  --bs-btn-hover-border-color: rgb(125.28, 125.28, 125.28);
  --bs-btn-focus-shadow-rgb: 171, 171, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(125.28, 125.28, 125.28);
  --bs-btn-active-border-color: rgb(117.45, 117.45, 117.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(156.6, 156.6, 156.6);
  --bs-btn-disabled-border-color: rgb(156.6, 156.6, 156.6);
}

.btn-gray-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(123.8, 123.8, 123.8);
  --bs-btn-border-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(105.23, 105.23, 105.23);
  --bs-btn-hover-border-color: rgb(99.04, 99.04, 99.04);
  --bs-btn-focus-shadow-rgb: 143, 143, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(99.04, 99.04, 99.04);
  --bs-btn-active-border-color: rgb(92.85, 92.85, 92.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(123.8, 123.8, 123.8);
  --bs-btn-disabled-border-color: rgb(123.8, 123.8, 123.8);
}

.btn-gray-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5b5b5b;
  --bs-btn-border-color: #5b5b5b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(77.35, 77.35, 77.35);
  --bs-btn-hover-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-focus-shadow-rgb: 116, 116, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-active-border-color: rgb(68.25, 68.25, 68.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5b5b5b;
  --bs-btn-disabled-border-color: #5b5b5b;
}

.btn-gray-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(61.88, 61.88, 61.88);
  --bs-btn-hover-border-color: rgb(58.24, 58.24, 58.24);
  --bs-btn-focus-shadow-rgb: 100, 100, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(58.24, 58.24, 58.24);
  --bs-btn-active-border-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-disabled-border-color: rgb(72.8, 72.8, 72.8);
}

.btn-gray-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(54.6, 54.6, 54.6);
  --bs-btn-border-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(46.41, 46.41, 46.41);
  --bs-btn-hover-border-color: rgb(43.68, 43.68, 43.68);
  --bs-btn-focus-shadow-rgb: 85, 85, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(43.68, 43.68, 43.68);
  --bs-btn-active-border-color: rgb(40.95, 40.95, 40.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(54.6, 54.6, 54.6);
  --bs-btn-disabled-border-color: rgb(54.6, 54.6, 54.6);
}

.btn-gray-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(36.4, 36.4, 36.4);
  --bs-btn-border-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(30.94, 30.94, 30.94);
  --bs-btn-hover-border-color: rgb(29.12, 29.12, 29.12);
  --bs-btn-focus-shadow-rgb: 69, 69, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(29.12, 29.12, 29.12);
  --bs-btn-active-border-color: rgb(27.3, 27.3, 27.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(36.4, 36.4, 36.4);
  --bs-btn-disabled-border-color: rgb(36.4, 36.4, 36.4);
}

.btn-gray-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(18.2, 18.2, 18.2);
  --bs-btn-border-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.47, 15.47, 15.47);
  --bs-btn-hover-border-color: rgb(14.56, 14.56, 14.56);
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(14.56, 14.56, 14.56);
  --bs-btn-active-border-color: rgb(13.65, 13.65, 13.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(18.2, 18.2, 18.2);
  --bs-btn-disabled-border-color: rgb(18.2, 18.2, 18.2);
}

.btn-slate {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6b7280;
  --bs-btn-border-color: #6b7280;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(90.95, 96.9, 108.8);
  --bs-btn-hover-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-focus-shadow-rgb: 129, 135, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-active-border-color: rgb(80.25, 85.5, 96);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6b7280;
  --bs-btn-disabled-border-color: #6b7280;
}

.btn-slate-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(250.56, 250.77, 251.19);
  --bs-btn-border-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.226, 251.4045, 251.7615);
  --bs-btn-hover-border-color: rgb(251.004, 251.193, 251.571);
  --bs-btn-focus-shadow-rgb: 213, 213, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.448, 251.616, 251.952);
  --bs-btn-active-border-color: rgb(251.004, 251.193, 251.571);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(250.56, 250.77, 251.19);
  --bs-btn-disabled-border-color: rgb(250.56, 250.77, 251.19);
}

.btn-slate-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(247.6, 247.95, 248.65);
  --bs-btn-border-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.71, 249.0075, 249.6025);
  --bs-btn-hover-border-color: rgb(248.34, 248.655, 249.285);
  --bs-btn-focus-shadow-rgb: 210, 211, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.08, 249.36, 249.92);
  --bs-btn-active-border-color: rgb(248.34, 248.655, 249.285);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(247.6, 247.95, 248.65);
  --bs-btn-disabled-border-color: rgb(247.6, 247.95, 248.65);
}

.btn-slate-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(240.2, 240.9, 242.3);
  --bs-btn-border-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.42, 243.015, 244.205);
  --bs-btn-hover-border-color: rgb(241.68, 242.31, 243.57);
  --bs-btn-focus-shadow-rgb: 204, 205, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243.16, 243.72, 244.84);
  --bs-btn-active-border-color: rgb(241.68, 242.31, 243.57);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(240.2, 240.9, 242.3);
  --bs-btn-disabled-border-color: rgb(240.2, 240.9, 242.3);
}

.btn-slate-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(225.4, 226.8, 229.6);
  --bs-btn-border-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(229.84, 231.03, 233.41);
  --bs-btn-hover-border-color: rgb(228.36, 229.62, 232.14);
  --bs-btn-focus-shadow-rgb: 192, 193, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(231.32, 232.44, 234.68);
  --bs-btn-active-border-color: rgb(228.36, 229.62, 232.14);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(225.4, 226.8, 229.6);
  --bs-btn-disabled-border-color: rgb(225.4, 226.8, 229.6);
}

.btn-slate-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(195.8, 198.6, 204.2);
  --bs-btn-border-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(204.68, 207.06, 211.82);
  --bs-btn-hover-border-color: rgb(201.72, 204.24, 209.28);
  --bs-btn-focus-shadow-rgb: 166, 169, 174;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(207.64, 209.88, 214.36);
  --bs-btn-active-border-color: rgb(201.72, 204.24, 209.28);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(195.8, 198.6, 204.2);
  --bs-btn-disabled-border-color: rgb(195.8, 198.6, 204.2);
}

.btn-slate-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(166.2, 170.4, 178.8);
  --bs-btn-border-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(141.27, 144.84, 151.98);
  --bs-btn-hover-border-color: rgb(132.96, 136.32, 143.04);
  --bs-btn-focus-shadow-rgb: 180, 183, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(132.96, 136.32, 143.04);
  --bs-btn-active-border-color: rgb(124.65, 127.8, 134.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(166.2, 170.4, 178.8);
  --bs-btn-disabled-border-color: rgb(166.2, 170.4, 178.8);
}

.btn-slate-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(136.6, 142.2, 153.4);
  --bs-btn-border-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(116.11, 120.87, 130.39);
  --bs-btn-hover-border-color: rgb(109.28, 113.76, 122.72);
  --bs-btn-focus-shadow-rgb: 154, 159, 169;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(109.28, 113.76, 122.72);
  --bs-btn-active-border-color: rgb(102.45, 106.65, 115.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(136.6, 142.2, 153.4);
  --bs-btn-disabled-border-color: rgb(136.6, 142.2, 153.4);
}

.btn-slate-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6b7280;
  --bs-btn-border-color: #6b7280;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(90.95, 96.9, 108.8);
  --bs-btn-hover-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-focus-shadow-rgb: 129, 135, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-active-border-color: rgb(80.25, 85.5, 96);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6b7280;
  --bs-btn-disabled-border-color: #6b7280;
}

.btn-slate-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(72.76, 77.52, 87.04);
  --bs-btn-hover-border-color: rgb(68.48, 72.96, 81.92);
  --bs-btn-focus-shadow-rgb: 111, 116, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68.48, 72.96, 81.92);
  --bs-btn-active-border-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-disabled-border-color: rgb(85.6, 91.2, 102.4);
}

.btn-slate-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(64.2, 68.4, 76.8);
  --bs-btn-border-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.57, 58.14, 65.28);
  --bs-btn-hover-border-color: rgb(51.36, 54.72, 61.44);
  --bs-btn-focus-shadow-rgb: 93, 96, 104;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(51.36, 54.72, 61.44);
  --bs-btn-active-border-color: rgb(48.15, 51.3, 57.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(64.2, 68.4, 76.8);
  --bs-btn-disabled-border-color: rgb(64.2, 68.4, 76.8);
}

.btn-slate-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(42.8, 45.6, 51.2);
  --bs-btn-border-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(36.38, 38.76, 43.52);
  --bs-btn-hover-border-color: rgb(34.24, 36.48, 40.96);
  --bs-btn-focus-shadow-rgb: 75, 77, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(34.24, 36.48, 40.96);
  --bs-btn-active-border-color: rgb(32.1, 34.2, 38.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(42.8, 45.6, 51.2);
  --bs-btn-disabled-border-color: rgb(42.8, 45.6, 51.2);
}

.btn-slate-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(21.4, 22.8, 25.6);
  --bs-btn-border-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(18.19, 19.38, 21.76);
  --bs-btn-hover-border-color: rgb(17.12, 18.24, 20.48);
  --bs-btn-focus-shadow-rgb: 56, 58, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17.12, 18.24, 20.48);
  --bs-btn-active-border-color: rgb(16.05, 17.1, 19.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(21.4, 22.8, 25.6);
  --bs-btn-disabled-border-color: rgb(21.4, 22.8, 25.6);
}

.btn-primary-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.1605, 250.92, 252.858);
  --bs-btn-hover-border-color: rgb(248.817, 250.68, 252.732);
  --bs-btn-focus-shadow-rgb: 211, 213, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.504, 251.16, 252.984);
  --bs-btn-active-border-color: rgb(248.817, 250.68, 252.732);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-disabled-border-color: rgb(248.13, 250.2, 252.48);
}

.btn-primary-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(243.55, 247, 250.8);
  --bs-btn-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(245.2675, 248.2, 251.43);
  --bs-btn-hover-border-color: rgb(244.695, 247.8, 251.22);
  --bs-btn-focus-shadow-rgb: 207, 210, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.84, 248.6, 251.64);
  --bs-btn-active-border-color: rgb(244.695, 247.8, 251.22);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(243.55, 247, 250.8);
  --bs-btn-disabled-border-color: rgb(243.55, 247, 250.8);
}

.btn-primary-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(232.1, 239, 246.6);
  --bs-btn-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(235.535, 241.4, 247.86);
  --bs-btn-hover-border-color: rgb(234.39, 240.6, 247.44);
  --bs-btn-focus-shadow-rgb: 197, 203, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(236.68, 242.2, 248.28);
  --bs-btn-active-border-color: rgb(234.39, 240.6, 247.44);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(232.1, 239, 246.6);
  --bs-btn-disabled-border-color: rgb(232.1, 239, 246.6);
}

.btn-primary-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(209.2, 223, 238.2);
  --bs-btn-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.07, 227.8, 240.72);
  --bs-btn-hover-border-color: rgb(213.78, 226.2, 239.88);
  --bs-btn-focus-shadow-rgb: 178, 190, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(218.36, 229.4, 241.56);
  --bs-btn-active-border-color: rgb(213.78, 226.2, 239.88);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(209.2, 223, 238.2);
  --bs-btn-disabled-border-color: rgb(209.2, 223, 238.2);
}

.btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(163.4, 191, 221.4);
  --bs-btn-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(177.14, 200.6, 226.44);
  --bs-btn-hover-border-color: rgb(172.56, 197.4, 224.76);
  --bs-btn-focus-shadow-rgb: 139, 162, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(181.72, 203.8, 228.12);
  --bs-btn-active-border-color: rgb(172.56, 197.4, 224.76);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(163.4, 191, 221.4);
  --bs-btn-disabled-border-color: rgb(163.4, 191, 221.4);
}

.btn-primary-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(117.6, 159, 204.6);
  --bs-btn-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(99.96, 135.15, 173.91);
  --bs-btn-hover-border-color: rgb(94.08, 127.2, 163.68);
  --bs-btn-focus-shadow-rgb: 138, 173, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(94.08, 127.2, 163.68);
  --bs-btn-active-border-color: rgb(88.2, 119.25, 153.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(117.6, 159, 204.6);
  --bs-btn-disabled-border-color: rgb(117.6, 159, 204.6);
}

.btn-primary-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(71.8, 127, 187.8);
  --bs-btn-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(61.03, 107.95, 159.63);
  --bs-btn-hover-border-color: rgb(57.44, 101.6, 150.24);
  --bs-btn-focus-shadow-rgb: 99, 146, 198;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(57.44, 101.6, 150.24);
  --bs-btn-active-border-color: rgb(53.85, 95.25, 140.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(71.8, 127, 187.8);
  --bs-btn-disabled-border-color: rgb(71.8, 127, 187.8);
}

.btn-primary-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 80.75, 145.35);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 60, 119, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(19.5, 71.25, 128.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A5FAB;
  --bs-btn-disabled-border-color: #1A5FAB;
}

.btn-primary-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(20.8, 76, 136.8);
  --bs-btn-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.68, 64.6, 116.28);
  --bs-btn-hover-border-color: rgb(16.64, 60.8, 109.44);
  --bs-btn-focus-shadow-rgb: 56, 103, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16.64, 60.8, 109.44);
  --bs-btn-active-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(20.8, 76, 136.8);
  --bs-btn-disabled-border-color: rgb(20.8, 76, 136.8);
}

.btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(15.6, 57, 102.6);
  --bs-btn-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(13.26, 48.45, 87.21);
  --bs-btn-hover-border-color: rgb(12.48, 45.6, 82.08);
  --bs-btn-focus-shadow-rgb: 52, 87, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12.48, 45.6, 82.08);
  --bs-btn-active-border-color: rgb(11.7, 42.75, 76.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(15.6, 57, 102.6);
  --bs-btn-disabled-border-color: rgb(15.6, 57, 102.6);
}

.btn-primary-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(10.4, 38, 68.4);
  --bs-btn-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(8.84, 32.3, 58.14);
  --bs-btn-hover-border-color: rgb(8.32, 30.4, 54.72);
  --bs-btn-focus-shadow-rgb: 47, 71, 96;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.32, 30.4, 54.72);
  --bs-btn-active-border-color: rgb(7.8, 28.5, 51.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(10.4, 38, 68.4);
  --bs-btn-disabled-border-color: rgb(10.4, 38, 68.4);
}

.btn-primary-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(5.2, 19, 34.2);
  --bs-btn-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.42, 16.15, 29.07);
  --bs-btn-hover-border-color: rgb(4.16, 15.2, 27.36);
  --bs-btn-focus-shadow-rgb: 43, 54, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.16, 15.2, 27.36);
  --bs-btn-active-border-color: rgb(3.9, 14.25, 25.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5.2, 19, 34.2);
  --bs-btn-disabled-border-color: rgb(5.2, 19, 34.2);
}

.btn-secondary-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.1605, 250.92, 252.858);
  --bs-btn-hover-border-color: rgb(248.817, 250.68, 252.732);
  --bs-btn-focus-shadow-rgb: 211, 213, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.504, 251.16, 252.984);
  --bs-btn-active-border-color: rgb(248.817, 250.68, 252.732);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-disabled-border-color: rgb(248.13, 250.2, 252.48);
}

.btn-secondary-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(243.55, 247, 250.8);
  --bs-btn-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(245.2675, 248.2, 251.43);
  --bs-btn-hover-border-color: rgb(244.695, 247.8, 251.22);
  --bs-btn-focus-shadow-rgb: 207, 210, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.84, 248.6, 251.64);
  --bs-btn-active-border-color: rgb(244.695, 247.8, 251.22);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(243.55, 247, 250.8);
  --bs-btn-disabled-border-color: rgb(243.55, 247, 250.8);
}

.btn-secondary-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(232.1, 239, 246.6);
  --bs-btn-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(235.535, 241.4, 247.86);
  --bs-btn-hover-border-color: rgb(234.39, 240.6, 247.44);
  --bs-btn-focus-shadow-rgb: 197, 203, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(236.68, 242.2, 248.28);
  --bs-btn-active-border-color: rgb(234.39, 240.6, 247.44);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(232.1, 239, 246.6);
  --bs-btn-disabled-border-color: rgb(232.1, 239, 246.6);
}

.btn-secondary-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(209.2, 223, 238.2);
  --bs-btn-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.07, 227.8, 240.72);
  --bs-btn-hover-border-color: rgb(213.78, 226.2, 239.88);
  --bs-btn-focus-shadow-rgb: 178, 190, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(218.36, 229.4, 241.56);
  --bs-btn-active-border-color: rgb(213.78, 226.2, 239.88);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(209.2, 223, 238.2);
  --bs-btn-disabled-border-color: rgb(209.2, 223, 238.2);
}

.btn-secondary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(163.4, 191, 221.4);
  --bs-btn-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(177.14, 200.6, 226.44);
  --bs-btn-hover-border-color: rgb(172.56, 197.4, 224.76);
  --bs-btn-focus-shadow-rgb: 139, 162, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(181.72, 203.8, 228.12);
  --bs-btn-active-border-color: rgb(172.56, 197.4, 224.76);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(163.4, 191, 221.4);
  --bs-btn-disabled-border-color: rgb(163.4, 191, 221.4);
}

.btn-secondary-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(117.6, 159, 204.6);
  --bs-btn-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(99.96, 135.15, 173.91);
  --bs-btn-hover-border-color: rgb(94.08, 127.2, 163.68);
  --bs-btn-focus-shadow-rgb: 138, 173, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(94.08, 127.2, 163.68);
  --bs-btn-active-border-color: rgb(88.2, 119.25, 153.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(117.6, 159, 204.6);
  --bs-btn-disabled-border-color: rgb(117.6, 159, 204.6);
}

.btn-secondary-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(71.8, 127, 187.8);
  --bs-btn-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(61.03, 107.95, 159.63);
  --bs-btn-hover-border-color: rgb(57.44, 101.6, 150.24);
  --bs-btn-focus-shadow-rgb: 99, 146, 198;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(57.44, 101.6, 150.24);
  --bs-btn-active-border-color: rgb(53.85, 95.25, 140.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(71.8, 127, 187.8);
  --bs-btn-disabled-border-color: rgb(71.8, 127, 187.8);
}

.btn-secondary-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 80.75, 145.35);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 60, 119, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(19.5, 71.25, 128.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A5FAB;
  --bs-btn-disabled-border-color: #1A5FAB;
}

.btn-secondary-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(20.8, 76, 136.8);
  --bs-btn-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.68, 64.6, 116.28);
  --bs-btn-hover-border-color: rgb(16.64, 60.8, 109.44);
  --bs-btn-focus-shadow-rgb: 56, 103, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16.64, 60.8, 109.44);
  --bs-btn-active-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(20.8, 76, 136.8);
  --bs-btn-disabled-border-color: rgb(20.8, 76, 136.8);
}

.btn-secondary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(15.6, 57, 102.6);
  --bs-btn-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(13.26, 48.45, 87.21);
  --bs-btn-hover-border-color: rgb(12.48, 45.6, 82.08);
  --bs-btn-focus-shadow-rgb: 52, 87, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12.48, 45.6, 82.08);
  --bs-btn-active-border-color: rgb(11.7, 42.75, 76.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(15.6, 57, 102.6);
  --bs-btn-disabled-border-color: rgb(15.6, 57, 102.6);
}

.btn-secondary-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(10.4, 38, 68.4);
  --bs-btn-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(8.84, 32.3, 58.14);
  --bs-btn-hover-border-color: rgb(8.32, 30.4, 54.72);
  --bs-btn-focus-shadow-rgb: 47, 71, 96;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.32, 30.4, 54.72);
  --bs-btn-active-border-color: rgb(7.8, 28.5, 51.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(10.4, 38, 68.4);
  --bs-btn-disabled-border-color: rgb(10.4, 38, 68.4);
}

.btn-secondary-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(5.2, 19, 34.2);
  --bs-btn-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.42, 16.15, 29.07);
  --bs-btn-hover-border-color: rgb(4.16, 15.2, 27.36);
  --bs-btn-focus-shadow-rgb: 43, 54, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.16, 15.2, 27.36);
  --bs-btn-active-border-color: rgb(3.9, 14.25, 25.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5.2, 19, 34.2);
  --bs-btn-disabled-border-color: rgb(5.2, 19, 34.2);
}

.btn-info-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(247.35, 251.94, 253.47);
  --bs-btn-border-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.4975, 252.399, 253.6995);
  --bs-btn-hover-border-color: rgb(248.115, 252.246, 253.623);
  --bs-btn-focus-shadow-rgb: 210, 214, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.88, 252.552, 253.776);
  --bs-btn-active-border-color: rgb(248.115, 252.246, 253.623);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(247.35, 251.94, 253.47);
  --bs-btn-disabled-border-color: rgb(247.35, 251.94, 253.47);
}

.btn-info-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(242.25, 249.9, 252.45);
  --bs-btn-border-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.1625, 250.665, 252.8325);
  --bs-btn-hover-border-color: rgb(243.525, 250.41, 252.705);
  --bs-btn-focus-shadow-rgb: 206, 212, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(244.8, 250.92, 252.96);
  --bs-btn-active-border-color: rgb(243.525, 250.41, 252.705);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(242.25, 249.9, 252.45);
  --bs-btn-disabled-border-color: rgb(242.25, 249.9, 252.45);
}

.btn-info-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(229.5, 244.8, 249.9);
  --bs-btn-border-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(233.325, 246.33, 250.665);
  --bs-btn-hover-border-color: rgb(232.05, 245.82, 250.41);
  --bs-btn-focus-shadow-rgb: 195, 208, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(234.6, 246.84, 250.92);
  --bs-btn-active-border-color: rgb(232.05, 245.82, 250.41);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(229.5, 244.8, 249.9);
  --bs-btn-disabled-border-color: rgb(229.5, 244.8, 249.9);
}

.btn-info-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(204, 234.6, 244.8);
  --bs-btn-border-color: rgb(204, 234.6, 244.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(211.65, 237.66, 246.33);
  --bs-btn-hover-border-color: rgb(209.1, 236.64, 245.82);
  --bs-btn-focus-shadow-rgb: 173, 199, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.2, 238.68, 246.84);
  --bs-btn-active-border-color: rgb(209.1, 236.64, 245.82);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(204, 234.6, 244.8);
  --bs-btn-disabled-border-color: rgb(204, 234.6, 244.8);
}

.btn-info-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(153, 214.2, 234.6);
  --bs-btn-border-color: rgb(153, 214.2, 234.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(168.3, 220.32, 237.66);
  --bs-btn-hover-border-color: rgb(163.2, 218.28, 236.64);
  --bs-btn-focus-shadow-rgb: 130, 182, 199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(173.4, 222.36, 238.68);
  --bs-btn-active-border-color: rgb(163.2, 218.28, 236.64);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(153, 214.2, 234.6);
  --bs-btn-disabled-border-color: rgb(153, 214.2, 234.6);
}

.btn-info-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(102, 193.8, 224.4);
  --bs-btn-border-color: rgb(102, 193.8, 224.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.7, 164.73, 190.74);
  --bs-btn-hover-border-color: rgb(81.6, 155.04, 179.52);
  --bs-btn-focus-shadow-rgb: 125, 203, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(81.6, 155.04, 179.52);
  --bs-btn-active-border-color: rgb(76.5, 145.35, 168.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(102, 193.8, 224.4);
  --bs-btn-disabled-border-color: rgb(102, 193.8, 224.4);
}

.btn-info-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(51, 173.4, 214.2);
  --bs-btn-border-color: rgb(51, 173.4, 214.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.35, 147.39, 182.07);
  --bs-btn-hover-border-color: rgb(40.8, 138.72, 171.36);
  --bs-btn-focus-shadow-rgb: 82, 186, 220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.8, 138.72, 171.36);
  --bs-btn-active-border-color: rgb(38.25, 130.05, 160.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(51, 173.4, 214.2);
  --bs-btn-disabled-border-color: rgb(51, 173.4, 214.2);
}

.btn-info-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 130.05, 173.4);
  --bs-btn-hover-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 122.4, 163.2);
  --bs-btn-active-border-color: rgb(0, 114.75, 153);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0099cc;
  --bs-btn-disabled-border-color: #0099cc;
}

.btn-info-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(0, 122.4, 163.2);
  --bs-btn-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 104.04, 138.72);
  --bs-btn-hover-border-color: rgb(0, 97.92, 130.56);
  --bs-btn-focus-shadow-rgb: 38, 142, 177;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 97.92, 130.56);
  --bs-btn-active-border-color: rgb(0, 91.8, 122.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(0, 122.4, 163.2);
  --bs-btn-disabled-border-color: rgb(0, 122.4, 163.2);
}

.btn-info-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(0, 91.8, 122.4);
  --bs-btn-border-color: rgb(0, 91.8, 122.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 78.03, 104.04);
  --bs-btn-hover-border-color: rgb(0, 73.44, 97.92);
  --bs-btn-focus-shadow-rgb: 38, 116, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 73.44, 97.92);
  --bs-btn-active-border-color: rgb(0, 68.85, 91.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(0, 91.8, 122.4);
  --bs-btn-disabled-border-color: rgb(0, 91.8, 122.4);
}

.btn-info-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(0, 61.2, 81.6);
  --bs-btn-border-color: rgb(0, 61.2, 81.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 52.02, 69.36);
  --bs-btn-hover-border-color: rgb(0, 48.96, 65.28);
  --bs-btn-focus-shadow-rgb: 38, 90, 108;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 48.96, 65.28);
  --bs-btn-active-border-color: rgb(0, 45.9, 61.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(0, 61.2, 81.6);
  --bs-btn-disabled-border-color: rgb(0, 61.2, 81.6);
}

.btn-info-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(0, 30.6, 40.8);
  --bs-btn-border-color: rgb(0, 30.6, 40.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 26.01, 34.68);
  --bs-btn-hover-border-color: rgb(0, 24.48, 32.64);
  --bs-btn-focus-shadow-rgb: 38, 64, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 24.48, 32.64);
  --bs-btn-active-border-color: rgb(0, 22.95, 30.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(0, 30.6, 40.8);
  --bs-btn-disabled-border-color: rgb(0, 30.6, 40.8);
}

.btn-success-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.63, 252.6, 249.75);
  --bs-btn-border-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.4355, 252.96, 250.5375);
  --bs-btn-hover-border-color: rgb(250.167, 252.84, 250.275);
  --bs-btn-focus-shadow-rgb: 212, 215, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.704, 253.08, 250.8);
  --bs-btn-active-border-color: rgb(250.167, 252.84, 250.275);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.63, 252.6, 249.75);
  --bs-btn-disabled-border-color: rgb(249.63, 252.6, 249.75);
}

.btn-success-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.05, 251, 246.25);
  --bs-btn-border-color: rgb(246.05, 251, 246.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.3925, 251.6, 247.5625);
  --bs-btn-hover-border-color: rgb(246.945, 251.4, 247.125);
  --bs-btn-focus-shadow-rgb: 209, 213, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.84, 251.8, 248);
  --bs-btn-active-border-color: rgb(246.945, 251.4, 247.125);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.05, 251, 246.25);
  --bs-btn-disabled-border-color: rgb(246.05, 251, 246.25);
}

.btn-success-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(237.1, 247, 237.5);
  --bs-btn-border-color: rgb(237.1, 247, 237.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(239.785, 248.2, 240.125);
  --bs-btn-hover-border-color: rgb(238.89, 247.8, 239.25);
  --bs-btn-focus-shadow-rgb: 202, 210, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(240.68, 248.6, 241);
  --bs-btn-active-border-color: rgb(238.89, 247.8, 239.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(237.1, 247, 237.5);
  --bs-btn-disabled-border-color: rgb(237.1, 247, 237.5);
}

.btn-success-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(219.2, 239, 220);
  --bs-btn-border-color: rgb(219.2, 239, 220);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(224.57, 241.4, 225.25);
  --bs-btn-hover-border-color: rgb(222.78, 240.6, 223.5);
  --bs-btn-focus-shadow-rgb: 186, 203, 187;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(226.36, 242.2, 227);
  --bs-btn-active-border-color: rgb(222.78, 240.6, 223.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(219.2, 239, 220);
  --bs-btn-disabled-border-color: rgb(219.2, 239, 220);
}

.btn-success-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(183.4, 223, 185);
  --bs-btn-border-color: rgb(183.4, 223, 185);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(194.14, 227.8, 195.5);
  --bs-btn-hover-border-color: rgb(190.56, 226.2, 192);
  --bs-btn-focus-shadow-rgb: 156, 190, 157;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(197.72, 229.4, 199);
  --bs-btn-active-border-color: rgb(190.56, 226.2, 192);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(183.4, 223, 185);
  --bs-btn-disabled-border-color: rgb(183.4, 223, 185);
}

.btn-success-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(147.6, 207, 150);
  --bs-btn-border-color: rgb(147.6, 207, 150);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(163.71, 214.2, 165.75);
  --bs-btn-hover-border-color: rgb(158.34, 211.8, 160.5);
  --bs-btn-focus-shadow-rgb: 125, 176, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(169.08, 216.6, 171);
  --bs-btn-active-border-color: rgb(158.34, 211.8, 160.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(147.6, 207, 150);
  --bs-btn-disabled-border-color: rgb(147.6, 207, 150);
}

.btn-success-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(111.8, 191, 115);
  --bs-btn-border-color: rgb(111.8, 191, 115);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(95.03, 162.35, 97.75);
  --bs-btn-hover-border-color: rgb(89.44, 152.8, 92);
  --bs-btn-focus-shadow-rgb: 133, 201, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(89.44, 152.8, 92);
  --bs-btn-active-border-color: rgb(83.85, 143.25, 86.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(111.8, 191, 115);
  --bs-btn-disabled-border-color: rgb(111.8, 191, 115);
}

.btn-success-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(64.6, 148.75, 68);
  --bs-btn-hover-border-color: rgb(60.8, 140, 64);
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60.8, 140, 64);
  --bs-btn-active-border-color: rgb(57, 131.25, 60);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4CAF50;
  --bs-btn-disabled-border-color: #4CAF50;
}

.btn-success-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(60.8, 140, 64);
  --bs-btn-border-color: rgb(60.8, 140, 64);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51.68, 119, 54.4);
  --bs-btn-hover-border-color: rgb(48.64, 112, 51.2);
  --bs-btn-focus-shadow-rgb: 90, 157, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48.64, 112, 51.2);
  --bs-btn-active-border-color: rgb(45.6, 105, 48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(60.8, 140, 64);
  --bs-btn-disabled-border-color: rgb(60.8, 140, 64);
}

.btn-success-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(45.6, 105, 48);
  --bs-btn-border-color: rgb(45.6, 105, 48);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(38.76, 89.25, 40.8);
  --bs-btn-hover-border-color: rgb(36.48, 84, 38.4);
  --bs-btn-focus-shadow-rgb: 77, 128, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(36.48, 84, 38.4);
  --bs-btn-active-border-color: rgb(34.2, 78.75, 36);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(45.6, 105, 48);
  --bs-btn-disabled-border-color: rgb(45.6, 105, 48);
}

.btn-success-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(30.4, 70, 32);
  --bs-btn-border-color: rgb(30.4, 70, 32);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(25.84, 59.5, 27.2);
  --bs-btn-hover-border-color: rgb(24.32, 56, 25.6);
  --bs-btn-focus-shadow-rgb: 64, 98, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(24.32, 56, 25.6);
  --bs-btn-active-border-color: rgb(22.8, 52.5, 24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(30.4, 70, 32);
  --bs-btn-disabled-border-color: rgb(30.4, 70, 32);
}

.btn-success-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(15.2, 35, 16);
  --bs-btn-border-color: rgb(15.2, 35, 16);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.92, 29.75, 13.6);
  --bs-btn-hover-border-color: rgb(12.16, 28, 12.8);
  --bs-btn-focus-shadow-rgb: 51, 68, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12.16, 28, 12.8);
  --bs-btn-active-border-color: rgb(11.4, 26.25, 12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(15.2, 35, 16);
  --bs-btn-disabled-border-color: rgb(15.2, 35, 16);
}

.btn-warning-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 252.72, 247.56);
  --bs-btn-border-color: rgb(255, 252.72, 247.56);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 253.062, 248.676);
  --bs-btn-hover-border-color: rgb(255, 252.948, 248.304);
  --bs-btn-focus-shadow-rgb: 217, 215, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 253.176, 249.048);
  --bs-btn-active-border-color: rgb(255, 252.948, 248.304);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 252.72, 247.56);
  --bs-btn-disabled-border-color: rgb(255, 252.72, 247.56);
}

.btn-warning-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 251.2, 242.6);
  --bs-btn-border-color: rgb(255, 251.2, 242.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 251.77, 244.46);
  --bs-btn-hover-border-color: rgb(255, 251.58, 243.84);
  --bs-btn-focus-shadow-rgb: 217, 214, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 251.96, 245.08);
  --bs-btn-active-border-color: rgb(255, 251.58, 243.84);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 251.2, 242.6);
  --bs-btn-disabled-border-color: rgb(255, 251.2, 242.6);
}

.btn-warning-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 247.4, 230.2);
  --bs-btn-border-color: rgb(255, 247.4, 230.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 248.54, 233.92);
  --bs-btn-hover-border-color: rgb(255, 248.16, 232.68);
  --bs-btn-focus-shadow-rgb: 217, 210, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 248.92, 235.16);
  --bs-btn-active-border-color: rgb(255, 248.16, 232.68);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 247.4, 230.2);
  --bs-btn-disabled-border-color: rgb(255, 247.4, 230.2);
}

.btn-warning-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 239.8, 205.4);
  --bs-btn-border-color: rgb(255, 239.8, 205.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 242.08, 212.84);
  --bs-btn-hover-border-color: rgb(255, 241.32, 210.36);
  --bs-btn-focus-shadow-rgb: 217, 204, 175;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 242.84, 215.32);
  --bs-btn-active-border-color: rgb(255, 241.32, 210.36);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 239.8, 205.4);
  --bs-btn-disabled-border-color: rgb(255, 239.8, 205.4);
}

.btn-warning-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 224.6, 155.8);
  --bs-btn-border-color: rgb(255, 224.6, 155.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 229.16, 170.68);
  --bs-btn-hover-border-color: rgb(255, 227.64, 165.72);
  --bs-btn-focus-shadow-rgb: 217, 191, 132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 230.68, 175.64);
  --bs-btn-active-border-color: rgb(255, 227.64, 165.72);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 224.6, 155.8);
  --bs-btn-disabled-border-color: rgb(255, 224.6, 155.8);
}

.btn-warning-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 209.4, 106.2);
  --bs-btn-border-color: rgb(255, 209.4, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 216.24, 128.52);
  --bs-btn-hover-border-color: rgb(255, 213.96, 121.08);
  --bs-btn-focus-shadow-rgb: 217, 178, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 218.52, 135.96);
  --bs-btn-active-border-color: rgb(255, 213.96, 121.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 209.4, 106.2);
  --bs-btn-disabled-border-color: rgb(255, 209.4, 106.2);
}

.btn-warning-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 194.2, 56.6);
  --bs-btn-border-color: rgb(255, 194.2, 56.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 203.32, 86.36);
  --bs-btn-hover-border-color: rgb(255, 200.28, 76.44);
  --bs-btn-focus-shadow-rgb: 217, 165, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 206.36, 96.28);
  --bs-btn-active-border-color: rgb(255, 200.28, 76.44);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 194.2, 56.6);
  --bs-btn-disabled-border-color: rgb(255, 194.2, 56.6);
}

.btn-warning-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 190.4, 44.2);
  --bs-btn-hover-border-color: rgb(255, 186.6, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 194.2, 56.6);
  --bs-btn-active-border-color: rgb(255, 186.6, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.btn-warning-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(204, 143.2, 5.6);
  --bs-btn-border-color: rgb(204, 143.2, 5.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(173.4, 121.72, 4.76);
  --bs-btn-hover-border-color: rgb(163.2, 114.56, 4.48);
  --bs-btn-focus-shadow-rgb: 212, 160, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(163.2, 114.56, 4.48);
  --bs-btn-active-border-color: rgb(153, 107.4, 4.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(204, 143.2, 5.6);
  --bs-btn-disabled-border-color: rgb(204, 143.2, 5.6);
}

.btn-warning-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(153, 107.4, 4.2);
  --bs-btn-border-color: rgb(153, 107.4, 4.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(130.05, 91.29, 3.57);
  --bs-btn-hover-border-color: rgb(122.4, 85.92, 3.36);
  --bs-btn-focus-shadow-rgb: 168, 130, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(122.4, 85.92, 3.36);
  --bs-btn-active-border-color: rgb(114.75, 80.55, 3.15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(153, 107.4, 4.2);
  --bs-btn-disabled-border-color: rgb(153, 107.4, 4.2);
}

.btn-warning-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(102, 71.6, 2.8);
  --bs-btn-border-color: rgb(102, 71.6, 2.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.7, 60.86, 2.38);
  --bs-btn-hover-border-color: rgb(81.6, 57.28, 2.24);
  --bs-btn-focus-shadow-rgb: 125, 99, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(81.6, 57.28, 2.24);
  --bs-btn-active-border-color: rgb(76.5, 53.7, 2.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(102, 71.6, 2.8);
  --bs-btn-disabled-border-color: rgb(102, 71.6, 2.8);
}

.btn-warning-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(51, 35.8, 1.4);
  --bs-btn-border-color: rgb(51, 35.8, 1.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.35, 30.43, 1.19);
  --bs-btn-hover-border-color: rgb(40.8, 28.64, 1.12);
  --bs-btn-focus-shadow-rgb: 82, 69, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.8, 28.64, 1.12);
  --bs-btn-active-border-color: rgb(38.25, 26.85, 1.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(51, 35.8, 1.4);
  --bs-btn-disabled-border-color: rgb(51, 35.8, 1.4);
}

.btn-danger-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.19, 249.6, 249.6);
  --bs-btn-border-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.3115, 250.41, 250.41);
  --bs-btn-hover-border-color: rgb(254.271, 250.14, 250.14);
  --bs-btn-focus-shadow-rgb: 216, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.352, 250.68, 250.68);
  --bs-btn-active-border-color: rgb(254.271, 250.14, 250.14);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.19, 249.6, 249.6);
  --bs-btn-disabled-border-color: rgb(254.19, 249.6, 249.6);
}

.btn-danger-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.65, 246, 246);
  --bs-btn-border-color: rgb(253.65, 246, 246);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.8525, 247.35, 247.35);
  --bs-btn-hover-border-color: rgb(253.785, 246.9, 246.9);
  --bs-btn-focus-shadow-rgb: 216, 209, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.92, 247.8, 247.8);
  --bs-btn-active-border-color: rgb(253.785, 246.9, 246.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.65, 246, 246);
  --bs-btn-disabled-border-color: rgb(253.65, 246, 246);
}

.btn-danger-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.3, 237, 237);
  --bs-btn-border-color: rgb(252.3, 237, 237);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.705, 239.7, 239.7);
  --bs-btn-hover-border-color: rgb(252.57, 238.8, 238.8);
  --bs-btn-focus-shadow-rgb: 214, 201, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.84, 240.6, 240.6);
  --bs-btn-active-border-color: rgb(252.57, 238.8, 238.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.3, 237, 237);
  --bs-btn-disabled-border-color: rgb(252.3, 237, 237);
}

.btn-danger-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.6, 219, 219);
  --bs-btn-border-color: rgb(249.6, 219, 219);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.41, 224.4, 224.4);
  --bs-btn-hover-border-color: rgb(250.14, 222.6, 222.6);
  --bs-btn-focus-shadow-rgb: 212, 186, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.68, 226.2, 226.2);
  --bs-btn-active-border-color: rgb(250.14, 222.6, 222.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.6, 219, 219);
  --bs-btn-disabled-border-color: rgb(249.6, 219, 219);
}

.btn-danger-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(244.2, 183, 183);
  --bs-btn-border-color: rgb(244.2, 183, 183);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(245.82, 193.8, 193.8);
  --bs-btn-hover-border-color: rgb(245.28, 190.2, 190.2);
  --bs-btn-focus-shadow-rgb: 208, 156, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.36, 197.4, 197.4);
  --bs-btn-active-border-color: rgb(245.28, 190.2, 190.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(244.2, 183, 183);
  --bs-btn-disabled-border-color: rgb(244.2, 183, 183);
}

.btn-danger-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(238.8, 147, 147);
  --bs-btn-border-color: rgb(238.8, 147, 147);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(202.98, 124.95, 124.95);
  --bs-btn-hover-border-color: rgb(191.04, 117.6, 117.6);
  --bs-btn-focus-shadow-rgb: 241, 163, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(191.04, 117.6, 117.6);
  --bs-btn-active-border-color: rgb(179.1, 110.25, 110.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(238.8, 147, 147);
  --bs-btn-disabled-border-color: rgb(238.8, 147, 147);
}

.btn-danger-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(233.4, 111, 111);
  --bs-btn-border-color: rgb(233.4, 111, 111);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(198.39, 94.35, 94.35);
  --bs-btn-hover-border-color: rgb(186.72, 88.8, 88.8);
  --bs-btn-focus-shadow-rgb: 237, 133, 133;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(186.72, 88.8, 88.8);
  --bs-btn-active-border-color: rgb(175.05, 83.25, 83.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(233.4, 111, 111);
  --bs-btn-disabled-border-color: rgb(233.4, 111, 111);
}

.btn-danger-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(193.8, 63.75, 63.75);
  --bs-btn-hover-border-color: rgb(182.4, 60, 60);
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(182.4, 60, 60);
  --bs-btn-active-border-color: rgb(171, 56.25, 56.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.btn-danger-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(182.4, 60, 60);
  --bs-btn-border-color: rgb(182.4, 60, 60);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(155.04, 51, 51);
  --bs-btn-hover-border-color: rgb(145.92, 48, 48);
  --bs-btn-focus-shadow-rgb: 193, 89, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(145.92, 48, 48);
  --bs-btn-active-border-color: rgb(136.8, 45, 45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(182.4, 60, 60);
  --bs-btn-disabled-border-color: rgb(182.4, 60, 60);
}

.btn-danger-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(136.8, 45, 45);
  --bs-btn-border-color: rgb(136.8, 45, 45);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(116.28, 38.25, 38.25);
  --bs-btn-hover-border-color: rgb(109.44, 36, 36);
  --bs-btn-focus-shadow-rgb: 155, 77, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(109.44, 36, 36);
  --bs-btn-active-border-color: rgb(102.6, 33.75, 33.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(136.8, 45, 45);
  --bs-btn-disabled-border-color: rgb(136.8, 45, 45);
}

.btn-danger-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(91.2, 30, 30);
  --bs-btn-border-color: rgb(91.2, 30, 30);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(77.52, 25.5, 25.5);
  --bs-btn-hover-border-color: rgb(72.96, 24, 24);
  --bs-btn-focus-shadow-rgb: 116, 64, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(72.96, 24, 24);
  --bs-btn-active-border-color: rgb(68.4, 22.5, 22.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(91.2, 30, 30);
  --bs-btn-disabled-border-color: rgb(91.2, 30, 30);
}

.btn-danger-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(45.6, 15, 15);
  --bs-btn-border-color: rgb(45.6, 15, 15);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(38.76, 12.75, 12.75);
  --bs-btn-hover-border-color: rgb(36.48, 12, 12);
  --bs-btn-focus-shadow-rgb: 77, 51, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(36.48, 12, 12);
  --bs-btn-active-border-color: rgb(34.2, 11.25, 11.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(45.6, 15, 15);
  --bs-btn-disabled-border-color: rgb(45.6, 15, 15);
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #078af3;
  --bs-btn-border-color: #078af3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.95, 117.3, 206.55);
  --bs-btn-hover-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-focus-shadow-rgb: 44, 156, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-active-border-color: rgb(5.25, 103.5, 182.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #078af3;
  --bs-btn-disabled-border-color: #078af3;
}

.btn-blue-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(247.56, 251.49, 254.64);
  --bs-btn-border-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.676, 252.0165, 254.694);
  --bs-btn-hover-border-color: rgb(248.304, 251.841, 254.676);
  --bs-btn-focus-shadow-rgb: 210, 214, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.048, 252.192, 254.712);
  --bs-btn-active-border-color: rgb(248.304, 251.841, 254.676);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(247.56, 251.49, 254.64);
  --bs-btn-disabled-border-color: rgb(247.56, 251.49, 254.64);
}

.btn-blue-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(242.6, 249.15, 254.4);
  --bs-btn-border-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.46, 250.0275, 254.49);
  --bs-btn-hover-border-color: rgb(243.84, 249.735, 254.46);
  --bs-btn-focus-shadow-rgb: 206, 212, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.08, 250.32, 254.52);
  --bs-btn-active-border-color: rgb(243.84, 249.735, 254.46);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(242.6, 249.15, 254.4);
  --bs-btn-disabled-border-color: rgb(242.6, 249.15, 254.4);
}

.btn-blue-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(230.2, 243.3, 253.8);
  --bs-btn-border-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(233.92, 245.055, 253.98);
  --bs-btn-hover-border-color: rgb(232.68, 244.47, 253.92);
  --bs-btn-focus-shadow-rgb: 196, 207, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235.16, 245.64, 254.04);
  --bs-btn-active-border-color: rgb(232.68, 244.47, 253.92);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(230.2, 243.3, 253.8);
  --bs-btn-disabled-border-color: rgb(230.2, 243.3, 253.8);
}

.btn-blue-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(205.4, 231.6, 252.6);
  --bs-btn-border-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(212.84, 235.11, 252.96);
  --bs-btn-hover-border-color: rgb(210.36, 233.94, 252.84);
  --bs-btn-focus-shadow-rgb: 175, 197, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(215.32, 236.28, 253.08);
  --bs-btn-active-border-color: rgb(210.36, 233.94, 252.84);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(205.4, 231.6, 252.6);
  --bs-btn-disabled-border-color: rgb(205.4, 231.6, 252.6);
}

.btn-blue-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(155.8, 208.2, 250.2);
  --bs-btn-border-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(170.68, 215.22, 250.92);
  --bs-btn-hover-border-color: rgb(165.72, 212.88, 250.68);
  --bs-btn-focus-shadow-rgb: 132, 177, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(175.64, 217.56, 251.16);
  --bs-btn-active-border-color: rgb(165.72, 212.88, 250.68);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(155.8, 208.2, 250.2);
  --bs-btn-disabled-border-color: rgb(155.8, 208.2, 250.2);
}

.btn-blue-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(106.2, 184.8, 247.8);
  --bs-btn-border-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(90.27, 157.08, 210.63);
  --bs-btn-hover-border-color: rgb(84.96, 147.84, 198.24);
  --bs-btn-focus-shadow-rgb: 129, 195, 249;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(84.96, 147.84, 198.24);
  --bs-btn-active-border-color: rgb(79.65, 138.6, 185.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(106.2, 184.8, 247.8);
  --bs-btn-disabled-border-color: rgb(106.2, 184.8, 247.8);
}

.btn-blue-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(56.6, 161.4, 245.4);
  --bs-btn-border-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(48.11, 137.19, 208.59);
  --bs-btn-hover-border-color: rgb(45.28, 129.12, 196.32);
  --bs-btn-focus-shadow-rgb: 86, 175, 247;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(45.28, 129.12, 196.32);
  --bs-btn-active-border-color: rgb(42.45, 121.05, 184.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(56.6, 161.4, 245.4);
  --bs-btn-disabled-border-color: rgb(56.6, 161.4, 245.4);
}

.btn-blue-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #078af3;
  --bs-btn-border-color: #078af3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.95, 117.3, 206.55);
  --bs-btn-hover-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-focus-shadow-rgb: 44, 156, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-active-border-color: rgb(5.25, 103.5, 182.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #078af3;
  --bs-btn-disabled-border-color: #078af3;
}

.btn-blue-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.76, 93.84, 165.24);
  --bs-btn-hover-border-color: rgb(4.48, 88.32, 155.52);
  --bs-btn-focus-shadow-rgb: 43, 132, 203;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.48, 88.32, 155.52);
  --bs-btn-active-border-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-disabled-border-color: rgb(5.6, 110.4, 194.4);
}

.btn-blue-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(4.2, 82.8, 145.8);
  --bs-btn-border-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(3.57, 70.38, 123.93);
  --bs-btn-hover-border-color: rgb(3.36, 66.24, 116.64);
  --bs-btn-focus-shadow-rgb: 42, 109, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(3.36, 66.24, 116.64);
  --bs-btn-active-border-color: rgb(3.15, 62.1, 109.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(4.2, 82.8, 145.8);
  --bs-btn-disabled-border-color: rgb(4.2, 82.8, 145.8);
}

.btn-blue-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(2.8, 55.2, 97.2);
  --bs-btn-border-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.38, 46.92, 82.62);
  --bs-btn-hover-border-color: rgb(2.24, 44.16, 77.76);
  --bs-btn-focus-shadow-rgb: 41, 85, 121;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.24, 44.16, 77.76);
  --bs-btn-active-border-color: rgb(2.1, 41.4, 72.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(2.8, 55.2, 97.2);
  --bs-btn-disabled-border-color: rgb(2.8, 55.2, 97.2);
}

.btn-blue-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(1.4, 27.6, 48.6);
  --bs-btn-border-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(1.19, 23.46, 41.31);
  --bs-btn-hover-border-color: rgb(1.12, 22.08, 38.88);
  --bs-btn-focus-shadow-rgb: 39, 62, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(1.12, 22.08, 38.88);
  --bs-btn-active-border-color: rgb(1.05, 20.7, 36.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(1.4, 27.6, 48.6);
  --bs-btn-disabled-border-color: rgb(1.4, 27.6, 48.6);
}

.btn-indigo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #553cdf;
  --bs-btn-border-color: #553cdf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(72.25, 51, 189.55);
  --bs-btn-hover-border-color: rgb(68, 48, 178.4);
  --bs-btn-focus-shadow-rgb: 111, 89, 228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68, 48, 178.4);
  --bs-btn-active-border-color: rgb(63.75, 45, 167.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #553cdf;
  --bs-btn-disabled-border-color: #553cdf;
}

.btn-indigo-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.9, 249.15, 254.04);
  --bs-btn-border-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.665, 250.0275, 254.184);
  --bs-btn-hover-border-color: rgb(250.41, 249.735, 254.136);
  --bs-btn-focus-shadow-rgb: 212, 212, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.92, 250.32, 254.232);
  --bs-btn-active-border-color: rgb(250.41, 249.735, 254.136);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.9, 249.15, 254.04);
  --bs-btn-disabled-border-color: rgb(249.9, 249.15, 254.04);
}

.btn-indigo-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.5, 245.25, 253.4);
  --bs-btn-border-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.775, 246.7125, 253.64);
  --bs-btn-hover-border-color: rgb(247.35, 246.225, 253.56);
  --bs-btn-focus-shadow-rgb: 210, 208, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.2, 247.2, 253.72);
  --bs-btn-active-border-color: rgb(247.35, 246.225, 253.56);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.5, 245.25, 253.4);
  --bs-btn-disabled-border-color: rgb(246.5, 245.25, 253.4);
}

.btn-indigo-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(238, 235.5, 251.8);
  --bs-btn-border-color: rgb(238, 235.5, 251.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.55, 238.425, 252.28);
  --bs-btn-hover-border-color: rgb(239.7, 237.45, 252.12);
  --bs-btn-focus-shadow-rgb: 202, 200, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.4, 239.4, 252.44);
  --bs-btn-active-border-color: rgb(239.7, 237.45, 252.12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(238, 235.5, 251.8);
  --bs-btn-disabled-border-color: rgb(238, 235.5, 251.8);
}

.btn-indigo-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(221, 216, 248.6);
  --bs-btn-border-color: rgb(221, 216, 248.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(226.1, 221.85, 249.56);
  --bs-btn-hover-border-color: rgb(224.4, 219.9, 249.24);
  --bs-btn-focus-shadow-rgb: 188, 184, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(227.8, 223.8, 249.88);
  --bs-btn-active-border-color: rgb(224.4, 219.9, 249.24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(221, 216, 248.6);
  --bs-btn-disabled-border-color: rgb(221, 216, 248.6);
}

.btn-indigo-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(187, 177, 242.2);
  --bs-btn-border-color: rgb(187, 177, 242.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(197.2, 188.7, 244.12);
  --bs-btn-hover-border-color: rgb(193.8, 184.8, 243.48);
  --bs-btn-focus-shadow-rgb: 159, 150, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(200.6, 192.6, 244.76);
  --bs-btn-active-border-color: rgb(193.8, 184.8, 243.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(187, 177, 242.2);
  --bs-btn-disabled-border-color: rgb(187, 177, 242.2);
}

.btn-indigo-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(153, 138, 235.8);
  --bs-btn-border-color: rgb(153, 138, 235.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(130.05, 117.3, 200.43);
  --bs-btn-hover-border-color: rgb(122.4, 110.4, 188.64);
  --bs-btn-focus-shadow-rgb: 168, 156, 239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(122.4, 110.4, 188.64);
  --bs-btn-active-border-color: rgb(114.75, 103.5, 176.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(153, 138, 235.8);
  --bs-btn-disabled-border-color: rgb(153, 138, 235.8);
}

.btn-indigo-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(119, 99, 229.4);
  --bs-btn-border-color: rgb(119, 99, 229.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(101.15, 84.15, 194.99);
  --bs-btn-hover-border-color: rgb(95.2, 79.2, 183.52);
  --bs-btn-focus-shadow-rgb: 139, 122, 233;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(95.2, 79.2, 183.52);
  --bs-btn-active-border-color: rgb(89.25, 74.25, 172.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(119, 99, 229.4);
  --bs-btn-disabled-border-color: rgb(119, 99, 229.4);
}

.btn-indigo-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #553cdf;
  --bs-btn-border-color: #553cdf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(72.25, 51, 189.55);
  --bs-btn-hover-border-color: rgb(68, 48, 178.4);
  --bs-btn-focus-shadow-rgb: 111, 89, 228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68, 48, 178.4);
  --bs-btn-active-border-color: rgb(63.75, 45, 167.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #553cdf;
  --bs-btn-disabled-border-color: #553cdf;
}

.btn-indigo-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(68, 48, 178.4);
  --bs-btn-border-color: rgb(68, 48, 178.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(57.8, 40.8, 151.64);
  --bs-btn-hover-border-color: rgb(54.4, 38.4, 142.72);
  --bs-btn-focus-shadow-rgb: 96, 79, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.4, 38.4, 142.72);
  --bs-btn-active-border-color: rgb(51, 36, 133.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(68, 48, 178.4);
  --bs-btn-disabled-border-color: rgb(68, 48, 178.4);
}

.btn-indigo-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(51, 36, 133.8);
  --bs-btn-border-color: rgb(51, 36, 133.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.35, 30.6, 113.73);
  --bs-btn-hover-border-color: rgb(40.8, 28.8, 107.04);
  --bs-btn-focus-shadow-rgb: 82, 69, 152;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.8, 28.8, 107.04);
  --bs-btn-active-border-color: rgb(38.25, 27, 100.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(51, 36, 133.8);
  --bs-btn-disabled-border-color: rgb(51, 36, 133.8);
}

.btn-indigo-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(34, 24, 89.2);
  --bs-btn-border-color: rgb(34, 24, 89.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.9, 20.4, 75.82);
  --bs-btn-hover-border-color: rgb(27.2, 19.2, 71.36);
  --bs-btn-focus-shadow-rgb: 67, 59, 114;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(27.2, 19.2, 71.36);
  --bs-btn-active-border-color: rgb(25.5, 18, 66.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(34, 24, 89.2);
  --bs-btn-disabled-border-color: rgb(34, 24, 89.2);
}

.btn-indigo-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17, 12, 44.6);
  --bs-btn-border-color: rgb(17, 12, 44.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(14.45, 10.2, 37.91);
  --bs-btn-hover-border-color: rgb(13.6, 9.6, 35.68);
  --bs-btn-focus-shadow-rgb: 53, 48, 76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(13.6, 9.6, 35.68);
  --bs-btn-active-border-color: rgb(12.75, 9, 33.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17, 12, 44.6);
  --bs-btn-disabled-border-color: rgb(17, 12, 44.6);
}

.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8921e4;
  --bs-btn-border-color: #8921e4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(116.45, 28.05, 193.8);
  --bs-btn-hover-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-focus-shadow-rgb: 155, 66, 232;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-active-border-color: rgb(102.75, 24.75, 171);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8921e4;
  --bs-btn-disabled-border-color: #8921e4;
}

.btn-purple-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(251.46, 248.34, 254.19);
  --bs-btn-border-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.991, 249.339, 254.3115);
  --bs-btn-hover-border-color: rgb(251.814, 249.006, 254.271);
  --bs-btn-focus-shadow-rgb: 214, 211, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.168, 249.672, 254.352);
  --bs-btn-active-border-color: rgb(251.814, 249.006, 254.271);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(251.46, 248.34, 254.19);
  --bs-btn-disabled-border-color: rgb(251.46, 248.34, 254.19);
}

.btn-purple-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.1, 243.9, 253.65);
  --bs-btn-border-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.985, 245.565, 253.8525);
  --bs-btn-hover-border-color: rgb(249.69, 245.01, 253.785);
  --bs-btn-focus-shadow-rgb: 212, 207, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.28, 246.12, 253.92);
  --bs-btn-active-border-color: rgb(249.69, 245.01, 253.785);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.1, 243.9, 253.65);
  --bs-btn-disabled-border-color: rgb(249.1, 243.9, 253.65);
}

.btn-purple-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(243.2, 232.8, 252.3);
  --bs-btn-border-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.97, 236.13, 252.705);
  --bs-btn-hover-border-color: rgb(244.38, 235.02, 252.57);
  --bs-btn-focus-shadow-rgb: 207, 198, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.56, 237.24, 252.84);
  --bs-btn-active-border-color: rgb(244.38, 235.02, 252.57);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(243.2, 232.8, 252.3);
  --bs-btn-disabled-border-color: rgb(243.2, 232.8, 252.3);
}

.btn-purple-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(231.4, 210.6, 249.6);
  --bs-btn-border-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(234.94, 217.26, 250.41);
  --bs-btn-hover-border-color: rgb(233.76, 215.04, 250.14);
  --bs-btn-focus-shadow-rgb: 197, 179, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(236.12, 219.48, 250.68);
  --bs-btn-active-border-color: rgb(233.76, 215.04, 250.14);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(231.4, 210.6, 249.6);
  --bs-btn-disabled-border-color: rgb(231.4, 210.6, 249.6);
}

.btn-purple-200 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(207.8, 166.2, 244.2);
  --bs-btn-border-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(176.63, 141.27, 207.57);
  --bs-btn-hover-border-color: rgb(166.24, 132.96, 195.36);
  --bs-btn-focus-shadow-rgb: 215, 180, 246;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(166.24, 132.96, 195.36);
  --bs-btn-active-border-color: rgb(155.85, 124.65, 183.15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(207.8, 166.2, 244.2);
  --bs-btn-disabled-border-color: rgb(207.8, 166.2, 244.2);
}

.btn-purple-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(184.2, 121.8, 238.8);
  --bs-btn-border-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(156.57, 103.53, 202.98);
  --bs-btn-hover-border-color: rgb(147.36, 97.44, 191.04);
  --bs-btn-focus-shadow-rgb: 195, 142, 241;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(147.36, 97.44, 191.04);
  --bs-btn-active-border-color: rgb(138.15, 91.35, 179.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(184.2, 121.8, 238.8);
  --bs-btn-disabled-border-color: rgb(184.2, 121.8, 238.8);
}

.btn-purple-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(160.6, 77.4, 233.4);
  --bs-btn-border-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(136.51, 65.79, 198.39);
  --bs-btn-hover-border-color: rgb(128.48, 61.92, 186.72);
  --bs-btn-focus-shadow-rgb: 175, 104, 237;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(128.48, 61.92, 186.72);
  --bs-btn-active-border-color: rgb(120.45, 58.05, 175.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(160.6, 77.4, 233.4);
  --bs-btn-disabled-border-color: rgb(160.6, 77.4, 233.4);
}

.btn-purple-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8921e4;
  --bs-btn-border-color: #8921e4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(116.45, 28.05, 193.8);
  --bs-btn-hover-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-focus-shadow-rgb: 155, 66, 232;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-active-border-color: rgb(102.75, 24.75, 171);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8921e4;
  --bs-btn-disabled-border-color: #8921e4;
}

.btn-purple-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(93.16, 22.44, 155.04);
  --bs-btn-hover-border-color: rgb(87.68, 21.12, 145.92);
  --bs-btn-focus-shadow-rgb: 131, 61, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(87.68, 21.12, 145.92);
  --bs-btn-active-border-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-disabled-border-color: rgb(109.6, 26.4, 182.4);
}

.btn-purple-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(82.2, 19.8, 136.8);
  --bs-btn-border-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69.87, 16.83, 116.28);
  --bs-btn-hover-border-color: rgb(65.76, 15.84, 109.44);
  --bs-btn-focus-shadow-rgb: 108, 55, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(65.76, 15.84, 109.44);
  --bs-btn-active-border-color: rgb(61.65, 14.85, 102.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(82.2, 19.8, 136.8);
  --bs-btn-disabled-border-color: rgb(82.2, 19.8, 136.8);
}

.btn-purple-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(54.8, 13.2, 91.2);
  --bs-btn-border-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(46.58, 11.22, 77.52);
  --bs-btn-hover-border-color: rgb(43.84, 10.56, 72.96);
  --bs-btn-focus-shadow-rgb: 85, 49, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(43.84, 10.56, 72.96);
  --bs-btn-active-border-color: rgb(41.1, 9.9, 68.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(54.8, 13.2, 91.2);
  --bs-btn-disabled-border-color: rgb(54.8, 13.2, 91.2);
}

.btn-purple-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(27.4, 6.6, 45.6);
  --bs-btn-border-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(23.29, 5.61, 38.76);
  --bs-btn-hover-border-color: rgb(21.92, 5.28, 36.48);
  --bs-btn-focus-shadow-rgb: 62, 44, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.92, 5.28, 36.48);
  --bs-btn-active-border-color: rgb(20.55, 4.95, 34.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(27.4, 6.6, 45.6);
  --bs-btn-disabled-border-color: rgb(27.4, 6.6, 45.6);
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea4335;
  --bs-btn-border-color: #ea4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(198.9, 56.95, 45.05);
  --bs-btn-hover-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-focus-shadow-rgb: 237, 95, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-active-border-color: rgb(175.5, 50.25, 39.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea4335;
  --bs-btn-disabled-border-color: #ea4335;
}

.btn-red-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.37, 249.36, 248.94);
  --bs-btn-border-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.4645, 250.206, 249.849);
  --bs-btn-hover-border-color: rgb(254.433, 249.924, 249.546);
  --bs-btn-focus-shadow-rgb: 216, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.496, 250.488, 250.152);
  --bs-btn-active-border-color: rgb(254.433, 249.924, 249.546);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.37, 249.36, 248.94);
  --bs-btn-disabled-border-color: rgb(254.37, 249.36, 248.94);
}

.btn-red-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.95, 245.6, 244.9);
  --bs-btn-border-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.1075, 247.01, 246.415);
  --bs-btn-hover-border-color: rgb(254.055, 246.54, 245.91);
  --bs-btn-focus-shadow-rgb: 216, 209, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.16, 247.48, 246.92);
  --bs-btn-active-border-color: rgb(254.055, 246.54, 245.91);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.95, 245.6, 244.9);
  --bs-btn-disabled-border-color: rgb(253.95, 245.6, 244.9);
}

.btn-red-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.9, 236.2, 234.8);
  --bs-btn-border-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.215, 239.02, 237.83);
  --bs-btn-hover-border-color: rgb(253.11, 238.08, 236.82);
  --bs-btn-focus-shadow-rgb: 215, 201, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.32, 239.96, 238.84);
  --bs-btn-active-border-color: rgb(253.11, 238.08, 236.82);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.9, 236.2, 234.8);
  --bs-btn-disabled-border-color: rgb(252.9, 236.2, 234.8);
}

.btn-red-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(250.8, 217.4, 214.6);
  --bs-btn-border-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.43, 223.04, 220.66);
  --bs-btn-hover-border-color: rgb(251.22, 221.16, 218.64);
  --bs-btn-focus-shadow-rgb: 213, 185, 182;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.64, 224.92, 222.68);
  --bs-btn-active-border-color: rgb(251.22, 221.16, 218.64);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(250.8, 217.4, 214.6);
  --bs-btn-disabled-border-color: rgb(250.8, 217.4, 214.6);
}

.btn-red-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.6, 179.8, 174.2);
  --bs-btn-border-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.86, 191.08, 186.32);
  --bs-btn-hover-border-color: rgb(247.44, 187.32, 182.28);
  --bs-btn-focus-shadow-rgb: 210, 153, 148;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.28, 194.84, 190.36);
  --bs-btn-active-border-color: rgb(247.44, 187.32, 182.28);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.6, 179.8, 174.2);
  --bs-btn-disabled-border-color: rgb(246.6, 179.8, 174.2);
}

.btn-red-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(242.4, 142.2, 133.8);
  --bs-btn-border-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(206.04, 120.87, 113.73);
  --bs-btn-hover-border-color: rgb(193.92, 113.76, 107.04);
  --bs-btn-focus-shadow-rgb: 244, 159, 152;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(193.92, 113.76, 107.04);
  --bs-btn-active-border-color: rgb(181.8, 106.65, 100.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(242.4, 142.2, 133.8);
  --bs-btn-disabled-border-color: rgb(242.4, 142.2, 133.8);
}

.btn-red-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(238.2, 104.6, 93.4);
  --bs-btn-border-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(202.47, 88.91, 79.39);
  --bs-btn-hover-border-color: rgb(190.56, 83.68, 74.72);
  --bs-btn-focus-shadow-rgb: 241, 127, 118;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(190.56, 83.68, 74.72);
  --bs-btn-active-border-color: rgb(178.65, 78.45, 70.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(238.2, 104.6, 93.4);
  --bs-btn-disabled-border-color: rgb(238.2, 104.6, 93.4);
}

.btn-red-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea4335;
  --bs-btn-border-color: #ea4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(198.9, 56.95, 45.05);
  --bs-btn-hover-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-focus-shadow-rgb: 237, 95, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-active-border-color: rgb(175.5, 50.25, 39.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea4335;
  --bs-btn-disabled-border-color: #ea4335;
}

.btn-red-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(159.12, 45.56, 36.04);
  --bs-btn-hover-border-color: rgb(149.76, 42.88, 33.92);
  --bs-btn-focus-shadow-rgb: 197, 84, 74;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(149.76, 42.88, 33.92);
  --bs-btn-active-border-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-disabled-border-color: rgb(187.2, 53.6, 42.4);
}

.btn-red-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(140.4, 40.2, 31.8);
  --bs-btn-border-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(119.34, 34.17, 27.03);
  --bs-btn-hover-border-color: rgb(112.32, 32.16, 25.44);
  --bs-btn-focus-shadow-rgb: 158, 72, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(112.32, 32.16, 25.44);
  --bs-btn-active-border-color: rgb(105.3, 30.15, 23.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(140.4, 40.2, 31.8);
  --bs-btn-disabled-border-color: rgb(140.4, 40.2, 31.8);
}

.btn-red-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(93.6, 26.8, 21.2);
  --bs-btn-border-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(79.56, 22.78, 18.02);
  --bs-btn-hover-border-color: rgb(74.88, 21.44, 16.96);
  --bs-btn-focus-shadow-rgb: 118, 61, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(74.88, 21.44, 16.96);
  --bs-btn-active-border-color: rgb(70.2, 20.1, 15.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(93.6, 26.8, 21.2);
  --bs-btn-disabled-border-color: rgb(93.6, 26.8, 21.2);
}

.btn-red-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(46.8, 13.4, 10.6);
  --bs-btn-border-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(39.78, 11.39, 9.01);
  --bs-btn-hover-border-color: rgb(37.44, 10.72, 8.48);
  --bs-btn-focus-shadow-rgb: 78, 50, 47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(37.44, 10.72, 8.48);
  --bs-btn-active-border-color: rgb(35.1, 10.05, 7.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(46.8, 13.4, 10.6);
  --bs-btn-disabled-border-color: rgb(46.8, 13.4, 10.6);
}

.btn-rose {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d20e4f;
  --bs-btn-border-color: #d20e4f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(178.5, 11.9, 67.15);
  --bs-btn-hover-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-focus-shadow-rgb: 217, 50, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(168, 11.2, 63.2);
  --bs-btn-active-border-color: rgb(157.5, 10.5, 59.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d20e4f;
  --bs-btn-disabled-border-color: #d20e4f;
}

.btn-rose-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.65, 247.77, 249.72);
  --bs-btn-border-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.8525, 248.8545, 250.512);
  --bs-btn-hover-border-color: rgb(253.785, 248.493, 250.248);
  --bs-btn-focus-shadow-rgb: 216, 211, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.92, 249.216, 250.776);
  --bs-btn-active-border-color: rgb(253.785, 248.493, 250.248);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.65, 247.77, 249.72);
  --bs-btn-disabled-border-color: rgb(253.65, 247.77, 249.72);
}

.btn-rose-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.75, 242.95, 246.2);
  --bs-btn-border-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.0875, 244.7575, 247.52);
  --bs-btn-hover-border-color: rgb(252.975, 244.155, 247.08);
  --bs-btn-focus-shadow-rgb: 215, 207, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.2, 245.36, 247.96);
  --bs-btn-active-border-color: rgb(252.975, 244.155, 247.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.75, 242.95, 246.2);
  --bs-btn-disabled-border-color: rgb(252.75, 242.95, 246.2);
}

.btn-rose-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(250.5, 230.9, 237.4);
  --bs-btn-border-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.175, 234.515, 240.04);
  --bs-btn-hover-border-color: rgb(250.95, 233.31, 239.16);
  --bs-btn-focus-shadow-rgb: 213, 196, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.4, 235.72, 240.92);
  --bs-btn-active-border-color: rgb(250.95, 233.31, 239.16);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(250.5, 230.9, 237.4);
  --bs-btn-disabled-border-color: rgb(250.5, 230.9, 237.4);
}

.btn-rose-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246, 206.8, 219.8);
  --bs-btn-border-color: rgb(246, 206.8, 219.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.35, 214.03, 225.08);
  --bs-btn-hover-border-color: rgb(246.9, 211.62, 223.32);
  --bs-btn-focus-shadow-rgb: 209, 176, 187;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.8, 216.44, 226.84);
  --bs-btn-active-border-color: rgb(246.9, 211.62, 223.32);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246, 206.8, 219.8);
  --bs-btn-disabled-border-color: rgb(246, 206.8, 219.8);
}

.btn-rose-200 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(237, 158.6, 184.6);
  --bs-btn-border-color: rgb(237, 158.6, 184.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(201.45, 134.81, 156.91);
  --bs-btn-hover-border-color: rgb(189.6, 126.88, 147.68);
  --bs-btn-focus-shadow-rgb: 240, 173, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(189.6, 126.88, 147.68);
  --bs-btn-active-border-color: rgb(177.75, 118.95, 138.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(237, 158.6, 184.6);
  --bs-btn-disabled-border-color: rgb(237, 158.6, 184.6);
}

.btn-rose-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(228, 110.4, 149.4);
  --bs-btn-border-color: rgb(228, 110.4, 149.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(193.8, 93.84, 126.99);
  --bs-btn-hover-border-color: rgb(182.4, 88.32, 119.52);
  --bs-btn-focus-shadow-rgb: 232, 132, 165;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(182.4, 88.32, 119.52);
  --bs-btn-active-border-color: rgb(171, 82.8, 112.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(228, 110.4, 149.4);
  --bs-btn-disabled-border-color: rgb(228, 110.4, 149.4);
}

.btn-rose-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(219, 62.2, 114.2);
  --bs-btn-border-color: rgb(219, 62.2, 114.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(186.15, 52.87, 97.07);
  --bs-btn-hover-border-color: rgb(175.2, 49.76, 91.36);
  --bs-btn-focus-shadow-rgb: 224, 91, 135;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(175.2, 49.76, 91.36);
  --bs-btn-active-border-color: rgb(164.25, 46.65, 85.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(219, 62.2, 114.2);
  --bs-btn-disabled-border-color: rgb(219, 62.2, 114.2);
}

.btn-rose-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d20e4f;
  --bs-btn-border-color: #d20e4f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(178.5, 11.9, 67.15);
  --bs-btn-hover-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-focus-shadow-rgb: 217, 50, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(168, 11.2, 63.2);
  --bs-btn-active-border-color: rgb(157.5, 10.5, 59.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d20e4f;
  --bs-btn-disabled-border-color: #d20e4f;
}

.btn-rose-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(168, 11.2, 63.2);
  --bs-btn-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(142.8, 9.52, 53.72);
  --bs-btn-hover-border-color: rgb(134.4, 8.96, 50.56);
  --bs-btn-focus-shadow-rgb: 181, 48, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(134.4, 8.96, 50.56);
  --bs-btn-active-border-color: rgb(126, 8.4, 47.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(168, 11.2, 63.2);
  --bs-btn-disabled-border-color: rgb(168, 11.2, 63.2);
}

.btn-rose-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(126, 8.4, 47.4);
  --bs-btn-border-color: rgb(126, 8.4, 47.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(107.1, 7.14, 40.29);
  --bs-btn-hover-border-color: rgb(100.8, 6.72, 37.92);
  --bs-btn-focus-shadow-rgb: 145, 45, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(100.8, 6.72, 37.92);
  --bs-btn-active-border-color: rgb(94.5, 6.3, 35.55);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(126, 8.4, 47.4);
  --bs-btn-disabled-border-color: rgb(126, 8.4, 47.4);
}

.btn-rose-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(84, 5.6, 31.6);
  --bs-btn-border-color: rgb(84, 5.6, 31.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(71.4, 4.76, 26.86);
  --bs-btn-hover-border-color: rgb(67.2, 4.48, 25.28);
  --bs-btn-focus-shadow-rgb: 110, 43, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(67.2, 4.48, 25.28);
  --bs-btn-active-border-color: rgb(63, 4.2, 23.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(84, 5.6, 31.6);
  --bs-btn-disabled-border-color: rgb(84, 5.6, 31.6);
}

.btn-rose-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(42, 2.8, 15.8);
  --bs-btn-border-color: rgb(42, 2.8, 15.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(35.7, 2.38, 13.43);
  --bs-btn-hover-border-color: rgb(33.6, 2.24, 12.64);
  --bs-btn-focus-shadow-rgb: 74, 41, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.6, 2.24, 12.64);
  --bs-btn-active-border-color: rgb(31.5, 2.1, 11.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(42, 2.8, 15.8);
  --bs-btn-disabled-border-color: rgb(42, 2.8, 15.8);
}

.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f06b9d;
  --bs-btn-border-color: #f06b9d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(204, 90.95, 133.45);
  --bs-btn-hover-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-focus-shadow-rgb: 242, 129, 172;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192, 85.6, 125.6);
  --bs-btn-active-border-color: rgb(180, 80.25, 117.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f06b9d;
  --bs-btn-disabled-border-color: #f06b9d;
}

.btn-pink-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.55, 250.56, 252.06);
  --bs-btn-border-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.6175, 251.226, 252.501);
  --bs-btn-hover-border-color: rgb(254.595, 251.004, 252.354);
  --bs-btn-focus-shadow-rgb: 216, 213, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.64, 251.448, 252.648);
  --bs-btn-active-border-color: rgb(254.595, 251.004, 252.354);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.55, 250.56, 252.06);
  --bs-btn-disabled-border-color: rgb(254.55, 250.56, 252.06);
}

.btn-pink-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.25, 247.6, 250.1);
  --bs-btn-border-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.3625, 248.71, 250.835);
  --bs-btn-hover-border-color: rgb(254.325, 248.34, 250.59);
  --bs-btn-focus-shadow-rgb: 216, 210, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.4, 249.08, 251.08);
  --bs-btn-active-border-color: rgb(254.325, 248.34, 250.59);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.25, 247.6, 250.1);
  --bs-btn-disabled-border-color: rgb(254.25, 247.6, 250.1);
}

.btn-pink-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.5, 240.2, 245.2);
  --bs-btn-border-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.725, 242.42, 246.67);
  --bs-btn-hover-border-color: rgb(253.65, 241.68, 246.18);
  --bs-btn-focus-shadow-rgb: 215, 204, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.8, 243.16, 247.16);
  --bs-btn-active-border-color: rgb(253.65, 241.68, 246.18);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.5, 240.2, 245.2);
  --bs-btn-disabled-border-color: rgb(253.5, 240.2, 245.2);
}

.btn-pink-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252, 225.4, 235.4);
  --bs-btn-border-color: rgb(252, 225.4, 235.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.45, 229.84, 238.34);
  --bs-btn-hover-border-color: rgb(252.3, 228.36, 237.36);
  --bs-btn-focus-shadow-rgb: 214, 192, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.6, 231.32, 239.32);
  --bs-btn-active-border-color: rgb(252.3, 228.36, 237.36);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252, 225.4, 235.4);
  --bs-btn-disabled-border-color: rgb(252, 225.4, 235.4);
}

.btn-pink-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249, 195.8, 215.8);
  --bs-btn-border-color: rgb(249, 195.8, 215.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.9, 204.68, 221.68);
  --bs-btn-hover-border-color: rgb(249.6, 201.72, 219.72);
  --bs-btn-focus-shadow-rgb: 212, 166, 183;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.2, 207.64, 223.64);
  --bs-btn-active-border-color: rgb(249.6, 201.72, 219.72);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249, 195.8, 215.8);
  --bs-btn-disabled-border-color: rgb(249, 195.8, 215.8);
}

.btn-pink-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246, 166.2, 196.2);
  --bs-btn-border-color: rgb(246, 166.2, 196.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.35, 179.52, 205.02);
  --bs-btn-hover-border-color: rgb(246.9, 175.08, 202.08);
  --bs-btn-focus-shadow-rgb: 209, 141, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.8, 183.96, 207.96);
  --bs-btn-active-border-color: rgb(246.9, 175.08, 202.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246, 166.2, 196.2);
  --bs-btn-disabled-border-color: rgb(246, 166.2, 196.2);
}

.btn-pink-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(243, 136.6, 176.6);
  --bs-btn-border-color: rgb(243, 136.6, 176.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(206.55, 116.11, 150.11);
  --bs-btn-hover-border-color: rgb(194.4, 109.28, 141.28);
  --bs-btn-focus-shadow-rgb: 245, 154, 188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(194.4, 109.28, 141.28);
  --bs-btn-active-border-color: rgb(182.25, 102.45, 132.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(243, 136.6, 176.6);
  --bs-btn-disabled-border-color: rgb(243, 136.6, 176.6);
}

.btn-pink-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f06b9d;
  --bs-btn-border-color: #f06b9d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(204, 90.95, 133.45);
  --bs-btn-hover-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-focus-shadow-rgb: 242, 129, 172;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192, 85.6, 125.6);
  --bs-btn-active-border-color: rgb(180, 80.25, 117.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f06b9d;
  --bs-btn-disabled-border-color: #f06b9d;
}

.btn-pink-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(192, 85.6, 125.6);
  --bs-btn-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(163.2, 72.76, 106.76);
  --bs-btn-hover-border-color: rgb(153.6, 68.48, 100.48);
  --bs-btn-focus-shadow-rgb: 201, 111, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(153.6, 68.48, 100.48);
  --bs-btn-active-border-color: rgb(144, 64.2, 94.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(192, 85.6, 125.6);
  --bs-btn-disabled-border-color: rgb(192, 85.6, 125.6);
}

.btn-pink-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(144, 64.2, 94.2);
  --bs-btn-border-color: rgb(144, 64.2, 94.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(122.4, 54.57, 80.07);
  --bs-btn-hover-border-color: rgb(115.2, 51.36, 75.36);
  --bs-btn-focus-shadow-rgb: 161, 93, 118;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(115.2, 51.36, 75.36);
  --bs-btn-active-border-color: rgb(108, 48.15, 70.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(144, 64.2, 94.2);
  --bs-btn-disabled-border-color: rgb(144, 64.2, 94.2);
}

.btn-pink-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(96, 42.8, 62.8);
  --bs-btn-border-color: rgb(96, 42.8, 62.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 36.38, 53.38);
  --bs-btn-hover-border-color: rgb(76.8, 34.24, 50.24);
  --bs-btn-focus-shadow-rgb: 120, 75, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76.8, 34.24, 50.24);
  --bs-btn-active-border-color: rgb(72, 32.1, 47.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(96, 42.8, 62.8);
  --bs-btn-disabled-border-color: rgb(96, 42.8, 62.8);
}

.btn-pink-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(48, 21.4, 31.4);
  --bs-btn-border-color: rgb(48, 21.4, 31.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(40.8, 18.19, 26.69);
  --bs-btn-hover-border-color: rgb(38.4, 17.12, 25.12);
  --bs-btn-focus-shadow-rgb: 79, 56, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(38.4, 17.12, 25.12);
  --bs-btn-active-border-color: rgb(36, 16.05, 23.55);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(48, 21.4, 31.4);
  --bs-btn-disabled-border-color: rgb(48, 21.4, 31.4);
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fb6b1e;
  --bs-btn-border-color: #fb6b1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(213.35, 90.95, 25.5);
  --bs-btn-hover-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-focus-shadow-rgb: 252, 129, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(200.8, 85.6, 24);
  --bs-btn-active-border-color: rgb(188.25, 80.25, 22.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fb6b1e;
  --bs-btn-disabled-border-color: #fb6b1e;
}

.btn-orange-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.88, 250.56, 248.25);
  --bs-btn-border-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.898, 251.226, 249.2625);
  --bs-btn-hover-border-color: rgb(254.892, 251.004, 248.925);
  --bs-btn-focus-shadow-rgb: 217, 213, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.904, 251.448, 249.6);
  --bs-btn-active-border-color: rgb(254.892, 251.004, 248.925);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.88, 250.56, 248.25);
  --bs-btn-disabled-border-color: rgb(254.88, 250.56, 248.25);
}

.btn-orange-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.8, 247.6, 243.75);
  --bs-btn-border-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.83, 248.71, 245.4375);
  --bs-btn-hover-border-color: rgb(254.82, 248.34, 244.875);
  --bs-btn-focus-shadow-rgb: 217, 210, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.84, 249.08, 246);
  --bs-btn-active-border-color: rgb(254.82, 248.34, 244.875);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.8, 247.6, 243.75);
  --bs-btn-disabled-border-color: rgb(254.8, 247.6, 243.75);
}

.btn-orange-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.6, 240.2, 232.5);
  --bs-btn-border-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.66, 242.42, 235.875);
  --bs-btn-hover-border-color: rgb(254.64, 241.68, 234.75);
  --bs-btn-focus-shadow-rgb: 216, 204, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.68, 243.16, 237);
  --bs-btn-active-border-color: rgb(254.64, 241.68, 234.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.6, 240.2, 232.5);
  --bs-btn-disabled-border-color: rgb(254.6, 240.2, 232.5);
}

.btn-orange-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.2, 225.4, 210);
  --bs-btn-border-color: rgb(254.2, 225.4, 210);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.32, 229.84, 216.75);
  --bs-btn-hover-border-color: rgb(254.28, 228.36, 214.5);
  --bs-btn-focus-shadow-rgb: 216, 192, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.36, 231.32, 219);
  --bs-btn-active-border-color: rgb(254.28, 228.36, 214.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.2, 225.4, 210);
  --bs-btn-disabled-border-color: rgb(254.2, 225.4, 210);
}

.btn-orange-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.4, 195.8, 165);
  --bs-btn-border-color: rgb(253.4, 195.8, 165);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.64, 204.68, 178.5);
  --bs-btn-hover-border-color: rgb(253.56, 201.72, 174);
  --bs-btn-focus-shadow-rgb: 215, 166, 140;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.72, 207.64, 183);
  --bs-btn-active-border-color: rgb(253.56, 201.72, 174);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.4, 195.8, 165);
  --bs-btn-disabled-border-color: rgb(253.4, 195.8, 165);
}

.btn-orange-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.6, 166.2, 120);
  --bs-btn-border-color: rgb(252.6, 166.2, 120);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.96, 179.52, 140.25);
  --bs-btn-hover-border-color: rgb(252.84, 175.08, 133.5);
  --bs-btn-focus-shadow-rgb: 215, 141, 102;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.08, 183.96, 147);
  --bs-btn-active-border-color: rgb(252.84, 175.08, 133.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.6, 166.2, 120);
  --bs-btn-disabled-border-color: rgb(252.6, 166.2, 120);
}

.btn-orange-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(251.8, 136.6, 75);
  --bs-btn-border-color: rgb(251.8, 136.6, 75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(214.03, 116.11, 63.75);
  --bs-btn-hover-border-color: rgb(201.44, 109.28, 60);
  --bs-btn-focus-shadow-rgb: 252, 154, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(201.44, 109.28, 60);
  --bs-btn-active-border-color: rgb(188.85, 102.45, 56.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(251.8, 136.6, 75);
  --bs-btn-disabled-border-color: rgb(251.8, 136.6, 75);
}

.btn-orange-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fb6b1e;
  --bs-btn-border-color: #fb6b1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(213.35, 90.95, 25.5);
  --bs-btn-hover-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-focus-shadow-rgb: 252, 129, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(200.8, 85.6, 24);
  --bs-btn-active-border-color: rgb(188.25, 80.25, 22.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fb6b1e;
  --bs-btn-disabled-border-color: #fb6b1e;
}

.btn-orange-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(200.8, 85.6, 24);
  --bs-btn-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(170.68, 72.76, 20.4);
  --bs-btn-hover-border-color: rgb(160.64, 68.48, 19.2);
  --bs-btn-focus-shadow-rgb: 209, 111, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(160.64, 68.48, 19.2);
  --bs-btn-active-border-color: rgb(150.6, 64.2, 18);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(200.8, 85.6, 24);
  --bs-btn-disabled-border-color: rgb(200.8, 85.6, 24);
}

.btn-orange-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(150.6, 64.2, 18);
  --bs-btn-border-color: rgb(150.6, 64.2, 18);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(128.01, 54.57, 15.3);
  --bs-btn-hover-border-color: rgb(120.48, 51.36, 14.4);
  --bs-btn-focus-shadow-rgb: 166, 93, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(120.48, 51.36, 14.4);
  --bs-btn-active-border-color: rgb(112.95, 48.15, 13.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(150.6, 64.2, 18);
  --bs-btn-disabled-border-color: rgb(150.6, 64.2, 18);
}

.btn-orange-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(100.4, 42.8, 12);
  --bs-btn-border-color: rgb(100.4, 42.8, 12);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(85.34, 36.38, 10.2);
  --bs-btn-hover-border-color: rgb(80.32, 34.24, 9.6);
  --bs-btn-focus-shadow-rgb: 124, 75, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(80.32, 34.24, 9.6);
  --bs-btn-active-border-color: rgb(75.3, 32.1, 9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(100.4, 42.8, 12);
  --bs-btn-disabled-border-color: rgb(100.4, 42.8, 12);
}

.btn-orange-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(50.2, 21.4, 6);
  --bs-btn-border-color: rgb(50.2, 21.4, 6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.67, 18.19, 5.1);
  --bs-btn-hover-border-color: rgb(40.16, 17.12, 4.8);
  --bs-btn-focus-shadow-rgb: 81, 56, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.16, 17.12, 4.8);
  --bs-btn-active-border-color: rgb(37.65, 16.05, 4.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(50.2, 21.4, 6);
  --bs-btn-disabled-border-color: rgb(50.2, 21.4, 6);
}

.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #fcbc05;
  --bs-btn-border-color: #fcbc05;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.45, 198.05, 42.5);
  --bs-btn-hover-border-color: rgb(252.3, 194.7, 30);
  --bs-btn-focus-shadow-rgb: 214, 160, 4;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.6, 201.4, 55);
  --bs-btn-active-border-color: rgb(252.3, 194.7, 30);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcbc05;
  --bs-btn-disabled-border-color: #fcbc05;
}

.btn-yellow-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.91, 252.99, 247.5);
  --bs-btn-border-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.9235, 253.2915, 248.625);
  --bs-btn-hover-border-color: rgb(254.919, 253.191, 248.25);
  --bs-btn-focus-shadow-rgb: 217, 215, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.928, 253.392, 249);
  --bs-btn-active-border-color: rgb(254.919, 253.191, 248.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.91, 252.99, 247.5);
  --bs-btn-disabled-border-color: rgb(254.91, 252.99, 247.5);
}

.btn-yellow-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.85, 251.65, 242.5);
  --bs-btn-border-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.8725, 252.1525, 244.375);
  --bs-btn-hover-border-color: rgb(254.865, 251.985, 243.75);
  --bs-btn-focus-shadow-rgb: 217, 214, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.88, 252.32, 245);
  --bs-btn-active-border-color: rgb(254.865, 251.985, 243.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.85, 251.65, 242.5);
  --bs-btn-disabled-border-color: rgb(254.85, 251.65, 242.5);
}

.btn-yellow-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.7, 248.3, 230);
  --bs-btn-border-color: rgb(254.7, 248.3, 230);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.745, 249.305, 233.75);
  --bs-btn-hover-border-color: rgb(254.73, 248.97, 232.5);
  --bs-btn-focus-shadow-rgb: 216, 211, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.76, 249.64, 235);
  --bs-btn-active-border-color: rgb(254.73, 248.97, 232.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.7, 248.3, 230);
  --bs-btn-disabled-border-color: rgb(254.7, 248.3, 230);
}

.btn-yellow-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.4, 241.6, 205);
  --bs-btn-border-color: rgb(254.4, 241.6, 205);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.49, 243.61, 212.5);
  --bs-btn-hover-border-color: rgb(254.46, 242.94, 210);
  --bs-btn-focus-shadow-rgb: 216, 205, 174;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.52, 244.28, 215);
  --bs-btn-active-border-color: rgb(254.46, 242.94, 210);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.4, 241.6, 205);
  --bs-btn-disabled-border-color: rgb(254.4, 241.6, 205);
}

.btn-yellow-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.8, 228.2, 155);
  --bs-btn-border-color: rgb(253.8, 228.2, 155);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.98, 232.22, 170);
  --bs-btn-hover-border-color: rgb(253.92, 230.88, 165);
  --bs-btn-focus-shadow-rgb: 216, 194, 132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.04, 233.56, 175);
  --bs-btn-active-border-color: rgb(253.92, 230.88, 165);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.8, 228.2, 155);
  --bs-btn-disabled-border-color: rgb(253.8, 228.2, 155);
}

.btn-yellow-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.2, 214.8, 105);
  --bs-btn-border-color: rgb(253.2, 214.8, 105);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.47, 220.83, 127.5);
  --bs-btn-hover-border-color: rgb(253.38, 218.82, 120);
  --bs-btn-focus-shadow-rgb: 215, 183, 89;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.56, 222.84, 135);
  --bs-btn-active-border-color: rgb(253.38, 218.82, 120);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.2, 214.8, 105);
  --bs-btn-disabled-border-color: rgb(253.2, 214.8, 105);
}

.btn-yellow-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.6, 201.4, 55);
  --bs-btn-border-color: rgb(252.6, 201.4, 55);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.96, 209.44, 85);
  --bs-btn-hover-border-color: rgb(252.84, 206.76, 75);
  --bs-btn-focus-shadow-rgb: 215, 171, 47;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.08, 212.12, 95);
  --bs-btn-active-border-color: rgb(252.84, 206.76, 75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.6, 201.4, 55);
  --bs-btn-disabled-border-color: rgb(252.6, 201.4, 55);
}

.btn-yellow-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #fcbc05;
  --bs-btn-border-color: #fcbc05;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.45, 198.05, 42.5);
  --bs-btn-hover-border-color: rgb(252.3, 194.7, 30);
  --bs-btn-focus-shadow-rgb: 214, 160, 4;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.6, 201.4, 55);
  --bs-btn-active-border-color: rgb(252.3, 194.7, 30);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcbc05;
  --bs-btn-disabled-border-color: #fcbc05;
}

.btn-yellow-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(201.6, 150.4, 4);
  --bs-btn-border-color: rgb(201.6, 150.4, 4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(171.36, 127.84, 3.4);
  --bs-btn-hover-border-color: rgb(161.28, 120.32, 3.2);
  --bs-btn-focus-shadow-rgb: 210, 166, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(161.28, 120.32, 3.2);
  --bs-btn-active-border-color: rgb(151.2, 112.8, 3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(201.6, 150.4, 4);
  --bs-btn-disabled-border-color: rgb(201.6, 150.4, 4);
}

.btn-yellow-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(151.2, 112.8, 3);
  --bs-btn-border-color: rgb(151.2, 112.8, 3);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(128.52, 95.88, 2.55);
  --bs-btn-hover-border-color: rgb(120.96, 90.24, 2.4);
  --bs-btn-focus-shadow-rgb: 167, 134, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(120.96, 90.24, 2.4);
  --bs-btn-active-border-color: rgb(113.4, 84.6, 2.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(151.2, 112.8, 3);
  --bs-btn-disabled-border-color: rgb(151.2, 112.8, 3);
}

.btn-yellow-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(100.8, 75.2, 2);
  --bs-btn-border-color: rgb(100.8, 75.2, 2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(85.68, 63.92, 1.7);
  --bs-btn-hover-border-color: rgb(80.64, 60.16, 1.6);
  --bs-btn-focus-shadow-rgb: 124, 102, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(80.64, 60.16, 1.6);
  --bs-btn-active-border-color: rgb(75.6, 56.4, 1.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(100.8, 75.2, 2);
  --bs-btn-disabled-border-color: rgb(100.8, 75.2, 2);
}

.btn-yellow-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(50.4, 37.6, 1);
  --bs-btn-border-color: rgb(50.4, 37.6, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.84, 31.96, 0.85);
  --bs-btn-hover-border-color: rgb(40.32, 30.08, 0.8);
  --bs-btn-focus-shadow-rgb: 81, 70, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.32, 30.08, 0.8);
  --bs-btn-active-border-color: rgb(37.8, 28.2, 0.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(50.4, 37.6, 1);
  --bs-btn-disabled-border-color: rgb(50.4, 37.6, 1);
}

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #34a853;
  --bs-btn-border-color: #34a853;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44.2, 142.8, 70.55);
  --bs-btn-hover-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-focus-shadow-rgb: 82, 181, 109;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-active-border-color: rgb(39, 126, 62.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #34a853;
  --bs-btn-disabled-border-color: #34a853;
}

.btn-green-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(248.91, 252.39, 249.84);
  --bs-btn-border-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.8235, 252.7815, 250.614);
  --bs-btn-hover-border-color: rgb(249.519, 252.651, 250.356);
  --bs-btn-focus-shadow-rgb: 212, 215, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.128, 252.912, 250.872);
  --bs-btn-active-border-color: rgb(249.519, 252.651, 250.356);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(248.91, 252.39, 249.84);
  --bs-btn-disabled-border-color: rgb(248.91, 252.39, 249.84);
}

.btn-green-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(244.85, 250.65, 246.4);
  --bs-btn-border-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.3725, 251.3025, 247.69);
  --bs-btn-hover-border-color: rgb(245.865, 251.085, 247.26);
  --bs-btn-focus-shadow-rgb: 208, 213, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.88, 251.52, 248.12);
  --bs-btn-active-border-color: rgb(245.865, 251.085, 247.26);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(244.85, 250.65, 246.4);
  --bs-btn-disabled-border-color: rgb(244.85, 250.65, 246.4);
}

.btn-green-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(234.7, 246.3, 237.8);
  --bs-btn-border-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237.745, 247.605, 240.38);
  --bs-btn-hover-border-color: rgb(236.73, 247.17, 239.52);
  --bs-btn-focus-shadow-rgb: 199, 209, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238.76, 248.04, 241.24);
  --bs-btn-active-border-color: rgb(236.73, 247.17, 239.52);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(234.7, 246.3, 237.8);
  --bs-btn-disabled-border-color: rgb(234.7, 246.3, 237.8);
}

.btn-green-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(214.4, 237.6, 220.6);
  --bs-btn-border-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(220.49, 240.21, 225.76);
  --bs-btn-hover-border-color: rgb(218.46, 239.34, 224.04);
  --bs-btn-focus-shadow-rgb: 182, 202, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(222.52, 241.08, 227.48);
  --bs-btn-active-border-color: rgb(218.46, 239.34, 224.04);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(214.4, 237.6, 220.6);
  --bs-btn-disabled-border-color: rgb(214.4, 237.6, 220.6);
}

.btn-green-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(173.8, 220.2, 186.2);
  --bs-btn-border-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(185.98, 225.42, 196.52);
  --bs-btn-hover-border-color: rgb(181.92, 223.68, 193.08);
  --bs-btn-focus-shadow-rgb: 148, 187, 158;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(190.04, 227.16, 199.96);
  --bs-btn-active-border-color: rgb(181.92, 223.68, 193.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(173.8, 220.2, 186.2);
  --bs-btn-disabled-border-color: rgb(173.8, 220.2, 186.2);
}

.btn-green-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(133.2, 202.8, 151.8);
  --bs-btn-border-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(151.47, 210.63, 167.28);
  --bs-btn-hover-border-color: rgb(145.38, 208.02, 162.12);
  --bs-btn-focus-shadow-rgb: 113, 172, 129;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(157.56, 213.24, 172.44);
  --bs-btn-active-border-color: rgb(145.38, 208.02, 162.12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(133.2, 202.8, 151.8);
  --bs-btn-disabled-border-color: rgb(133.2, 202.8, 151.8);
}

.btn-green-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(92.6, 185.4, 117.4);
  --bs-btn-border-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(78.71, 157.59, 99.79);
  --bs-btn-hover-border-color: rgb(74.08, 148.32, 93.92);
  --bs-btn-focus-shadow-rgb: 117, 196, 138;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(74.08, 148.32, 93.92);
  --bs-btn-active-border-color: rgb(69.45, 139.05, 88.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(92.6, 185.4, 117.4);
  --bs-btn-disabled-border-color: rgb(92.6, 185.4, 117.4);
}

.btn-green-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #34a853;
  --bs-btn-border-color: #34a853;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44.2, 142.8, 70.55);
  --bs-btn-hover-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-focus-shadow-rgb: 82, 181, 109;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-active-border-color: rgb(39, 126, 62.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #34a853;
  --bs-btn-disabled-border-color: #34a853;
}

.btn-green-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(35.36, 114.24, 56.44);
  --bs-btn-hover-border-color: rgb(33.28, 107.52, 53.12);
  --bs-btn-focus-shadow-rgb: 74, 152, 95;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.28, 107.52, 53.12);
  --bs-btn-active-border-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-disabled-border-color: rgb(41.6, 134.4, 66.4);
}

.btn-green-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(31.2, 100.8, 49.8);
  --bs-btn-border-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(26.52, 85.68, 42.33);
  --bs-btn-hover-border-color: rgb(24.96, 80.64, 39.84);
  --bs-btn-focus-shadow-rgb: 65, 124, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(24.96, 80.64, 39.84);
  --bs-btn-active-border-color: rgb(23.4, 75.6, 37.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(31.2, 100.8, 49.8);
  --bs-btn-disabled-border-color: rgb(31.2, 100.8, 49.8);
}

.btn-green-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(20.8, 67.2, 33.2);
  --bs-btn-border-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.68, 57.12, 28.22);
  --bs-btn-hover-border-color: rgb(16.64, 53.76, 26.56);
  --bs-btn-focus-shadow-rgb: 56, 95, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16.64, 53.76, 26.56);
  --bs-btn-active-border-color: rgb(15.6, 50.4, 24.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(20.8, 67.2, 33.2);
  --bs-btn-disabled-border-color: rgb(20.8, 67.2, 33.2);
}

.btn-green-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(10.4, 33.6, 16.6);
  --bs-btn-border-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(8.84, 28.56, 14.11);
  --bs-btn-hover-border-color: rgb(8.32, 26.88, 13.28);
  --bs-btn-focus-shadow-rgb: 47, 67, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.32, 26.88, 13.28);
  --bs-btn-active-border-color: rgb(7.8, 25.2, 12.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(10.4, 33.6, 16.6);
  --bs-btn-disabled-border-color: rgb(10.4, 33.6, 16.6);
}

.btn-lime {
  --bs-btn-color: #000;
  --bs-btn-bg: #aef359;
  --bs-btn-border-color: #aef359;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(186.15, 244.8, 113.9);
  --bs-btn-hover-border-color: rgb(182.1, 244.2, 105.6);
  --bs-btn-focus-shadow-rgb: 148, 207, 76;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-active-border-color: rgb(182.1, 244.2, 105.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #aef359;
  --bs-btn-disabled-border-color: #aef359;
}

.btn-lime-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(252.57, 254.64, 250.02);
  --bs-btn-border-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.9345, 254.694, 250.767);
  --bs-btn-hover-border-color: rgb(252.813, 254.676, 250.518);
  --bs-btn-focus-shadow-rgb: 215, 216, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.056, 254.712, 251.016);
  --bs-btn-active-border-color: rgb(252.813, 254.676, 250.518);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(252.57, 254.64, 250.02);
  --bs-btn-disabled-border-color: rgb(252.57, 254.64, 250.02);
}

.btn-lime-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(250.95, 254.4, 246.7);
  --bs-btn-border-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.5575, 254.49, 247.945);
  --bs-btn-hover-border-color: rgb(251.355, 254.46, 247.53);
  --bs-btn-focus-shadow-rgb: 213, 216, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.76, 254.52, 248.36);
  --bs-btn-active-border-color: rgb(251.355, 254.46, 247.53);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(250.95, 254.4, 246.7);
  --bs-btn-disabled-border-color: rgb(250.95, 254.4, 246.7);
}

.btn-lime-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.9, 253.8, 238.4);
  --bs-btn-border-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.115, 253.98, 240.89);
  --bs-btn-hover-border-color: rgb(247.71, 253.92, 240.06);
  --bs-btn-focus-shadow-rgb: 210, 216, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.52, 254.04, 241.72);
  --bs-btn-active-border-color: rgb(247.71, 253.92, 240.06);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.9, 253.8, 238.4);
  --bs-btn-disabled-border-color: rgb(246.9, 253.8, 238.4);
}

.btn-lime-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(238.8, 252.6, 221.8);
  --bs-btn-border-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(241.23, 252.96, 226.78);
  --bs-btn-hover-border-color: rgb(240.42, 252.84, 225.12);
  --bs-btn-focus-shadow-rgb: 203, 215, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.04, 253.08, 228.44);
  --bs-btn-active-border-color: rgb(240.42, 252.84, 225.12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(238.8, 252.6, 221.8);
  --bs-btn-disabled-border-color: rgb(238.8, 252.6, 221.8);
}

.btn-lime-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(222.6, 250.2, 188.6);
  --bs-btn-border-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(227.46, 250.92, 198.56);
  --bs-btn-hover-border-color: rgb(225.84, 250.68, 195.24);
  --bs-btn-focus-shadow-rgb: 189, 213, 160;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(229.08, 251.16, 201.88);
  --bs-btn-active-border-color: rgb(225.84, 250.68, 195.24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(222.6, 250.2, 188.6);
  --bs-btn-disabled-border-color: rgb(222.6, 250.2, 188.6);
}

.btn-lime-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(206.4, 247.8, 155.4);
  --bs-btn-border-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(213.69, 248.88, 170.34);
  --bs-btn-hover-border-color: rgb(211.26, 248.52, 165.36);
  --bs-btn-focus-shadow-rgb: 175, 211, 132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(216.12, 249.24, 175.32);
  --bs-btn-active-border-color: rgb(211.26, 248.52, 165.36);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(206.4, 247.8, 155.4);
  --bs-btn-disabled-border-color: rgb(206.4, 247.8, 155.4);
}

.btn-lime-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-border-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(199.92, 246.84, 142.12);
  --bs-btn-hover-border-color: rgb(196.68, 246.36, 135.48);
  --bs-btn-focus-shadow-rgb: 162, 209, 104;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(203.16, 247.32, 148.76);
  --bs-btn-active-border-color: rgb(196.68, 246.36, 135.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-disabled-border-color: rgb(190.2, 245.4, 122.2);
}

.btn-lime-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #aef359;
  --bs-btn-border-color: #aef359;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(186.15, 244.8, 113.9);
  --bs-btn-hover-border-color: rgb(182.1, 244.2, 105.6);
  --bs-btn-focus-shadow-rgb: 148, 207, 76;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-active-border-color: rgb(182.1, 244.2, 105.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #aef359;
  --bs-btn-disabled-border-color: #aef359;
}

.btn-lime-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(139.2, 194.4, 71.2);
  --bs-btn-border-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(118.32, 165.24, 60.52);
  --bs-btn-hover-border-color: rgb(111.36, 155.52, 56.96);
  --bs-btn-focus-shadow-rgb: 157, 203, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(111.36, 155.52, 56.96);
  --bs-btn-active-border-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(139.2, 194.4, 71.2);
  --bs-btn-disabled-border-color: rgb(139.2, 194.4, 71.2);
}

.btn-lime-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(104.4, 145.8, 53.4);
  --bs-btn-border-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(88.74, 123.93, 45.39);
  --bs-btn-hover-border-color: rgb(83.52, 116.64, 42.72);
  --bs-btn-focus-shadow-rgb: 127, 162, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(83.52, 116.64, 42.72);
  --bs-btn-active-border-color: rgb(78.3, 109.35, 40.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(104.4, 145.8, 53.4);
  --bs-btn-disabled-border-color: rgb(104.4, 145.8, 53.4);
}

.btn-lime-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(69.6, 97.2, 35.6);
  --bs-btn-border-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(59.16, 82.62, 30.26);
  --bs-btn-hover-border-color: rgb(55.68, 77.76, 28.48);
  --bs-btn-focus-shadow-rgb: 97, 121, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(55.68, 77.76, 28.48);
  --bs-btn-active-border-color: rgb(52.2, 72.9, 26.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(69.6, 97.2, 35.6);
  --bs-btn-disabled-border-color: rgb(69.6, 97.2, 35.6);
}

.btn-lime-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(34.8, 48.6, 17.8);
  --bs-btn-border-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(29.58, 41.31, 15.13);
  --bs-btn-hover-border-color: rgb(27.84, 38.88, 14.24);
  --bs-btn-focus-shadow-rgb: 68, 80, 53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(27.84, 38.88, 14.24);
  --bs-btn-active-border-color: rgb(26.1, 36.45, 13.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(34.8, 48.6, 17.8);
  --bs-btn-disabled-border-color: rgb(34.8, 48.6, 17.8);
}

.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #06f6c6;
  --bs-btn-border-color: #06f6c6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(43.35, 247.35, 206.55);
  --bs-btn-hover-border-color: rgb(30.9, 246.9, 203.7);
  --bs-btn-focus-shadow-rgb: 5, 209, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-active-border-color: rgb(30.9, 246.9, 203.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #06f6c6;
  --bs-btn-disabled-border-color: #06f6c6;
}

.btn-teal-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(247.53, 254.73, 253.29);
  --bs-btn-border-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.6505, 254.7705, 253.5465);
  --bs-btn-hover-border-color: rgb(248.277, 254.757, 253.461);
  --bs-btn-focus-shadow-rgb: 210, 217, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.024, 254.784, 253.632);
  --bs-btn-active-border-color: rgb(248.277, 254.757, 253.461);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(247.53, 254.73, 253.29);
  --bs-btn-disabled-border-color: rgb(247.53, 254.73, 253.29);
}

.btn-teal-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(242.55, 254.55, 252.15);
  --bs-btn-border-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.4175, 254.6175, 252.5775);
  --bs-btn-hover-border-color: rgb(243.795, 254.595, 252.435);
  --bs-btn-focus-shadow-rgb: 206, 216, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.04, 254.64, 252.72);
  --bs-btn-active-border-color: rgb(243.795, 254.595, 252.435);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(242.55, 254.55, 252.15);
  --bs-btn-disabled-border-color: rgb(242.55, 254.55, 252.15);
}

.btn-teal-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(230.1, 254.1, 249.3);
  --bs-btn-border-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(233.835, 254.235, 250.155);
  --bs-btn-hover-border-color: rgb(232.59, 254.19, 249.87);
  --bs-btn-focus-shadow-rgb: 196, 216, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235.08, 254.28, 250.44);
  --bs-btn-active-border-color: rgb(232.59, 254.19, 249.87);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(230.1, 254.1, 249.3);
  --bs-btn-disabled-border-color: rgb(230.1, 254.1, 249.3);
}

.btn-teal-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(205.2, 253.2, 243.6);
  --bs-btn-border-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(212.67, 253.47, 245.31);
  --bs-btn-hover-border-color: rgb(210.18, 253.38, 244.74);
  --bs-btn-focus-shadow-rgb: 174, 215, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(215.16, 253.56, 245.88);
  --bs-btn-active-border-color: rgb(210.18, 253.38, 244.74);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(205.2, 253.2, 243.6);
  --bs-btn-disabled-border-color: rgb(205.2, 253.2, 243.6);
}

.btn-teal-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(155.4, 251.4, 232.2);
  --bs-btn-border-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(170.34, 251.94, 235.62);
  --bs-btn-hover-border-color: rgb(165.36, 251.76, 234.48);
  --bs-btn-focus-shadow-rgb: 132, 214, 197;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(175.32, 252.12, 236.76);
  --bs-btn-active-border-color: rgb(165.36, 251.76, 234.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(155.4, 251.4, 232.2);
  --bs-btn-disabled-border-color: rgb(155.4, 251.4, 232.2);
}

.btn-teal-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(105.6, 249.6, 220.8);
  --bs-btn-border-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(128.01, 250.41, 225.93);
  --bs-btn-hover-border-color: rgb(120.54, 250.14, 224.22);
  --bs-btn-focus-shadow-rgb: 90, 212, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(135.48, 250.68, 227.64);
  --bs-btn-active-border-color: rgb(120.54, 250.14, 224.22);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(105.6, 249.6, 220.8);
  --bs-btn-disabled-border-color: rgb(105.6, 249.6, 220.8);
}

.btn-teal-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-border-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(85.68, 248.88, 216.24);
  --bs-btn-hover-border-color: rgb(75.72, 248.52, 213.96);
  --bs-btn-focus-shadow-rgb: 47, 211, 178;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(95.64, 249.24, 218.52);
  --bs-btn-active-border-color: rgb(75.72, 248.52, 213.96);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-disabled-border-color: rgb(55.8, 247.8, 209.4);
}

.btn-teal-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #06f6c6;
  --bs-btn-border-color: #06f6c6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(43.35, 247.35, 206.55);
  --bs-btn-hover-border-color: rgb(30.9, 246.9, 203.7);
  --bs-btn-focus-shadow-rgb: 5, 209, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-active-border-color: rgb(30.9, 246.9, 203.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #06f6c6;
  --bs-btn-disabled-border-color: #06f6c6;
}

.btn-teal-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(4.8, 196.8, 158.4);
  --bs-btn-border-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.08, 167.28, 134.64);
  --bs-btn-hover-border-color: rgb(3.84, 157.44, 126.72);
  --bs-btn-focus-shadow-rgb: 42, 206, 173;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(3.84, 157.44, 126.72);
  --bs-btn-active-border-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(4.8, 196.8, 158.4);
  --bs-btn-disabled-border-color: rgb(4.8, 196.8, 158.4);
}

.btn-teal-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(3.6, 147.6, 118.8);
  --bs-btn-border-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(3.06, 125.46, 100.98);
  --bs-btn-hover-border-color: rgb(2.88, 118.08, 95.04);
  --bs-btn-focus-shadow-rgb: 41, 164, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.88, 118.08, 95.04);
  --bs-btn-active-border-color: rgb(2.7, 110.7, 89.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(3.6, 147.6, 118.8);
  --bs-btn-disabled-border-color: rgb(3.6, 147.6, 118.8);
}

.btn-teal-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(2.4, 98.4, 79.2);
  --bs-btn-border-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.04, 83.64, 67.32);
  --bs-btn-hover-border-color: rgb(1.92, 78.72, 63.36);
  --bs-btn-focus-shadow-rgb: 40, 122, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(1.92, 78.72, 63.36);
  --bs-btn-active-border-color: rgb(1.8, 73.8, 59.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(2.4, 98.4, 79.2);
  --bs-btn-disabled-border-color: rgb(2.4, 98.4, 79.2);
}

.btn-teal-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(1.2, 49.2, 39.6);
  --bs-btn-border-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(1.02, 41.82, 33.66);
  --bs-btn-hover-border-color: rgb(0.96, 39.36, 31.68);
  --bs-btn-focus-shadow-rgb: 39, 80, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0.96, 39.36, 31.68);
  --bs-btn-active-border-color: rgb(0.9, 36.9, 29.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(1.2, 49.2, 39.6);
  --bs-btn-disabled-border-color: rgb(1.2, 49.2, 39.6);
}

.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #38e1ff;
  --bs-btn-border-color: #38e1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(85.85, 229.5, 255);
  --bs-btn-hover-border-color: rgb(75.9, 228, 255);
  --bs-btn-focus-shadow-rgb: 48, 191, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(95.8, 231, 255);
  --bs-btn-active-border-color: rgb(75.9, 228, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #38e1ff;
  --bs-btn-disabled-border-color: #38e1ff;
}

.btn-cyan-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.03, 254.1, 255);
  --bs-btn-border-color: rgb(249.03, 254.1, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.9255, 254.235, 255);
  --bs-btn-hover-border-color: rgb(249.627, 254.19, 255);
  --bs-btn-focus-shadow-rgb: 212, 216, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.224, 254.28, 255);
  --bs-btn-active-border-color: rgb(249.627, 254.19, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.03, 254.1, 255);
  --bs-btn-disabled-border-color: rgb(249.03, 254.1, 255);
}

.btn-cyan-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(245.05, 253.5, 255);
  --bs-btn-border-color: rgb(245.05, 253.5, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.5425, 253.725, 255);
  --bs-btn-hover-border-color: rgb(246.045, 253.65, 255);
  --bs-btn-focus-shadow-rgb: 208, 215, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.04, 253.8, 255);
  --bs-btn-active-border-color: rgb(246.045, 253.65, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(245.05, 253.5, 255);
  --bs-btn-disabled-border-color: rgb(245.05, 253.5, 255);
}

.btn-cyan-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(235.1, 252, 255);
  --bs-btn-border-color: rgb(235.1, 252, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(238.085, 252.45, 255);
  --bs-btn-hover-border-color: rgb(237.09, 252.3, 255);
  --bs-btn-focus-shadow-rgb: 200, 214, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(239.08, 252.6, 255);
  --bs-btn-active-border-color: rgb(237.09, 252.3, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(235.1, 252, 255);
  --bs-btn-disabled-border-color: rgb(235.1, 252, 255);
}

.btn-cyan-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(215.2, 249, 255);
  --bs-btn-border-color: rgb(215.2, 249, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(221.17, 249.9, 255);
  --bs-btn-hover-border-color: rgb(219.18, 249.6, 255);
  --bs-btn-focus-shadow-rgb: 183, 212, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(223.16, 250.2, 255);
  --bs-btn-active-border-color: rgb(219.18, 249.6, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(215.2, 249, 255);
  --bs-btn-disabled-border-color: rgb(215.2, 249, 255);
}

.btn-cyan-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(175.4, 243, 255);
  --bs-btn-border-color: rgb(175.4, 243, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(187.34, 244.8, 255);
  --bs-btn-hover-border-color: rgb(183.36, 244.2, 255);
  --bs-btn-focus-shadow-rgb: 149, 207, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(191.32, 245.4, 255);
  --bs-btn-active-border-color: rgb(183.36, 244.2, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(175.4, 243, 255);
  --bs-btn-disabled-border-color: rgb(175.4, 243, 255);
}

.btn-cyan-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(135.6, 237, 255);
  --bs-btn-border-color: rgb(135.6, 237, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(153.51, 239.7, 255);
  --bs-btn-hover-border-color: rgb(147.54, 238.8, 255);
  --bs-btn-focus-shadow-rgb: 115, 201, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(159.48, 240.6, 255);
  --bs-btn-active-border-color: rgb(147.54, 238.8, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(135.6, 237, 255);
  --bs-btn-disabled-border-color: rgb(135.6, 237, 255);
}

.btn-cyan-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(95.8, 231, 255);
  --bs-btn-border-color: rgb(95.8, 231, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(119.68, 234.6, 255);
  --bs-btn-hover-border-color: rgb(111.72, 233.4, 255);
  --bs-btn-focus-shadow-rgb: 81, 196, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(127.64, 235.8, 255);
  --bs-btn-active-border-color: rgb(111.72, 233.4, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(95.8, 231, 255);
  --bs-btn-disabled-border-color: rgb(95.8, 231, 255);
}

.btn-cyan-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #38e1ff;
  --bs-btn-border-color: #38e1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(85.85, 229.5, 255);
  --bs-btn-hover-border-color: rgb(75.9, 228, 255);
  --bs-btn-focus-shadow-rgb: 48, 191, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(95.8, 231, 255);
  --bs-btn-active-border-color: rgb(75.9, 228, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #38e1ff;
  --bs-btn-disabled-border-color: #38e1ff;
}

.btn-cyan-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(44.8, 180, 204);
  --bs-btn-border-color: rgb(44.8, 180, 204);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(38.08, 153, 173.4);
  --bs-btn-hover-border-color: rgb(35.84, 144, 163.2);
  --bs-btn-focus-shadow-rgb: 76, 191, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(35.84, 144, 163.2);
  --bs-btn-active-border-color: rgb(33.6, 135, 153);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(44.8, 180, 204);
  --bs-btn-disabled-border-color: rgb(44.8, 180, 204);
}

.btn-cyan-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(33.6, 135, 153);
  --bs-btn-border-color: rgb(33.6, 135, 153);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.56, 114.75, 130.05);
  --bs-btn-hover-border-color: rgb(26.88, 108, 122.4);
  --bs-btn-focus-shadow-rgb: 67, 153, 168;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.88, 108, 122.4);
  --bs-btn-active-border-color: rgb(25.2, 101.25, 114.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(33.6, 135, 153);
  --bs-btn-disabled-border-color: rgb(33.6, 135, 153);
}

.btn-cyan-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(22.4, 90, 102);
  --bs-btn-border-color: rgb(22.4, 90, 102);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(19.04, 76.5, 86.7);
  --bs-btn-hover-border-color: rgb(17.92, 72, 81.6);
  --bs-btn-focus-shadow-rgb: 57, 115, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17.92, 72, 81.6);
  --bs-btn-active-border-color: rgb(16.8, 67.5, 76.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(22.4, 90, 102);
  --bs-btn-disabled-border-color: rgb(22.4, 90, 102);
}

.btn-cyan-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(11.2, 45, 51);
  --bs-btn-border-color: rgb(11.2, 45, 51);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(9.52, 38.25, 43.35);
  --bs-btn-hover-border-color: rgb(8.96, 36, 40.8);
  --bs-btn-focus-shadow-rgb: 48, 77, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.96, 36, 40.8);
  --bs-btn-active-border-color: rgb(8.4, 33.75, 38.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(11.2, 45, 51);
  --bs-btn-disabled-border-color: rgb(11.2, 45, 51);
}

.btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5394A2;
  --bs-btn-border-color: #5394A2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(70.55, 125.8, 137.7);
  --bs-btn-hover-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-focus-shadow-rgb: 109, 164, 176;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-active-border-color: rgb(62.25, 111, 121.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5394A2;
  --bs-btn-disabled-border-color: #5394A2;
}

.btn-tertiary-10 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(249.84, 251.79, 252.21);
  --bs-btn-border-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.614, 252.2715, 252.6285);
  --bs-btn-hover-border-color: rgb(250.356, 252.111, 252.489);
  --bs-btn-focus-shadow-rgb: 212, 214, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.872, 252.432, 252.768);
  --bs-btn-active-border-color: rgb(250.356, 252.111, 252.489);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(249.84, 251.79, 252.21);
  --bs-btn-disabled-border-color: rgb(249.84, 251.79, 252.21);
}

.btn-tertiary-25 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(246.4, 249.65, 250.35);
  --bs-btn-border-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.69, 250.4525, 251.0475);
  --bs-btn-hover-border-color: rgb(247.26, 250.185, 250.815);
  --bs-btn-focus-shadow-rgb: 209, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.12, 250.72, 251.28);
  --bs-btn-active-border-color: rgb(247.26, 250.185, 250.815);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(246.4, 249.65, 250.35);
  --bs-btn-disabled-border-color: rgb(246.4, 249.65, 250.35);
}

.btn-tertiary-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(237.8, 244.3, 245.7);
  --bs-btn-border-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.38, 245.905, 247.095);
  --bs-btn-hover-border-color: rgb(239.52, 245.37, 246.63);
  --bs-btn-focus-shadow-rgb: 202, 208, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.24, 246.44, 247.56);
  --bs-btn-active-border-color: rgb(239.52, 245.37, 246.63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(237.8, 244.3, 245.7);
  --bs-btn-disabled-border-color: rgb(237.8, 244.3, 245.7);
}

.btn-tertiary-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(220.6, 233.6, 236.4);
  --bs-btn-border-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(225.76, 236.81, 239.19);
  --bs-btn-hover-border-color: rgb(224.04, 235.74, 238.26);
  --bs-btn-focus-shadow-rgb: 188, 199, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(227.48, 237.88, 240.12);
  --bs-btn-active-border-color: rgb(224.04, 235.74, 238.26);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(220.6, 233.6, 236.4);
  --bs-btn-disabled-border-color: rgb(220.6, 233.6, 236.4);
}

.btn-tertiary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(186.2, 212.2, 217.8);
  --bs-btn-border-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(196.52, 218.62, 223.38);
  --bs-btn-hover-border-color: rgb(193.08, 216.48, 221.52);
  --bs-btn-focus-shadow-rgb: 158, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(199.96, 220.76, 225.24);
  --bs-btn-active-border-color: rgb(193.08, 216.48, 221.52);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(186.2, 212.2, 217.8);
  --bs-btn-disabled-border-color: rgb(186.2, 212.2, 217.8);
}

.btn-tertiary-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(151.8, 190.8, 199.2);
  --bs-btn-border-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(167.28, 200.43, 207.57);
  --bs-btn-hover-border-color: rgb(162.12, 197.22, 204.78);
  --bs-btn-focus-shadow-rgb: 129, 162, 169;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(172.44, 203.64, 210.36);
  --bs-btn-active-border-color: rgb(162.12, 197.22, 204.78);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(151.8, 190.8, 199.2);
  --bs-btn-disabled-border-color: rgb(151.8, 190.8, 199.2);
}

.btn-tertiary-400 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(117.4, 169.4, 180.6);
  --bs-btn-border-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(99.79, 143.99, 153.51);
  --bs-btn-hover-border-color: rgb(93.92, 135.52, 144.48);
  --bs-btn-focus-shadow-rgb: 138, 182, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(93.92, 135.52, 144.48);
  --bs-btn-active-border-color: rgb(88.05, 127.05, 135.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(117.4, 169.4, 180.6);
  --bs-btn-disabled-border-color: rgb(117.4, 169.4, 180.6);
}

.btn-tertiary-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5394A2;
  --bs-btn-border-color: #5394A2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(70.55, 125.8, 137.7);
  --bs-btn-hover-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-focus-shadow-rgb: 109, 164, 176;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-active-border-color: rgb(62.25, 111, 121.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5394A2;
  --bs-btn-disabled-border-color: #5394A2;
}

.btn-tertiary-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(56.44, 100.64, 110.16);
  --bs-btn-hover-border-color: rgb(53.12, 94.72, 103.68);
  --bs-btn-focus-shadow-rgb: 95, 139, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(53.12, 94.72, 103.68);
  --bs-btn-active-border-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-disabled-border-color: rgb(66.4, 118.4, 129.6);
}

.btn-tertiary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(49.8, 88.8, 97.2);
  --bs-btn-border-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.33, 75.48, 82.62);
  --bs-btn-hover-border-color: rgb(39.84, 71.04, 77.76);
  --bs-btn-focus-shadow-rgb: 81, 114, 121;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(39.84, 71.04, 77.76);
  --bs-btn-active-border-color: rgb(37.35, 66.6, 72.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(49.8, 88.8, 97.2);
  --bs-btn-disabled-border-color: rgb(49.8, 88.8, 97.2);
}

.btn-tertiary-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(33.2, 59.2, 64.8);
  --bs-btn-border-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.22, 50.32, 55.08);
  --bs-btn-hover-border-color: rgb(26.56, 47.36, 51.84);
  --bs-btn-focus-shadow-rgb: 66, 89, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.56, 47.36, 51.84);
  --bs-btn-active-border-color: rgb(24.9, 44.4, 48.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(33.2, 59.2, 64.8);
  --bs-btn-disabled-border-color: rgb(33.2, 59.2, 64.8);
}

.btn-tertiary-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(16.6, 29.6, 32.4);
  --bs-btn-border-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(14.11, 25.16, 27.54);
  --bs-btn-hover-border-color: rgb(13.28, 23.68, 25.92);
  --bs-btn-focus-shadow-rgb: 52, 63, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(13.28, 23.68, 25.92);
  --bs-btn-active-border-color: rgb(12.45, 22.2, 24.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(16.6, 29.6, 32.4);
  --bs-btn-disabled-border-color: rgb(16.6, 29.6, 32.4);
}

.btn-outline-primary {
  --bs-btn-color: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A5FAB;
  --bs-btn-hover-border-color: #1A5FAB;
  --bs-btn-focus-shadow-rgb: 26, 95, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A5FAB;
  --bs-btn-active-border-color: #1A5FAB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A5FAB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A5FAB;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A5FAB;
  --bs-btn-hover-border-color: #1A5FAB;
  --bs-btn-focus-shadow-rgb: 26, 95, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A5FAB;
  --bs-btn-active-border-color: #1A5FAB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A5FAB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A5FAB;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4CAF50;
  --bs-btn-hover-border-color: #4CAF50;
  --bs-btn-focus-shadow-rgb: 76, 175, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4CAF50;
  --bs-btn-active-border-color: #4CAF50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4CAF50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4CAF50;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0099cc;
  --bs-btn-hover-border-color: #0099cc;
  --bs-btn-focus-shadow-rgb: 0, 153, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0099cc;
  --bs-btn-active-border-color: #0099cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0099cc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0099cc;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb307;
  --bs-btn-hover-border-color: #ffb307;
  --bs-btn-focus-shadow-rgb: 255, 179, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb307;
  --bs-btn-active-border-color: #ffb307;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffb307;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffb307;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e44b4b;
  --bs-btn-hover-border-color: #e44b4b;
  --bs-btn-focus-shadow-rgb: 228, 75, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e44b4b;
  --bs-btn-active-border-color: #e44b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e44b4b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e44b4b;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #5b5b5b;
  --bs-btn-border-color: #5b5b5b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5b5b5b;
  --bs-btn-hover-border-color: #5b5b5b;
  --bs-btn-focus-shadow-rgb: 91, 91, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5b5b5b;
  --bs-btn-active-border-color: #5b5b5b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5b5b5b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5b5b5b;
  --bs-gradient: none;
}

.btn-outline-gray-10 {
  --bs-btn-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-border-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.08, 250.08, 250.08);
  --bs-btn-hover-border-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-focus-shadow-rgb: 250, 250, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.08, 250.08, 250.08);
  --bs-btn-active-border-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(250.08, 250.08, 250.08);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(250.08, 250.08, 250.08);
  --bs-gradient: none;
}

.btn-outline-gray-25 {
  --bs-btn-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-border-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.8, 246.8, 246.8);
  --bs-btn-hover-border-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-focus-shadow-rgb: 247, 247, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.8, 246.8, 246.8);
  --bs-btn-active-border-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.8, 246.8, 246.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.8, 246.8, 246.8);
  --bs-gradient: none;
}

.btn-outline-gray-50 {
  --bs-btn-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-border-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(238.6, 238.6, 238.6);
  --bs-btn-hover-border-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-focus-shadow-rgb: 239, 239, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238.6, 238.6, 238.6);
  --bs-btn-active-border-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(238.6, 238.6, 238.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(238.6, 238.6, 238.6);
  --bs-gradient: none;
}

.btn-outline-gray-100 {
  --bs-btn-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-border-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(222.2, 222.2, 222.2);
  --bs-btn-hover-border-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-focus-shadow-rgb: 222, 222, 222;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(222.2, 222.2, 222.2);
  --bs-btn-active-border-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(222.2, 222.2, 222.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(222.2, 222.2, 222.2);
  --bs-gradient: none;
}

.btn-outline-gray-200 {
  --bs-btn-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-border-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(189.4, 189.4, 189.4);
  --bs-btn-hover-border-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-focus-shadow-rgb: 189, 189, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(189.4, 189.4, 189.4);
  --bs-btn-active-border-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(189.4, 189.4, 189.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(189.4, 189.4, 189.4);
  --bs-gradient: none;
}

.btn-outline-gray-300 {
  --bs-btn-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-border-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(156.6, 156.6, 156.6);
  --bs-btn-hover-border-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-focus-shadow-rgb: 157, 157, 157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(156.6, 156.6, 156.6);
  --bs-btn-active-border-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(156.6, 156.6, 156.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(156.6, 156.6, 156.6);
  --bs-gradient: none;
}

.btn-outline-gray-400 {
  --bs-btn-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-border-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(123.8, 123.8, 123.8);
  --bs-btn-hover-border-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-focus-shadow-rgb: 124, 124, 124;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(123.8, 123.8, 123.8);
  --bs-btn-active-border-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(123.8, 123.8, 123.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(123.8, 123.8, 123.8);
  --bs-gradient: none;
}

.btn-outline-gray-500 {
  --bs-btn-color: #5b5b5b;
  --bs-btn-border-color: #5b5b5b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5b5b5b;
  --bs-btn-hover-border-color: #5b5b5b;
  --bs-btn-focus-shadow-rgb: 91, 91, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5b5b5b;
  --bs-btn-active-border-color: #5b5b5b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5b5b5b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5b5b5b;
  --bs-gradient: none;
}

.btn-outline-gray-600 {
  --bs-btn-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-hover-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-focus-shadow-rgb: 73, 73, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(72.8, 72.8, 72.8);
  --bs-btn-active-border-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(72.8, 72.8, 72.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(72.8, 72.8, 72.8);
  --bs-gradient: none;
}

.btn-outline-gray-700 {
  --bs-btn-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-border-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.6, 54.6, 54.6);
  --bs-btn-hover-border-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-focus-shadow-rgb: 55, 55, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.6, 54.6, 54.6);
  --bs-btn-active-border-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(54.6, 54.6, 54.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(54.6, 54.6, 54.6);
  --bs-gradient: none;
}

.btn-outline-gray-800 {
  --bs-btn-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-border-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(36.4, 36.4, 36.4);
  --bs-btn-hover-border-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-focus-shadow-rgb: 36, 36, 36;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(36.4, 36.4, 36.4);
  --bs-btn-active-border-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(36.4, 36.4, 36.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(36.4, 36.4, 36.4);
  --bs-gradient: none;
}

.btn-outline-gray-900 {
  --bs-btn-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-border-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(18.2, 18.2, 18.2);
  --bs-btn-hover-border-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-focus-shadow-rgb: 18, 18, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.2, 18.2, 18.2);
  --bs-btn-active-border-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(18.2, 18.2, 18.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(18.2, 18.2, 18.2);
  --bs-gradient: none;
}

.btn-outline-slate {
  --bs-btn-color: #6b7280;
  --bs-btn-border-color: #6b7280;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b7280;
  --bs-btn-hover-border-color: #6b7280;
  --bs-btn-focus-shadow-rgb: 107, 114, 128;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6b7280;
  --bs-btn-active-border-color: #6b7280;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6b7280;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6b7280;
  --bs-gradient: none;
}

.btn-outline-slate-10 {
  --bs-btn-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-border-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.56, 250.77, 251.19);
  --bs-btn-hover-border-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-focus-shadow-rgb: 251, 251, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.56, 250.77, 251.19);
  --bs-btn-active-border-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(250.56, 250.77, 251.19);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(250.56, 250.77, 251.19);
  --bs-gradient: none;
}

.btn-outline-slate-25 {
  --bs-btn-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-border-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.6, 247.95, 248.65);
  --bs-btn-hover-border-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-focus-shadow-rgb: 248, 248, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.6, 247.95, 248.65);
  --bs-btn-active-border-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(247.6, 247.95, 248.65);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(247.6, 247.95, 248.65);
  --bs-gradient: none;
}

.btn-outline-slate-50 {
  --bs-btn-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-border-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.2, 240.9, 242.3);
  --bs-btn-hover-border-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-focus-shadow-rgb: 240, 241, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(240.2, 240.9, 242.3);
  --bs-btn-active-border-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(240.2, 240.9, 242.3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(240.2, 240.9, 242.3);
  --bs-gradient: none;
}

.btn-outline-slate-100 {
  --bs-btn-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-border-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(225.4, 226.8, 229.6);
  --bs-btn-hover-border-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-focus-shadow-rgb: 225, 227, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(225.4, 226.8, 229.6);
  --bs-btn-active-border-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(225.4, 226.8, 229.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(225.4, 226.8, 229.6);
  --bs-gradient: none;
}

.btn-outline-slate-200 {
  --bs-btn-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-border-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(195.8, 198.6, 204.2);
  --bs-btn-hover-border-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-focus-shadow-rgb: 196, 199, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(195.8, 198.6, 204.2);
  --bs-btn-active-border-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(195.8, 198.6, 204.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(195.8, 198.6, 204.2);
  --bs-gradient: none;
}

.btn-outline-slate-300 {
  --bs-btn-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-border-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(166.2, 170.4, 178.8);
  --bs-btn-hover-border-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-focus-shadow-rgb: 166, 170, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(166.2, 170.4, 178.8);
  --bs-btn-active-border-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(166.2, 170.4, 178.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(166.2, 170.4, 178.8);
  --bs-gradient: none;
}

.btn-outline-slate-400 {
  --bs-btn-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-border-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(136.6, 142.2, 153.4);
  --bs-btn-hover-border-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-focus-shadow-rgb: 137, 142, 153;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(136.6, 142.2, 153.4);
  --bs-btn-active-border-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(136.6, 142.2, 153.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(136.6, 142.2, 153.4);
  --bs-gradient: none;
}

.btn-outline-slate-500 {
  --bs-btn-color: #6b7280;
  --bs-btn-border-color: #6b7280;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b7280;
  --bs-btn-hover-border-color: #6b7280;
  --bs-btn-focus-shadow-rgb: 107, 114, 128;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6b7280;
  --bs-btn-active-border-color: #6b7280;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6b7280;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6b7280;
  --bs-gradient: none;
}

.btn-outline-slate-600 {
  --bs-btn-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-hover-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-focus-shadow-rgb: 86, 91, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(85.6, 91.2, 102.4);
  --bs-btn-active-border-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(85.6, 91.2, 102.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(85.6, 91.2, 102.4);
  --bs-gradient: none;
}

.btn-outline-slate-700 {
  --bs-btn-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-border-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(64.2, 68.4, 76.8);
  --bs-btn-hover-border-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-focus-shadow-rgb: 64, 68, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(64.2, 68.4, 76.8);
  --bs-btn-active-border-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(64.2, 68.4, 76.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(64.2, 68.4, 76.8);
  --bs-gradient: none;
}

.btn-outline-slate-800 {
  --bs-btn-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-border-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.8, 45.6, 51.2);
  --bs-btn-hover-border-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-focus-shadow-rgb: 43, 46, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(42.8, 45.6, 51.2);
  --bs-btn-active-border-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(42.8, 45.6, 51.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(42.8, 45.6, 51.2);
  --bs-gradient: none;
}

.btn-outline-slate-900 {
  --bs-btn-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-border-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.4, 22.8, 25.6);
  --bs-btn-hover-border-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-focus-shadow-rgb: 21, 23, 26;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.4, 22.8, 25.6);
  --bs-btn-active-border-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(21.4, 22.8, 25.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(21.4, 22.8, 25.6);
  --bs-gradient: none;
}

.btn-outline-primary-10 {
  --bs-btn-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-focus-shadow-rgb: 248, 250, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-active-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(248.13, 250.2, 252.48);
  --bs-gradient: none;
}

.btn-outline-primary-25 {
  --bs-btn-color: rgb(243.55, 247, 250.8);
  --bs-btn-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(243.55, 247, 250.8);
  --bs-btn-hover-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-focus-shadow-rgb: 244, 247, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243.55, 247, 250.8);
  --bs-btn-active-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(243.55, 247, 250.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(243.55, 247, 250.8);
  --bs-gradient: none;
}

.btn-outline-primary-50 {
  --bs-btn-color: rgb(232.1, 239, 246.6);
  --bs-btn-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(232.1, 239, 246.6);
  --bs-btn-hover-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-focus-shadow-rgb: 232, 239, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(232.1, 239, 246.6);
  --bs-btn-active-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(232.1, 239, 246.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(232.1, 239, 246.6);
  --bs-gradient: none;
}

.btn-outline-primary-100 {
  --bs-btn-color: rgb(209.2, 223, 238.2);
  --bs-btn-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(209.2, 223, 238.2);
  --bs-btn-hover-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-focus-shadow-rgb: 209, 223, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(209.2, 223, 238.2);
  --bs-btn-active-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(209.2, 223, 238.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(209.2, 223, 238.2);
  --bs-gradient: none;
}

.btn-outline-primary-200 {
  --bs-btn-color: rgb(163.4, 191, 221.4);
  --bs-btn-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(163.4, 191, 221.4);
  --bs-btn-hover-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-focus-shadow-rgb: 163, 191, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(163.4, 191, 221.4);
  --bs-btn-active-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(163.4, 191, 221.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(163.4, 191, 221.4);
  --bs-gradient: none;
}

.btn-outline-primary-300 {
  --bs-btn-color: rgb(117.6, 159, 204.6);
  --bs-btn-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(117.6, 159, 204.6);
  --bs-btn-hover-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-focus-shadow-rgb: 118, 159, 205;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(117.6, 159, 204.6);
  --bs-btn-active-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(117.6, 159, 204.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(117.6, 159, 204.6);
  --bs-gradient: none;
}

.btn-outline-primary-400 {
  --bs-btn-color: rgb(71.8, 127, 187.8);
  --bs-btn-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(71.8, 127, 187.8);
  --bs-btn-hover-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-focus-shadow-rgb: 72, 127, 188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.8, 127, 187.8);
  --bs-btn-active-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(71.8, 127, 187.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(71.8, 127, 187.8);
  --bs-gradient: none;
}

.btn-outline-primary-500 {
  --bs-btn-color: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A5FAB;
  --bs-btn-hover-border-color: #1A5FAB;
  --bs-btn-focus-shadow-rgb: 26, 95, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A5FAB;
  --bs-btn-active-border-color: #1A5FAB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A5FAB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A5FAB;
  --bs-gradient: none;
}

.btn-outline-primary-600 {
  --bs-btn-color: rgb(20.8, 76, 136.8);
  --bs-btn-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.8, 76, 136.8);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 21, 76, 137;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(20.8, 76, 136.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(20.8, 76, 136.8);
  --bs-gradient: none;
}

.btn-outline-primary-700 {
  --bs-btn-color: rgb(15.6, 57, 102.6);
  --bs-btn-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.6, 57, 102.6);
  --bs-btn-hover-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-focus-shadow-rgb: 16, 57, 103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(15.6, 57, 102.6);
  --bs-btn-active-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(15.6, 57, 102.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(15.6, 57, 102.6);
  --bs-gradient: none;
}

.btn-outline-primary-800 {
  --bs-btn-color: rgb(10.4, 38, 68.4);
  --bs-btn-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10.4, 38, 68.4);
  --bs-btn-hover-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-focus-shadow-rgb: 10, 38, 68;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 38, 68.4);
  --bs-btn-active-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(10.4, 38, 68.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(10.4, 38, 68.4);
  --bs-gradient: none;
}

.btn-outline-primary-900 {
  --bs-btn-color: rgb(5.2, 19, 34.2);
  --bs-btn-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.2, 19, 34.2);
  --bs-btn-hover-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-focus-shadow-rgb: 5, 19, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.2, 19, 34.2);
  --bs-btn-active-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(5.2, 19, 34.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(5.2, 19, 34.2);
  --bs-gradient: none;
}

.btn-outline-secondary-10 {
  --bs-btn-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-hover-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-focus-shadow-rgb: 248, 250, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.13, 250.2, 252.48);
  --bs-btn-active-border-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(248.13, 250.2, 252.48);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(248.13, 250.2, 252.48);
  --bs-gradient: none;
}

.btn-outline-secondary-25 {
  --bs-btn-color: rgb(243.55, 247, 250.8);
  --bs-btn-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(243.55, 247, 250.8);
  --bs-btn-hover-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-focus-shadow-rgb: 244, 247, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243.55, 247, 250.8);
  --bs-btn-active-border-color: rgb(243.55, 247, 250.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(243.55, 247, 250.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(243.55, 247, 250.8);
  --bs-gradient: none;
}

.btn-outline-secondary-50 {
  --bs-btn-color: rgb(232.1, 239, 246.6);
  --bs-btn-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(232.1, 239, 246.6);
  --bs-btn-hover-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-focus-shadow-rgb: 232, 239, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(232.1, 239, 246.6);
  --bs-btn-active-border-color: rgb(232.1, 239, 246.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(232.1, 239, 246.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(232.1, 239, 246.6);
  --bs-gradient: none;
}

.btn-outline-secondary-100 {
  --bs-btn-color: rgb(209.2, 223, 238.2);
  --bs-btn-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(209.2, 223, 238.2);
  --bs-btn-hover-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-focus-shadow-rgb: 209, 223, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(209.2, 223, 238.2);
  --bs-btn-active-border-color: rgb(209.2, 223, 238.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(209.2, 223, 238.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(209.2, 223, 238.2);
  --bs-gradient: none;
}

.btn-outline-secondary-200 {
  --bs-btn-color: rgb(163.4, 191, 221.4);
  --bs-btn-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(163.4, 191, 221.4);
  --bs-btn-hover-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-focus-shadow-rgb: 163, 191, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(163.4, 191, 221.4);
  --bs-btn-active-border-color: rgb(163.4, 191, 221.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(163.4, 191, 221.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(163.4, 191, 221.4);
  --bs-gradient: none;
}

.btn-outline-secondary-300 {
  --bs-btn-color: rgb(117.6, 159, 204.6);
  --bs-btn-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(117.6, 159, 204.6);
  --bs-btn-hover-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-focus-shadow-rgb: 118, 159, 205;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(117.6, 159, 204.6);
  --bs-btn-active-border-color: rgb(117.6, 159, 204.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(117.6, 159, 204.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(117.6, 159, 204.6);
  --bs-gradient: none;
}

.btn-outline-secondary-400 {
  --bs-btn-color: rgb(71.8, 127, 187.8);
  --bs-btn-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(71.8, 127, 187.8);
  --bs-btn-hover-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-focus-shadow-rgb: 72, 127, 188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.8, 127, 187.8);
  --bs-btn-active-border-color: rgb(71.8, 127, 187.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(71.8, 127, 187.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(71.8, 127, 187.8);
  --bs-gradient: none;
}

.btn-outline-secondary-500 {
  --bs-btn-color: #1A5FAB;
  --bs-btn-border-color: #1A5FAB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A5FAB;
  --bs-btn-hover-border-color: #1A5FAB;
  --bs-btn-focus-shadow-rgb: 26, 95, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A5FAB;
  --bs-btn-active-border-color: #1A5FAB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A5FAB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A5FAB;
  --bs-gradient: none;
}

.btn-outline-secondary-600 {
  --bs-btn-color: rgb(20.8, 76, 136.8);
  --bs-btn-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.8, 76, 136.8);
  --bs-btn-hover-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-focus-shadow-rgb: 21, 76, 137;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 76, 136.8);
  --bs-btn-active-border-color: rgb(20.8, 76, 136.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(20.8, 76, 136.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(20.8, 76, 136.8);
  --bs-gradient: none;
}

.btn-outline-secondary-700 {
  --bs-btn-color: rgb(15.6, 57, 102.6);
  --bs-btn-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.6, 57, 102.6);
  --bs-btn-hover-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-focus-shadow-rgb: 16, 57, 103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(15.6, 57, 102.6);
  --bs-btn-active-border-color: rgb(15.6, 57, 102.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(15.6, 57, 102.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(15.6, 57, 102.6);
  --bs-gradient: none;
}

.btn-outline-secondary-800 {
  --bs-btn-color: rgb(10.4, 38, 68.4);
  --bs-btn-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10.4, 38, 68.4);
  --bs-btn-hover-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-focus-shadow-rgb: 10, 38, 68;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 38, 68.4);
  --bs-btn-active-border-color: rgb(10.4, 38, 68.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(10.4, 38, 68.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(10.4, 38, 68.4);
  --bs-gradient: none;
}

.btn-outline-secondary-900 {
  --bs-btn-color: rgb(5.2, 19, 34.2);
  --bs-btn-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.2, 19, 34.2);
  --bs-btn-hover-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-focus-shadow-rgb: 5, 19, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.2, 19, 34.2);
  --bs-btn-active-border-color: rgb(5.2, 19, 34.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(5.2, 19, 34.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(5.2, 19, 34.2);
  --bs-gradient: none;
}

.btn-outline-info-10 {
  --bs-btn-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-border-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.35, 251.94, 253.47);
  --bs-btn-hover-border-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-focus-shadow-rgb: 247, 252, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.35, 251.94, 253.47);
  --bs-btn-active-border-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(247.35, 251.94, 253.47);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(247.35, 251.94, 253.47);
  --bs-gradient: none;
}

.btn-outline-info-25 {
  --bs-btn-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-border-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.25, 249.9, 252.45);
  --bs-btn-hover-border-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-focus-shadow-rgb: 242, 250, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.25, 249.9, 252.45);
  --bs-btn-active-border-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(242.25, 249.9, 252.45);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(242.25, 249.9, 252.45);
  --bs-gradient: none;
}

.btn-outline-info-50 {
  --bs-btn-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-border-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(229.5, 244.8, 249.9);
  --bs-btn-hover-border-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-focus-shadow-rgb: 230, 245, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(229.5, 244.8, 249.9);
  --bs-btn-active-border-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(229.5, 244.8, 249.9);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(229.5, 244.8, 249.9);
  --bs-gradient: none;
}

.btn-outline-info-100 {
  --bs-btn-color: rgb(204, 234.6, 244.8);
  --bs-btn-border-color: rgb(204, 234.6, 244.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(204, 234.6, 244.8);
  --bs-btn-hover-border-color: rgb(204, 234.6, 244.8);
  --bs-btn-focus-shadow-rgb: 204, 235, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(204, 234.6, 244.8);
  --bs-btn-active-border-color: rgb(204, 234.6, 244.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(204, 234.6, 244.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(204, 234.6, 244.8);
  --bs-gradient: none;
}

.btn-outline-info-200 {
  --bs-btn-color: rgb(153, 214.2, 234.6);
  --bs-btn-border-color: rgb(153, 214.2, 234.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(153, 214.2, 234.6);
  --bs-btn-hover-border-color: rgb(153, 214.2, 234.6);
  --bs-btn-focus-shadow-rgb: 153, 214, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(153, 214.2, 234.6);
  --bs-btn-active-border-color: rgb(153, 214.2, 234.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(153, 214.2, 234.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(153, 214.2, 234.6);
  --bs-gradient: none;
}

.btn-outline-info-300 {
  --bs-btn-color: rgb(102, 193.8, 224.4);
  --bs-btn-border-color: rgb(102, 193.8, 224.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(102, 193.8, 224.4);
  --bs-btn-hover-border-color: rgb(102, 193.8, 224.4);
  --bs-btn-focus-shadow-rgb: 102, 194, 224;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(102, 193.8, 224.4);
  --bs-btn-active-border-color: rgb(102, 193.8, 224.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(102, 193.8, 224.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(102, 193.8, 224.4);
  --bs-gradient: none;
}

.btn-outline-info-400 {
  --bs-btn-color: rgb(51, 173.4, 214.2);
  --bs-btn-border-color: rgb(51, 173.4, 214.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 173.4, 214.2);
  --bs-btn-hover-border-color: rgb(51, 173.4, 214.2);
  --bs-btn-focus-shadow-rgb: 51, 173, 214;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(51, 173.4, 214.2);
  --bs-btn-active-border-color: rgb(51, 173.4, 214.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(51, 173.4, 214.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(51, 173.4, 214.2);
  --bs-gradient: none;
}

.btn-outline-info-500 {
  --bs-btn-color: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0099cc;
  --bs-btn-hover-border-color: #0099cc;
  --bs-btn-focus-shadow-rgb: 0, 153, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0099cc;
  --bs-btn-active-border-color: #0099cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0099cc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0099cc;
  --bs-gradient: none;
}

.btn-outline-info-600 {
  --bs-btn-color: rgb(0, 122.4, 163.2);
  --bs-btn-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 122.4, 163.2);
  --bs-btn-hover-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-focus-shadow-rgb: 0, 122, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 122.4, 163.2);
  --bs-btn-active-border-color: rgb(0, 122.4, 163.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(0, 122.4, 163.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(0, 122.4, 163.2);
  --bs-gradient: none;
}

.btn-outline-info-700 {
  --bs-btn-color: rgb(0, 91.8, 122.4);
  --bs-btn-border-color: rgb(0, 91.8, 122.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 91.8, 122.4);
  --bs-btn-hover-border-color: rgb(0, 91.8, 122.4);
  --bs-btn-focus-shadow-rgb: 0, 92, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 91.8, 122.4);
  --bs-btn-active-border-color: rgb(0, 91.8, 122.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(0, 91.8, 122.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(0, 91.8, 122.4);
  --bs-gradient: none;
}

.btn-outline-info-800 {
  --bs-btn-color: rgb(0, 61.2, 81.6);
  --bs-btn-border-color: rgb(0, 61.2, 81.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 61.2, 81.6);
  --bs-btn-hover-border-color: rgb(0, 61.2, 81.6);
  --bs-btn-focus-shadow-rgb: 0, 61, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 61.2, 81.6);
  --bs-btn-active-border-color: rgb(0, 61.2, 81.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(0, 61.2, 81.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(0, 61.2, 81.6);
  --bs-gradient: none;
}

.btn-outline-info-900 {
  --bs-btn-color: rgb(0, 30.6, 40.8);
  --bs-btn-border-color: rgb(0, 30.6, 40.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 30.6, 40.8);
  --bs-btn-hover-border-color: rgb(0, 30.6, 40.8);
  --bs-btn-focus-shadow-rgb: 0, 31, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 30.6, 40.8);
  --bs-btn-active-border-color: rgb(0, 30.6, 40.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(0, 30.6, 40.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(0, 30.6, 40.8);
  --bs-gradient: none;
}

.btn-outline-success-10 {
  --bs-btn-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-border-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.63, 252.6, 249.75);
  --bs-btn-hover-border-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-focus-shadow-rgb: 250, 253, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.63, 252.6, 249.75);
  --bs-btn-active-border-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.63, 252.6, 249.75);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.63, 252.6, 249.75);
  --bs-gradient: none;
}

.btn-outline-success-25 {
  --bs-btn-color: rgb(246.05, 251, 246.25);
  --bs-btn-border-color: rgb(246.05, 251, 246.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.05, 251, 246.25);
  --bs-btn-hover-border-color: rgb(246.05, 251, 246.25);
  --bs-btn-focus-shadow-rgb: 246, 251, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.05, 251, 246.25);
  --bs-btn-active-border-color: rgb(246.05, 251, 246.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.05, 251, 246.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.05, 251, 246.25);
  --bs-gradient: none;
}

.btn-outline-success-50 {
  --bs-btn-color: rgb(237.1, 247, 237.5);
  --bs-btn-border-color: rgb(237.1, 247, 237.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237.1, 247, 237.5);
  --bs-btn-hover-border-color: rgb(237.1, 247, 237.5);
  --bs-btn-focus-shadow-rgb: 237, 247, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(237.1, 247, 237.5);
  --bs-btn-active-border-color: rgb(237.1, 247, 237.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(237.1, 247, 237.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(237.1, 247, 237.5);
  --bs-gradient: none;
}

.btn-outline-success-100 {
  --bs-btn-color: rgb(219.2, 239, 220);
  --bs-btn-border-color: rgb(219.2, 239, 220);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(219.2, 239, 220);
  --bs-btn-hover-border-color: rgb(219.2, 239, 220);
  --bs-btn-focus-shadow-rgb: 219, 239, 220;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(219.2, 239, 220);
  --bs-btn-active-border-color: rgb(219.2, 239, 220);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(219.2, 239, 220);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(219.2, 239, 220);
  --bs-gradient: none;
}

.btn-outline-success-200 {
  --bs-btn-color: rgb(183.4, 223, 185);
  --bs-btn-border-color: rgb(183.4, 223, 185);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(183.4, 223, 185);
  --bs-btn-hover-border-color: rgb(183.4, 223, 185);
  --bs-btn-focus-shadow-rgb: 183, 223, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(183.4, 223, 185);
  --bs-btn-active-border-color: rgb(183.4, 223, 185);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(183.4, 223, 185);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(183.4, 223, 185);
  --bs-gradient: none;
}

.btn-outline-success-300 {
  --bs-btn-color: rgb(147.6, 207, 150);
  --bs-btn-border-color: rgb(147.6, 207, 150);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(147.6, 207, 150);
  --bs-btn-hover-border-color: rgb(147.6, 207, 150);
  --bs-btn-focus-shadow-rgb: 148, 207, 150;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(147.6, 207, 150);
  --bs-btn-active-border-color: rgb(147.6, 207, 150);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(147.6, 207, 150);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(147.6, 207, 150);
  --bs-gradient: none;
}

.btn-outline-success-400 {
  --bs-btn-color: rgb(111.8, 191, 115);
  --bs-btn-border-color: rgb(111.8, 191, 115);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(111.8, 191, 115);
  --bs-btn-hover-border-color: rgb(111.8, 191, 115);
  --bs-btn-focus-shadow-rgb: 112, 191, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(111.8, 191, 115);
  --bs-btn-active-border-color: rgb(111.8, 191, 115);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(111.8, 191, 115);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(111.8, 191, 115);
  --bs-gradient: none;
}

.btn-outline-success-500 {
  --bs-btn-color: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4CAF50;
  --bs-btn-hover-border-color: #4CAF50;
  --bs-btn-focus-shadow-rgb: 76, 175, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4CAF50;
  --bs-btn-active-border-color: #4CAF50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4CAF50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4CAF50;
  --bs-gradient: none;
}

.btn-outline-success-600 {
  --bs-btn-color: rgb(60.8, 140, 64);
  --bs-btn-border-color: rgb(60.8, 140, 64);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(60.8, 140, 64);
  --bs-btn-hover-border-color: rgb(60.8, 140, 64);
  --bs-btn-focus-shadow-rgb: 61, 140, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60.8, 140, 64);
  --bs-btn-active-border-color: rgb(60.8, 140, 64);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(60.8, 140, 64);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(60.8, 140, 64);
  --bs-gradient: none;
}

.btn-outline-success-700 {
  --bs-btn-color: rgb(45.6, 105, 48);
  --bs-btn-border-color: rgb(45.6, 105, 48);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.6, 105, 48);
  --bs-btn-hover-border-color: rgb(45.6, 105, 48);
  --bs-btn-focus-shadow-rgb: 46, 105, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(45.6, 105, 48);
  --bs-btn-active-border-color: rgb(45.6, 105, 48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(45.6, 105, 48);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(45.6, 105, 48);
  --bs-gradient: none;
}

.btn-outline-success-800 {
  --bs-btn-color: rgb(30.4, 70, 32);
  --bs-btn-border-color: rgb(30.4, 70, 32);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(30.4, 70, 32);
  --bs-btn-hover-border-color: rgb(30.4, 70, 32);
  --bs-btn-focus-shadow-rgb: 30, 70, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(30.4, 70, 32);
  --bs-btn-active-border-color: rgb(30.4, 70, 32);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(30.4, 70, 32);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(30.4, 70, 32);
  --bs-gradient: none;
}

.btn-outline-success-900 {
  --bs-btn-color: rgb(15.2, 35, 16);
  --bs-btn-border-color: rgb(15.2, 35, 16);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.2, 35, 16);
  --bs-btn-hover-border-color: rgb(15.2, 35, 16);
  --bs-btn-focus-shadow-rgb: 15, 35, 16;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(15.2, 35, 16);
  --bs-btn-active-border-color: rgb(15.2, 35, 16);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(15.2, 35, 16);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(15.2, 35, 16);
  --bs-gradient: none;
}

.btn-outline-warning-10 {
  --bs-btn-color: rgb(255, 252.72, 247.56);
  --bs-btn-border-color: rgb(255, 252.72, 247.56);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 252.72, 247.56);
  --bs-btn-hover-border-color: rgb(255, 252.72, 247.56);
  --bs-btn-focus-shadow-rgb: 255, 253, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 252.72, 247.56);
  --bs-btn-active-border-color: rgb(255, 252.72, 247.56);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 252.72, 247.56);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 252.72, 247.56);
  --bs-gradient: none;
}

.btn-outline-warning-25 {
  --bs-btn-color: rgb(255, 251.2, 242.6);
  --bs-btn-border-color: rgb(255, 251.2, 242.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 251.2, 242.6);
  --bs-btn-hover-border-color: rgb(255, 251.2, 242.6);
  --bs-btn-focus-shadow-rgb: 255, 251, 243;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 251.2, 242.6);
  --bs-btn-active-border-color: rgb(255, 251.2, 242.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 251.2, 242.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 251.2, 242.6);
  --bs-gradient: none;
}

.btn-outline-warning-50 {
  --bs-btn-color: rgb(255, 247.4, 230.2);
  --bs-btn-border-color: rgb(255, 247.4, 230.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 247.4, 230.2);
  --bs-btn-hover-border-color: rgb(255, 247.4, 230.2);
  --bs-btn-focus-shadow-rgb: 255, 247, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 247.4, 230.2);
  --bs-btn-active-border-color: rgb(255, 247.4, 230.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 247.4, 230.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 247.4, 230.2);
  --bs-gradient: none;
}

.btn-outline-warning-100 {
  --bs-btn-color: rgb(255, 239.8, 205.4);
  --bs-btn-border-color: rgb(255, 239.8, 205.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 239.8, 205.4);
  --bs-btn-hover-border-color: rgb(255, 239.8, 205.4);
  --bs-btn-focus-shadow-rgb: 255, 240, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 239.8, 205.4);
  --bs-btn-active-border-color: rgb(255, 239.8, 205.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 239.8, 205.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 239.8, 205.4);
  --bs-gradient: none;
}

.btn-outline-warning-200 {
  --bs-btn-color: rgb(255, 224.6, 155.8);
  --bs-btn-border-color: rgb(255, 224.6, 155.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 224.6, 155.8);
  --bs-btn-hover-border-color: rgb(255, 224.6, 155.8);
  --bs-btn-focus-shadow-rgb: 255, 225, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 224.6, 155.8);
  --bs-btn-active-border-color: rgb(255, 224.6, 155.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 224.6, 155.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 224.6, 155.8);
  --bs-gradient: none;
}

.btn-outline-warning-300 {
  --bs-btn-color: rgb(255, 209.4, 106.2);
  --bs-btn-border-color: rgb(255, 209.4, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 209.4, 106.2);
  --bs-btn-hover-border-color: rgb(255, 209.4, 106.2);
  --bs-btn-focus-shadow-rgb: 255, 209, 106;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 209.4, 106.2);
  --bs-btn-active-border-color: rgb(255, 209.4, 106.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 209.4, 106.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 209.4, 106.2);
  --bs-gradient: none;
}

.btn-outline-warning-400 {
  --bs-btn-color: rgb(255, 194.2, 56.6);
  --bs-btn-border-color: rgb(255, 194.2, 56.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 194.2, 56.6);
  --bs-btn-hover-border-color: rgb(255, 194.2, 56.6);
  --bs-btn-focus-shadow-rgb: 255, 194, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 194.2, 56.6);
  --bs-btn-active-border-color: rgb(255, 194.2, 56.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 194.2, 56.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 194.2, 56.6);
  --bs-gradient: none;
}

.btn-outline-warning-500 {
  --bs-btn-color: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb307;
  --bs-btn-hover-border-color: #ffb307;
  --bs-btn-focus-shadow-rgb: 255, 179, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb307;
  --bs-btn-active-border-color: #ffb307;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffb307;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffb307;
  --bs-gradient: none;
}

.btn-outline-warning-600 {
  --bs-btn-color: rgb(204, 143.2, 5.6);
  --bs-btn-border-color: rgb(204, 143.2, 5.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(204, 143.2, 5.6);
  --bs-btn-hover-border-color: rgb(204, 143.2, 5.6);
  --bs-btn-focus-shadow-rgb: 204, 143, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 143.2, 5.6);
  --bs-btn-active-border-color: rgb(204, 143.2, 5.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(204, 143.2, 5.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(204, 143.2, 5.6);
  --bs-gradient: none;
}

.btn-outline-warning-700 {
  --bs-btn-color: rgb(153, 107.4, 4.2);
  --bs-btn-border-color: rgb(153, 107.4, 4.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(153, 107.4, 4.2);
  --bs-btn-hover-border-color: rgb(153, 107.4, 4.2);
  --bs-btn-focus-shadow-rgb: 153, 107, 4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(153, 107.4, 4.2);
  --bs-btn-active-border-color: rgb(153, 107.4, 4.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(153, 107.4, 4.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(153, 107.4, 4.2);
  --bs-gradient: none;
}

.btn-outline-warning-800 {
  --bs-btn-color: rgb(102, 71.6, 2.8);
  --bs-btn-border-color: rgb(102, 71.6, 2.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(102, 71.6, 2.8);
  --bs-btn-hover-border-color: rgb(102, 71.6, 2.8);
  --bs-btn-focus-shadow-rgb: 102, 72, 3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(102, 71.6, 2.8);
  --bs-btn-active-border-color: rgb(102, 71.6, 2.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(102, 71.6, 2.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(102, 71.6, 2.8);
  --bs-gradient: none;
}

.btn-outline-warning-900 {
  --bs-btn-color: rgb(51, 35.8, 1.4);
  --bs-btn-border-color: rgb(51, 35.8, 1.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 35.8, 1.4);
  --bs-btn-hover-border-color: rgb(51, 35.8, 1.4);
  --bs-btn-focus-shadow-rgb: 51, 36, 1;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(51, 35.8, 1.4);
  --bs-btn-active-border-color: rgb(51, 35.8, 1.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(51, 35.8, 1.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(51, 35.8, 1.4);
  --bs-gradient: none;
}

.btn-outline-danger-10 {
  --bs-btn-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-border-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.19, 249.6, 249.6);
  --bs-btn-hover-border-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-focus-shadow-rgb: 254, 250, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.19, 249.6, 249.6);
  --bs-btn-active-border-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.19, 249.6, 249.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.19, 249.6, 249.6);
  --bs-gradient: none;
}

.btn-outline-danger-25 {
  --bs-btn-color: rgb(253.65, 246, 246);
  --bs-btn-border-color: rgb(253.65, 246, 246);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.65, 246, 246);
  --bs-btn-hover-border-color: rgb(253.65, 246, 246);
  --bs-btn-focus-shadow-rgb: 254, 246, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.65, 246, 246);
  --bs-btn-active-border-color: rgb(253.65, 246, 246);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.65, 246, 246);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.65, 246, 246);
  --bs-gradient: none;
}

.btn-outline-danger-50 {
  --bs-btn-color: rgb(252.3, 237, 237);
  --bs-btn-border-color: rgb(252.3, 237, 237);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.3, 237, 237);
  --bs-btn-hover-border-color: rgb(252.3, 237, 237);
  --bs-btn-focus-shadow-rgb: 252, 237, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.3, 237, 237);
  --bs-btn-active-border-color: rgb(252.3, 237, 237);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.3, 237, 237);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.3, 237, 237);
  --bs-gradient: none;
}

.btn-outline-danger-100 {
  --bs-btn-color: rgb(249.6, 219, 219);
  --bs-btn-border-color: rgb(249.6, 219, 219);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.6, 219, 219);
  --bs-btn-hover-border-color: rgb(249.6, 219, 219);
  --bs-btn-focus-shadow-rgb: 250, 219, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.6, 219, 219);
  --bs-btn-active-border-color: rgb(249.6, 219, 219);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.6, 219, 219);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.6, 219, 219);
  --bs-gradient: none;
}

.btn-outline-danger-200 {
  --bs-btn-color: rgb(244.2, 183, 183);
  --bs-btn-border-color: rgb(244.2, 183, 183);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.2, 183, 183);
  --bs-btn-hover-border-color: rgb(244.2, 183, 183);
  --bs-btn-focus-shadow-rgb: 244, 183, 183;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(244.2, 183, 183);
  --bs-btn-active-border-color: rgb(244.2, 183, 183);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(244.2, 183, 183);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(244.2, 183, 183);
  --bs-gradient: none;
}

.btn-outline-danger-300 {
  --bs-btn-color: rgb(238.8, 147, 147);
  --bs-btn-border-color: rgb(238.8, 147, 147);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(238.8, 147, 147);
  --bs-btn-hover-border-color: rgb(238.8, 147, 147);
  --bs-btn-focus-shadow-rgb: 239, 147, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(238.8, 147, 147);
  --bs-btn-active-border-color: rgb(238.8, 147, 147);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(238.8, 147, 147);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(238.8, 147, 147);
  --bs-gradient: none;
}

.btn-outline-danger-400 {
  --bs-btn-color: rgb(233.4, 111, 111);
  --bs-btn-border-color: rgb(233.4, 111, 111);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(233.4, 111, 111);
  --bs-btn-hover-border-color: rgb(233.4, 111, 111);
  --bs-btn-focus-shadow-rgb: 233, 111, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(233.4, 111, 111);
  --bs-btn-active-border-color: rgb(233.4, 111, 111);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(233.4, 111, 111);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(233.4, 111, 111);
  --bs-gradient: none;
}

.btn-outline-danger-500 {
  --bs-btn-color: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e44b4b;
  --bs-btn-hover-border-color: #e44b4b;
  --bs-btn-focus-shadow-rgb: 228, 75, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e44b4b;
  --bs-btn-active-border-color: #e44b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e44b4b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e44b4b;
  --bs-gradient: none;
}

.btn-outline-danger-600 {
  --bs-btn-color: rgb(182.4, 60, 60);
  --bs-btn-border-color: rgb(182.4, 60, 60);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(182.4, 60, 60);
  --bs-btn-hover-border-color: rgb(182.4, 60, 60);
  --bs-btn-focus-shadow-rgb: 182, 60, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(182.4, 60, 60);
  --bs-btn-active-border-color: rgb(182.4, 60, 60);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(182.4, 60, 60);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(182.4, 60, 60);
  --bs-gradient: none;
}

.btn-outline-danger-700 {
  --bs-btn-color: rgb(136.8, 45, 45);
  --bs-btn-border-color: rgb(136.8, 45, 45);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(136.8, 45, 45);
  --bs-btn-hover-border-color: rgb(136.8, 45, 45);
  --bs-btn-focus-shadow-rgb: 137, 45, 45;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(136.8, 45, 45);
  --bs-btn-active-border-color: rgb(136.8, 45, 45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(136.8, 45, 45);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(136.8, 45, 45);
  --bs-gradient: none;
}

.btn-outline-danger-800 {
  --bs-btn-color: rgb(91.2, 30, 30);
  --bs-btn-border-color: rgb(91.2, 30, 30);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.2, 30, 30);
  --bs-btn-hover-border-color: rgb(91.2, 30, 30);
  --bs-btn-focus-shadow-rgb: 91, 30, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.2, 30, 30);
  --bs-btn-active-border-color: rgb(91.2, 30, 30);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(91.2, 30, 30);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(91.2, 30, 30);
  --bs-gradient: none;
}

.btn-outline-danger-900 {
  --bs-btn-color: rgb(45.6, 15, 15);
  --bs-btn-border-color: rgb(45.6, 15, 15);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.6, 15, 15);
  --bs-btn-hover-border-color: rgb(45.6, 15, 15);
  --bs-btn-focus-shadow-rgb: 46, 15, 15;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(45.6, 15, 15);
  --bs-btn-active-border-color: rgb(45.6, 15, 15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(45.6, 15, 15);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(45.6, 15, 15);
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #078af3;
  --bs-btn-border-color: #078af3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #078af3;
  --bs-btn-hover-border-color: #078af3;
  --bs-btn-focus-shadow-rgb: 7, 138, 243;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #078af3;
  --bs-btn-active-border-color: #078af3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #078af3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #078af3;
  --bs-gradient: none;
}

.btn-outline-blue-10 {
  --bs-btn-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-border-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.56, 251.49, 254.64);
  --bs-btn-hover-border-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-focus-shadow-rgb: 248, 251, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.56, 251.49, 254.64);
  --bs-btn-active-border-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(247.56, 251.49, 254.64);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(247.56, 251.49, 254.64);
  --bs-gradient: none;
}

.btn-outline-blue-25 {
  --bs-btn-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-border-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.6, 249.15, 254.4);
  --bs-btn-hover-border-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-focus-shadow-rgb: 243, 249, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.6, 249.15, 254.4);
  --bs-btn-active-border-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(242.6, 249.15, 254.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(242.6, 249.15, 254.4);
  --bs-gradient: none;
}

.btn-outline-blue-50 {
  --bs-btn-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-border-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(230.2, 243.3, 253.8);
  --bs-btn-hover-border-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-focus-shadow-rgb: 230, 243, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(230.2, 243.3, 253.8);
  --bs-btn-active-border-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(230.2, 243.3, 253.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(230.2, 243.3, 253.8);
  --bs-gradient: none;
}

.btn-outline-blue-100 {
  --bs-btn-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-border-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(205.4, 231.6, 252.6);
  --bs-btn-hover-border-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-focus-shadow-rgb: 205, 232, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(205.4, 231.6, 252.6);
  --bs-btn-active-border-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(205.4, 231.6, 252.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(205.4, 231.6, 252.6);
  --bs-gradient: none;
}

.btn-outline-blue-200 {
  --bs-btn-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-border-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(155.8, 208.2, 250.2);
  --bs-btn-hover-border-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-focus-shadow-rgb: 156, 208, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(155.8, 208.2, 250.2);
  --bs-btn-active-border-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(155.8, 208.2, 250.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(155.8, 208.2, 250.2);
  --bs-gradient: none;
}

.btn-outline-blue-300 {
  --bs-btn-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-border-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(106.2, 184.8, 247.8);
  --bs-btn-hover-border-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-focus-shadow-rgb: 106, 185, 248;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(106.2, 184.8, 247.8);
  --bs-btn-active-border-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(106.2, 184.8, 247.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(106.2, 184.8, 247.8);
  --bs-gradient: none;
}

.btn-outline-blue-400 {
  --bs-btn-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-border-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(56.6, 161.4, 245.4);
  --bs-btn-hover-border-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-focus-shadow-rgb: 57, 161, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(56.6, 161.4, 245.4);
  --bs-btn-active-border-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(56.6, 161.4, 245.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(56.6, 161.4, 245.4);
  --bs-gradient: none;
}

.btn-outline-blue-500 {
  --bs-btn-color: #078af3;
  --bs-btn-border-color: #078af3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #078af3;
  --bs-btn-hover-border-color: #078af3;
  --bs-btn-focus-shadow-rgb: 7, 138, 243;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #078af3;
  --bs-btn-active-border-color: #078af3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #078af3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #078af3;
  --bs-gradient: none;
}

.btn-outline-blue-600 {
  --bs-btn-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-hover-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-focus-shadow-rgb: 6, 110, 194;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.6, 110.4, 194.4);
  --bs-btn-active-border-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(5.6, 110.4, 194.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(5.6, 110.4, 194.4);
  --bs-gradient: none;
}

.btn-outline-blue-700 {
  --bs-btn-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-border-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.2, 82.8, 145.8);
  --bs-btn-hover-border-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-focus-shadow-rgb: 4, 83, 146;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.2, 82.8, 145.8);
  --bs-btn-active-border-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(4.2, 82.8, 145.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(4.2, 82.8, 145.8);
  --bs-gradient: none;
}

.btn-outline-blue-800 {
  --bs-btn-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-border-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.8, 55.2, 97.2);
  --bs-btn-hover-border-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-focus-shadow-rgb: 3, 55, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.8, 55.2, 97.2);
  --bs-btn-active-border-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(2.8, 55.2, 97.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(2.8, 55.2, 97.2);
  --bs-gradient: none;
}

.btn-outline-blue-900 {
  --bs-btn-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-border-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(1.4, 27.6, 48.6);
  --bs-btn-hover-border-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-focus-shadow-rgb: 1, 28, 49;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(1.4, 27.6, 48.6);
  --bs-btn-active-border-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(1.4, 27.6, 48.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(1.4, 27.6, 48.6);
  --bs-gradient: none;
}

.btn-outline-indigo {
  --bs-btn-color: #553cdf;
  --bs-btn-border-color: #553cdf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #553cdf;
  --bs-btn-hover-border-color: #553cdf;
  --bs-btn-focus-shadow-rgb: 85, 60, 223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #553cdf;
  --bs-btn-active-border-color: #553cdf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #553cdf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #553cdf;
  --bs-gradient: none;
}

.btn-outline-indigo-10 {
  --bs-btn-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-border-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.9, 249.15, 254.04);
  --bs-btn-hover-border-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-focus-shadow-rgb: 250, 249, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.9, 249.15, 254.04);
  --bs-btn-active-border-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.9, 249.15, 254.04);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.9, 249.15, 254.04);
  --bs-gradient: none;
}

.btn-outline-indigo-25 {
  --bs-btn-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-border-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.5, 245.25, 253.4);
  --bs-btn-hover-border-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-focus-shadow-rgb: 247, 245, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.5, 245.25, 253.4);
  --bs-btn-active-border-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.5, 245.25, 253.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.5, 245.25, 253.4);
  --bs-gradient: none;
}

.btn-outline-indigo-50 {
  --bs-btn-color: rgb(238, 235.5, 251.8);
  --bs-btn-border-color: rgb(238, 235.5, 251.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(238, 235.5, 251.8);
  --bs-btn-hover-border-color: rgb(238, 235.5, 251.8);
  --bs-btn-focus-shadow-rgb: 238, 236, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238, 235.5, 251.8);
  --bs-btn-active-border-color: rgb(238, 235.5, 251.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(238, 235.5, 251.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(238, 235.5, 251.8);
  --bs-gradient: none;
}

.btn-outline-indigo-100 {
  --bs-btn-color: rgb(221, 216, 248.6);
  --bs-btn-border-color: rgb(221, 216, 248.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(221, 216, 248.6);
  --bs-btn-hover-border-color: rgb(221, 216, 248.6);
  --bs-btn-focus-shadow-rgb: 221, 216, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(221, 216, 248.6);
  --bs-btn-active-border-color: rgb(221, 216, 248.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(221, 216, 248.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(221, 216, 248.6);
  --bs-gradient: none;
}

.btn-outline-indigo-200 {
  --bs-btn-color: rgb(187, 177, 242.2);
  --bs-btn-border-color: rgb(187, 177, 242.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(187, 177, 242.2);
  --bs-btn-hover-border-color: rgb(187, 177, 242.2);
  --bs-btn-focus-shadow-rgb: 187, 177, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(187, 177, 242.2);
  --bs-btn-active-border-color: rgb(187, 177, 242.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(187, 177, 242.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(187, 177, 242.2);
  --bs-gradient: none;
}

.btn-outline-indigo-300 {
  --bs-btn-color: rgb(153, 138, 235.8);
  --bs-btn-border-color: rgb(153, 138, 235.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(153, 138, 235.8);
  --bs-btn-hover-border-color: rgb(153, 138, 235.8);
  --bs-btn-focus-shadow-rgb: 153, 138, 236;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(153, 138, 235.8);
  --bs-btn-active-border-color: rgb(153, 138, 235.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(153, 138, 235.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(153, 138, 235.8);
  --bs-gradient: none;
}

.btn-outline-indigo-400 {
  --bs-btn-color: rgb(119, 99, 229.4);
  --bs-btn-border-color: rgb(119, 99, 229.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(119, 99, 229.4);
  --bs-btn-hover-border-color: rgb(119, 99, 229.4);
  --bs-btn-focus-shadow-rgb: 119, 99, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(119, 99, 229.4);
  --bs-btn-active-border-color: rgb(119, 99, 229.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(119, 99, 229.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(119, 99, 229.4);
  --bs-gradient: none;
}

.btn-outline-indigo-500 {
  --bs-btn-color: #553cdf;
  --bs-btn-border-color: #553cdf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #553cdf;
  --bs-btn-hover-border-color: #553cdf;
  --bs-btn-focus-shadow-rgb: 85, 60, 223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #553cdf;
  --bs-btn-active-border-color: #553cdf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #553cdf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #553cdf;
  --bs-gradient: none;
}

.btn-outline-indigo-600 {
  --bs-btn-color: rgb(68, 48, 178.4);
  --bs-btn-border-color: rgb(68, 48, 178.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(68, 48, 178.4);
  --bs-btn-hover-border-color: rgb(68, 48, 178.4);
  --bs-btn-focus-shadow-rgb: 68, 48, 178;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68, 48, 178.4);
  --bs-btn-active-border-color: rgb(68, 48, 178.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(68, 48, 178.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(68, 48, 178.4);
  --bs-gradient: none;
}

.btn-outline-indigo-700 {
  --bs-btn-color: rgb(51, 36, 133.8);
  --bs-btn-border-color: rgb(51, 36, 133.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 36, 133.8);
  --bs-btn-hover-border-color: rgb(51, 36, 133.8);
  --bs-btn-focus-shadow-rgb: 51, 36, 134;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(51, 36, 133.8);
  --bs-btn-active-border-color: rgb(51, 36, 133.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(51, 36, 133.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(51, 36, 133.8);
  --bs-gradient: none;
}

.btn-outline-indigo-800 {
  --bs-btn-color: rgb(34, 24, 89.2);
  --bs-btn-border-color: rgb(34, 24, 89.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(34, 24, 89.2);
  --bs-btn-hover-border-color: rgb(34, 24, 89.2);
  --bs-btn-focus-shadow-rgb: 34, 24, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(34, 24, 89.2);
  --bs-btn-active-border-color: rgb(34, 24, 89.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(34, 24, 89.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(34, 24, 89.2);
  --bs-gradient: none;
}

.btn-outline-indigo-900 {
  --bs-btn-color: rgb(17, 12, 44.6);
  --bs-btn-border-color: rgb(17, 12, 44.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 12, 44.6);
  --bs-btn-hover-border-color: rgb(17, 12, 44.6);
  --bs-btn-focus-shadow-rgb: 17, 12, 45;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 12, 44.6);
  --bs-btn-active-border-color: rgb(17, 12, 44.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17, 12, 44.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17, 12, 44.6);
  --bs-gradient: none;
}

.btn-outline-purple {
  --bs-btn-color: #8921e4;
  --bs-btn-border-color: #8921e4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8921e4;
  --bs-btn-hover-border-color: #8921e4;
  --bs-btn-focus-shadow-rgb: 137, 33, 228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8921e4;
  --bs-btn-active-border-color: #8921e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8921e4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8921e4;
  --bs-gradient: none;
}

.btn-outline-purple-10 {
  --bs-btn-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-border-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(251.46, 248.34, 254.19);
  --bs-btn-hover-border-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-focus-shadow-rgb: 251, 248, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.46, 248.34, 254.19);
  --bs-btn-active-border-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(251.46, 248.34, 254.19);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(251.46, 248.34, 254.19);
  --bs-gradient: none;
}

.btn-outline-purple-25 {
  --bs-btn-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-border-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.1, 243.9, 253.65);
  --bs-btn-hover-border-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-focus-shadow-rgb: 249, 244, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.1, 243.9, 253.65);
  --bs-btn-active-border-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.1, 243.9, 253.65);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.1, 243.9, 253.65);
  --bs-gradient: none;
}

.btn-outline-purple-50 {
  --bs-btn-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-border-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(243.2, 232.8, 252.3);
  --bs-btn-hover-border-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-focus-shadow-rgb: 243, 233, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243.2, 232.8, 252.3);
  --bs-btn-active-border-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(243.2, 232.8, 252.3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(243.2, 232.8, 252.3);
  --bs-gradient: none;
}

.btn-outline-purple-100 {
  --bs-btn-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-border-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(231.4, 210.6, 249.6);
  --bs-btn-hover-border-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-focus-shadow-rgb: 231, 211, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(231.4, 210.6, 249.6);
  --bs-btn-active-border-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(231.4, 210.6, 249.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(231.4, 210.6, 249.6);
  --bs-gradient: none;
}

.btn-outline-purple-200 {
  --bs-btn-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-border-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(207.8, 166.2, 244.2);
  --bs-btn-hover-border-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-focus-shadow-rgb: 208, 166, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(207.8, 166.2, 244.2);
  --bs-btn-active-border-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(207.8, 166.2, 244.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(207.8, 166.2, 244.2);
  --bs-gradient: none;
}

.btn-outline-purple-300 {
  --bs-btn-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-border-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(184.2, 121.8, 238.8);
  --bs-btn-hover-border-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-focus-shadow-rgb: 184, 122, 239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(184.2, 121.8, 238.8);
  --bs-btn-active-border-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(184.2, 121.8, 238.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(184.2, 121.8, 238.8);
  --bs-gradient: none;
}

.btn-outline-purple-400 {
  --bs-btn-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-border-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(160.6, 77.4, 233.4);
  --bs-btn-hover-border-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-focus-shadow-rgb: 161, 77, 233;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(160.6, 77.4, 233.4);
  --bs-btn-active-border-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(160.6, 77.4, 233.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(160.6, 77.4, 233.4);
  --bs-gradient: none;
}

.btn-outline-purple-500 {
  --bs-btn-color: #8921e4;
  --bs-btn-border-color: #8921e4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8921e4;
  --bs-btn-hover-border-color: #8921e4;
  --bs-btn-focus-shadow-rgb: 137, 33, 228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8921e4;
  --bs-btn-active-border-color: #8921e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8921e4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8921e4;
  --bs-gradient: none;
}

.btn-outline-purple-600 {
  --bs-btn-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-hover-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-focus-shadow-rgb: 110, 26, 182;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(109.6, 26.4, 182.4);
  --bs-btn-active-border-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(109.6, 26.4, 182.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(109.6, 26.4, 182.4);
  --bs-gradient: none;
}

.btn-outline-purple-700 {
  --bs-btn-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-border-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(82.2, 19.8, 136.8);
  --bs-btn-hover-border-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-focus-shadow-rgb: 82, 20, 137;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(82.2, 19.8, 136.8);
  --bs-btn-active-border-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(82.2, 19.8, 136.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(82.2, 19.8, 136.8);
  --bs-gradient: none;
}

.btn-outline-purple-800 {
  --bs-btn-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-border-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.8, 13.2, 91.2);
  --bs-btn-hover-border-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-focus-shadow-rgb: 55, 13, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.8, 13.2, 91.2);
  --bs-btn-active-border-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(54.8, 13.2, 91.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(54.8, 13.2, 91.2);
  --bs-gradient: none;
}

.btn-outline-purple-900 {
  --bs-btn-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-border-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(27.4, 6.6, 45.6);
  --bs-btn-hover-border-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-focus-shadow-rgb: 27, 7, 46;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(27.4, 6.6, 45.6);
  --bs-btn-active-border-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(27.4, 6.6, 45.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(27.4, 6.6, 45.6);
  --bs-gradient: none;
}

.btn-outline-red {
  --bs-btn-color: #ea4335;
  --bs-btn-border-color: #ea4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea4335;
  --bs-btn-hover-border-color: #ea4335;
  --bs-btn-focus-shadow-rgb: 234, 67, 53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea4335;
  --bs-btn-active-border-color: #ea4335;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ea4335;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea4335;
  --bs-gradient: none;
}

.btn-outline-red-10 {
  --bs-btn-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-border-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.37, 249.36, 248.94);
  --bs-btn-hover-border-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-focus-shadow-rgb: 254, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.37, 249.36, 248.94);
  --bs-btn-active-border-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.37, 249.36, 248.94);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.37, 249.36, 248.94);
  --bs-gradient: none;
}

.btn-outline-red-25 {
  --bs-btn-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-border-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.95, 245.6, 244.9);
  --bs-btn-hover-border-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-focus-shadow-rgb: 254, 246, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.95, 245.6, 244.9);
  --bs-btn-active-border-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.95, 245.6, 244.9);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.95, 245.6, 244.9);
  --bs-gradient: none;
}

.btn-outline-red-50 {
  --bs-btn-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-border-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.9, 236.2, 234.8);
  --bs-btn-hover-border-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-focus-shadow-rgb: 253, 236, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.9, 236.2, 234.8);
  --bs-btn-active-border-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.9, 236.2, 234.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.9, 236.2, 234.8);
  --bs-gradient: none;
}

.btn-outline-red-100 {
  --bs-btn-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-border-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.8, 217.4, 214.6);
  --bs-btn-hover-border-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-focus-shadow-rgb: 251, 217, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.8, 217.4, 214.6);
  --bs-btn-active-border-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(250.8, 217.4, 214.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(250.8, 217.4, 214.6);
  --bs-gradient: none;
}

.btn-outline-red-200 {
  --bs-btn-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-border-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.6, 179.8, 174.2);
  --bs-btn-hover-border-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-focus-shadow-rgb: 247, 180, 174;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.6, 179.8, 174.2);
  --bs-btn-active-border-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.6, 179.8, 174.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.6, 179.8, 174.2);
  --bs-gradient: none;
}

.btn-outline-red-300 {
  --bs-btn-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-border-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(242.4, 142.2, 133.8);
  --bs-btn-hover-border-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-focus-shadow-rgb: 242, 142, 134;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(242.4, 142.2, 133.8);
  --bs-btn-active-border-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(242.4, 142.2, 133.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(242.4, 142.2, 133.8);
  --bs-gradient: none;
}

.btn-outline-red-400 {
  --bs-btn-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-border-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(238.2, 104.6, 93.4);
  --bs-btn-hover-border-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-focus-shadow-rgb: 238, 105, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(238.2, 104.6, 93.4);
  --bs-btn-active-border-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(238.2, 104.6, 93.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(238.2, 104.6, 93.4);
  --bs-gradient: none;
}

.btn-outline-red-500 {
  --bs-btn-color: #ea4335;
  --bs-btn-border-color: #ea4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea4335;
  --bs-btn-hover-border-color: #ea4335;
  --bs-btn-focus-shadow-rgb: 234, 67, 53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea4335;
  --bs-btn-active-border-color: #ea4335;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ea4335;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea4335;
  --bs-gradient: none;
}

.btn-outline-red-600 {
  --bs-btn-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-hover-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-focus-shadow-rgb: 187, 54, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(187.2, 53.6, 42.4);
  --bs-btn-active-border-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(187.2, 53.6, 42.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(187.2, 53.6, 42.4);
  --bs-gradient: none;
}

.btn-outline-red-700 {
  --bs-btn-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-border-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(140.4, 40.2, 31.8);
  --bs-btn-hover-border-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-focus-shadow-rgb: 140, 40, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(140.4, 40.2, 31.8);
  --bs-btn-active-border-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(140.4, 40.2, 31.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(140.4, 40.2, 31.8);
  --bs-gradient: none;
}

.btn-outline-red-800 {
  --bs-btn-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-border-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(93.6, 26.8, 21.2);
  --bs-btn-hover-border-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-focus-shadow-rgb: 94, 27, 21;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(93.6, 26.8, 21.2);
  --bs-btn-active-border-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(93.6, 26.8, 21.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(93.6, 26.8, 21.2);
  --bs-gradient: none;
}

.btn-outline-red-900 {
  --bs-btn-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-border-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(46.8, 13.4, 10.6);
  --bs-btn-hover-border-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-focus-shadow-rgb: 47, 13, 11;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(46.8, 13.4, 10.6);
  --bs-btn-active-border-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(46.8, 13.4, 10.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(46.8, 13.4, 10.6);
  --bs-gradient: none;
}

.btn-outline-rose {
  --bs-btn-color: #d20e4f;
  --bs-btn-border-color: #d20e4f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d20e4f;
  --bs-btn-hover-border-color: #d20e4f;
  --bs-btn-focus-shadow-rgb: 210, 14, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d20e4f;
  --bs-btn-active-border-color: #d20e4f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d20e4f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d20e4f;
  --bs-gradient: none;
}

.btn-outline-rose-10 {
  --bs-btn-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-border-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.65, 247.77, 249.72);
  --bs-btn-hover-border-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-focus-shadow-rgb: 254, 248, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.65, 247.77, 249.72);
  --bs-btn-active-border-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.65, 247.77, 249.72);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.65, 247.77, 249.72);
  --bs-gradient: none;
}

.btn-outline-rose-25 {
  --bs-btn-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-border-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.75, 242.95, 246.2);
  --bs-btn-hover-border-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-focus-shadow-rgb: 253, 243, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.75, 242.95, 246.2);
  --bs-btn-active-border-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.75, 242.95, 246.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.75, 242.95, 246.2);
  --bs-gradient: none;
}

.btn-outline-rose-50 {
  --bs-btn-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-border-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.5, 230.9, 237.4);
  --bs-btn-hover-border-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-focus-shadow-rgb: 251, 231, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.5, 230.9, 237.4);
  --bs-btn-active-border-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(250.5, 230.9, 237.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(250.5, 230.9, 237.4);
  --bs-gradient: none;
}

.btn-outline-rose-100 {
  --bs-btn-color: rgb(246, 206.8, 219.8);
  --bs-btn-border-color: rgb(246, 206.8, 219.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246, 206.8, 219.8);
  --bs-btn-hover-border-color: rgb(246, 206.8, 219.8);
  --bs-btn-focus-shadow-rgb: 246, 207, 220;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246, 206.8, 219.8);
  --bs-btn-active-border-color: rgb(246, 206.8, 219.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246, 206.8, 219.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246, 206.8, 219.8);
  --bs-gradient: none;
}

.btn-outline-rose-200 {
  --bs-btn-color: rgb(237, 158.6, 184.6);
  --bs-btn-border-color: rgb(237, 158.6, 184.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(237, 158.6, 184.6);
  --bs-btn-hover-border-color: rgb(237, 158.6, 184.6);
  --bs-btn-focus-shadow-rgb: 237, 159, 185;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(237, 158.6, 184.6);
  --bs-btn-active-border-color: rgb(237, 158.6, 184.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(237, 158.6, 184.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(237, 158.6, 184.6);
  --bs-gradient: none;
}

.btn-outline-rose-300 {
  --bs-btn-color: rgb(228, 110.4, 149.4);
  --bs-btn-border-color: rgb(228, 110.4, 149.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(228, 110.4, 149.4);
  --bs-btn-hover-border-color: rgb(228, 110.4, 149.4);
  --bs-btn-focus-shadow-rgb: 228, 110, 149;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(228, 110.4, 149.4);
  --bs-btn-active-border-color: rgb(228, 110.4, 149.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(228, 110.4, 149.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(228, 110.4, 149.4);
  --bs-gradient: none;
}

.btn-outline-rose-400 {
  --bs-btn-color: rgb(219, 62.2, 114.2);
  --bs-btn-border-color: rgb(219, 62.2, 114.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(219, 62.2, 114.2);
  --bs-btn-hover-border-color: rgb(219, 62.2, 114.2);
  --bs-btn-focus-shadow-rgb: 219, 62, 114;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(219, 62.2, 114.2);
  --bs-btn-active-border-color: rgb(219, 62.2, 114.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(219, 62.2, 114.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(219, 62.2, 114.2);
  --bs-gradient: none;
}

.btn-outline-rose-500 {
  --bs-btn-color: #d20e4f;
  --bs-btn-border-color: #d20e4f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d20e4f;
  --bs-btn-hover-border-color: #d20e4f;
  --bs-btn-focus-shadow-rgb: 210, 14, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d20e4f;
  --bs-btn-active-border-color: #d20e4f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d20e4f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d20e4f;
  --bs-gradient: none;
}

.btn-outline-rose-600 {
  --bs-btn-color: rgb(168, 11.2, 63.2);
  --bs-btn-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(168, 11.2, 63.2);
  --bs-btn-hover-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-focus-shadow-rgb: 168, 11, 63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(168, 11.2, 63.2);
  --bs-btn-active-border-color: rgb(168, 11.2, 63.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(168, 11.2, 63.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(168, 11.2, 63.2);
  --bs-gradient: none;
}

.btn-outline-rose-700 {
  --bs-btn-color: rgb(126, 8.4, 47.4);
  --bs-btn-border-color: rgb(126, 8.4, 47.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(126, 8.4, 47.4);
  --bs-btn-hover-border-color: rgb(126, 8.4, 47.4);
  --bs-btn-focus-shadow-rgb: 126, 8, 47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(126, 8.4, 47.4);
  --bs-btn-active-border-color: rgb(126, 8.4, 47.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(126, 8.4, 47.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(126, 8.4, 47.4);
  --bs-gradient: none;
}

.btn-outline-rose-800 {
  --bs-btn-color: rgb(84, 5.6, 31.6);
  --bs-btn-border-color: rgb(84, 5.6, 31.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(84, 5.6, 31.6);
  --bs-btn-hover-border-color: rgb(84, 5.6, 31.6);
  --bs-btn-focus-shadow-rgb: 84, 6, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(84, 5.6, 31.6);
  --bs-btn-active-border-color: rgb(84, 5.6, 31.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(84, 5.6, 31.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(84, 5.6, 31.6);
  --bs-gradient: none;
}

.btn-outline-rose-900 {
  --bs-btn-color: rgb(42, 2.8, 15.8);
  --bs-btn-border-color: rgb(42, 2.8, 15.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42, 2.8, 15.8);
  --bs-btn-hover-border-color: rgb(42, 2.8, 15.8);
  --bs-btn-focus-shadow-rgb: 42, 3, 16;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(42, 2.8, 15.8);
  --bs-btn-active-border-color: rgb(42, 2.8, 15.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(42, 2.8, 15.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(42, 2.8, 15.8);
  --bs-gradient: none;
}

.btn-outline-pink {
  --bs-btn-color: #f06b9d;
  --bs-btn-border-color: #f06b9d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f06b9d;
  --bs-btn-hover-border-color: #f06b9d;
  --bs-btn-focus-shadow-rgb: 240, 107, 157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f06b9d;
  --bs-btn-active-border-color: #f06b9d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f06b9d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f06b9d;
  --bs-gradient: none;
}

.btn-outline-pink-10 {
  --bs-btn-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-border-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.55, 250.56, 252.06);
  --bs-btn-hover-border-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-focus-shadow-rgb: 255, 251, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.55, 250.56, 252.06);
  --bs-btn-active-border-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.55, 250.56, 252.06);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.55, 250.56, 252.06);
  --bs-gradient: none;
}

.btn-outline-pink-25 {
  --bs-btn-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-border-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 247.6, 250.1);
  --bs-btn-hover-border-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-focus-shadow-rgb: 254, 248, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.25, 247.6, 250.1);
  --bs-btn-active-border-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.25, 247.6, 250.1);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.25, 247.6, 250.1);
  --bs-gradient: none;
}

.btn-outline-pink-50 {
  --bs-btn-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-border-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.5, 240.2, 245.2);
  --bs-btn-hover-border-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-focus-shadow-rgb: 254, 240, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.5, 240.2, 245.2);
  --bs-btn-active-border-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.5, 240.2, 245.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.5, 240.2, 245.2);
  --bs-gradient: none;
}

.btn-outline-pink-100 {
  --bs-btn-color: rgb(252, 225.4, 235.4);
  --bs-btn-border-color: rgb(252, 225.4, 235.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252, 225.4, 235.4);
  --bs-btn-hover-border-color: rgb(252, 225.4, 235.4);
  --bs-btn-focus-shadow-rgb: 252, 225, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252, 225.4, 235.4);
  --bs-btn-active-border-color: rgb(252, 225.4, 235.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252, 225.4, 235.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252, 225.4, 235.4);
  --bs-gradient: none;
}

.btn-outline-pink-200 {
  --bs-btn-color: rgb(249, 195.8, 215.8);
  --bs-btn-border-color: rgb(249, 195.8, 215.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249, 195.8, 215.8);
  --bs-btn-hover-border-color: rgb(249, 195.8, 215.8);
  --bs-btn-focus-shadow-rgb: 249, 196, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249, 195.8, 215.8);
  --bs-btn-active-border-color: rgb(249, 195.8, 215.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249, 195.8, 215.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249, 195.8, 215.8);
  --bs-gradient: none;
}

.btn-outline-pink-300 {
  --bs-btn-color: rgb(246, 166.2, 196.2);
  --bs-btn-border-color: rgb(246, 166.2, 196.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246, 166.2, 196.2);
  --bs-btn-hover-border-color: rgb(246, 166.2, 196.2);
  --bs-btn-focus-shadow-rgb: 246, 166, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246, 166.2, 196.2);
  --bs-btn-active-border-color: rgb(246, 166.2, 196.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246, 166.2, 196.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246, 166.2, 196.2);
  --bs-gradient: none;
}

.btn-outline-pink-400 {
  --bs-btn-color: rgb(243, 136.6, 176.6);
  --bs-btn-border-color: rgb(243, 136.6, 176.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(243, 136.6, 176.6);
  --bs-btn-hover-border-color: rgb(243, 136.6, 176.6);
  --bs-btn-focus-shadow-rgb: 243, 137, 177;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(243, 136.6, 176.6);
  --bs-btn-active-border-color: rgb(243, 136.6, 176.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(243, 136.6, 176.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(243, 136.6, 176.6);
  --bs-gradient: none;
}

.btn-outline-pink-500 {
  --bs-btn-color: #f06b9d;
  --bs-btn-border-color: #f06b9d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f06b9d;
  --bs-btn-hover-border-color: #f06b9d;
  --bs-btn-focus-shadow-rgb: 240, 107, 157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f06b9d;
  --bs-btn-active-border-color: #f06b9d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f06b9d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f06b9d;
  --bs-gradient: none;
}

.btn-outline-pink-600 {
  --bs-btn-color: rgb(192, 85.6, 125.6);
  --bs-btn-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(192, 85.6, 125.6);
  --bs-btn-hover-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-focus-shadow-rgb: 192, 86, 126;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192, 85.6, 125.6);
  --bs-btn-active-border-color: rgb(192, 85.6, 125.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(192, 85.6, 125.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(192, 85.6, 125.6);
  --bs-gradient: none;
}

.btn-outline-pink-700 {
  --bs-btn-color: rgb(144, 64.2, 94.2);
  --bs-btn-border-color: rgb(144, 64.2, 94.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(144, 64.2, 94.2);
  --bs-btn-hover-border-color: rgb(144, 64.2, 94.2);
  --bs-btn-focus-shadow-rgb: 144, 64, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(144, 64.2, 94.2);
  --bs-btn-active-border-color: rgb(144, 64.2, 94.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(144, 64.2, 94.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(144, 64.2, 94.2);
  --bs-gradient: none;
}

.btn-outline-pink-800 {
  --bs-btn-color: rgb(96, 42.8, 62.8);
  --bs-btn-border-color: rgb(96, 42.8, 62.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(96, 42.8, 62.8);
  --bs-btn-hover-border-color: rgb(96, 42.8, 62.8);
  --bs-btn-focus-shadow-rgb: 96, 43, 63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(96, 42.8, 62.8);
  --bs-btn-active-border-color: rgb(96, 42.8, 62.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(96, 42.8, 62.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(96, 42.8, 62.8);
  --bs-gradient: none;
}

.btn-outline-pink-900 {
  --bs-btn-color: rgb(48, 21.4, 31.4);
  --bs-btn-border-color: rgb(48, 21.4, 31.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(48, 21.4, 31.4);
  --bs-btn-hover-border-color: rgb(48, 21.4, 31.4);
  --bs-btn-focus-shadow-rgb: 48, 21, 31;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48, 21.4, 31.4);
  --bs-btn-active-border-color: rgb(48, 21.4, 31.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(48, 21.4, 31.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(48, 21.4, 31.4);
  --bs-gradient: none;
}

.btn-outline-orange {
  --bs-btn-color: #fb6b1e;
  --bs-btn-border-color: #fb6b1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fb6b1e;
  --bs-btn-hover-border-color: #fb6b1e;
  --bs-btn-focus-shadow-rgb: 251, 107, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fb6b1e;
  --bs-btn-active-border-color: #fb6b1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fb6b1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fb6b1e;
  --bs-gradient: none;
}

.btn-outline-orange-10 {
  --bs-btn-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-border-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.88, 250.56, 248.25);
  --bs-btn-hover-border-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-focus-shadow-rgb: 255, 251, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.88, 250.56, 248.25);
  --bs-btn-active-border-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.88, 250.56, 248.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.88, 250.56, 248.25);
  --bs-gradient: none;
}

.btn-outline-orange-25 {
  --bs-btn-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-border-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.8, 247.6, 243.75);
  --bs-btn-hover-border-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-focus-shadow-rgb: 255, 248, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.8, 247.6, 243.75);
  --bs-btn-active-border-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.8, 247.6, 243.75);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.8, 247.6, 243.75);
  --bs-gradient: none;
}

.btn-outline-orange-50 {
  --bs-btn-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-border-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.6, 240.2, 232.5);
  --bs-btn-hover-border-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-focus-shadow-rgb: 255, 240, 233;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.6, 240.2, 232.5);
  --bs-btn-active-border-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.6, 240.2, 232.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.6, 240.2, 232.5);
  --bs-gradient: none;
}

.btn-outline-orange-100 {
  --bs-btn-color: rgb(254.2, 225.4, 210);
  --bs-btn-border-color: rgb(254.2, 225.4, 210);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.2, 225.4, 210);
  --bs-btn-hover-border-color: rgb(254.2, 225.4, 210);
  --bs-btn-focus-shadow-rgb: 254, 225, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 225.4, 210);
  --bs-btn-active-border-color: rgb(254.2, 225.4, 210);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.2, 225.4, 210);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.2, 225.4, 210);
  --bs-gradient: none;
}

.btn-outline-orange-200 {
  --bs-btn-color: rgb(253.4, 195.8, 165);
  --bs-btn-border-color: rgb(253.4, 195.8, 165);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.4, 195.8, 165);
  --bs-btn-hover-border-color: rgb(253.4, 195.8, 165);
  --bs-btn-focus-shadow-rgb: 253, 196, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.4, 195.8, 165);
  --bs-btn-active-border-color: rgb(253.4, 195.8, 165);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.4, 195.8, 165);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.4, 195.8, 165);
  --bs-gradient: none;
}

.btn-outline-orange-300 {
  --bs-btn-color: rgb(252.6, 166.2, 120);
  --bs-btn-border-color: rgb(252.6, 166.2, 120);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.6, 166.2, 120);
  --bs-btn-hover-border-color: rgb(252.6, 166.2, 120);
  --bs-btn-focus-shadow-rgb: 253, 166, 120;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.6, 166.2, 120);
  --bs-btn-active-border-color: rgb(252.6, 166.2, 120);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.6, 166.2, 120);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.6, 166.2, 120);
  --bs-gradient: none;
}

.btn-outline-orange-400 {
  --bs-btn-color: rgb(251.8, 136.6, 75);
  --bs-btn-border-color: rgb(251.8, 136.6, 75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(251.8, 136.6, 75);
  --bs-btn-hover-border-color: rgb(251.8, 136.6, 75);
  --bs-btn-focus-shadow-rgb: 252, 137, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(251.8, 136.6, 75);
  --bs-btn-active-border-color: rgb(251.8, 136.6, 75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(251.8, 136.6, 75);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(251.8, 136.6, 75);
  --bs-gradient: none;
}

.btn-outline-orange-500 {
  --bs-btn-color: #fb6b1e;
  --bs-btn-border-color: #fb6b1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fb6b1e;
  --bs-btn-hover-border-color: #fb6b1e;
  --bs-btn-focus-shadow-rgb: 251, 107, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fb6b1e;
  --bs-btn-active-border-color: #fb6b1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fb6b1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fb6b1e;
  --bs-gradient: none;
}

.btn-outline-orange-600 {
  --bs-btn-color: rgb(200.8, 85.6, 24);
  --bs-btn-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(200.8, 85.6, 24);
  --bs-btn-hover-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-focus-shadow-rgb: 201, 86, 24;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(200.8, 85.6, 24);
  --bs-btn-active-border-color: rgb(200.8, 85.6, 24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(200.8, 85.6, 24);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(200.8, 85.6, 24);
  --bs-gradient: none;
}

.btn-outline-orange-700 {
  --bs-btn-color: rgb(150.6, 64.2, 18);
  --bs-btn-border-color: rgb(150.6, 64.2, 18);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(150.6, 64.2, 18);
  --bs-btn-hover-border-color: rgb(150.6, 64.2, 18);
  --bs-btn-focus-shadow-rgb: 151, 64, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(150.6, 64.2, 18);
  --bs-btn-active-border-color: rgb(150.6, 64.2, 18);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(150.6, 64.2, 18);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(150.6, 64.2, 18);
  --bs-gradient: none;
}

.btn-outline-orange-800 {
  --bs-btn-color: rgb(100.4, 42.8, 12);
  --bs-btn-border-color: rgb(100.4, 42.8, 12);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(100.4, 42.8, 12);
  --bs-btn-hover-border-color: rgb(100.4, 42.8, 12);
  --bs-btn-focus-shadow-rgb: 100, 43, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(100.4, 42.8, 12);
  --bs-btn-active-border-color: rgb(100.4, 42.8, 12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(100.4, 42.8, 12);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(100.4, 42.8, 12);
  --bs-gradient: none;
}

.btn-outline-orange-900 {
  --bs-btn-color: rgb(50.2, 21.4, 6);
  --bs-btn-border-color: rgb(50.2, 21.4, 6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(50.2, 21.4, 6);
  --bs-btn-hover-border-color: rgb(50.2, 21.4, 6);
  --bs-btn-focus-shadow-rgb: 50, 21, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(50.2, 21.4, 6);
  --bs-btn-active-border-color: rgb(50.2, 21.4, 6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(50.2, 21.4, 6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(50.2, 21.4, 6);
  --bs-gradient: none;
}

.btn-outline-yellow {
  --bs-btn-color: #fcbc05;
  --bs-btn-border-color: #fcbc05;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcbc05;
  --bs-btn-hover-border-color: #fcbc05;
  --bs-btn-focus-shadow-rgb: 252, 188, 5;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fcbc05;
  --bs-btn-active-border-color: #fcbc05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fcbc05;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fcbc05;
  --bs-gradient: none;
}

.btn-outline-yellow-10 {
  --bs-btn-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-border-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.91, 252.99, 247.5);
  --bs-btn-hover-border-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-focus-shadow-rgb: 255, 253, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.91, 252.99, 247.5);
  --bs-btn-active-border-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.91, 252.99, 247.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.91, 252.99, 247.5);
  --bs-gradient: none;
}

.btn-outline-yellow-25 {
  --bs-btn-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-border-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.85, 251.65, 242.5);
  --bs-btn-hover-border-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-focus-shadow-rgb: 255, 252, 243;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.85, 251.65, 242.5);
  --bs-btn-active-border-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.85, 251.65, 242.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.85, 251.65, 242.5);
  --bs-gradient: none;
}

.btn-outline-yellow-50 {
  --bs-btn-color: rgb(254.7, 248.3, 230);
  --bs-btn-border-color: rgb(254.7, 248.3, 230);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.7, 248.3, 230);
  --bs-btn-hover-border-color: rgb(254.7, 248.3, 230);
  --bs-btn-focus-shadow-rgb: 255, 248, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.7, 248.3, 230);
  --bs-btn-active-border-color: rgb(254.7, 248.3, 230);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.7, 248.3, 230);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.7, 248.3, 230);
  --bs-gradient: none;
}

.btn-outline-yellow-100 {
  --bs-btn-color: rgb(254.4, 241.6, 205);
  --bs-btn-border-color: rgb(254.4, 241.6, 205);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.4, 241.6, 205);
  --bs-btn-hover-border-color: rgb(254.4, 241.6, 205);
  --bs-btn-focus-shadow-rgb: 254, 242, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.4, 241.6, 205);
  --bs-btn-active-border-color: rgb(254.4, 241.6, 205);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.4, 241.6, 205);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.4, 241.6, 205);
  --bs-gradient: none;
}

.btn-outline-yellow-200 {
  --bs-btn-color: rgb(253.8, 228.2, 155);
  --bs-btn-border-color: rgb(253.8, 228.2, 155);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.8, 228.2, 155);
  --bs-btn-hover-border-color: rgb(253.8, 228.2, 155);
  --bs-btn-focus-shadow-rgb: 254, 228, 155;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.8, 228.2, 155);
  --bs-btn-active-border-color: rgb(253.8, 228.2, 155);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.8, 228.2, 155);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.8, 228.2, 155);
  --bs-gradient: none;
}

.btn-outline-yellow-300 {
  --bs-btn-color: rgb(253.2, 214.8, 105);
  --bs-btn-border-color: rgb(253.2, 214.8, 105);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.2, 214.8, 105);
  --bs-btn-hover-border-color: rgb(253.2, 214.8, 105);
  --bs-btn-focus-shadow-rgb: 253, 215, 105;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.2, 214.8, 105);
  --bs-btn-active-border-color: rgb(253.2, 214.8, 105);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.2, 214.8, 105);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.2, 214.8, 105);
  --bs-gradient: none;
}

.btn-outline-yellow-400 {
  --bs-btn-color: rgb(252.6, 201.4, 55);
  --bs-btn-border-color: rgb(252.6, 201.4, 55);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.6, 201.4, 55);
  --bs-btn-hover-border-color: rgb(252.6, 201.4, 55);
  --bs-btn-focus-shadow-rgb: 253, 201, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.6, 201.4, 55);
  --bs-btn-active-border-color: rgb(252.6, 201.4, 55);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.6, 201.4, 55);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.6, 201.4, 55);
  --bs-gradient: none;
}

.btn-outline-yellow-500 {
  --bs-btn-color: #fcbc05;
  --bs-btn-border-color: #fcbc05;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcbc05;
  --bs-btn-hover-border-color: #fcbc05;
  --bs-btn-focus-shadow-rgb: 252, 188, 5;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fcbc05;
  --bs-btn-active-border-color: #fcbc05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fcbc05;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fcbc05;
  --bs-gradient: none;
}

.btn-outline-yellow-600 {
  --bs-btn-color: rgb(201.6, 150.4, 4);
  --bs-btn-border-color: rgb(201.6, 150.4, 4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(201.6, 150.4, 4);
  --bs-btn-hover-border-color: rgb(201.6, 150.4, 4);
  --bs-btn-focus-shadow-rgb: 202, 150, 4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(201.6, 150.4, 4);
  --bs-btn-active-border-color: rgb(201.6, 150.4, 4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(201.6, 150.4, 4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(201.6, 150.4, 4);
  --bs-gradient: none;
}

.btn-outline-yellow-700 {
  --bs-btn-color: rgb(151.2, 112.8, 3);
  --bs-btn-border-color: rgb(151.2, 112.8, 3);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(151.2, 112.8, 3);
  --bs-btn-hover-border-color: rgb(151.2, 112.8, 3);
  --bs-btn-focus-shadow-rgb: 151, 113, 3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(151.2, 112.8, 3);
  --bs-btn-active-border-color: rgb(151.2, 112.8, 3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(151.2, 112.8, 3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(151.2, 112.8, 3);
  --bs-gradient: none;
}

.btn-outline-yellow-800 {
  --bs-btn-color: rgb(100.8, 75.2, 2);
  --bs-btn-border-color: rgb(100.8, 75.2, 2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(100.8, 75.2, 2);
  --bs-btn-hover-border-color: rgb(100.8, 75.2, 2);
  --bs-btn-focus-shadow-rgb: 101, 75, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(100.8, 75.2, 2);
  --bs-btn-active-border-color: rgb(100.8, 75.2, 2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(100.8, 75.2, 2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(100.8, 75.2, 2);
  --bs-gradient: none;
}

.btn-outline-yellow-900 {
  --bs-btn-color: rgb(50.4, 37.6, 1);
  --bs-btn-border-color: rgb(50.4, 37.6, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(50.4, 37.6, 1);
  --bs-btn-hover-border-color: rgb(50.4, 37.6, 1);
  --bs-btn-focus-shadow-rgb: 50, 38, 1;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(50.4, 37.6, 1);
  --bs-btn-active-border-color: rgb(50.4, 37.6, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(50.4, 37.6, 1);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(50.4, 37.6, 1);
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #34a853;
  --bs-btn-border-color: #34a853;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #34a853;
  --bs-btn-hover-border-color: #34a853;
  --bs-btn-focus-shadow-rgb: 52, 168, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #34a853;
  --bs-btn-active-border-color: #34a853;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #34a853;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #34a853;
  --bs-gradient: none;
}

.btn-outline-green-10 {
  --bs-btn-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-border-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.91, 252.39, 249.84);
  --bs-btn-hover-border-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-focus-shadow-rgb: 249, 252, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.91, 252.39, 249.84);
  --bs-btn-active-border-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(248.91, 252.39, 249.84);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(248.91, 252.39, 249.84);
  --bs-gradient: none;
}

.btn-outline-green-25 {
  --bs-btn-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-border-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.85, 250.65, 246.4);
  --bs-btn-hover-border-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-focus-shadow-rgb: 245, 251, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(244.85, 250.65, 246.4);
  --bs-btn-active-border-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(244.85, 250.65, 246.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(244.85, 250.65, 246.4);
  --bs-gradient: none;
}

.btn-outline-green-50 {
  --bs-btn-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-border-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(234.7, 246.3, 237.8);
  --bs-btn-hover-border-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-focus-shadow-rgb: 235, 246, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(234.7, 246.3, 237.8);
  --bs-btn-active-border-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(234.7, 246.3, 237.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(234.7, 246.3, 237.8);
  --bs-gradient: none;
}

.btn-outline-green-100 {
  --bs-btn-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-border-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(214.4, 237.6, 220.6);
  --bs-btn-hover-border-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-focus-shadow-rgb: 214, 238, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.4, 237.6, 220.6);
  --bs-btn-active-border-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(214.4, 237.6, 220.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(214.4, 237.6, 220.6);
  --bs-gradient: none;
}

.btn-outline-green-200 {
  --bs-btn-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-border-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(173.8, 220.2, 186.2);
  --bs-btn-hover-border-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-focus-shadow-rgb: 174, 220, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(173.8, 220.2, 186.2);
  --bs-btn-active-border-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(173.8, 220.2, 186.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(173.8, 220.2, 186.2);
  --bs-gradient: none;
}

.btn-outline-green-300 {
  --bs-btn-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-border-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(133.2, 202.8, 151.8);
  --bs-btn-hover-border-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-focus-shadow-rgb: 133, 203, 152;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(133.2, 202.8, 151.8);
  --bs-btn-active-border-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(133.2, 202.8, 151.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(133.2, 202.8, 151.8);
  --bs-gradient: none;
}

.btn-outline-green-400 {
  --bs-btn-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-border-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(92.6, 185.4, 117.4);
  --bs-btn-hover-border-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-focus-shadow-rgb: 93, 185, 117;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(92.6, 185.4, 117.4);
  --bs-btn-active-border-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(92.6, 185.4, 117.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(92.6, 185.4, 117.4);
  --bs-gradient: none;
}

.btn-outline-green-500 {
  --bs-btn-color: #34a853;
  --bs-btn-border-color: #34a853;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #34a853;
  --bs-btn-hover-border-color: #34a853;
  --bs-btn-focus-shadow-rgb: 52, 168, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #34a853;
  --bs-btn-active-border-color: #34a853;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #34a853;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #34a853;
  --bs-gradient: none;
}

.btn-outline-green-600 {
  --bs-btn-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-hover-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-focus-shadow-rgb: 42, 134, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(41.6, 134.4, 66.4);
  --bs-btn-active-border-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(41.6, 134.4, 66.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(41.6, 134.4, 66.4);
  --bs-gradient: none;
}

.btn-outline-green-700 {
  --bs-btn-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-border-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(31.2, 100.8, 49.8);
  --bs-btn-hover-border-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-focus-shadow-rgb: 31, 101, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(31.2, 100.8, 49.8);
  --bs-btn-active-border-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(31.2, 100.8, 49.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(31.2, 100.8, 49.8);
  --bs-gradient: none;
}

.btn-outline-green-800 {
  --bs-btn-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-border-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.8, 67.2, 33.2);
  --bs-btn-hover-border-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-focus-shadow-rgb: 21, 67, 33;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 67.2, 33.2);
  --bs-btn-active-border-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(20.8, 67.2, 33.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(20.8, 67.2, 33.2);
  --bs-gradient: none;
}

.btn-outline-green-900 {
  --bs-btn-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-border-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10.4, 33.6, 16.6);
  --bs-btn-hover-border-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-focus-shadow-rgb: 10, 34, 17;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 33.6, 16.6);
  --bs-btn-active-border-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(10.4, 33.6, 16.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(10.4, 33.6, 16.6);
  --bs-gradient: none;
}

.btn-outline-lime {
  --bs-btn-color: #aef359;
  --bs-btn-border-color: #aef359;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aef359;
  --bs-btn-hover-border-color: #aef359;
  --bs-btn-focus-shadow-rgb: 174, 243, 89;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #aef359;
  --bs-btn-active-border-color: #aef359;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #aef359;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #aef359;
  --bs-gradient: none;
}

.btn-outline-lime-10 {
  --bs-btn-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-border-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252.57, 254.64, 250.02);
  --bs-btn-hover-border-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-focus-shadow-rgb: 253, 255, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.57, 254.64, 250.02);
  --bs-btn-active-border-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(252.57, 254.64, 250.02);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(252.57, 254.64, 250.02);
  --bs-gradient: none;
}

.btn-outline-lime-25 {
  --bs-btn-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-border-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(250.95, 254.4, 246.7);
  --bs-btn-hover-border-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-focus-shadow-rgb: 251, 254, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.95, 254.4, 246.7);
  --bs-btn-active-border-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(250.95, 254.4, 246.7);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(250.95, 254.4, 246.7);
  --bs-gradient: none;
}

.btn-outline-lime-50 {
  --bs-btn-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-border-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.9, 253.8, 238.4);
  --bs-btn-hover-border-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-focus-shadow-rgb: 247, 254, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.9, 253.8, 238.4);
  --bs-btn-active-border-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.9, 253.8, 238.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.9, 253.8, 238.4);
  --bs-gradient: none;
}

.btn-outline-lime-100 {
  --bs-btn-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-border-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(238.8, 252.6, 221.8);
  --bs-btn-hover-border-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-focus-shadow-rgb: 239, 253, 222;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238.8, 252.6, 221.8);
  --bs-btn-active-border-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(238.8, 252.6, 221.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(238.8, 252.6, 221.8);
  --bs-gradient: none;
}

.btn-outline-lime-200 {
  --bs-btn-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-border-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(222.6, 250.2, 188.6);
  --bs-btn-hover-border-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-focus-shadow-rgb: 223, 250, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(222.6, 250.2, 188.6);
  --bs-btn-active-border-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(222.6, 250.2, 188.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(222.6, 250.2, 188.6);
  --bs-gradient: none;
}

.btn-outline-lime-300 {
  --bs-btn-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-border-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(206.4, 247.8, 155.4);
  --bs-btn-hover-border-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-focus-shadow-rgb: 206, 248, 155;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(206.4, 247.8, 155.4);
  --bs-btn-active-border-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(206.4, 247.8, 155.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(206.4, 247.8, 155.4);
  --bs-gradient: none;
}

.btn-outline-lime-400 {
  --bs-btn-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-border-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-hover-border-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-focus-shadow-rgb: 190, 245, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(190.2, 245.4, 122.2);
  --bs-btn-active-border-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(190.2, 245.4, 122.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(190.2, 245.4, 122.2);
  --bs-gradient: none;
}

.btn-outline-lime-500 {
  --bs-btn-color: #aef359;
  --bs-btn-border-color: #aef359;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aef359;
  --bs-btn-hover-border-color: #aef359;
  --bs-btn-focus-shadow-rgb: 174, 243, 89;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #aef359;
  --bs-btn-active-border-color: #aef359;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #aef359;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #aef359;
  --bs-gradient: none;
}

.btn-outline-lime-600 {
  --bs-btn-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-border-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(139.2, 194.4, 71.2);
  --bs-btn-hover-border-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-focus-shadow-rgb: 139, 194, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(139.2, 194.4, 71.2);
  --bs-btn-active-border-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(139.2, 194.4, 71.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(139.2, 194.4, 71.2);
  --bs-gradient: none;
}

.btn-outline-lime-700 {
  --bs-btn-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-border-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(104.4, 145.8, 53.4);
  --bs-btn-hover-border-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-focus-shadow-rgb: 104, 146, 53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(104.4, 145.8, 53.4);
  --bs-btn-active-border-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(104.4, 145.8, 53.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(104.4, 145.8, 53.4);
  --bs-gradient: none;
}

.btn-outline-lime-800 {
  --bs-btn-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-border-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69.6, 97.2, 35.6);
  --bs-btn-hover-border-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-focus-shadow-rgb: 70, 97, 36;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(69.6, 97.2, 35.6);
  --bs-btn-active-border-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(69.6, 97.2, 35.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(69.6, 97.2, 35.6);
  --bs-gradient: none;
}

.btn-outline-lime-900 {
  --bs-btn-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-border-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(34.8, 48.6, 17.8);
  --bs-btn-hover-border-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-focus-shadow-rgb: 35, 49, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(34.8, 48.6, 17.8);
  --bs-btn-active-border-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(34.8, 48.6, 17.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(34.8, 48.6, 17.8);
  --bs-gradient: none;
}

.btn-outline-teal {
  --bs-btn-color: #06f6c6;
  --bs-btn-border-color: #06f6c6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #06f6c6;
  --bs-btn-hover-border-color: #06f6c6;
  --bs-btn-focus-shadow-rgb: 6, 246, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #06f6c6;
  --bs-btn-active-border-color: #06f6c6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #06f6c6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #06f6c6;
  --bs-gradient: none;
}

.btn-outline-teal-10 {
  --bs-btn-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-border-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.53, 254.73, 253.29);
  --bs-btn-hover-border-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-focus-shadow-rgb: 248, 255, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.53, 254.73, 253.29);
  --bs-btn-active-border-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(247.53, 254.73, 253.29);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(247.53, 254.73, 253.29);
  --bs-gradient: none;
}

.btn-outline-teal-25 {
  --bs-btn-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-border-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.55, 254.55, 252.15);
  --bs-btn-hover-border-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-focus-shadow-rgb: 243, 255, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.55, 254.55, 252.15);
  --bs-btn-active-border-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(242.55, 254.55, 252.15);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(242.55, 254.55, 252.15);
  --bs-gradient: none;
}

.btn-outline-teal-50 {
  --bs-btn-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-border-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(230.1, 254.1, 249.3);
  --bs-btn-hover-border-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-focus-shadow-rgb: 230, 254, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(230.1, 254.1, 249.3);
  --bs-btn-active-border-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(230.1, 254.1, 249.3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(230.1, 254.1, 249.3);
  --bs-gradient: none;
}

.btn-outline-teal-100 {
  --bs-btn-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-border-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(205.2, 253.2, 243.6);
  --bs-btn-hover-border-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-focus-shadow-rgb: 205, 253, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(205.2, 253.2, 243.6);
  --bs-btn-active-border-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(205.2, 253.2, 243.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(205.2, 253.2, 243.6);
  --bs-gradient: none;
}

.btn-outline-teal-200 {
  --bs-btn-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-border-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(155.4, 251.4, 232.2);
  --bs-btn-hover-border-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-focus-shadow-rgb: 155, 251, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(155.4, 251.4, 232.2);
  --bs-btn-active-border-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(155.4, 251.4, 232.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(155.4, 251.4, 232.2);
  --bs-gradient: none;
}

.btn-outline-teal-300 {
  --bs-btn-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-border-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(105.6, 249.6, 220.8);
  --bs-btn-hover-border-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-focus-shadow-rgb: 106, 250, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(105.6, 249.6, 220.8);
  --bs-btn-active-border-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(105.6, 249.6, 220.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(105.6, 249.6, 220.8);
  --bs-gradient: none;
}

.btn-outline-teal-400 {
  --bs-btn-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-border-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-hover-border-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-focus-shadow-rgb: 56, 248, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(55.8, 247.8, 209.4);
  --bs-btn-active-border-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(55.8, 247.8, 209.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(55.8, 247.8, 209.4);
  --bs-gradient: none;
}

.btn-outline-teal-500 {
  --bs-btn-color: #06f6c6;
  --bs-btn-border-color: #06f6c6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #06f6c6;
  --bs-btn-hover-border-color: #06f6c6;
  --bs-btn-focus-shadow-rgb: 6, 246, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #06f6c6;
  --bs-btn-active-border-color: #06f6c6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #06f6c6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #06f6c6;
  --bs-gradient: none;
}

.btn-outline-teal-600 {
  --bs-btn-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-border-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.8, 196.8, 158.4);
  --bs-btn-hover-border-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-focus-shadow-rgb: 5, 197, 158;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.8, 196.8, 158.4);
  --bs-btn-active-border-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(4.8, 196.8, 158.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(4.8, 196.8, 158.4);
  --bs-gradient: none;
}

.btn-outline-teal-700 {
  --bs-btn-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-border-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(3.6, 147.6, 118.8);
  --bs-btn-hover-border-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-focus-shadow-rgb: 4, 148, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(3.6, 147.6, 118.8);
  --bs-btn-active-border-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(3.6, 147.6, 118.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(3.6, 147.6, 118.8);
  --bs-gradient: none;
}

.btn-outline-teal-800 {
  --bs-btn-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-border-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.4, 98.4, 79.2);
  --bs-btn-hover-border-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-focus-shadow-rgb: 2, 98, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.4, 98.4, 79.2);
  --bs-btn-active-border-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(2.4, 98.4, 79.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(2.4, 98.4, 79.2);
  --bs-gradient: none;
}

.btn-outline-teal-900 {
  --bs-btn-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-border-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(1.2, 49.2, 39.6);
  --bs-btn-hover-border-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-focus-shadow-rgb: 1, 49, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(1.2, 49.2, 39.6);
  --bs-btn-active-border-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(1.2, 49.2, 39.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(1.2, 49.2, 39.6);
  --bs-gradient: none;
}

.btn-outline-cyan {
  --bs-btn-color: #38e1ff;
  --bs-btn-border-color: #38e1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #38e1ff;
  --bs-btn-hover-border-color: #38e1ff;
  --bs-btn-focus-shadow-rgb: 56, 225, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #38e1ff;
  --bs-btn-active-border-color: #38e1ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #38e1ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #38e1ff;
  --bs-gradient: none;
}

.btn-outline-cyan-10 {
  --bs-btn-color: rgb(249.03, 254.1, 255);
  --bs-btn-border-color: rgb(249.03, 254.1, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.03, 254.1, 255);
  --bs-btn-hover-border-color: rgb(249.03, 254.1, 255);
  --bs-btn-focus-shadow-rgb: 249, 254, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.03, 254.1, 255);
  --bs-btn-active-border-color: rgb(249.03, 254.1, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.03, 254.1, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.03, 254.1, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-25 {
  --bs-btn-color: rgb(245.05, 253.5, 255);
  --bs-btn-border-color: rgb(245.05, 253.5, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(245.05, 253.5, 255);
  --bs-btn-hover-border-color: rgb(245.05, 253.5, 255);
  --bs-btn-focus-shadow-rgb: 245, 254, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.05, 253.5, 255);
  --bs-btn-active-border-color: rgb(245.05, 253.5, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(245.05, 253.5, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(245.05, 253.5, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-50 {
  --bs-btn-color: rgb(235.1, 252, 255);
  --bs-btn-border-color: rgb(235.1, 252, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(235.1, 252, 255);
  --bs-btn-hover-border-color: rgb(235.1, 252, 255);
  --bs-btn-focus-shadow-rgb: 235, 252, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235.1, 252, 255);
  --bs-btn-active-border-color: rgb(235.1, 252, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(235.1, 252, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(235.1, 252, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-100 {
  --bs-btn-color: rgb(215.2, 249, 255);
  --bs-btn-border-color: rgb(215.2, 249, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(215.2, 249, 255);
  --bs-btn-hover-border-color: rgb(215.2, 249, 255);
  --bs-btn-focus-shadow-rgb: 215, 249, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(215.2, 249, 255);
  --bs-btn-active-border-color: rgb(215.2, 249, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(215.2, 249, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(215.2, 249, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-200 {
  --bs-btn-color: rgb(175.4, 243, 255);
  --bs-btn-border-color: rgb(175.4, 243, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(175.4, 243, 255);
  --bs-btn-hover-border-color: rgb(175.4, 243, 255);
  --bs-btn-focus-shadow-rgb: 175, 243, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(175.4, 243, 255);
  --bs-btn-active-border-color: rgb(175.4, 243, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(175.4, 243, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(175.4, 243, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-300 {
  --bs-btn-color: rgb(135.6, 237, 255);
  --bs-btn-border-color: rgb(135.6, 237, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(135.6, 237, 255);
  --bs-btn-hover-border-color: rgb(135.6, 237, 255);
  --bs-btn-focus-shadow-rgb: 136, 237, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(135.6, 237, 255);
  --bs-btn-active-border-color: rgb(135.6, 237, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(135.6, 237, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(135.6, 237, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-400 {
  --bs-btn-color: rgb(95.8, 231, 255);
  --bs-btn-border-color: rgb(95.8, 231, 255);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(95.8, 231, 255);
  --bs-btn-hover-border-color: rgb(95.8, 231, 255);
  --bs-btn-focus-shadow-rgb: 96, 231, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(95.8, 231, 255);
  --bs-btn-active-border-color: rgb(95.8, 231, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(95.8, 231, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(95.8, 231, 255);
  --bs-gradient: none;
}

.btn-outline-cyan-500 {
  --bs-btn-color: #38e1ff;
  --bs-btn-border-color: #38e1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #38e1ff;
  --bs-btn-hover-border-color: #38e1ff;
  --bs-btn-focus-shadow-rgb: 56, 225, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #38e1ff;
  --bs-btn-active-border-color: #38e1ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #38e1ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #38e1ff;
  --bs-gradient: none;
}

.btn-outline-cyan-600 {
  --bs-btn-color: rgb(44.8, 180, 204);
  --bs-btn-border-color: rgb(44.8, 180, 204);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44.8, 180, 204);
  --bs-btn-hover-border-color: rgb(44.8, 180, 204);
  --bs-btn-focus-shadow-rgb: 45, 180, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(44.8, 180, 204);
  --bs-btn-active-border-color: rgb(44.8, 180, 204);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(44.8, 180, 204);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(44.8, 180, 204);
  --bs-gradient: none;
}

.btn-outline-cyan-700 {
  --bs-btn-color: rgb(33.6, 135, 153);
  --bs-btn-border-color: rgb(33.6, 135, 153);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(33.6, 135, 153);
  --bs-btn-hover-border-color: rgb(33.6, 135, 153);
  --bs-btn-focus-shadow-rgb: 34, 135, 153;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.6, 135, 153);
  --bs-btn-active-border-color: rgb(33.6, 135, 153);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(33.6, 135, 153);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(33.6, 135, 153);
  --bs-gradient: none;
}

.btn-outline-cyan-800 {
  --bs-btn-color: rgb(22.4, 90, 102);
  --bs-btn-border-color: rgb(22.4, 90, 102);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.4, 90, 102);
  --bs-btn-hover-border-color: rgb(22.4, 90, 102);
  --bs-btn-focus-shadow-rgb: 22, 90, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(22.4, 90, 102);
  --bs-btn-active-border-color: rgb(22.4, 90, 102);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(22.4, 90, 102);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(22.4, 90, 102);
  --bs-gradient: none;
}

.btn-outline-cyan-900 {
  --bs-btn-color: rgb(11.2, 45, 51);
  --bs-btn-border-color: rgb(11.2, 45, 51);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.2, 45, 51);
  --bs-btn-hover-border-color: rgb(11.2, 45, 51);
  --bs-btn-focus-shadow-rgb: 11, 45, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(11.2, 45, 51);
  --bs-btn-active-border-color: rgb(11.2, 45, 51);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(11.2, 45, 51);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(11.2, 45, 51);
  --bs-gradient: none;
}

.btn-outline-tertiary {
  --bs-btn-color: #5394A2;
  --bs-btn-border-color: #5394A2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5394A2;
  --bs-btn-hover-border-color: #5394A2;
  --bs-btn-focus-shadow-rgb: 83, 148, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5394A2;
  --bs-btn-active-border-color: #5394A2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5394A2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5394A2;
  --bs-gradient: none;
}

.btn-outline-tertiary-10 {
  --bs-btn-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-border-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.84, 251.79, 252.21);
  --bs-btn-hover-border-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-focus-shadow-rgb: 250, 252, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.84, 251.79, 252.21);
  --bs-btn-active-border-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(249.84, 251.79, 252.21);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249.84, 251.79, 252.21);
  --bs-gradient: none;
}

.btn-outline-tertiary-25 {
  --bs-btn-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-border-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.4, 249.65, 250.35);
  --bs-btn-hover-border-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-focus-shadow-rgb: 246, 250, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.4, 249.65, 250.35);
  --bs-btn-active-border-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(246.4, 249.65, 250.35);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(246.4, 249.65, 250.35);
  --bs-gradient: none;
}

.btn-outline-tertiary-50 {
  --bs-btn-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-border-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237.8, 244.3, 245.7);
  --bs-btn-hover-border-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-focus-shadow-rgb: 238, 244, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(237.8, 244.3, 245.7);
  --bs-btn-active-border-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(237.8, 244.3, 245.7);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(237.8, 244.3, 245.7);
  --bs-gradient: none;
}

.btn-outline-tertiary-100 {
  --bs-btn-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-border-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(220.6, 233.6, 236.4);
  --bs-btn-hover-border-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-focus-shadow-rgb: 221, 234, 236;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(220.6, 233.6, 236.4);
  --bs-btn-active-border-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(220.6, 233.6, 236.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(220.6, 233.6, 236.4);
  --bs-gradient: none;
}

.btn-outline-tertiary-200 {
  --bs-btn-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-border-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(186.2, 212.2, 217.8);
  --bs-btn-hover-border-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-focus-shadow-rgb: 186, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(186.2, 212.2, 217.8);
  --bs-btn-active-border-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(186.2, 212.2, 217.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(186.2, 212.2, 217.8);
  --bs-gradient: none;
}

.btn-outline-tertiary-300 {
  --bs-btn-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-border-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(151.8, 190.8, 199.2);
  --bs-btn-hover-border-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-focus-shadow-rgb: 152, 191, 199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(151.8, 190.8, 199.2);
  --bs-btn-active-border-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(151.8, 190.8, 199.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(151.8, 190.8, 199.2);
  --bs-gradient: none;
}

.btn-outline-tertiary-400 {
  --bs-btn-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-border-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(117.4, 169.4, 180.6);
  --bs-btn-hover-border-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-focus-shadow-rgb: 117, 169, 181;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(117.4, 169.4, 180.6);
  --bs-btn-active-border-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(117.4, 169.4, 180.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(117.4, 169.4, 180.6);
  --bs-gradient: none;
}

.btn-outline-tertiary-500 {
  --bs-btn-color: #5394A2;
  --bs-btn-border-color: #5394A2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5394A2;
  --bs-btn-hover-border-color: #5394A2;
  --bs-btn-focus-shadow-rgb: 83, 148, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5394A2;
  --bs-btn-active-border-color: #5394A2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5394A2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5394A2;
  --bs-gradient: none;
}

.btn-outline-tertiary-600 {
  --bs-btn-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-hover-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-focus-shadow-rgb: 66, 118, 130;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.4, 118.4, 129.6);
  --bs-btn-active-border-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(66.4, 118.4, 129.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(66.4, 118.4, 129.6);
  --bs-gradient: none;
}

.btn-outline-tertiary-700 {
  --bs-btn-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-border-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(49.8, 88.8, 97.2);
  --bs-btn-hover-border-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-focus-shadow-rgb: 50, 89, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(49.8, 88.8, 97.2);
  --bs-btn-active-border-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(49.8, 88.8, 97.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(49.8, 88.8, 97.2);
  --bs-gradient: none;
}

.btn-outline-tertiary-800 {
  --bs-btn-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-border-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(33.2, 59.2, 64.8);
  --bs-btn-hover-border-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-focus-shadow-rgb: 33, 59, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.2, 59.2, 64.8);
  --bs-btn-active-border-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(33.2, 59.2, 64.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(33.2, 59.2, 64.8);
  --bs-gradient: none;
}

.btn-outline-tertiary-900 {
  --bs-btn-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-border-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(16.6, 29.6, 32.4);
  --bs-btn-hover-border-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-focus-shadow-rgb: 17, 30, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16.6, 29.6, 32.4);
  --bs-btn-active-border-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(16.6, 29.6, 32.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(16.6, 29.6, 32.4);
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--radius);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

.table-sm > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 458.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25rem;
}

.col-form-label-lg {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.25rem;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1rem 1rem;
  margin: -1rem -1rem;
  margin-inline-end: 1rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}
.form-control-sm::file-selector-button {
  padding: 0.75rem;
  margin: - -0.75rem;
  margin-inline-end: 0.75rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}
.form-control-lg::file-selector-button {
  padding: 1.5rem;
  margin: - -1.5rem;
  margin-inline-end: 1.5rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select, .choices[data-type*=select] > .choices__inner {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 1rem 2.25rem 1rem 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .choices[data-type*=select] > .choices__inner {
    transition: none;
  }
}
.form-select:focus, .choices[data-type*=select] > .choices__inner:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .choices[data-type*=select] > [multiple].choices__inner, .form-select[size]:not([size="1"]), .choices[data-type*=select] > [size].choices__inner:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled, .choices[data-type*=select] > .choices__inner:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring, .choices[data-type*=select] > .choices__inner:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-left: 0.75rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-left: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select, [data-bs-theme=dark] .choices[data-type*=select] > .choices__inner {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-floating.choices[data-type*=select] > .choices__inner {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating.choices[data-type*=select] > .choices__inner {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating.choices[data-type*=select] > .choices__inner ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group.choices[data-type*=select] > .choices__inner,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group.choices[data-type*=select] > .choices__inner:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg.choices[data-type*=select] > .choices__inner,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm.choices[data-type*=select] > .choices__inner,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.input-group-lg > .form-select, .input-group-lg.choices[data-type*=select] > .choices__inner,
.input-group-sm > .form-select,
.input-group-sm.choices[data-type*=select] > .choices__inner {
  padding-right: 3.25rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > .form-floating.choices[data-type*=select]:not(:last-child) > .choices__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > .form-floating.choices[data-type*=select]:nth-last-child(n+3) > .choices__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > .form-floating.choices[data-type*=select]:not(:first-child) > .choices__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated .choices[data-type*=select] > .choices__inner:valid, .form-select.is-valid, .choices[data-type*=select] > .is-valid.choices__inner {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .choices[data-type*=select] > .choices__inner:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .choices[data-type*=select] > .choices__inner:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .choices[data-type*=select] > .is-valid.choices__inner:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .choices[data-type*=select] > .is-valid.choices__inner:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated .choices[data-type*=select] > .choices__inner:valid:focus, .form-select.is-valid:focus, .choices[data-type*=select] > .is-valid.choices__inner:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .input-group.choices[data-type*=select] > .choices__inner:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.input-group.choices[data-type*=select] > .choices__inner:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated .choices[data-type*=select] > .choices__inner:invalid, .form-select.is-invalid, .choices[data-type*=select] > .is-invalid.choices__inner {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .choices[data-type*=select] > .choices__inner:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .choices[data-type*=select] > .choices__inner:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .choices[data-type*=select] > .is-invalid.choices__inner:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .choices[data-type*=select] > .is-invalid.choices__inner:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated .choices[data-type*=select] > .choices__inner:invalid:focus, .form-select.is-invalid:focus, .choices[data-type*=select] > .is-invalid.choices__inner:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .input-group.choices[data-type*=select] > .choices__inner:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group.choices[data-type*=select] > .choices__inner:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu, .choices[data-type*=select] > .choices__list--dropdown {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper], .choices[data-type*=select] > [data-bs-popper].choices__list--dropdown {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 459px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper], .dropup .choices[data-type*=select] > [data-bs-popper].choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper], .dropend .choices[data-type*=select] > [data-bs-popper].choices__list--dropdown {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper], .dropstart .choices[data-type*=select] > [data-bs-popper].choices__list--dropdown {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, .choices[data-type*=select] > .show.choices__list--dropdown {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 1px);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * 1px);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu, .nav-tabs .choices[data-type*=select] > .choices__list--dropdown {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 600;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu, .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 459px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 459px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-gray {
  --bs-alert-color: var(--bs-gray-text-emphasis);
  --bs-alert-bg: var(--bs-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-border-subtle);
  --bs-alert-link-color: var(--bs-gray-text-emphasis);
}

.alert-gray-10 {
  --bs-alert-color: var(--bs-gray-10-text-emphasis);
  --bs-alert-bg: var(--bs-gray-10-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-10-border-subtle);
  --bs-alert-link-color: var(--bs-gray-10-text-emphasis);
}

.alert-gray-25 {
  --bs-alert-color: var(--bs-gray-25-text-emphasis);
  --bs-alert-bg: var(--bs-gray-25-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-25-border-subtle);
  --bs-alert-link-color: var(--bs-gray-25-text-emphasis);
}

.alert-gray-50 {
  --bs-alert-color: var(--bs-gray-50-text-emphasis);
  --bs-alert-bg: var(--bs-gray-50-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-50-border-subtle);
  --bs-alert-link-color: var(--bs-gray-50-text-emphasis);
}

.alert-gray-100 {
  --bs-alert-color: var(--bs-gray-100-text-emphasis);
  --bs-alert-bg: var(--bs-gray-100-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-100-border-subtle);
  --bs-alert-link-color: var(--bs-gray-100-text-emphasis);
}

.alert-gray-200 {
  --bs-alert-color: var(--bs-gray-200-text-emphasis);
  --bs-alert-bg: var(--bs-gray-200-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-200-border-subtle);
  --bs-alert-link-color: var(--bs-gray-200-text-emphasis);
}

.alert-gray-300 {
  --bs-alert-color: var(--bs-gray-300-text-emphasis);
  --bs-alert-bg: var(--bs-gray-300-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-300-border-subtle);
  --bs-alert-link-color: var(--bs-gray-300-text-emphasis);
}

.alert-gray-400 {
  --bs-alert-color: var(--bs-gray-400-text-emphasis);
  --bs-alert-bg: var(--bs-gray-400-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-400-border-subtle);
  --bs-alert-link-color: var(--bs-gray-400-text-emphasis);
}

.alert-gray-500 {
  --bs-alert-color: var(--bs-gray-500-text-emphasis);
  --bs-alert-bg: var(--bs-gray-500-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-500-border-subtle);
  --bs-alert-link-color: var(--bs-gray-500-text-emphasis);
}

.alert-gray-600 {
  --bs-alert-color: var(--bs-gray-600-text-emphasis);
  --bs-alert-bg: var(--bs-gray-600-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-600-border-subtle);
  --bs-alert-link-color: var(--bs-gray-600-text-emphasis);
}

.alert-gray-700 {
  --bs-alert-color: var(--bs-gray-700-text-emphasis);
  --bs-alert-bg: var(--bs-gray-700-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-700-border-subtle);
  --bs-alert-link-color: var(--bs-gray-700-text-emphasis);
}

.alert-gray-800 {
  --bs-alert-color: var(--bs-gray-800-text-emphasis);
  --bs-alert-bg: var(--bs-gray-800-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-800-border-subtle);
  --bs-alert-link-color: var(--bs-gray-800-text-emphasis);
}

.alert-gray-900 {
  --bs-alert-color: var(--bs-gray-900-text-emphasis);
  --bs-alert-bg: var(--bs-gray-900-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-900-border-subtle);
  --bs-alert-link-color: var(--bs-gray-900-text-emphasis);
}

.alert-slate {
  --bs-alert-color: var(--bs-slate-text-emphasis);
  --bs-alert-bg: var(--bs-slate-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-border-subtle);
  --bs-alert-link-color: var(--bs-slate-text-emphasis);
}

.alert-slate-10 {
  --bs-alert-color: var(--bs-slate-10-text-emphasis);
  --bs-alert-bg: var(--bs-slate-10-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-10-border-subtle);
  --bs-alert-link-color: var(--bs-slate-10-text-emphasis);
}

.alert-slate-25 {
  --bs-alert-color: var(--bs-slate-25-text-emphasis);
  --bs-alert-bg: var(--bs-slate-25-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-25-border-subtle);
  --bs-alert-link-color: var(--bs-slate-25-text-emphasis);
}

.alert-slate-50 {
  --bs-alert-color: var(--bs-slate-50-text-emphasis);
  --bs-alert-bg: var(--bs-slate-50-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-50-border-subtle);
  --bs-alert-link-color: var(--bs-slate-50-text-emphasis);
}

.alert-slate-100 {
  --bs-alert-color: var(--bs-slate-100-text-emphasis);
  --bs-alert-bg: var(--bs-slate-100-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-100-border-subtle);
  --bs-alert-link-color: var(--bs-slate-100-text-emphasis);
}

.alert-slate-200 {
  --bs-alert-color: var(--bs-slate-200-text-emphasis);
  --bs-alert-bg: var(--bs-slate-200-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-200-border-subtle);
  --bs-alert-link-color: var(--bs-slate-200-text-emphasis);
}

.alert-slate-300 {
  --bs-alert-color: var(--bs-slate-300-text-emphasis);
  --bs-alert-bg: var(--bs-slate-300-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-300-border-subtle);
  --bs-alert-link-color: var(--bs-slate-300-text-emphasis);
}

.alert-slate-400 {
  --bs-alert-color: var(--bs-slate-400-text-emphasis);
  --bs-alert-bg: var(--bs-slate-400-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-400-border-subtle);
  --bs-alert-link-color: var(--bs-slate-400-text-emphasis);
}

.alert-slate-500 {
  --bs-alert-color: var(--bs-slate-500-text-emphasis);
  --bs-alert-bg: var(--bs-slate-500-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-500-border-subtle);
  --bs-alert-link-color: var(--bs-slate-500-text-emphasis);
}

.alert-slate-600 {
  --bs-alert-color: var(--bs-slate-600-text-emphasis);
  --bs-alert-bg: var(--bs-slate-600-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-600-border-subtle);
  --bs-alert-link-color: var(--bs-slate-600-text-emphasis);
}

.alert-slate-700 {
  --bs-alert-color: var(--bs-slate-700-text-emphasis);
  --bs-alert-bg: var(--bs-slate-700-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-700-border-subtle);
  --bs-alert-link-color: var(--bs-slate-700-text-emphasis);
}

.alert-slate-800 {
  --bs-alert-color: var(--bs-slate-800-text-emphasis);
  --bs-alert-bg: var(--bs-slate-800-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-800-border-subtle);
  --bs-alert-link-color: var(--bs-slate-800-text-emphasis);
}

.alert-slate-900 {
  --bs-alert-color: var(--bs-slate-900-text-emphasis);
  --bs-alert-bg: var(--bs-slate-900-bg-subtle);
  --bs-alert-border-color: var(--bs-slate-900-border-subtle);
  --bs-alert-link-color: var(--bs-slate-900-text-emphasis);
}

.alert-primary-10 {
  --bs-alert-color: var(--bs-primary-10-text-emphasis);
  --bs-alert-bg: var(--bs-primary-10-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-10-border-subtle);
  --bs-alert-link-color: var(--bs-primary-10-text-emphasis);
}

.alert-primary-25 {
  --bs-alert-color: var(--bs-primary-25-text-emphasis);
  --bs-alert-bg: var(--bs-primary-25-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-25-border-subtle);
  --bs-alert-link-color: var(--bs-primary-25-text-emphasis);
}

.alert-primary-50 {
  --bs-alert-color: var(--bs-primary-50-text-emphasis);
  --bs-alert-bg: var(--bs-primary-50-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-50-border-subtle);
  --bs-alert-link-color: var(--bs-primary-50-text-emphasis);
}

.alert-primary-100 {
  --bs-alert-color: var(--bs-primary-100-text-emphasis);
  --bs-alert-bg: var(--bs-primary-100-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-100-border-subtle);
  --bs-alert-link-color: var(--bs-primary-100-text-emphasis);
}

.alert-primary-200 {
  --bs-alert-color: var(--bs-primary-200-text-emphasis);
  --bs-alert-bg: var(--bs-primary-200-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-200-border-subtle);
  --bs-alert-link-color: var(--bs-primary-200-text-emphasis);
}

.alert-primary-300 {
  --bs-alert-color: var(--bs-primary-300-text-emphasis);
  --bs-alert-bg: var(--bs-primary-300-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-300-border-subtle);
  --bs-alert-link-color: var(--bs-primary-300-text-emphasis);
}

.alert-primary-400 {
  --bs-alert-color: var(--bs-primary-400-text-emphasis);
  --bs-alert-bg: var(--bs-primary-400-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-400-border-subtle);
  --bs-alert-link-color: var(--bs-primary-400-text-emphasis);
}

.alert-primary-500 {
  --bs-alert-color: var(--bs-primary-500-text-emphasis);
  --bs-alert-bg: var(--bs-primary-500-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-500-border-subtle);
  --bs-alert-link-color: var(--bs-primary-500-text-emphasis);
}

.alert-primary-600 {
  --bs-alert-color: var(--bs-primary-600-text-emphasis);
  --bs-alert-bg: var(--bs-primary-600-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-600-border-subtle);
  --bs-alert-link-color: var(--bs-primary-600-text-emphasis);
}

.alert-primary-700 {
  --bs-alert-color: var(--bs-primary-700-text-emphasis);
  --bs-alert-bg: var(--bs-primary-700-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-700-border-subtle);
  --bs-alert-link-color: var(--bs-primary-700-text-emphasis);
}

.alert-primary-800 {
  --bs-alert-color: var(--bs-primary-800-text-emphasis);
  --bs-alert-bg: var(--bs-primary-800-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-800-border-subtle);
  --bs-alert-link-color: var(--bs-primary-800-text-emphasis);
}

.alert-primary-900 {
  --bs-alert-color: var(--bs-primary-900-text-emphasis);
  --bs-alert-bg: var(--bs-primary-900-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-900-border-subtle);
  --bs-alert-link-color: var(--bs-primary-900-text-emphasis);
}

.alert-secondary-10 {
  --bs-alert-color: var(--bs-secondary-10-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-10-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-10-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-10-text-emphasis);
}

.alert-secondary-25 {
  --bs-alert-color: var(--bs-secondary-25-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-25-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-25-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-25-text-emphasis);
}

.alert-secondary-50 {
  --bs-alert-color: var(--bs-secondary-50-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-50-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-50-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-50-text-emphasis);
}

.alert-secondary-100 {
  --bs-alert-color: var(--bs-secondary-100-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-100-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-100-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-100-text-emphasis);
}

.alert-secondary-200 {
  --bs-alert-color: var(--bs-secondary-200-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-200-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-200-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-200-text-emphasis);
}

.alert-secondary-300 {
  --bs-alert-color: var(--bs-secondary-300-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-300-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-300-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-300-text-emphasis);
}

.alert-secondary-400 {
  --bs-alert-color: var(--bs-secondary-400-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-400-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-400-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-400-text-emphasis);
}

.alert-secondary-500 {
  --bs-alert-color: var(--bs-secondary-500-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-500-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-500-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-500-text-emphasis);
}

.alert-secondary-600 {
  --bs-alert-color: var(--bs-secondary-600-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-600-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-600-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-600-text-emphasis);
}

.alert-secondary-700 {
  --bs-alert-color: var(--bs-secondary-700-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-700-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-700-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-700-text-emphasis);
}

.alert-secondary-800 {
  --bs-alert-color: var(--bs-secondary-800-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-800-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-800-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-800-text-emphasis);
}

.alert-secondary-900 {
  --bs-alert-color: var(--bs-secondary-900-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-900-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-900-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-900-text-emphasis);
}

.alert-info-10 {
  --bs-alert-color: var(--bs-info-10-text-emphasis);
  --bs-alert-bg: var(--bs-info-10-bg-subtle);
  --bs-alert-border-color: var(--bs-info-10-border-subtle);
  --bs-alert-link-color: var(--bs-info-10-text-emphasis);
}

.alert-info-25 {
  --bs-alert-color: var(--bs-info-25-text-emphasis);
  --bs-alert-bg: var(--bs-info-25-bg-subtle);
  --bs-alert-border-color: var(--bs-info-25-border-subtle);
  --bs-alert-link-color: var(--bs-info-25-text-emphasis);
}

.alert-info-50 {
  --bs-alert-color: var(--bs-info-50-text-emphasis);
  --bs-alert-bg: var(--bs-info-50-bg-subtle);
  --bs-alert-border-color: var(--bs-info-50-border-subtle);
  --bs-alert-link-color: var(--bs-info-50-text-emphasis);
}

.alert-info-100 {
  --bs-alert-color: var(--bs-info-100-text-emphasis);
  --bs-alert-bg: var(--bs-info-100-bg-subtle);
  --bs-alert-border-color: var(--bs-info-100-border-subtle);
  --bs-alert-link-color: var(--bs-info-100-text-emphasis);
}

.alert-info-200 {
  --bs-alert-color: var(--bs-info-200-text-emphasis);
  --bs-alert-bg: var(--bs-info-200-bg-subtle);
  --bs-alert-border-color: var(--bs-info-200-border-subtle);
  --bs-alert-link-color: var(--bs-info-200-text-emphasis);
}

.alert-info-300 {
  --bs-alert-color: var(--bs-info-300-text-emphasis);
  --bs-alert-bg: var(--bs-info-300-bg-subtle);
  --bs-alert-border-color: var(--bs-info-300-border-subtle);
  --bs-alert-link-color: var(--bs-info-300-text-emphasis);
}

.alert-info-400 {
  --bs-alert-color: var(--bs-info-400-text-emphasis);
  --bs-alert-bg: var(--bs-info-400-bg-subtle);
  --bs-alert-border-color: var(--bs-info-400-border-subtle);
  --bs-alert-link-color: var(--bs-info-400-text-emphasis);
}

.alert-info-500 {
  --bs-alert-color: var(--bs-info-500-text-emphasis);
  --bs-alert-bg: var(--bs-info-500-bg-subtle);
  --bs-alert-border-color: var(--bs-info-500-border-subtle);
  --bs-alert-link-color: var(--bs-info-500-text-emphasis);
}

.alert-info-600 {
  --bs-alert-color: var(--bs-info-600-text-emphasis);
  --bs-alert-bg: var(--bs-info-600-bg-subtle);
  --bs-alert-border-color: var(--bs-info-600-border-subtle);
  --bs-alert-link-color: var(--bs-info-600-text-emphasis);
}

.alert-info-700 {
  --bs-alert-color: var(--bs-info-700-text-emphasis);
  --bs-alert-bg: var(--bs-info-700-bg-subtle);
  --bs-alert-border-color: var(--bs-info-700-border-subtle);
  --bs-alert-link-color: var(--bs-info-700-text-emphasis);
}

.alert-info-800 {
  --bs-alert-color: var(--bs-info-800-text-emphasis);
  --bs-alert-bg: var(--bs-info-800-bg-subtle);
  --bs-alert-border-color: var(--bs-info-800-border-subtle);
  --bs-alert-link-color: var(--bs-info-800-text-emphasis);
}

.alert-info-900 {
  --bs-alert-color: var(--bs-info-900-text-emphasis);
  --bs-alert-bg: var(--bs-info-900-bg-subtle);
  --bs-alert-border-color: var(--bs-info-900-border-subtle);
  --bs-alert-link-color: var(--bs-info-900-text-emphasis);
}

.alert-success-10 {
  --bs-alert-color: var(--bs-success-10-text-emphasis);
  --bs-alert-bg: var(--bs-success-10-bg-subtle);
  --bs-alert-border-color: var(--bs-success-10-border-subtle);
  --bs-alert-link-color: var(--bs-success-10-text-emphasis);
}

.alert-success-25 {
  --bs-alert-color: var(--bs-success-25-text-emphasis);
  --bs-alert-bg: var(--bs-success-25-bg-subtle);
  --bs-alert-border-color: var(--bs-success-25-border-subtle);
  --bs-alert-link-color: var(--bs-success-25-text-emphasis);
}

.alert-success-50 {
  --bs-alert-color: var(--bs-success-50-text-emphasis);
  --bs-alert-bg: var(--bs-success-50-bg-subtle);
  --bs-alert-border-color: var(--bs-success-50-border-subtle);
  --bs-alert-link-color: var(--bs-success-50-text-emphasis);
}

.alert-success-100 {
  --bs-alert-color: var(--bs-success-100-text-emphasis);
  --bs-alert-bg: var(--bs-success-100-bg-subtle);
  --bs-alert-border-color: var(--bs-success-100-border-subtle);
  --bs-alert-link-color: var(--bs-success-100-text-emphasis);
}

.alert-success-200 {
  --bs-alert-color: var(--bs-success-200-text-emphasis);
  --bs-alert-bg: var(--bs-success-200-bg-subtle);
  --bs-alert-border-color: var(--bs-success-200-border-subtle);
  --bs-alert-link-color: var(--bs-success-200-text-emphasis);
}

.alert-success-300 {
  --bs-alert-color: var(--bs-success-300-text-emphasis);
  --bs-alert-bg: var(--bs-success-300-bg-subtle);
  --bs-alert-border-color: var(--bs-success-300-border-subtle);
  --bs-alert-link-color: var(--bs-success-300-text-emphasis);
}

.alert-success-400 {
  --bs-alert-color: var(--bs-success-400-text-emphasis);
  --bs-alert-bg: var(--bs-success-400-bg-subtle);
  --bs-alert-border-color: var(--bs-success-400-border-subtle);
  --bs-alert-link-color: var(--bs-success-400-text-emphasis);
}

.alert-success-500 {
  --bs-alert-color: var(--bs-success-500-text-emphasis);
  --bs-alert-bg: var(--bs-success-500-bg-subtle);
  --bs-alert-border-color: var(--bs-success-500-border-subtle);
  --bs-alert-link-color: var(--bs-success-500-text-emphasis);
}

.alert-success-600 {
  --bs-alert-color: var(--bs-success-600-text-emphasis);
  --bs-alert-bg: var(--bs-success-600-bg-subtle);
  --bs-alert-border-color: var(--bs-success-600-border-subtle);
  --bs-alert-link-color: var(--bs-success-600-text-emphasis);
}

.alert-success-700 {
  --bs-alert-color: var(--bs-success-700-text-emphasis);
  --bs-alert-bg: var(--bs-success-700-bg-subtle);
  --bs-alert-border-color: var(--bs-success-700-border-subtle);
  --bs-alert-link-color: var(--bs-success-700-text-emphasis);
}

.alert-success-800 {
  --bs-alert-color: var(--bs-success-800-text-emphasis);
  --bs-alert-bg: var(--bs-success-800-bg-subtle);
  --bs-alert-border-color: var(--bs-success-800-border-subtle);
  --bs-alert-link-color: var(--bs-success-800-text-emphasis);
}

.alert-success-900 {
  --bs-alert-color: var(--bs-success-900-text-emphasis);
  --bs-alert-bg: var(--bs-success-900-bg-subtle);
  --bs-alert-border-color: var(--bs-success-900-border-subtle);
  --bs-alert-link-color: var(--bs-success-900-text-emphasis);
}

.alert-warning-10 {
  --bs-alert-color: var(--bs-warning-10-text-emphasis);
  --bs-alert-bg: var(--bs-warning-10-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-10-border-subtle);
  --bs-alert-link-color: var(--bs-warning-10-text-emphasis);
}

.alert-warning-25 {
  --bs-alert-color: var(--bs-warning-25-text-emphasis);
  --bs-alert-bg: var(--bs-warning-25-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-25-border-subtle);
  --bs-alert-link-color: var(--bs-warning-25-text-emphasis);
}

.alert-warning-50 {
  --bs-alert-color: var(--bs-warning-50-text-emphasis);
  --bs-alert-bg: var(--bs-warning-50-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-50-border-subtle);
  --bs-alert-link-color: var(--bs-warning-50-text-emphasis);
}

.alert-warning-100 {
  --bs-alert-color: var(--bs-warning-100-text-emphasis);
  --bs-alert-bg: var(--bs-warning-100-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-100-border-subtle);
  --bs-alert-link-color: var(--bs-warning-100-text-emphasis);
}

.alert-warning-200 {
  --bs-alert-color: var(--bs-warning-200-text-emphasis);
  --bs-alert-bg: var(--bs-warning-200-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-200-border-subtle);
  --bs-alert-link-color: var(--bs-warning-200-text-emphasis);
}

.alert-warning-300 {
  --bs-alert-color: var(--bs-warning-300-text-emphasis);
  --bs-alert-bg: var(--bs-warning-300-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-300-border-subtle);
  --bs-alert-link-color: var(--bs-warning-300-text-emphasis);
}

.alert-warning-400 {
  --bs-alert-color: var(--bs-warning-400-text-emphasis);
  --bs-alert-bg: var(--bs-warning-400-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-400-border-subtle);
  --bs-alert-link-color: var(--bs-warning-400-text-emphasis);
}

.alert-warning-500 {
  --bs-alert-color: var(--bs-warning-500-text-emphasis);
  --bs-alert-bg: var(--bs-warning-500-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-500-border-subtle);
  --bs-alert-link-color: var(--bs-warning-500-text-emphasis);
}

.alert-warning-600 {
  --bs-alert-color: var(--bs-warning-600-text-emphasis);
  --bs-alert-bg: var(--bs-warning-600-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-600-border-subtle);
  --bs-alert-link-color: var(--bs-warning-600-text-emphasis);
}

.alert-warning-700 {
  --bs-alert-color: var(--bs-warning-700-text-emphasis);
  --bs-alert-bg: var(--bs-warning-700-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-700-border-subtle);
  --bs-alert-link-color: var(--bs-warning-700-text-emphasis);
}

.alert-warning-800 {
  --bs-alert-color: var(--bs-warning-800-text-emphasis);
  --bs-alert-bg: var(--bs-warning-800-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-800-border-subtle);
  --bs-alert-link-color: var(--bs-warning-800-text-emphasis);
}

.alert-warning-900 {
  --bs-alert-color: var(--bs-warning-900-text-emphasis);
  --bs-alert-bg: var(--bs-warning-900-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-900-border-subtle);
  --bs-alert-link-color: var(--bs-warning-900-text-emphasis);
}

.alert-danger-10 {
  --bs-alert-color: var(--bs-danger-10-text-emphasis);
  --bs-alert-bg: var(--bs-danger-10-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-10-border-subtle);
  --bs-alert-link-color: var(--bs-danger-10-text-emphasis);
}

.alert-danger-25 {
  --bs-alert-color: var(--bs-danger-25-text-emphasis);
  --bs-alert-bg: var(--bs-danger-25-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-25-border-subtle);
  --bs-alert-link-color: var(--bs-danger-25-text-emphasis);
}

.alert-danger-50 {
  --bs-alert-color: var(--bs-danger-50-text-emphasis);
  --bs-alert-bg: var(--bs-danger-50-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-50-border-subtle);
  --bs-alert-link-color: var(--bs-danger-50-text-emphasis);
}

.alert-danger-100 {
  --bs-alert-color: var(--bs-danger-100-text-emphasis);
  --bs-alert-bg: var(--bs-danger-100-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-100-border-subtle);
  --bs-alert-link-color: var(--bs-danger-100-text-emphasis);
}

.alert-danger-200 {
  --bs-alert-color: var(--bs-danger-200-text-emphasis);
  --bs-alert-bg: var(--bs-danger-200-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-200-border-subtle);
  --bs-alert-link-color: var(--bs-danger-200-text-emphasis);
}

.alert-danger-300 {
  --bs-alert-color: var(--bs-danger-300-text-emphasis);
  --bs-alert-bg: var(--bs-danger-300-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-300-border-subtle);
  --bs-alert-link-color: var(--bs-danger-300-text-emphasis);
}

.alert-danger-400 {
  --bs-alert-color: var(--bs-danger-400-text-emphasis);
  --bs-alert-bg: var(--bs-danger-400-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-400-border-subtle);
  --bs-alert-link-color: var(--bs-danger-400-text-emphasis);
}

.alert-danger-500 {
  --bs-alert-color: var(--bs-danger-500-text-emphasis);
  --bs-alert-bg: var(--bs-danger-500-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-500-border-subtle);
  --bs-alert-link-color: var(--bs-danger-500-text-emphasis);
}

.alert-danger-600 {
  --bs-alert-color: var(--bs-danger-600-text-emphasis);
  --bs-alert-bg: var(--bs-danger-600-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-600-border-subtle);
  --bs-alert-link-color: var(--bs-danger-600-text-emphasis);
}

.alert-danger-700 {
  --bs-alert-color: var(--bs-danger-700-text-emphasis);
  --bs-alert-bg: var(--bs-danger-700-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-700-border-subtle);
  --bs-alert-link-color: var(--bs-danger-700-text-emphasis);
}

.alert-danger-800 {
  --bs-alert-color: var(--bs-danger-800-text-emphasis);
  --bs-alert-bg: var(--bs-danger-800-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-800-border-subtle);
  --bs-alert-link-color: var(--bs-danger-800-text-emphasis);
}

.alert-danger-900 {
  --bs-alert-color: var(--bs-danger-900-text-emphasis);
  --bs-alert-bg: var(--bs-danger-900-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-900-border-subtle);
  --bs-alert-link-color: var(--bs-danger-900-text-emphasis);
}

.alert-blue {
  --bs-alert-color: var(--bs-blue-text-emphasis);
  --bs-alert-bg: var(--bs-blue-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-border-subtle);
  --bs-alert-link-color: var(--bs-blue-text-emphasis);
}

.alert-blue-10 {
  --bs-alert-color: var(--bs-blue-10-text-emphasis);
  --bs-alert-bg: var(--bs-blue-10-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-10-border-subtle);
  --bs-alert-link-color: var(--bs-blue-10-text-emphasis);
}

.alert-blue-25 {
  --bs-alert-color: var(--bs-blue-25-text-emphasis);
  --bs-alert-bg: var(--bs-blue-25-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-25-border-subtle);
  --bs-alert-link-color: var(--bs-blue-25-text-emphasis);
}

.alert-blue-50 {
  --bs-alert-color: var(--bs-blue-50-text-emphasis);
  --bs-alert-bg: var(--bs-blue-50-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-50-border-subtle);
  --bs-alert-link-color: var(--bs-blue-50-text-emphasis);
}

.alert-blue-100 {
  --bs-alert-color: var(--bs-blue-100-text-emphasis);
  --bs-alert-bg: var(--bs-blue-100-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-100-border-subtle);
  --bs-alert-link-color: var(--bs-blue-100-text-emphasis);
}

.alert-blue-200 {
  --bs-alert-color: var(--bs-blue-200-text-emphasis);
  --bs-alert-bg: var(--bs-blue-200-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-200-border-subtle);
  --bs-alert-link-color: var(--bs-blue-200-text-emphasis);
}

.alert-blue-300 {
  --bs-alert-color: var(--bs-blue-300-text-emphasis);
  --bs-alert-bg: var(--bs-blue-300-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-300-border-subtle);
  --bs-alert-link-color: var(--bs-blue-300-text-emphasis);
}

.alert-blue-400 {
  --bs-alert-color: var(--bs-blue-400-text-emphasis);
  --bs-alert-bg: var(--bs-blue-400-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-400-border-subtle);
  --bs-alert-link-color: var(--bs-blue-400-text-emphasis);
}

.alert-blue-500 {
  --bs-alert-color: var(--bs-blue-500-text-emphasis);
  --bs-alert-bg: var(--bs-blue-500-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-500-border-subtle);
  --bs-alert-link-color: var(--bs-blue-500-text-emphasis);
}

.alert-blue-600 {
  --bs-alert-color: var(--bs-blue-600-text-emphasis);
  --bs-alert-bg: var(--bs-blue-600-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-600-border-subtle);
  --bs-alert-link-color: var(--bs-blue-600-text-emphasis);
}

.alert-blue-700 {
  --bs-alert-color: var(--bs-blue-700-text-emphasis);
  --bs-alert-bg: var(--bs-blue-700-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-700-border-subtle);
  --bs-alert-link-color: var(--bs-blue-700-text-emphasis);
}

.alert-blue-800 {
  --bs-alert-color: var(--bs-blue-800-text-emphasis);
  --bs-alert-bg: var(--bs-blue-800-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-800-border-subtle);
  --bs-alert-link-color: var(--bs-blue-800-text-emphasis);
}

.alert-blue-900 {
  --bs-alert-color: var(--bs-blue-900-text-emphasis);
  --bs-alert-bg: var(--bs-blue-900-bg-subtle);
  --bs-alert-border-color: var(--bs-blue-900-border-subtle);
  --bs-alert-link-color: var(--bs-blue-900-text-emphasis);
}

.alert-indigo {
  --bs-alert-color: var(--bs-indigo-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-text-emphasis);
}

.alert-indigo-10 {
  --bs-alert-color: var(--bs-indigo-10-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-10-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-10-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-10-text-emphasis);
}

.alert-indigo-25 {
  --bs-alert-color: var(--bs-indigo-25-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-25-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-25-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-25-text-emphasis);
}

.alert-indigo-50 {
  --bs-alert-color: var(--bs-indigo-50-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-50-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-50-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-50-text-emphasis);
}

.alert-indigo-100 {
  --bs-alert-color: var(--bs-indigo-100-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-100-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-100-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-100-text-emphasis);
}

.alert-indigo-200 {
  --bs-alert-color: var(--bs-indigo-200-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-200-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-200-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-200-text-emphasis);
}

.alert-indigo-300 {
  --bs-alert-color: var(--bs-indigo-300-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-300-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-300-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-300-text-emphasis);
}

.alert-indigo-400 {
  --bs-alert-color: var(--bs-indigo-400-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-400-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-400-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-400-text-emphasis);
}

.alert-indigo-500 {
  --bs-alert-color: var(--bs-indigo-500-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-500-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-500-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-500-text-emphasis);
}

.alert-indigo-600 {
  --bs-alert-color: var(--bs-indigo-600-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-600-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-600-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-600-text-emphasis);
}

.alert-indigo-700 {
  --bs-alert-color: var(--bs-indigo-700-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-700-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-700-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-700-text-emphasis);
}

.alert-indigo-800 {
  --bs-alert-color: var(--bs-indigo-800-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-800-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-800-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-800-text-emphasis);
}

.alert-indigo-900 {
  --bs-alert-color: var(--bs-indigo-900-text-emphasis);
  --bs-alert-bg: var(--bs-indigo-900-bg-subtle);
  --bs-alert-border-color: var(--bs-indigo-900-border-subtle);
  --bs-alert-link-color: var(--bs-indigo-900-text-emphasis);
}

.alert-purple {
  --bs-alert-color: var(--bs-purple-text-emphasis);
  --bs-alert-bg: var(--bs-purple-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-border-subtle);
  --bs-alert-link-color: var(--bs-purple-text-emphasis);
}

.alert-purple-10 {
  --bs-alert-color: var(--bs-purple-10-text-emphasis);
  --bs-alert-bg: var(--bs-purple-10-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-10-border-subtle);
  --bs-alert-link-color: var(--bs-purple-10-text-emphasis);
}

.alert-purple-25 {
  --bs-alert-color: var(--bs-purple-25-text-emphasis);
  --bs-alert-bg: var(--bs-purple-25-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-25-border-subtle);
  --bs-alert-link-color: var(--bs-purple-25-text-emphasis);
}

.alert-purple-50 {
  --bs-alert-color: var(--bs-purple-50-text-emphasis);
  --bs-alert-bg: var(--bs-purple-50-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-50-border-subtle);
  --bs-alert-link-color: var(--bs-purple-50-text-emphasis);
}

.alert-purple-100 {
  --bs-alert-color: var(--bs-purple-100-text-emphasis);
  --bs-alert-bg: var(--bs-purple-100-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-100-border-subtle);
  --bs-alert-link-color: var(--bs-purple-100-text-emphasis);
}

.alert-purple-200 {
  --bs-alert-color: var(--bs-purple-200-text-emphasis);
  --bs-alert-bg: var(--bs-purple-200-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-200-border-subtle);
  --bs-alert-link-color: var(--bs-purple-200-text-emphasis);
}

.alert-purple-300 {
  --bs-alert-color: var(--bs-purple-300-text-emphasis);
  --bs-alert-bg: var(--bs-purple-300-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-300-border-subtle);
  --bs-alert-link-color: var(--bs-purple-300-text-emphasis);
}

.alert-purple-400 {
  --bs-alert-color: var(--bs-purple-400-text-emphasis);
  --bs-alert-bg: var(--bs-purple-400-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-400-border-subtle);
  --bs-alert-link-color: var(--bs-purple-400-text-emphasis);
}

.alert-purple-500 {
  --bs-alert-color: var(--bs-purple-500-text-emphasis);
  --bs-alert-bg: var(--bs-purple-500-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-500-border-subtle);
  --bs-alert-link-color: var(--bs-purple-500-text-emphasis);
}

.alert-purple-600 {
  --bs-alert-color: var(--bs-purple-600-text-emphasis);
  --bs-alert-bg: var(--bs-purple-600-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-600-border-subtle);
  --bs-alert-link-color: var(--bs-purple-600-text-emphasis);
}

.alert-purple-700 {
  --bs-alert-color: var(--bs-purple-700-text-emphasis);
  --bs-alert-bg: var(--bs-purple-700-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-700-border-subtle);
  --bs-alert-link-color: var(--bs-purple-700-text-emphasis);
}

.alert-purple-800 {
  --bs-alert-color: var(--bs-purple-800-text-emphasis);
  --bs-alert-bg: var(--bs-purple-800-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-800-border-subtle);
  --bs-alert-link-color: var(--bs-purple-800-text-emphasis);
}

.alert-purple-900 {
  --bs-alert-color: var(--bs-purple-900-text-emphasis);
  --bs-alert-bg: var(--bs-purple-900-bg-subtle);
  --bs-alert-border-color: var(--bs-purple-900-border-subtle);
  --bs-alert-link-color: var(--bs-purple-900-text-emphasis);
}

.alert-red {
  --bs-alert-color: var(--bs-red-text-emphasis);
  --bs-alert-bg: var(--bs-red-bg-subtle);
  --bs-alert-border-color: var(--bs-red-border-subtle);
  --bs-alert-link-color: var(--bs-red-text-emphasis);
}

.alert-red-10 {
  --bs-alert-color: var(--bs-red-10-text-emphasis);
  --bs-alert-bg: var(--bs-red-10-bg-subtle);
  --bs-alert-border-color: var(--bs-red-10-border-subtle);
  --bs-alert-link-color: var(--bs-red-10-text-emphasis);
}

.alert-red-25 {
  --bs-alert-color: var(--bs-red-25-text-emphasis);
  --bs-alert-bg: var(--bs-red-25-bg-subtle);
  --bs-alert-border-color: var(--bs-red-25-border-subtle);
  --bs-alert-link-color: var(--bs-red-25-text-emphasis);
}

.alert-red-50 {
  --bs-alert-color: var(--bs-red-50-text-emphasis);
  --bs-alert-bg: var(--bs-red-50-bg-subtle);
  --bs-alert-border-color: var(--bs-red-50-border-subtle);
  --bs-alert-link-color: var(--bs-red-50-text-emphasis);
}

.alert-red-100 {
  --bs-alert-color: var(--bs-red-100-text-emphasis);
  --bs-alert-bg: var(--bs-red-100-bg-subtle);
  --bs-alert-border-color: var(--bs-red-100-border-subtle);
  --bs-alert-link-color: var(--bs-red-100-text-emphasis);
}

.alert-red-200 {
  --bs-alert-color: var(--bs-red-200-text-emphasis);
  --bs-alert-bg: var(--bs-red-200-bg-subtle);
  --bs-alert-border-color: var(--bs-red-200-border-subtle);
  --bs-alert-link-color: var(--bs-red-200-text-emphasis);
}

.alert-red-300 {
  --bs-alert-color: var(--bs-red-300-text-emphasis);
  --bs-alert-bg: var(--bs-red-300-bg-subtle);
  --bs-alert-border-color: var(--bs-red-300-border-subtle);
  --bs-alert-link-color: var(--bs-red-300-text-emphasis);
}

.alert-red-400 {
  --bs-alert-color: var(--bs-red-400-text-emphasis);
  --bs-alert-bg: var(--bs-red-400-bg-subtle);
  --bs-alert-border-color: var(--bs-red-400-border-subtle);
  --bs-alert-link-color: var(--bs-red-400-text-emphasis);
}

.alert-red-500 {
  --bs-alert-color: var(--bs-red-500-text-emphasis);
  --bs-alert-bg: var(--bs-red-500-bg-subtle);
  --bs-alert-border-color: var(--bs-red-500-border-subtle);
  --bs-alert-link-color: var(--bs-red-500-text-emphasis);
}

.alert-red-600 {
  --bs-alert-color: var(--bs-red-600-text-emphasis);
  --bs-alert-bg: var(--bs-red-600-bg-subtle);
  --bs-alert-border-color: var(--bs-red-600-border-subtle);
  --bs-alert-link-color: var(--bs-red-600-text-emphasis);
}

.alert-red-700 {
  --bs-alert-color: var(--bs-red-700-text-emphasis);
  --bs-alert-bg: var(--bs-red-700-bg-subtle);
  --bs-alert-border-color: var(--bs-red-700-border-subtle);
  --bs-alert-link-color: var(--bs-red-700-text-emphasis);
}

.alert-red-800 {
  --bs-alert-color: var(--bs-red-800-text-emphasis);
  --bs-alert-bg: var(--bs-red-800-bg-subtle);
  --bs-alert-border-color: var(--bs-red-800-border-subtle);
  --bs-alert-link-color: var(--bs-red-800-text-emphasis);
}

.alert-red-900 {
  --bs-alert-color: var(--bs-red-900-text-emphasis);
  --bs-alert-bg: var(--bs-red-900-bg-subtle);
  --bs-alert-border-color: var(--bs-red-900-border-subtle);
  --bs-alert-link-color: var(--bs-red-900-text-emphasis);
}

.alert-rose {
  --bs-alert-color: var(--bs-rose-text-emphasis);
  --bs-alert-bg: var(--bs-rose-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-border-subtle);
  --bs-alert-link-color: var(--bs-rose-text-emphasis);
}

.alert-rose-10 {
  --bs-alert-color: var(--bs-rose-10-text-emphasis);
  --bs-alert-bg: var(--bs-rose-10-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-10-border-subtle);
  --bs-alert-link-color: var(--bs-rose-10-text-emphasis);
}

.alert-rose-25 {
  --bs-alert-color: var(--bs-rose-25-text-emphasis);
  --bs-alert-bg: var(--bs-rose-25-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-25-border-subtle);
  --bs-alert-link-color: var(--bs-rose-25-text-emphasis);
}

.alert-rose-50 {
  --bs-alert-color: var(--bs-rose-50-text-emphasis);
  --bs-alert-bg: var(--bs-rose-50-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-50-border-subtle);
  --bs-alert-link-color: var(--bs-rose-50-text-emphasis);
}

.alert-rose-100 {
  --bs-alert-color: var(--bs-rose-100-text-emphasis);
  --bs-alert-bg: var(--bs-rose-100-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-100-border-subtle);
  --bs-alert-link-color: var(--bs-rose-100-text-emphasis);
}

.alert-rose-200 {
  --bs-alert-color: var(--bs-rose-200-text-emphasis);
  --bs-alert-bg: var(--bs-rose-200-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-200-border-subtle);
  --bs-alert-link-color: var(--bs-rose-200-text-emphasis);
}

.alert-rose-300 {
  --bs-alert-color: var(--bs-rose-300-text-emphasis);
  --bs-alert-bg: var(--bs-rose-300-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-300-border-subtle);
  --bs-alert-link-color: var(--bs-rose-300-text-emphasis);
}

.alert-rose-400 {
  --bs-alert-color: var(--bs-rose-400-text-emphasis);
  --bs-alert-bg: var(--bs-rose-400-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-400-border-subtle);
  --bs-alert-link-color: var(--bs-rose-400-text-emphasis);
}

.alert-rose-500 {
  --bs-alert-color: var(--bs-rose-500-text-emphasis);
  --bs-alert-bg: var(--bs-rose-500-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-500-border-subtle);
  --bs-alert-link-color: var(--bs-rose-500-text-emphasis);
}

.alert-rose-600 {
  --bs-alert-color: var(--bs-rose-600-text-emphasis);
  --bs-alert-bg: var(--bs-rose-600-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-600-border-subtle);
  --bs-alert-link-color: var(--bs-rose-600-text-emphasis);
}

.alert-rose-700 {
  --bs-alert-color: var(--bs-rose-700-text-emphasis);
  --bs-alert-bg: var(--bs-rose-700-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-700-border-subtle);
  --bs-alert-link-color: var(--bs-rose-700-text-emphasis);
}

.alert-rose-800 {
  --bs-alert-color: var(--bs-rose-800-text-emphasis);
  --bs-alert-bg: var(--bs-rose-800-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-800-border-subtle);
  --bs-alert-link-color: var(--bs-rose-800-text-emphasis);
}

.alert-rose-900 {
  --bs-alert-color: var(--bs-rose-900-text-emphasis);
  --bs-alert-bg: var(--bs-rose-900-bg-subtle);
  --bs-alert-border-color: var(--bs-rose-900-border-subtle);
  --bs-alert-link-color: var(--bs-rose-900-text-emphasis);
}

.alert-pink {
  --bs-alert-color: var(--bs-pink-text-emphasis);
  --bs-alert-bg: var(--bs-pink-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-border-subtle);
  --bs-alert-link-color: var(--bs-pink-text-emphasis);
}

.alert-pink-10 {
  --bs-alert-color: var(--bs-pink-10-text-emphasis);
  --bs-alert-bg: var(--bs-pink-10-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-10-border-subtle);
  --bs-alert-link-color: var(--bs-pink-10-text-emphasis);
}

.alert-pink-25 {
  --bs-alert-color: var(--bs-pink-25-text-emphasis);
  --bs-alert-bg: var(--bs-pink-25-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-25-border-subtle);
  --bs-alert-link-color: var(--bs-pink-25-text-emphasis);
}

.alert-pink-50 {
  --bs-alert-color: var(--bs-pink-50-text-emphasis);
  --bs-alert-bg: var(--bs-pink-50-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-50-border-subtle);
  --bs-alert-link-color: var(--bs-pink-50-text-emphasis);
}

.alert-pink-100 {
  --bs-alert-color: var(--bs-pink-100-text-emphasis);
  --bs-alert-bg: var(--bs-pink-100-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-100-border-subtle);
  --bs-alert-link-color: var(--bs-pink-100-text-emphasis);
}

.alert-pink-200 {
  --bs-alert-color: var(--bs-pink-200-text-emphasis);
  --bs-alert-bg: var(--bs-pink-200-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-200-border-subtle);
  --bs-alert-link-color: var(--bs-pink-200-text-emphasis);
}

.alert-pink-300 {
  --bs-alert-color: var(--bs-pink-300-text-emphasis);
  --bs-alert-bg: var(--bs-pink-300-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-300-border-subtle);
  --bs-alert-link-color: var(--bs-pink-300-text-emphasis);
}

.alert-pink-400 {
  --bs-alert-color: var(--bs-pink-400-text-emphasis);
  --bs-alert-bg: var(--bs-pink-400-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-400-border-subtle);
  --bs-alert-link-color: var(--bs-pink-400-text-emphasis);
}

.alert-pink-500 {
  --bs-alert-color: var(--bs-pink-500-text-emphasis);
  --bs-alert-bg: var(--bs-pink-500-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-500-border-subtle);
  --bs-alert-link-color: var(--bs-pink-500-text-emphasis);
}

.alert-pink-600 {
  --bs-alert-color: var(--bs-pink-600-text-emphasis);
  --bs-alert-bg: var(--bs-pink-600-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-600-border-subtle);
  --bs-alert-link-color: var(--bs-pink-600-text-emphasis);
}

.alert-pink-700 {
  --bs-alert-color: var(--bs-pink-700-text-emphasis);
  --bs-alert-bg: var(--bs-pink-700-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-700-border-subtle);
  --bs-alert-link-color: var(--bs-pink-700-text-emphasis);
}

.alert-pink-800 {
  --bs-alert-color: var(--bs-pink-800-text-emphasis);
  --bs-alert-bg: var(--bs-pink-800-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-800-border-subtle);
  --bs-alert-link-color: var(--bs-pink-800-text-emphasis);
}

.alert-pink-900 {
  --bs-alert-color: var(--bs-pink-900-text-emphasis);
  --bs-alert-bg: var(--bs-pink-900-bg-subtle);
  --bs-alert-border-color: var(--bs-pink-900-border-subtle);
  --bs-alert-link-color: var(--bs-pink-900-text-emphasis);
}

.alert-orange {
  --bs-alert-color: var(--bs-orange-text-emphasis);
  --bs-alert-bg: var(--bs-orange-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-border-subtle);
  --bs-alert-link-color: var(--bs-orange-text-emphasis);
}

.alert-orange-10 {
  --bs-alert-color: var(--bs-orange-10-text-emphasis);
  --bs-alert-bg: var(--bs-orange-10-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-10-border-subtle);
  --bs-alert-link-color: var(--bs-orange-10-text-emphasis);
}

.alert-orange-25 {
  --bs-alert-color: var(--bs-orange-25-text-emphasis);
  --bs-alert-bg: var(--bs-orange-25-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-25-border-subtle);
  --bs-alert-link-color: var(--bs-orange-25-text-emphasis);
}

.alert-orange-50 {
  --bs-alert-color: var(--bs-orange-50-text-emphasis);
  --bs-alert-bg: var(--bs-orange-50-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-50-border-subtle);
  --bs-alert-link-color: var(--bs-orange-50-text-emphasis);
}

.alert-orange-100 {
  --bs-alert-color: var(--bs-orange-100-text-emphasis);
  --bs-alert-bg: var(--bs-orange-100-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-100-border-subtle);
  --bs-alert-link-color: var(--bs-orange-100-text-emphasis);
}

.alert-orange-200 {
  --bs-alert-color: var(--bs-orange-200-text-emphasis);
  --bs-alert-bg: var(--bs-orange-200-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-200-border-subtle);
  --bs-alert-link-color: var(--bs-orange-200-text-emphasis);
}

.alert-orange-300 {
  --bs-alert-color: var(--bs-orange-300-text-emphasis);
  --bs-alert-bg: var(--bs-orange-300-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-300-border-subtle);
  --bs-alert-link-color: var(--bs-orange-300-text-emphasis);
}

.alert-orange-400 {
  --bs-alert-color: var(--bs-orange-400-text-emphasis);
  --bs-alert-bg: var(--bs-orange-400-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-400-border-subtle);
  --bs-alert-link-color: var(--bs-orange-400-text-emphasis);
}

.alert-orange-500 {
  --bs-alert-color: var(--bs-orange-500-text-emphasis);
  --bs-alert-bg: var(--bs-orange-500-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-500-border-subtle);
  --bs-alert-link-color: var(--bs-orange-500-text-emphasis);
}

.alert-orange-600 {
  --bs-alert-color: var(--bs-orange-600-text-emphasis);
  --bs-alert-bg: var(--bs-orange-600-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-600-border-subtle);
  --bs-alert-link-color: var(--bs-orange-600-text-emphasis);
}

.alert-orange-700 {
  --bs-alert-color: var(--bs-orange-700-text-emphasis);
  --bs-alert-bg: var(--bs-orange-700-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-700-border-subtle);
  --bs-alert-link-color: var(--bs-orange-700-text-emphasis);
}

.alert-orange-800 {
  --bs-alert-color: var(--bs-orange-800-text-emphasis);
  --bs-alert-bg: var(--bs-orange-800-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-800-border-subtle);
  --bs-alert-link-color: var(--bs-orange-800-text-emphasis);
}

.alert-orange-900 {
  --bs-alert-color: var(--bs-orange-900-text-emphasis);
  --bs-alert-bg: var(--bs-orange-900-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-900-border-subtle);
  --bs-alert-link-color: var(--bs-orange-900-text-emphasis);
}

.alert-yellow {
  --bs-alert-color: var(--bs-yellow-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-text-emphasis);
}

.alert-yellow-10 {
  --bs-alert-color: var(--bs-yellow-10-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-10-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-10-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-10-text-emphasis);
}

.alert-yellow-25 {
  --bs-alert-color: var(--bs-yellow-25-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-25-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-25-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-25-text-emphasis);
}

.alert-yellow-50 {
  --bs-alert-color: var(--bs-yellow-50-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-50-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-50-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-50-text-emphasis);
}

.alert-yellow-100 {
  --bs-alert-color: var(--bs-yellow-100-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-100-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-100-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-100-text-emphasis);
}

.alert-yellow-200 {
  --bs-alert-color: var(--bs-yellow-200-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-200-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-200-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-200-text-emphasis);
}

.alert-yellow-300 {
  --bs-alert-color: var(--bs-yellow-300-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-300-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-300-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-300-text-emphasis);
}

.alert-yellow-400 {
  --bs-alert-color: var(--bs-yellow-400-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-400-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-400-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-400-text-emphasis);
}

.alert-yellow-500 {
  --bs-alert-color: var(--bs-yellow-500-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-500-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-500-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-500-text-emphasis);
}

.alert-yellow-600 {
  --bs-alert-color: var(--bs-yellow-600-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-600-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-600-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-600-text-emphasis);
}

.alert-yellow-700 {
  --bs-alert-color: var(--bs-yellow-700-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-700-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-700-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-700-text-emphasis);
}

.alert-yellow-800 {
  --bs-alert-color: var(--bs-yellow-800-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-800-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-800-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-800-text-emphasis);
}

.alert-yellow-900 {
  --bs-alert-color: var(--bs-yellow-900-text-emphasis);
  --bs-alert-bg: var(--bs-yellow-900-bg-subtle);
  --bs-alert-border-color: var(--bs-yellow-900-border-subtle);
  --bs-alert-link-color: var(--bs-yellow-900-text-emphasis);
}

.alert-green {
  --bs-alert-color: var(--bs-green-text-emphasis);
  --bs-alert-bg: var(--bs-green-bg-subtle);
  --bs-alert-border-color: var(--bs-green-border-subtle);
  --bs-alert-link-color: var(--bs-green-text-emphasis);
}

.alert-green-10 {
  --bs-alert-color: var(--bs-green-10-text-emphasis);
  --bs-alert-bg: var(--bs-green-10-bg-subtle);
  --bs-alert-border-color: var(--bs-green-10-border-subtle);
  --bs-alert-link-color: var(--bs-green-10-text-emphasis);
}

.alert-green-25 {
  --bs-alert-color: var(--bs-green-25-text-emphasis);
  --bs-alert-bg: var(--bs-green-25-bg-subtle);
  --bs-alert-border-color: var(--bs-green-25-border-subtle);
  --bs-alert-link-color: var(--bs-green-25-text-emphasis);
}

.alert-green-50 {
  --bs-alert-color: var(--bs-green-50-text-emphasis);
  --bs-alert-bg: var(--bs-green-50-bg-subtle);
  --bs-alert-border-color: var(--bs-green-50-border-subtle);
  --bs-alert-link-color: var(--bs-green-50-text-emphasis);
}

.alert-green-100 {
  --bs-alert-color: var(--bs-green-100-text-emphasis);
  --bs-alert-bg: var(--bs-green-100-bg-subtle);
  --bs-alert-border-color: var(--bs-green-100-border-subtle);
  --bs-alert-link-color: var(--bs-green-100-text-emphasis);
}

.alert-green-200 {
  --bs-alert-color: var(--bs-green-200-text-emphasis);
  --bs-alert-bg: var(--bs-green-200-bg-subtle);
  --bs-alert-border-color: var(--bs-green-200-border-subtle);
  --bs-alert-link-color: var(--bs-green-200-text-emphasis);
}

.alert-green-300 {
  --bs-alert-color: var(--bs-green-300-text-emphasis);
  --bs-alert-bg: var(--bs-green-300-bg-subtle);
  --bs-alert-border-color: var(--bs-green-300-border-subtle);
  --bs-alert-link-color: var(--bs-green-300-text-emphasis);
}

.alert-green-400 {
  --bs-alert-color: var(--bs-green-400-text-emphasis);
  --bs-alert-bg: var(--bs-green-400-bg-subtle);
  --bs-alert-border-color: var(--bs-green-400-border-subtle);
  --bs-alert-link-color: var(--bs-green-400-text-emphasis);
}

.alert-green-500 {
  --bs-alert-color: var(--bs-green-500-text-emphasis);
  --bs-alert-bg: var(--bs-green-500-bg-subtle);
  --bs-alert-border-color: var(--bs-green-500-border-subtle);
  --bs-alert-link-color: var(--bs-green-500-text-emphasis);
}

.alert-green-600 {
  --bs-alert-color: var(--bs-green-600-text-emphasis);
  --bs-alert-bg: var(--bs-green-600-bg-subtle);
  --bs-alert-border-color: var(--bs-green-600-border-subtle);
  --bs-alert-link-color: var(--bs-green-600-text-emphasis);
}

.alert-green-700 {
  --bs-alert-color: var(--bs-green-700-text-emphasis);
  --bs-alert-bg: var(--bs-green-700-bg-subtle);
  --bs-alert-border-color: var(--bs-green-700-border-subtle);
  --bs-alert-link-color: var(--bs-green-700-text-emphasis);
}

.alert-green-800 {
  --bs-alert-color: var(--bs-green-800-text-emphasis);
  --bs-alert-bg: var(--bs-green-800-bg-subtle);
  --bs-alert-border-color: var(--bs-green-800-border-subtle);
  --bs-alert-link-color: var(--bs-green-800-text-emphasis);
}

.alert-green-900 {
  --bs-alert-color: var(--bs-green-900-text-emphasis);
  --bs-alert-bg: var(--bs-green-900-bg-subtle);
  --bs-alert-border-color: var(--bs-green-900-border-subtle);
  --bs-alert-link-color: var(--bs-green-900-text-emphasis);
}

.alert-lime {
  --bs-alert-color: var(--bs-lime-text-emphasis);
  --bs-alert-bg: var(--bs-lime-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-border-subtle);
  --bs-alert-link-color: var(--bs-lime-text-emphasis);
}

.alert-lime-10 {
  --bs-alert-color: var(--bs-lime-10-text-emphasis);
  --bs-alert-bg: var(--bs-lime-10-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-10-border-subtle);
  --bs-alert-link-color: var(--bs-lime-10-text-emphasis);
}

.alert-lime-25 {
  --bs-alert-color: var(--bs-lime-25-text-emphasis);
  --bs-alert-bg: var(--bs-lime-25-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-25-border-subtle);
  --bs-alert-link-color: var(--bs-lime-25-text-emphasis);
}

.alert-lime-50 {
  --bs-alert-color: var(--bs-lime-50-text-emphasis);
  --bs-alert-bg: var(--bs-lime-50-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-50-border-subtle);
  --bs-alert-link-color: var(--bs-lime-50-text-emphasis);
}

.alert-lime-100 {
  --bs-alert-color: var(--bs-lime-100-text-emphasis);
  --bs-alert-bg: var(--bs-lime-100-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-100-border-subtle);
  --bs-alert-link-color: var(--bs-lime-100-text-emphasis);
}

.alert-lime-200 {
  --bs-alert-color: var(--bs-lime-200-text-emphasis);
  --bs-alert-bg: var(--bs-lime-200-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-200-border-subtle);
  --bs-alert-link-color: var(--bs-lime-200-text-emphasis);
}

.alert-lime-300 {
  --bs-alert-color: var(--bs-lime-300-text-emphasis);
  --bs-alert-bg: var(--bs-lime-300-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-300-border-subtle);
  --bs-alert-link-color: var(--bs-lime-300-text-emphasis);
}

.alert-lime-400 {
  --bs-alert-color: var(--bs-lime-400-text-emphasis);
  --bs-alert-bg: var(--bs-lime-400-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-400-border-subtle);
  --bs-alert-link-color: var(--bs-lime-400-text-emphasis);
}

.alert-lime-500 {
  --bs-alert-color: var(--bs-lime-500-text-emphasis);
  --bs-alert-bg: var(--bs-lime-500-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-500-border-subtle);
  --bs-alert-link-color: var(--bs-lime-500-text-emphasis);
}

.alert-lime-600 {
  --bs-alert-color: var(--bs-lime-600-text-emphasis);
  --bs-alert-bg: var(--bs-lime-600-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-600-border-subtle);
  --bs-alert-link-color: var(--bs-lime-600-text-emphasis);
}

.alert-lime-700 {
  --bs-alert-color: var(--bs-lime-700-text-emphasis);
  --bs-alert-bg: var(--bs-lime-700-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-700-border-subtle);
  --bs-alert-link-color: var(--bs-lime-700-text-emphasis);
}

.alert-lime-800 {
  --bs-alert-color: var(--bs-lime-800-text-emphasis);
  --bs-alert-bg: var(--bs-lime-800-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-800-border-subtle);
  --bs-alert-link-color: var(--bs-lime-800-text-emphasis);
}

.alert-lime-900 {
  --bs-alert-color: var(--bs-lime-900-text-emphasis);
  --bs-alert-bg: var(--bs-lime-900-bg-subtle);
  --bs-alert-border-color: var(--bs-lime-900-border-subtle);
  --bs-alert-link-color: var(--bs-lime-900-text-emphasis);
}

.alert-teal {
  --bs-alert-color: var(--bs-teal-text-emphasis);
  --bs-alert-bg: var(--bs-teal-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-border-subtle);
  --bs-alert-link-color: var(--bs-teal-text-emphasis);
}

.alert-teal-10 {
  --bs-alert-color: var(--bs-teal-10-text-emphasis);
  --bs-alert-bg: var(--bs-teal-10-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-10-border-subtle);
  --bs-alert-link-color: var(--bs-teal-10-text-emphasis);
}

.alert-teal-25 {
  --bs-alert-color: var(--bs-teal-25-text-emphasis);
  --bs-alert-bg: var(--bs-teal-25-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-25-border-subtle);
  --bs-alert-link-color: var(--bs-teal-25-text-emphasis);
}

.alert-teal-50 {
  --bs-alert-color: var(--bs-teal-50-text-emphasis);
  --bs-alert-bg: var(--bs-teal-50-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-50-border-subtle);
  --bs-alert-link-color: var(--bs-teal-50-text-emphasis);
}

.alert-teal-100 {
  --bs-alert-color: var(--bs-teal-100-text-emphasis);
  --bs-alert-bg: var(--bs-teal-100-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-100-border-subtle);
  --bs-alert-link-color: var(--bs-teal-100-text-emphasis);
}

.alert-teal-200 {
  --bs-alert-color: var(--bs-teal-200-text-emphasis);
  --bs-alert-bg: var(--bs-teal-200-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-200-border-subtle);
  --bs-alert-link-color: var(--bs-teal-200-text-emphasis);
}

.alert-teal-300 {
  --bs-alert-color: var(--bs-teal-300-text-emphasis);
  --bs-alert-bg: var(--bs-teal-300-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-300-border-subtle);
  --bs-alert-link-color: var(--bs-teal-300-text-emphasis);
}

.alert-teal-400 {
  --bs-alert-color: var(--bs-teal-400-text-emphasis);
  --bs-alert-bg: var(--bs-teal-400-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-400-border-subtle);
  --bs-alert-link-color: var(--bs-teal-400-text-emphasis);
}

.alert-teal-500 {
  --bs-alert-color: var(--bs-teal-500-text-emphasis);
  --bs-alert-bg: var(--bs-teal-500-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-500-border-subtle);
  --bs-alert-link-color: var(--bs-teal-500-text-emphasis);
}

.alert-teal-600 {
  --bs-alert-color: var(--bs-teal-600-text-emphasis);
  --bs-alert-bg: var(--bs-teal-600-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-600-border-subtle);
  --bs-alert-link-color: var(--bs-teal-600-text-emphasis);
}

.alert-teal-700 {
  --bs-alert-color: var(--bs-teal-700-text-emphasis);
  --bs-alert-bg: var(--bs-teal-700-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-700-border-subtle);
  --bs-alert-link-color: var(--bs-teal-700-text-emphasis);
}

.alert-teal-800 {
  --bs-alert-color: var(--bs-teal-800-text-emphasis);
  --bs-alert-bg: var(--bs-teal-800-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-800-border-subtle);
  --bs-alert-link-color: var(--bs-teal-800-text-emphasis);
}

.alert-teal-900 {
  --bs-alert-color: var(--bs-teal-900-text-emphasis);
  --bs-alert-bg: var(--bs-teal-900-bg-subtle);
  --bs-alert-border-color: var(--bs-teal-900-border-subtle);
  --bs-alert-link-color: var(--bs-teal-900-text-emphasis);
}

.alert-cyan {
  --bs-alert-color: var(--bs-cyan-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-text-emphasis);
}

.alert-cyan-10 {
  --bs-alert-color: var(--bs-cyan-10-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-10-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-10-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-10-text-emphasis);
}

.alert-cyan-25 {
  --bs-alert-color: var(--bs-cyan-25-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-25-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-25-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-25-text-emphasis);
}

.alert-cyan-50 {
  --bs-alert-color: var(--bs-cyan-50-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-50-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-50-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-50-text-emphasis);
}

.alert-cyan-100 {
  --bs-alert-color: var(--bs-cyan-100-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-100-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-100-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-100-text-emphasis);
}

.alert-cyan-200 {
  --bs-alert-color: var(--bs-cyan-200-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-200-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-200-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-200-text-emphasis);
}

.alert-cyan-300 {
  --bs-alert-color: var(--bs-cyan-300-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-300-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-300-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-300-text-emphasis);
}

.alert-cyan-400 {
  --bs-alert-color: var(--bs-cyan-400-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-400-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-400-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-400-text-emphasis);
}

.alert-cyan-500 {
  --bs-alert-color: var(--bs-cyan-500-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-500-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-500-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-500-text-emphasis);
}

.alert-cyan-600 {
  --bs-alert-color: var(--bs-cyan-600-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-600-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-600-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-600-text-emphasis);
}

.alert-cyan-700 {
  --bs-alert-color: var(--bs-cyan-700-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-700-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-700-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-700-text-emphasis);
}

.alert-cyan-800 {
  --bs-alert-color: var(--bs-cyan-800-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-800-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-800-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-800-text-emphasis);
}

.alert-cyan-900 {
  --bs-alert-color: var(--bs-cyan-900-text-emphasis);
  --bs-alert-bg: var(--bs-cyan-900-bg-subtle);
  --bs-alert-border-color: var(--bs-cyan-900-border-subtle);
  --bs-alert-link-color: var(--bs-cyan-900-text-emphasis);
}

.alert-tertiary {
  --bs-alert-color: var(--bs-tertiary-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
}

.alert-tertiary-10 {
  --bs-alert-color: var(--bs-tertiary-10-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-10-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-10-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-10-text-emphasis);
}

.alert-tertiary-25 {
  --bs-alert-color: var(--bs-tertiary-25-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-25-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-25-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-25-text-emphasis);
}

.alert-tertiary-50 {
  --bs-alert-color: var(--bs-tertiary-50-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-50-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-50-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-50-text-emphasis);
}

.alert-tertiary-100 {
  --bs-alert-color: var(--bs-tertiary-100-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-100-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-100-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-100-text-emphasis);
}

.alert-tertiary-200 {
  --bs-alert-color: var(--bs-tertiary-200-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-200-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-200-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-200-text-emphasis);
}

.alert-tertiary-300 {
  --bs-alert-color: var(--bs-tertiary-300-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-300-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-300-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-300-text-emphasis);
}

.alert-tertiary-400 {
  --bs-alert-color: var(--bs-tertiary-400-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-400-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-400-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-400-text-emphasis);
}

.alert-tertiary-500 {
  --bs-alert-color: var(--bs-tertiary-500-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-500-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-500-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-500-text-emphasis);
}

.alert-tertiary-600 {
  --bs-alert-color: var(--bs-tertiary-600-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-600-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-600-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-600-text-emphasis);
}

.alert-tertiary-700 {
  --bs-alert-color: var(--bs-tertiary-700-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-700-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-700-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-700-text-emphasis);
}

.alert-tertiary-800 {
  --bs-alert-color: var(--bs-tertiary-800-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-800-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-800-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-800-text-emphasis);
}

.alert-tertiary-900 {
  --bs-alert-color: var(--bs-tertiary-900-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-900-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-900-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-900-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 459px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

.list-group-item-gray-10 {
  --bs-list-group-color: var(--bs-gray-10-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-10-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-10-text-emphasis);
}

.list-group-item-gray-25 {
  --bs-list-group-color: var(--bs-gray-25-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-25-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-25-text-emphasis);
}

.list-group-item-gray-50 {
  --bs-list-group-color: var(--bs-gray-50-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-50-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-50-text-emphasis);
}

.list-group-item-gray-100 {
  --bs-list-group-color: var(--bs-gray-100-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-100-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-100-text-emphasis);
}

.list-group-item-gray-200 {
  --bs-list-group-color: var(--bs-gray-200-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-200-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-200-text-emphasis);
}

.list-group-item-gray-300 {
  --bs-list-group-color: var(--bs-gray-300-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-300-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-300-text-emphasis);
}

.list-group-item-gray-400 {
  --bs-list-group-color: var(--bs-gray-400-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-400-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-400-text-emphasis);
}

.list-group-item-gray-500 {
  --bs-list-group-color: var(--bs-gray-500-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-500-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-500-text-emphasis);
}

.list-group-item-gray-600 {
  --bs-list-group-color: var(--bs-gray-600-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-600-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-600-text-emphasis);
}

.list-group-item-gray-700 {
  --bs-list-group-color: var(--bs-gray-700-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-700-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-700-text-emphasis);
}

.list-group-item-gray-800 {
  --bs-list-group-color: var(--bs-gray-800-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-800-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-800-text-emphasis);
}

.list-group-item-gray-900 {
  --bs-list-group-color: var(--bs-gray-900-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-900-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-900-text-emphasis);
}

.list-group-item-slate {
  --bs-list-group-color: var(--bs-slate-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-text-emphasis);
}

.list-group-item-slate-10 {
  --bs-list-group-color: var(--bs-slate-10-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-10-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-10-text-emphasis);
}

.list-group-item-slate-25 {
  --bs-list-group-color: var(--bs-slate-25-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-25-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-25-text-emphasis);
}

.list-group-item-slate-50 {
  --bs-list-group-color: var(--bs-slate-50-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-50-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-50-text-emphasis);
}

.list-group-item-slate-100 {
  --bs-list-group-color: var(--bs-slate-100-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-100-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-100-text-emphasis);
}

.list-group-item-slate-200 {
  --bs-list-group-color: var(--bs-slate-200-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-200-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-200-text-emphasis);
}

.list-group-item-slate-300 {
  --bs-list-group-color: var(--bs-slate-300-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-300-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-300-text-emphasis);
}

.list-group-item-slate-400 {
  --bs-list-group-color: var(--bs-slate-400-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-400-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-400-text-emphasis);
}

.list-group-item-slate-500 {
  --bs-list-group-color: var(--bs-slate-500-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-500-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-500-text-emphasis);
}

.list-group-item-slate-600 {
  --bs-list-group-color: var(--bs-slate-600-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-600-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-600-text-emphasis);
}

.list-group-item-slate-700 {
  --bs-list-group-color: var(--bs-slate-700-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-700-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-700-text-emphasis);
}

.list-group-item-slate-800 {
  --bs-list-group-color: var(--bs-slate-800-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-800-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-800-text-emphasis);
}

.list-group-item-slate-900 {
  --bs-list-group-color: var(--bs-slate-900-text-emphasis);
  --bs-list-group-bg: var(--bs-slate-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-slate-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-slate-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-slate-900-border-subtle);
  --bs-list-group-active-color: var(--bs-slate-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-slate-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-slate-900-text-emphasis);
}

.list-group-item-primary-10 {
  --bs-list-group-color: var(--bs-primary-10-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-10-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-10-text-emphasis);
}

.list-group-item-primary-25 {
  --bs-list-group-color: var(--bs-primary-25-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-25-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-25-text-emphasis);
}

.list-group-item-primary-50 {
  --bs-list-group-color: var(--bs-primary-50-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-50-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-50-text-emphasis);
}

.list-group-item-primary-100 {
  --bs-list-group-color: var(--bs-primary-100-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-100-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-100-text-emphasis);
}

.list-group-item-primary-200 {
  --bs-list-group-color: var(--bs-primary-200-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-200-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-200-text-emphasis);
}

.list-group-item-primary-300 {
  --bs-list-group-color: var(--bs-primary-300-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-300-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-300-text-emphasis);
}

.list-group-item-primary-400 {
  --bs-list-group-color: var(--bs-primary-400-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-400-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-400-text-emphasis);
}

.list-group-item-primary-500 {
  --bs-list-group-color: var(--bs-primary-500-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-500-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-500-text-emphasis);
}

.list-group-item-primary-600 {
  --bs-list-group-color: var(--bs-primary-600-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-600-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-600-text-emphasis);
}

.list-group-item-primary-700 {
  --bs-list-group-color: var(--bs-primary-700-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-700-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-700-text-emphasis);
}

.list-group-item-primary-800 {
  --bs-list-group-color: var(--bs-primary-800-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-800-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-800-text-emphasis);
}

.list-group-item-primary-900 {
  --bs-list-group-color: var(--bs-primary-900-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-900-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-900-text-emphasis);
}

.list-group-item-secondary-10 {
  --bs-list-group-color: var(--bs-secondary-10-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-10-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-10-text-emphasis);
}

.list-group-item-secondary-25 {
  --bs-list-group-color: var(--bs-secondary-25-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-25-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-25-text-emphasis);
}

.list-group-item-secondary-50 {
  --bs-list-group-color: var(--bs-secondary-50-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-50-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-50-text-emphasis);
}

.list-group-item-secondary-100 {
  --bs-list-group-color: var(--bs-secondary-100-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-100-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-100-text-emphasis);
}

.list-group-item-secondary-200 {
  --bs-list-group-color: var(--bs-secondary-200-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-200-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-200-text-emphasis);
}

.list-group-item-secondary-300 {
  --bs-list-group-color: var(--bs-secondary-300-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-300-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-300-text-emphasis);
}

.list-group-item-secondary-400 {
  --bs-list-group-color: var(--bs-secondary-400-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-400-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-400-text-emphasis);
}

.list-group-item-secondary-500 {
  --bs-list-group-color: var(--bs-secondary-500-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-500-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-500-text-emphasis);
}

.list-group-item-secondary-600 {
  --bs-list-group-color: var(--bs-secondary-600-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-600-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-600-text-emphasis);
}

.list-group-item-secondary-700 {
  --bs-list-group-color: var(--bs-secondary-700-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-700-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-700-text-emphasis);
}

.list-group-item-secondary-800 {
  --bs-list-group-color: var(--bs-secondary-800-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-800-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-800-text-emphasis);
}

.list-group-item-secondary-900 {
  --bs-list-group-color: var(--bs-secondary-900-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-900-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-900-text-emphasis);
}

.list-group-item-info-10 {
  --bs-list-group-color: var(--bs-info-10-text-emphasis);
  --bs-list-group-bg: var(--bs-info-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-10-border-subtle);
  --bs-list-group-active-color: var(--bs-info-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-10-text-emphasis);
}

.list-group-item-info-25 {
  --bs-list-group-color: var(--bs-info-25-text-emphasis);
  --bs-list-group-bg: var(--bs-info-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-25-border-subtle);
  --bs-list-group-active-color: var(--bs-info-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-25-text-emphasis);
}

.list-group-item-info-50 {
  --bs-list-group-color: var(--bs-info-50-text-emphasis);
  --bs-list-group-bg: var(--bs-info-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-50-border-subtle);
  --bs-list-group-active-color: var(--bs-info-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-50-text-emphasis);
}

.list-group-item-info-100 {
  --bs-list-group-color: var(--bs-info-100-text-emphasis);
  --bs-list-group-bg: var(--bs-info-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-100-border-subtle);
  --bs-list-group-active-color: var(--bs-info-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-100-text-emphasis);
}

.list-group-item-info-200 {
  --bs-list-group-color: var(--bs-info-200-text-emphasis);
  --bs-list-group-bg: var(--bs-info-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-200-border-subtle);
  --bs-list-group-active-color: var(--bs-info-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-200-text-emphasis);
}

.list-group-item-info-300 {
  --bs-list-group-color: var(--bs-info-300-text-emphasis);
  --bs-list-group-bg: var(--bs-info-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-300-border-subtle);
  --bs-list-group-active-color: var(--bs-info-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-300-text-emphasis);
}

.list-group-item-info-400 {
  --bs-list-group-color: var(--bs-info-400-text-emphasis);
  --bs-list-group-bg: var(--bs-info-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-400-border-subtle);
  --bs-list-group-active-color: var(--bs-info-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-400-text-emphasis);
}

.list-group-item-info-500 {
  --bs-list-group-color: var(--bs-info-500-text-emphasis);
  --bs-list-group-bg: var(--bs-info-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-500-border-subtle);
  --bs-list-group-active-color: var(--bs-info-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-500-text-emphasis);
}

.list-group-item-info-600 {
  --bs-list-group-color: var(--bs-info-600-text-emphasis);
  --bs-list-group-bg: var(--bs-info-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-600-border-subtle);
  --bs-list-group-active-color: var(--bs-info-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-600-text-emphasis);
}

.list-group-item-info-700 {
  --bs-list-group-color: var(--bs-info-700-text-emphasis);
  --bs-list-group-bg: var(--bs-info-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-700-border-subtle);
  --bs-list-group-active-color: var(--bs-info-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-700-text-emphasis);
}

.list-group-item-info-800 {
  --bs-list-group-color: var(--bs-info-800-text-emphasis);
  --bs-list-group-bg: var(--bs-info-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-800-border-subtle);
  --bs-list-group-active-color: var(--bs-info-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-800-text-emphasis);
}

.list-group-item-info-900 {
  --bs-list-group-color: var(--bs-info-900-text-emphasis);
  --bs-list-group-bg: var(--bs-info-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-900-border-subtle);
  --bs-list-group-active-color: var(--bs-info-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-900-text-emphasis);
}

.list-group-item-success-10 {
  --bs-list-group-color: var(--bs-success-10-text-emphasis);
  --bs-list-group-bg: var(--bs-success-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-10-border-subtle);
  --bs-list-group-active-color: var(--bs-success-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-10-text-emphasis);
}

.list-group-item-success-25 {
  --bs-list-group-color: var(--bs-success-25-text-emphasis);
  --bs-list-group-bg: var(--bs-success-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-25-border-subtle);
  --bs-list-group-active-color: var(--bs-success-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-25-text-emphasis);
}

.list-group-item-success-50 {
  --bs-list-group-color: var(--bs-success-50-text-emphasis);
  --bs-list-group-bg: var(--bs-success-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-50-border-subtle);
  --bs-list-group-active-color: var(--bs-success-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-50-text-emphasis);
}

.list-group-item-success-100 {
  --bs-list-group-color: var(--bs-success-100-text-emphasis);
  --bs-list-group-bg: var(--bs-success-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-100-border-subtle);
  --bs-list-group-active-color: var(--bs-success-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-100-text-emphasis);
}

.list-group-item-success-200 {
  --bs-list-group-color: var(--bs-success-200-text-emphasis);
  --bs-list-group-bg: var(--bs-success-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-200-border-subtle);
  --bs-list-group-active-color: var(--bs-success-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-200-text-emphasis);
}

.list-group-item-success-300 {
  --bs-list-group-color: var(--bs-success-300-text-emphasis);
  --bs-list-group-bg: var(--bs-success-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-300-border-subtle);
  --bs-list-group-active-color: var(--bs-success-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-300-text-emphasis);
}

.list-group-item-success-400 {
  --bs-list-group-color: var(--bs-success-400-text-emphasis);
  --bs-list-group-bg: var(--bs-success-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-400-border-subtle);
  --bs-list-group-active-color: var(--bs-success-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-400-text-emphasis);
}

.list-group-item-success-500 {
  --bs-list-group-color: var(--bs-success-500-text-emphasis);
  --bs-list-group-bg: var(--bs-success-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-500-border-subtle);
  --bs-list-group-active-color: var(--bs-success-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-500-text-emphasis);
}

.list-group-item-success-600 {
  --bs-list-group-color: var(--bs-success-600-text-emphasis);
  --bs-list-group-bg: var(--bs-success-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-600-border-subtle);
  --bs-list-group-active-color: var(--bs-success-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-600-text-emphasis);
}

.list-group-item-success-700 {
  --bs-list-group-color: var(--bs-success-700-text-emphasis);
  --bs-list-group-bg: var(--bs-success-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-700-border-subtle);
  --bs-list-group-active-color: var(--bs-success-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-700-text-emphasis);
}

.list-group-item-success-800 {
  --bs-list-group-color: var(--bs-success-800-text-emphasis);
  --bs-list-group-bg: var(--bs-success-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-800-border-subtle);
  --bs-list-group-active-color: var(--bs-success-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-800-text-emphasis);
}

.list-group-item-success-900 {
  --bs-list-group-color: var(--bs-success-900-text-emphasis);
  --bs-list-group-bg: var(--bs-success-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-900-border-subtle);
  --bs-list-group-active-color: var(--bs-success-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-900-text-emphasis);
}

.list-group-item-warning-10 {
  --bs-list-group-color: var(--bs-warning-10-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-10-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-10-text-emphasis);
}

.list-group-item-warning-25 {
  --bs-list-group-color: var(--bs-warning-25-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-25-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-25-text-emphasis);
}

.list-group-item-warning-50 {
  --bs-list-group-color: var(--bs-warning-50-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-50-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-50-text-emphasis);
}

.list-group-item-warning-100 {
  --bs-list-group-color: var(--bs-warning-100-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-100-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-100-text-emphasis);
}

.list-group-item-warning-200 {
  --bs-list-group-color: var(--bs-warning-200-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-200-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-200-text-emphasis);
}

.list-group-item-warning-300 {
  --bs-list-group-color: var(--bs-warning-300-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-300-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-300-text-emphasis);
}

.list-group-item-warning-400 {
  --bs-list-group-color: var(--bs-warning-400-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-400-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-400-text-emphasis);
}

.list-group-item-warning-500 {
  --bs-list-group-color: var(--bs-warning-500-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-500-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-500-text-emphasis);
}

.list-group-item-warning-600 {
  --bs-list-group-color: var(--bs-warning-600-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-600-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-600-text-emphasis);
}

.list-group-item-warning-700 {
  --bs-list-group-color: var(--bs-warning-700-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-700-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-700-text-emphasis);
}

.list-group-item-warning-800 {
  --bs-list-group-color: var(--bs-warning-800-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-800-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-800-text-emphasis);
}

.list-group-item-warning-900 {
  --bs-list-group-color: var(--bs-warning-900-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-900-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-900-text-emphasis);
}

.list-group-item-danger-10 {
  --bs-list-group-color: var(--bs-danger-10-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-10-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-10-text-emphasis);
}

.list-group-item-danger-25 {
  --bs-list-group-color: var(--bs-danger-25-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-25-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-25-text-emphasis);
}

.list-group-item-danger-50 {
  --bs-list-group-color: var(--bs-danger-50-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-50-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-50-text-emphasis);
}

.list-group-item-danger-100 {
  --bs-list-group-color: var(--bs-danger-100-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-100-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-100-text-emphasis);
}

.list-group-item-danger-200 {
  --bs-list-group-color: var(--bs-danger-200-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-200-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-200-text-emphasis);
}

.list-group-item-danger-300 {
  --bs-list-group-color: var(--bs-danger-300-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-300-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-300-text-emphasis);
}

.list-group-item-danger-400 {
  --bs-list-group-color: var(--bs-danger-400-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-400-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-400-text-emphasis);
}

.list-group-item-danger-500 {
  --bs-list-group-color: var(--bs-danger-500-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-500-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-500-text-emphasis);
}

.list-group-item-danger-600 {
  --bs-list-group-color: var(--bs-danger-600-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-600-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-600-text-emphasis);
}

.list-group-item-danger-700 {
  --bs-list-group-color: var(--bs-danger-700-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-700-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-700-text-emphasis);
}

.list-group-item-danger-800 {
  --bs-list-group-color: var(--bs-danger-800-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-800-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-800-text-emphasis);
}

.list-group-item-danger-900 {
  --bs-list-group-color: var(--bs-danger-900-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-900-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-900-text-emphasis);
}

.list-group-item-blue {
  --bs-list-group-color: var(--bs-blue-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-text-emphasis);
}

.list-group-item-blue-10 {
  --bs-list-group-color: var(--bs-blue-10-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-10-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-10-text-emphasis);
}

.list-group-item-blue-25 {
  --bs-list-group-color: var(--bs-blue-25-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-25-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-25-text-emphasis);
}

.list-group-item-blue-50 {
  --bs-list-group-color: var(--bs-blue-50-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-50-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-50-text-emphasis);
}

.list-group-item-blue-100 {
  --bs-list-group-color: var(--bs-blue-100-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-100-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-100-text-emphasis);
}

.list-group-item-blue-200 {
  --bs-list-group-color: var(--bs-blue-200-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-200-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-200-text-emphasis);
}

.list-group-item-blue-300 {
  --bs-list-group-color: var(--bs-blue-300-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-300-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-300-text-emphasis);
}

.list-group-item-blue-400 {
  --bs-list-group-color: var(--bs-blue-400-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-400-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-400-text-emphasis);
}

.list-group-item-blue-500 {
  --bs-list-group-color: var(--bs-blue-500-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-500-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-500-text-emphasis);
}

.list-group-item-blue-600 {
  --bs-list-group-color: var(--bs-blue-600-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-600-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-600-text-emphasis);
}

.list-group-item-blue-700 {
  --bs-list-group-color: var(--bs-blue-700-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-700-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-700-text-emphasis);
}

.list-group-item-blue-800 {
  --bs-list-group-color: var(--bs-blue-800-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-800-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-800-text-emphasis);
}

.list-group-item-blue-900 {
  --bs-list-group-color: var(--bs-blue-900-text-emphasis);
  --bs-list-group-bg: var(--bs-blue-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-blue-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-blue-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-blue-900-border-subtle);
  --bs-list-group-active-color: var(--bs-blue-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-blue-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-blue-900-text-emphasis);
}

.list-group-item-indigo {
  --bs-list-group-color: var(--bs-indigo-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-text-emphasis);
}

.list-group-item-indigo-10 {
  --bs-list-group-color: var(--bs-indigo-10-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-10-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-10-text-emphasis);
}

.list-group-item-indigo-25 {
  --bs-list-group-color: var(--bs-indigo-25-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-25-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-25-text-emphasis);
}

.list-group-item-indigo-50 {
  --bs-list-group-color: var(--bs-indigo-50-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-50-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-50-text-emphasis);
}

.list-group-item-indigo-100 {
  --bs-list-group-color: var(--bs-indigo-100-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-100-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-100-text-emphasis);
}

.list-group-item-indigo-200 {
  --bs-list-group-color: var(--bs-indigo-200-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-200-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-200-text-emphasis);
}

.list-group-item-indigo-300 {
  --bs-list-group-color: var(--bs-indigo-300-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-300-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-300-text-emphasis);
}

.list-group-item-indigo-400 {
  --bs-list-group-color: var(--bs-indigo-400-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-400-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-400-text-emphasis);
}

.list-group-item-indigo-500 {
  --bs-list-group-color: var(--bs-indigo-500-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-500-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-500-text-emphasis);
}

.list-group-item-indigo-600 {
  --bs-list-group-color: var(--bs-indigo-600-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-600-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-600-text-emphasis);
}

.list-group-item-indigo-700 {
  --bs-list-group-color: var(--bs-indigo-700-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-700-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-700-text-emphasis);
}

.list-group-item-indigo-800 {
  --bs-list-group-color: var(--bs-indigo-800-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-800-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-800-text-emphasis);
}

.list-group-item-indigo-900 {
  --bs-list-group-color: var(--bs-indigo-900-text-emphasis);
  --bs-list-group-bg: var(--bs-indigo-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-indigo-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-indigo-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-indigo-900-border-subtle);
  --bs-list-group-active-color: var(--bs-indigo-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-indigo-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-indigo-900-text-emphasis);
}

.list-group-item-purple {
  --bs-list-group-color: var(--bs-purple-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-text-emphasis);
}

.list-group-item-purple-10 {
  --bs-list-group-color: var(--bs-purple-10-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-10-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-10-text-emphasis);
}

.list-group-item-purple-25 {
  --bs-list-group-color: var(--bs-purple-25-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-25-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-25-text-emphasis);
}

.list-group-item-purple-50 {
  --bs-list-group-color: var(--bs-purple-50-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-50-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-50-text-emphasis);
}

.list-group-item-purple-100 {
  --bs-list-group-color: var(--bs-purple-100-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-100-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-100-text-emphasis);
}

.list-group-item-purple-200 {
  --bs-list-group-color: var(--bs-purple-200-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-200-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-200-text-emphasis);
}

.list-group-item-purple-300 {
  --bs-list-group-color: var(--bs-purple-300-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-300-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-300-text-emphasis);
}

.list-group-item-purple-400 {
  --bs-list-group-color: var(--bs-purple-400-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-400-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-400-text-emphasis);
}

.list-group-item-purple-500 {
  --bs-list-group-color: var(--bs-purple-500-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-500-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-500-text-emphasis);
}

.list-group-item-purple-600 {
  --bs-list-group-color: var(--bs-purple-600-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-600-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-600-text-emphasis);
}

.list-group-item-purple-700 {
  --bs-list-group-color: var(--bs-purple-700-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-700-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-700-text-emphasis);
}

.list-group-item-purple-800 {
  --bs-list-group-color: var(--bs-purple-800-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-800-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-800-text-emphasis);
}

.list-group-item-purple-900 {
  --bs-list-group-color: var(--bs-purple-900-text-emphasis);
  --bs-list-group-bg: var(--bs-purple-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-purple-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-purple-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-purple-900-border-subtle);
  --bs-list-group-active-color: var(--bs-purple-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-purple-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-purple-900-text-emphasis);
}

.list-group-item-red {
  --bs-list-group-color: var(--bs-red-text-emphasis);
  --bs-list-group-bg: var(--bs-red-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-border-subtle);
  --bs-list-group-active-color: var(--bs-red-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-text-emphasis);
}

.list-group-item-red-10 {
  --bs-list-group-color: var(--bs-red-10-text-emphasis);
  --bs-list-group-bg: var(--bs-red-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-10-border-subtle);
  --bs-list-group-active-color: var(--bs-red-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-10-text-emphasis);
}

.list-group-item-red-25 {
  --bs-list-group-color: var(--bs-red-25-text-emphasis);
  --bs-list-group-bg: var(--bs-red-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-25-border-subtle);
  --bs-list-group-active-color: var(--bs-red-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-25-text-emphasis);
}

.list-group-item-red-50 {
  --bs-list-group-color: var(--bs-red-50-text-emphasis);
  --bs-list-group-bg: var(--bs-red-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-50-border-subtle);
  --bs-list-group-active-color: var(--bs-red-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-50-text-emphasis);
}

.list-group-item-red-100 {
  --bs-list-group-color: var(--bs-red-100-text-emphasis);
  --bs-list-group-bg: var(--bs-red-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-100-border-subtle);
  --bs-list-group-active-color: var(--bs-red-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-100-text-emphasis);
}

.list-group-item-red-200 {
  --bs-list-group-color: var(--bs-red-200-text-emphasis);
  --bs-list-group-bg: var(--bs-red-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-200-border-subtle);
  --bs-list-group-active-color: var(--bs-red-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-200-text-emphasis);
}

.list-group-item-red-300 {
  --bs-list-group-color: var(--bs-red-300-text-emphasis);
  --bs-list-group-bg: var(--bs-red-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-300-border-subtle);
  --bs-list-group-active-color: var(--bs-red-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-300-text-emphasis);
}

.list-group-item-red-400 {
  --bs-list-group-color: var(--bs-red-400-text-emphasis);
  --bs-list-group-bg: var(--bs-red-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-400-border-subtle);
  --bs-list-group-active-color: var(--bs-red-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-400-text-emphasis);
}

.list-group-item-red-500 {
  --bs-list-group-color: var(--bs-red-500-text-emphasis);
  --bs-list-group-bg: var(--bs-red-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-500-border-subtle);
  --bs-list-group-active-color: var(--bs-red-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-500-text-emphasis);
}

.list-group-item-red-600 {
  --bs-list-group-color: var(--bs-red-600-text-emphasis);
  --bs-list-group-bg: var(--bs-red-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-600-border-subtle);
  --bs-list-group-active-color: var(--bs-red-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-600-text-emphasis);
}

.list-group-item-red-700 {
  --bs-list-group-color: var(--bs-red-700-text-emphasis);
  --bs-list-group-bg: var(--bs-red-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-700-border-subtle);
  --bs-list-group-active-color: var(--bs-red-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-700-text-emphasis);
}

.list-group-item-red-800 {
  --bs-list-group-color: var(--bs-red-800-text-emphasis);
  --bs-list-group-bg: var(--bs-red-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-800-border-subtle);
  --bs-list-group-active-color: var(--bs-red-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-800-text-emphasis);
}

.list-group-item-red-900 {
  --bs-list-group-color: var(--bs-red-900-text-emphasis);
  --bs-list-group-bg: var(--bs-red-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-900-border-subtle);
  --bs-list-group-active-color: var(--bs-red-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-900-text-emphasis);
}

.list-group-item-rose {
  --bs-list-group-color: var(--bs-rose-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-text-emphasis);
}

.list-group-item-rose-10 {
  --bs-list-group-color: var(--bs-rose-10-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-10-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-10-text-emphasis);
}

.list-group-item-rose-25 {
  --bs-list-group-color: var(--bs-rose-25-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-25-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-25-text-emphasis);
}

.list-group-item-rose-50 {
  --bs-list-group-color: var(--bs-rose-50-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-50-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-50-text-emphasis);
}

.list-group-item-rose-100 {
  --bs-list-group-color: var(--bs-rose-100-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-100-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-100-text-emphasis);
}

.list-group-item-rose-200 {
  --bs-list-group-color: var(--bs-rose-200-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-200-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-200-text-emphasis);
}

.list-group-item-rose-300 {
  --bs-list-group-color: var(--bs-rose-300-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-300-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-300-text-emphasis);
}

.list-group-item-rose-400 {
  --bs-list-group-color: var(--bs-rose-400-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-400-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-400-text-emphasis);
}

.list-group-item-rose-500 {
  --bs-list-group-color: var(--bs-rose-500-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-500-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-500-text-emphasis);
}

.list-group-item-rose-600 {
  --bs-list-group-color: var(--bs-rose-600-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-600-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-600-text-emphasis);
}

.list-group-item-rose-700 {
  --bs-list-group-color: var(--bs-rose-700-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-700-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-700-text-emphasis);
}

.list-group-item-rose-800 {
  --bs-list-group-color: var(--bs-rose-800-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-800-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-800-text-emphasis);
}

.list-group-item-rose-900 {
  --bs-list-group-color: var(--bs-rose-900-text-emphasis);
  --bs-list-group-bg: var(--bs-rose-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-rose-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-rose-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-rose-900-border-subtle);
  --bs-list-group-active-color: var(--bs-rose-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-rose-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-rose-900-text-emphasis);
}

.list-group-item-pink {
  --bs-list-group-color: var(--bs-pink-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-text-emphasis);
}

.list-group-item-pink-10 {
  --bs-list-group-color: var(--bs-pink-10-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-10-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-10-text-emphasis);
}

.list-group-item-pink-25 {
  --bs-list-group-color: var(--bs-pink-25-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-25-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-25-text-emphasis);
}

.list-group-item-pink-50 {
  --bs-list-group-color: var(--bs-pink-50-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-50-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-50-text-emphasis);
}

.list-group-item-pink-100 {
  --bs-list-group-color: var(--bs-pink-100-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-100-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-100-text-emphasis);
}

.list-group-item-pink-200 {
  --bs-list-group-color: var(--bs-pink-200-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-200-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-200-text-emphasis);
}

.list-group-item-pink-300 {
  --bs-list-group-color: var(--bs-pink-300-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-300-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-300-text-emphasis);
}

.list-group-item-pink-400 {
  --bs-list-group-color: var(--bs-pink-400-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-400-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-400-text-emphasis);
}

.list-group-item-pink-500 {
  --bs-list-group-color: var(--bs-pink-500-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-500-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-500-text-emphasis);
}

.list-group-item-pink-600 {
  --bs-list-group-color: var(--bs-pink-600-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-600-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-600-text-emphasis);
}

.list-group-item-pink-700 {
  --bs-list-group-color: var(--bs-pink-700-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-700-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-700-text-emphasis);
}

.list-group-item-pink-800 {
  --bs-list-group-color: var(--bs-pink-800-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-800-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-800-text-emphasis);
}

.list-group-item-pink-900 {
  --bs-list-group-color: var(--bs-pink-900-text-emphasis);
  --bs-list-group-bg: var(--bs-pink-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-pink-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-pink-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-pink-900-border-subtle);
  --bs-list-group-active-color: var(--bs-pink-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-pink-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-pink-900-text-emphasis);
}

.list-group-item-orange {
  --bs-list-group-color: var(--bs-orange-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-text-emphasis);
}

.list-group-item-orange-10 {
  --bs-list-group-color: var(--bs-orange-10-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-10-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-10-text-emphasis);
}

.list-group-item-orange-25 {
  --bs-list-group-color: var(--bs-orange-25-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-25-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-25-text-emphasis);
}

.list-group-item-orange-50 {
  --bs-list-group-color: var(--bs-orange-50-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-50-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-50-text-emphasis);
}

.list-group-item-orange-100 {
  --bs-list-group-color: var(--bs-orange-100-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-100-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-100-text-emphasis);
}

.list-group-item-orange-200 {
  --bs-list-group-color: var(--bs-orange-200-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-200-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-200-text-emphasis);
}

.list-group-item-orange-300 {
  --bs-list-group-color: var(--bs-orange-300-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-300-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-300-text-emphasis);
}

.list-group-item-orange-400 {
  --bs-list-group-color: var(--bs-orange-400-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-400-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-400-text-emphasis);
}

.list-group-item-orange-500 {
  --bs-list-group-color: var(--bs-orange-500-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-500-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-500-text-emphasis);
}

.list-group-item-orange-600 {
  --bs-list-group-color: var(--bs-orange-600-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-600-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-600-text-emphasis);
}

.list-group-item-orange-700 {
  --bs-list-group-color: var(--bs-orange-700-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-700-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-700-text-emphasis);
}

.list-group-item-orange-800 {
  --bs-list-group-color: var(--bs-orange-800-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-800-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-800-text-emphasis);
}

.list-group-item-orange-900 {
  --bs-list-group-color: var(--bs-orange-900-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-900-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-900-text-emphasis);
}

.list-group-item-yellow {
  --bs-list-group-color: var(--bs-yellow-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-text-emphasis);
}

.list-group-item-yellow-10 {
  --bs-list-group-color: var(--bs-yellow-10-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-10-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-10-text-emphasis);
}

.list-group-item-yellow-25 {
  --bs-list-group-color: var(--bs-yellow-25-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-25-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-25-text-emphasis);
}

.list-group-item-yellow-50 {
  --bs-list-group-color: var(--bs-yellow-50-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-50-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-50-text-emphasis);
}

.list-group-item-yellow-100 {
  --bs-list-group-color: var(--bs-yellow-100-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-100-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-100-text-emphasis);
}

.list-group-item-yellow-200 {
  --bs-list-group-color: var(--bs-yellow-200-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-200-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-200-text-emphasis);
}

.list-group-item-yellow-300 {
  --bs-list-group-color: var(--bs-yellow-300-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-300-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-300-text-emphasis);
}

.list-group-item-yellow-400 {
  --bs-list-group-color: var(--bs-yellow-400-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-400-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-400-text-emphasis);
}

.list-group-item-yellow-500 {
  --bs-list-group-color: var(--bs-yellow-500-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-500-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-500-text-emphasis);
}

.list-group-item-yellow-600 {
  --bs-list-group-color: var(--bs-yellow-600-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-600-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-600-text-emphasis);
}

.list-group-item-yellow-700 {
  --bs-list-group-color: var(--bs-yellow-700-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-700-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-700-text-emphasis);
}

.list-group-item-yellow-800 {
  --bs-list-group-color: var(--bs-yellow-800-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-800-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-800-text-emphasis);
}

.list-group-item-yellow-900 {
  --bs-list-group-color: var(--bs-yellow-900-text-emphasis);
  --bs-list-group-bg: var(--bs-yellow-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-yellow-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-yellow-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-yellow-900-border-subtle);
  --bs-list-group-active-color: var(--bs-yellow-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-yellow-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-yellow-900-text-emphasis);
}

.list-group-item-green {
  --bs-list-group-color: var(--bs-green-text-emphasis);
  --bs-list-group-bg: var(--bs-green-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-border-subtle);
  --bs-list-group-active-color: var(--bs-green-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-text-emphasis);
}

.list-group-item-green-10 {
  --bs-list-group-color: var(--bs-green-10-text-emphasis);
  --bs-list-group-bg: var(--bs-green-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-10-border-subtle);
  --bs-list-group-active-color: var(--bs-green-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-10-text-emphasis);
}

.list-group-item-green-25 {
  --bs-list-group-color: var(--bs-green-25-text-emphasis);
  --bs-list-group-bg: var(--bs-green-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-25-border-subtle);
  --bs-list-group-active-color: var(--bs-green-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-25-text-emphasis);
}

.list-group-item-green-50 {
  --bs-list-group-color: var(--bs-green-50-text-emphasis);
  --bs-list-group-bg: var(--bs-green-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-50-border-subtle);
  --bs-list-group-active-color: var(--bs-green-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-50-text-emphasis);
}

.list-group-item-green-100 {
  --bs-list-group-color: var(--bs-green-100-text-emphasis);
  --bs-list-group-bg: var(--bs-green-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-100-border-subtle);
  --bs-list-group-active-color: var(--bs-green-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-100-text-emphasis);
}

.list-group-item-green-200 {
  --bs-list-group-color: var(--bs-green-200-text-emphasis);
  --bs-list-group-bg: var(--bs-green-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-200-border-subtle);
  --bs-list-group-active-color: var(--bs-green-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-200-text-emphasis);
}

.list-group-item-green-300 {
  --bs-list-group-color: var(--bs-green-300-text-emphasis);
  --bs-list-group-bg: var(--bs-green-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-300-border-subtle);
  --bs-list-group-active-color: var(--bs-green-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-300-text-emphasis);
}

.list-group-item-green-400 {
  --bs-list-group-color: var(--bs-green-400-text-emphasis);
  --bs-list-group-bg: var(--bs-green-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-400-border-subtle);
  --bs-list-group-active-color: var(--bs-green-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-400-text-emphasis);
}

.list-group-item-green-500 {
  --bs-list-group-color: var(--bs-green-500-text-emphasis);
  --bs-list-group-bg: var(--bs-green-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-500-border-subtle);
  --bs-list-group-active-color: var(--bs-green-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-500-text-emphasis);
}

.list-group-item-green-600 {
  --bs-list-group-color: var(--bs-green-600-text-emphasis);
  --bs-list-group-bg: var(--bs-green-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-600-border-subtle);
  --bs-list-group-active-color: var(--bs-green-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-600-text-emphasis);
}

.list-group-item-green-700 {
  --bs-list-group-color: var(--bs-green-700-text-emphasis);
  --bs-list-group-bg: var(--bs-green-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-700-border-subtle);
  --bs-list-group-active-color: var(--bs-green-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-700-text-emphasis);
}

.list-group-item-green-800 {
  --bs-list-group-color: var(--bs-green-800-text-emphasis);
  --bs-list-group-bg: var(--bs-green-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-800-border-subtle);
  --bs-list-group-active-color: var(--bs-green-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-800-text-emphasis);
}

.list-group-item-green-900 {
  --bs-list-group-color: var(--bs-green-900-text-emphasis);
  --bs-list-group-bg: var(--bs-green-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-green-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-green-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-green-900-border-subtle);
  --bs-list-group-active-color: var(--bs-green-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-green-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-green-900-text-emphasis);
}

.list-group-item-lime {
  --bs-list-group-color: var(--bs-lime-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-text-emphasis);
}

.list-group-item-lime-10 {
  --bs-list-group-color: var(--bs-lime-10-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-10-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-10-text-emphasis);
}

.list-group-item-lime-25 {
  --bs-list-group-color: var(--bs-lime-25-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-25-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-25-text-emphasis);
}

.list-group-item-lime-50 {
  --bs-list-group-color: var(--bs-lime-50-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-50-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-50-text-emphasis);
}

.list-group-item-lime-100 {
  --bs-list-group-color: var(--bs-lime-100-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-100-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-100-text-emphasis);
}

.list-group-item-lime-200 {
  --bs-list-group-color: var(--bs-lime-200-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-200-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-200-text-emphasis);
}

.list-group-item-lime-300 {
  --bs-list-group-color: var(--bs-lime-300-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-300-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-300-text-emphasis);
}

.list-group-item-lime-400 {
  --bs-list-group-color: var(--bs-lime-400-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-400-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-400-text-emphasis);
}

.list-group-item-lime-500 {
  --bs-list-group-color: var(--bs-lime-500-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-500-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-500-text-emphasis);
}

.list-group-item-lime-600 {
  --bs-list-group-color: var(--bs-lime-600-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-600-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-600-text-emphasis);
}

.list-group-item-lime-700 {
  --bs-list-group-color: var(--bs-lime-700-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-700-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-700-text-emphasis);
}

.list-group-item-lime-800 {
  --bs-list-group-color: var(--bs-lime-800-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-800-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-800-text-emphasis);
}

.list-group-item-lime-900 {
  --bs-list-group-color: var(--bs-lime-900-text-emphasis);
  --bs-list-group-bg: var(--bs-lime-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-lime-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lime-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lime-900-border-subtle);
  --bs-list-group-active-color: var(--bs-lime-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lime-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lime-900-text-emphasis);
}

.list-group-item-teal {
  --bs-list-group-color: var(--bs-teal-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-text-emphasis);
}

.list-group-item-teal-10 {
  --bs-list-group-color: var(--bs-teal-10-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-10-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-10-text-emphasis);
}

.list-group-item-teal-25 {
  --bs-list-group-color: var(--bs-teal-25-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-25-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-25-text-emphasis);
}

.list-group-item-teal-50 {
  --bs-list-group-color: var(--bs-teal-50-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-50-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-50-text-emphasis);
}

.list-group-item-teal-100 {
  --bs-list-group-color: var(--bs-teal-100-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-100-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-100-text-emphasis);
}

.list-group-item-teal-200 {
  --bs-list-group-color: var(--bs-teal-200-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-200-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-200-text-emphasis);
}

.list-group-item-teal-300 {
  --bs-list-group-color: var(--bs-teal-300-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-300-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-300-text-emphasis);
}

.list-group-item-teal-400 {
  --bs-list-group-color: var(--bs-teal-400-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-400-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-400-text-emphasis);
}

.list-group-item-teal-500 {
  --bs-list-group-color: var(--bs-teal-500-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-500-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-500-text-emphasis);
}

.list-group-item-teal-600 {
  --bs-list-group-color: var(--bs-teal-600-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-600-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-600-text-emphasis);
}

.list-group-item-teal-700 {
  --bs-list-group-color: var(--bs-teal-700-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-700-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-700-text-emphasis);
}

.list-group-item-teal-800 {
  --bs-list-group-color: var(--bs-teal-800-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-800-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-800-text-emphasis);
}

.list-group-item-teal-900 {
  --bs-list-group-color: var(--bs-teal-900-text-emphasis);
  --bs-list-group-bg: var(--bs-teal-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-teal-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-teal-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-teal-900-border-subtle);
  --bs-list-group-active-color: var(--bs-teal-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-teal-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-teal-900-text-emphasis);
}

.list-group-item-cyan {
  --bs-list-group-color: var(--bs-cyan-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-text-emphasis);
}

.list-group-item-cyan-10 {
  --bs-list-group-color: var(--bs-cyan-10-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-10-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-10-text-emphasis);
}

.list-group-item-cyan-25 {
  --bs-list-group-color: var(--bs-cyan-25-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-25-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-25-text-emphasis);
}

.list-group-item-cyan-50 {
  --bs-list-group-color: var(--bs-cyan-50-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-50-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-50-text-emphasis);
}

.list-group-item-cyan-100 {
  --bs-list-group-color: var(--bs-cyan-100-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-100-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-100-text-emphasis);
}

.list-group-item-cyan-200 {
  --bs-list-group-color: var(--bs-cyan-200-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-200-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-200-text-emphasis);
}

.list-group-item-cyan-300 {
  --bs-list-group-color: var(--bs-cyan-300-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-300-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-300-text-emphasis);
}

.list-group-item-cyan-400 {
  --bs-list-group-color: var(--bs-cyan-400-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-400-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-400-text-emphasis);
}

.list-group-item-cyan-500 {
  --bs-list-group-color: var(--bs-cyan-500-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-500-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-500-text-emphasis);
}

.list-group-item-cyan-600 {
  --bs-list-group-color: var(--bs-cyan-600-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-600-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-600-text-emphasis);
}

.list-group-item-cyan-700 {
  --bs-list-group-color: var(--bs-cyan-700-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-700-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-700-text-emphasis);
}

.list-group-item-cyan-800 {
  --bs-list-group-color: var(--bs-cyan-800-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-800-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-800-text-emphasis);
}

.list-group-item-cyan-900 {
  --bs-list-group-color: var(--bs-cyan-900-text-emphasis);
  --bs-list-group-bg: var(--bs-cyan-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-cyan-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-cyan-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-cyan-900-border-subtle);
  --bs-list-group-active-color: var(--bs-cyan-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-cyan-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-cyan-900-text-emphasis);
}

.list-group-item-tertiary {
  --bs-list-group-color: var(--bs-tertiary-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
}

.list-group-item-tertiary-10 {
  --bs-list-group-color: var(--bs-tertiary-10-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-10-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-10-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-10-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-10-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-10-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-10-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-10-text-emphasis);
}

.list-group-item-tertiary-25 {
  --bs-list-group-color: var(--bs-tertiary-25-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-25-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-25-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-25-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-25-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-25-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-25-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-25-text-emphasis);
}

.list-group-item-tertiary-50 {
  --bs-list-group-color: var(--bs-tertiary-50-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-50-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-50-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-50-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-50-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-50-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-50-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-50-text-emphasis);
}

.list-group-item-tertiary-100 {
  --bs-list-group-color: var(--bs-tertiary-100-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-100-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-100-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-100-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-100-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-100-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-100-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-100-text-emphasis);
}

.list-group-item-tertiary-200 {
  --bs-list-group-color: var(--bs-tertiary-200-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-200-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-200-text-emphasis);
}

.list-group-item-tertiary-300 {
  --bs-list-group-color: var(--bs-tertiary-300-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-300-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-300-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-300-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-300-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-300-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-300-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-300-text-emphasis);
}

.list-group-item-tertiary-400 {
  --bs-list-group-color: var(--bs-tertiary-400-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-400-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-400-text-emphasis);
}

.list-group-item-tertiary-500 {
  --bs-list-group-color: var(--bs-tertiary-500-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-500-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-500-text-emphasis);
}

.list-group-item-tertiary-600 {
  --bs-list-group-color: var(--bs-tertiary-600-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-600-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-600-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-600-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-600-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-600-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-600-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-600-text-emphasis);
}

.list-group-item-tertiary-700 {
  --bs-list-group-color: var(--bs-tertiary-700-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-700-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-700-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-700-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-700-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-700-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-700-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-700-text-emphasis);
}

.list-group-item-tertiary-800 {
  --bs-list-group-color: var(--bs-tertiary-800-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-800-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-800-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-800-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-800-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-800-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-800-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-800-text-emphasis);
}

.list-group-item-tertiary-900 {
  --bs-list-group-color: var(--bs-tertiary-900-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-900-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-900-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-900-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-900-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-900-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-900-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-900-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 459px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 458.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.xxl\:offcanvas, .xl\:offcanvas, .lg\:offcanvas, .md\:offcanvas, .sm\:offcanvas, .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 458.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 458.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 458.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 459px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.opacity-0, .opacity-0-hover:hover, .hover\:opacity-0:hover {
  opacity: 0 !important;
}

.opacity-5, .opacity-5-hover:hover, .hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.opacity-10, .opacity-10-hover:hover, .hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.opacity-15, .opacity-15-hover:hover, .hover\:opacity-15:hover {
  opacity: 0.15 !important;
}

.opacity-20, .opacity-20-hover:hover, .hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.opacity-25, .opacity-25-hover:hover, .hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.opacity-30, .opacity-30-hover:hover, .hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.opacity-35, .opacity-35-hover:hover, .hover\:opacity-35:hover {
  opacity: 0.35 !important;
}

.opacity-40, .opacity-40-hover:hover, .hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.opacity-45, .opacity-45-hover:hover, .hover\:opacity-45:hover {
  opacity: 0.45 !important;
}

.opacity-50, .opacity-50-hover:hover, .hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.opacity-55, .opacity-55-hover:hover, .hover\:opacity-55:hover {
  opacity: 0.55 !important;
}

.opacity-60, .opacity-60-hover:hover, .hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.opacity-65, .opacity-65-hover:hover, .hover\:opacity-65:hover {
  opacity: 0.65 !important;
}

.opacity-70, .opacity-70-hover:hover, .hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.opacity-75, .opacity-75-hover:hover, .hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.opacity-80, .opacity-80-hover:hover, .hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.opacity-85, .opacity-85-hover:hover, .hover\:opacity-85:hover {
  opacity: 0.85 !important;
}

.opacity-90, .opacity-90-hover:hover, .hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.opacity-95, .opacity-95-hover:hover, .hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.opacity-100, .opacity-100-hover:hover, .hover\:opacity-100:hover {
  opacity: 1 !important;
}

:where(.uc-dark) .dark\:opacity-0, :where(.uc-dark) .dark\:opacity-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-0:hover {
  opacity: 0 !important;
}

:where(.uc-dark) .dark\:opacity-5, :where(.uc-dark) .dark\:opacity-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

:where(.uc-dark) .dark\:opacity-10, :where(.uc-dark) .dark\:opacity-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

:where(.uc-dark) .dark\:opacity-15, :where(.uc-dark) .dark\:opacity-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-15:hover {
  opacity: 0.15 !important;
}

:where(.uc-dark) .dark\:opacity-20, :where(.uc-dark) .dark\:opacity-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

:where(.uc-dark) .dark\:opacity-25, :where(.uc-dark) .dark\:opacity-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

:where(.uc-dark) .dark\:opacity-30, :where(.uc-dark) .dark\:opacity-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

:where(.uc-dark) .dark\:opacity-35, :where(.uc-dark) .dark\:opacity-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-35:hover {
  opacity: 0.35 !important;
}

:where(.uc-dark) .dark\:opacity-40, :where(.uc-dark) .dark\:opacity-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

:where(.uc-dark) .dark\:opacity-45, :where(.uc-dark) .dark\:opacity-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-45:hover {
  opacity: 0.45 !important;
}

:where(.uc-dark) .dark\:opacity-50, :where(.uc-dark) .dark\:opacity-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

:where(.uc-dark) .dark\:opacity-55, :where(.uc-dark) .dark\:opacity-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-55:hover {
  opacity: 0.55 !important;
}

:where(.uc-dark) .dark\:opacity-60, :where(.uc-dark) .dark\:opacity-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

:where(.uc-dark) .dark\:opacity-65, :where(.uc-dark) .dark\:opacity-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-65:hover {
  opacity: 0.65 !important;
}

:where(.uc-dark) .dark\:opacity-70, :where(.uc-dark) .dark\:opacity-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

:where(.uc-dark) .dark\:opacity-75, :where(.uc-dark) .dark\:opacity-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

:where(.uc-dark) .dark\:opacity-80, :where(.uc-dark) .dark\:opacity-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

:where(.uc-dark) .dark\:opacity-85, :where(.uc-dark) .dark\:opacity-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-85:hover {
  opacity: 0.85 !important;
}

:where(.uc-dark) .dark\:opacity-90, :where(.uc-dark) .dark\:opacity-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

:where(.uc-dark) .dark\:opacity-95, :where(.uc-dark) .dark\:opacity-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

:where(.uc-dark) .dark\:opacity-100, :where(.uc-dark) .dark\:opacity-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-100:hover {
  opacity: 1 !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

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

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-unset {
  overflow-x: unset !important;
}

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

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

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

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

.overflow-y-unset {
  overflow-y: unset !important;
}

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

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

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

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

.d-inline, .d-inline-hover:hover, .hover\:d-inline:hover {
  display: inline !important;
}

[dir=ltr] .ltr\:d-inline {
  display: inline !important;
}

[dir=rtl] .rtl\:d-inline {
  display: inline !important;
}

.d-inline-block, .d-inline-block-hover:hover, .hover\:d-inline-block:hover {
  display: inline-block !important;
}

[dir=ltr] .ltr\:d-inline-block {
  display: inline-block !important;
}

[dir=rtl] .rtl\:d-inline-block {
  display: inline-block !important;
}

.d-block, .d-block-hover:hover, .hover\:d-block:hover {
  display: block !important;
}

[dir=ltr] .ltr\:d-block {
  display: block !important;
}

[dir=rtl] .rtl\:d-block {
  display: block !important;
}

.d-grid, .d-grid-hover:hover, .hover\:d-grid:hover {
  display: grid !important;
}

[dir=ltr] .ltr\:d-grid {
  display: grid !important;
}

[dir=rtl] .rtl\:d-grid {
  display: grid !important;
}

.d-table, .d-table-hover:hover, .hover\:d-table:hover {
  display: table !important;
}

[dir=ltr] .ltr\:d-table {
  display: table !important;
}

[dir=rtl] .rtl\:d-table {
  display: table !important;
}

.d-table-row, .d-table-row-hover:hover, .hover\:d-table-row:hover {
  display: table-row !important;
}

[dir=ltr] .ltr\:d-table-row {
  display: table-row !important;
}

[dir=rtl] .rtl\:d-table-row {
  display: table-row !important;
}

.d-table-cell, .d-table-cell-hover:hover, .hover\:d-table-cell:hover {
  display: table-cell !important;
}

[dir=ltr] .ltr\:d-table-cell {
  display: table-cell !important;
}

[dir=rtl] .rtl\:d-table-cell {
  display: table-cell !important;
}

.d-flex, .d-flex-hover:hover, .hover\:d-flex:hover {
  display: flex !important;
}

[dir=ltr] .ltr\:d-flex {
  display: flex !important;
}

[dir=rtl] .rtl\:d-flex {
  display: flex !important;
}

.d-inline-flex, .d-inline-flex-hover:hover, .hover\:d-inline-flex:hover {
  display: inline-flex !important;
}

[dir=ltr] .ltr\:d-inline-flex {
  display: inline-flex !important;
}

[dir=rtl] .rtl\:d-inline-flex {
  display: inline-flex !important;
}

.d-none, .d-none-hover:hover, .hover\:d-none:hover {
  display: none !important;
}

[dir=ltr] .ltr\:d-none {
  display: none !important;
}

[dir=rtl] .rtl\:d-none {
  display: none !important;
}

:where(.uc-dark) .dark\:d-inline, :where(.uc-dark) .dark\:d-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-inline:hover {
  display: inline !important;
}

[dir=ltr] .ltr\:d-inline {
  display: inline !important;
}

[dir=rtl] .rtl\:d-inline {
  display: inline !important;
}

:where(.uc-dark) .dark\:d-inline-block, :where(.uc-dark) .dark\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-inline-block:hover {
  display: inline-block !important;
}

[dir=ltr] .ltr\:d-inline-block {
  display: inline-block !important;
}

[dir=rtl] .rtl\:d-inline-block {
  display: inline-block !important;
}

:where(.uc-dark) .dark\:d-block, :where(.uc-dark) .dark\:d-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-block:hover {
  display: block !important;
}

[dir=ltr] .ltr\:d-block {
  display: block !important;
}

[dir=rtl] .rtl\:d-block {
  display: block !important;
}

:where(.uc-dark) .dark\:d-grid, :where(.uc-dark) .dark\:d-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-grid:hover {
  display: grid !important;
}

[dir=ltr] .ltr\:d-grid {
  display: grid !important;
}

[dir=rtl] .rtl\:d-grid {
  display: grid !important;
}

:where(.uc-dark) .dark\:d-table, :where(.uc-dark) .dark\:d-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-table:hover {
  display: table !important;
}

[dir=ltr] .ltr\:d-table {
  display: table !important;
}

[dir=rtl] .rtl\:d-table {
  display: table !important;
}

:where(.uc-dark) .dark\:d-table-row, :where(.uc-dark) .dark\:d-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-table-row:hover {
  display: table-row !important;
}

[dir=ltr] .ltr\:d-table-row {
  display: table-row !important;
}

[dir=rtl] .rtl\:d-table-row {
  display: table-row !important;
}

:where(.uc-dark) .dark\:d-table-cell, :where(.uc-dark) .dark\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-table-cell:hover {
  display: table-cell !important;
}

[dir=ltr] .ltr\:d-table-cell {
  display: table-cell !important;
}

[dir=rtl] .rtl\:d-table-cell {
  display: table-cell !important;
}

:where(.uc-dark) .dark\:d-flex, :where(.uc-dark) .dark\:d-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-flex:hover {
  display: flex !important;
}

[dir=ltr] .ltr\:d-flex {
  display: flex !important;
}

[dir=rtl] .rtl\:d-flex {
  display: flex !important;
}

:where(.uc-dark) .dark\:d-inline-flex, :where(.uc-dark) .dark\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-inline-flex:hover {
  display: inline-flex !important;
}

[dir=ltr] .ltr\:d-inline-flex {
  display: inline-flex !important;
}

[dir=rtl] .rtl\:d-inline-flex {
  display: inline-flex !important;
}

:where(.uc-dark) .dark\:d-none, :where(.uc-dark) .dark\:d-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-none:hover {
  display: none !important;
}

[dir=ltr] .ltr\:d-none {
  display: none !important;
}

[dir=rtl] .rtl\:d-none {
  display: none !important;
}

.shadow, .shadow-hover:hover, .hover\:shadow:hover {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important;
}

.shadow-xs, .shadow-xs-hover:hover, .hover\:shadow-xs:hover {
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important;
}

.shadow-sm, .shadow-sm-hover:hover, .hover\:shadow-sm:hover {
  box-shadow: 0 0.25rem 0.5rem -0.1rem var(--shadow-color) !important;
}

.shadow-md, .shadow-md-hover:hover, .hover\:shadow-md:hover {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important;
}

.shadow-lg, .shadow-lg-hover:hover, .hover\:shadow-lg:hover {
  box-shadow: 0 1rem 1.5rem -0.1rem var(--shadow-color) !important;
}

.shadow-xl, .shadow-xl-hover:hover, .hover\:shadow-xl:hover {
  box-shadow: 0 1.5rem 2rem -0.1rem var(--shadow-color) !important;
}

.shadow-2xl, .shadow-2xl-hover:hover, .hover\:shadow-2xl:hover {
  box-shadow: 0 2rem 2.5rem -0.1rem var(--shadow-color) !important;
}

.shadow-none, .shadow-none-hover:hover, .hover\:shadow-none:hover {
  box-shadow: none !important;
}

:where(.uc-dark) .dark\:shadow, :where(.uc-dark) .dark\:shadow-hover:hover, :where(.uc-dark) .dark\:hover\:shadow:hover {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-xs, :where(.uc-dark) .dark\:shadow-xs-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-xs:hover {
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-sm, :where(.uc-dark) .dark\:shadow-sm-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-sm:hover {
  box-shadow: 0 0.25rem 0.5rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-md, :where(.uc-dark) .dark\:shadow-md-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-md:hover {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-lg, :where(.uc-dark) .dark\:shadow-lg-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-lg:hover {
  box-shadow: 0 1rem 1.5rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-xl, :where(.uc-dark) .dark\:shadow-xl-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-xl:hover {
  box-shadow: 0 1.5rem 2rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-2xl, :where(.uc-dark) .dark\:shadow-2xl-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-2xl:hover {
  box-shadow: 0 2rem 2.5rem -0.1rem var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:shadow-none, :where(.uc-dark) .dark\:shadow-none-hover:hover, :where(.uc-dark) .dark\:hover\:shadow-none:hover {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-10 {
  --bs-focus-ring-color: rgba(var(--bs-gray-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-25 {
  --bs-focus-ring-color: rgba(var(--bs-gray-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-50 {
  --bs-focus-ring-color: rgba(var(--bs-gray-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-100 {
  --bs-focus-ring-color: rgba(var(--bs-gray-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-200 {
  --bs-focus-ring-color: rgba(var(--bs-gray-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-300 {
  --bs-focus-ring-color: rgba(var(--bs-gray-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-400 {
  --bs-focus-ring-color: rgba(var(--bs-gray-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-500 {
  --bs-focus-ring-color: rgba(var(--bs-gray-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-600 {
  --bs-focus-ring-color: rgba(var(--bs-gray-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-700 {
  --bs-focus-ring-color: rgba(var(--bs-gray-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-800 {
  --bs-focus-ring-color: rgba(var(--bs-gray-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-900 {
  --bs-focus-ring-color: rgba(var(--bs-gray-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate {
  --bs-focus-ring-color: rgba(var(--bs-slate-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-10 {
  --bs-focus-ring-color: rgba(var(--bs-slate-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-25 {
  --bs-focus-ring-color: rgba(var(--bs-slate-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-50 {
  --bs-focus-ring-color: rgba(var(--bs-slate-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-100 {
  --bs-focus-ring-color: rgba(var(--bs-slate-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-200 {
  --bs-focus-ring-color: rgba(var(--bs-slate-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-300 {
  --bs-focus-ring-color: rgba(var(--bs-slate-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-400 {
  --bs-focus-ring-color: rgba(var(--bs-slate-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-500 {
  --bs-focus-ring-color: rgba(var(--bs-slate-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-600 {
  --bs-focus-ring-color: rgba(var(--bs-slate-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-700 {
  --bs-focus-ring-color: rgba(var(--bs-slate-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-800 {
  --bs-focus-ring-color: rgba(var(--bs-slate-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-slate-900 {
  --bs-focus-ring-color: rgba(var(--bs-slate-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-10 {
  --bs-focus-ring-color: rgba(var(--bs-primary-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-25 {
  --bs-focus-ring-color: rgba(var(--bs-primary-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-50 {
  --bs-focus-ring-color: rgba(var(--bs-primary-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-100 {
  --bs-focus-ring-color: rgba(var(--bs-primary-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-200 {
  --bs-focus-ring-color: rgba(var(--bs-primary-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-300 {
  --bs-focus-ring-color: rgba(var(--bs-primary-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-400 {
  --bs-focus-ring-color: rgba(var(--bs-primary-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-500 {
  --bs-focus-ring-color: rgba(var(--bs-primary-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-600 {
  --bs-focus-ring-color: rgba(var(--bs-primary-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-700 {
  --bs-focus-ring-color: rgba(var(--bs-primary-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-800 {
  --bs-focus-ring-color: rgba(var(--bs-primary-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-900 {
  --bs-focus-ring-color: rgba(var(--bs-primary-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-10 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-25 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-50 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-100 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-200 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-300 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-400 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-500 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-600 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-700 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-800 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary-900 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-10 {
  --bs-focus-ring-color: rgba(var(--bs-info-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-25 {
  --bs-focus-ring-color: rgba(var(--bs-info-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-50 {
  --bs-focus-ring-color: rgba(var(--bs-info-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-100 {
  --bs-focus-ring-color: rgba(var(--bs-info-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-200 {
  --bs-focus-ring-color: rgba(var(--bs-info-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-300 {
  --bs-focus-ring-color: rgba(var(--bs-info-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-400 {
  --bs-focus-ring-color: rgba(var(--bs-info-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-500 {
  --bs-focus-ring-color: rgba(var(--bs-info-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-600 {
  --bs-focus-ring-color: rgba(var(--bs-info-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-700 {
  --bs-focus-ring-color: rgba(var(--bs-info-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-800 {
  --bs-focus-ring-color: rgba(var(--bs-info-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info-900 {
  --bs-focus-ring-color: rgba(var(--bs-info-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-10 {
  --bs-focus-ring-color: rgba(var(--bs-success-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-25 {
  --bs-focus-ring-color: rgba(var(--bs-success-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-50 {
  --bs-focus-ring-color: rgba(var(--bs-success-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-100 {
  --bs-focus-ring-color: rgba(var(--bs-success-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-200 {
  --bs-focus-ring-color: rgba(var(--bs-success-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-300 {
  --bs-focus-ring-color: rgba(var(--bs-success-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-400 {
  --bs-focus-ring-color: rgba(var(--bs-success-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-500 {
  --bs-focus-ring-color: rgba(var(--bs-success-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-600 {
  --bs-focus-ring-color: rgba(var(--bs-success-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-700 {
  --bs-focus-ring-color: rgba(var(--bs-success-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-800 {
  --bs-focus-ring-color: rgba(var(--bs-success-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success-900 {
  --bs-focus-ring-color: rgba(var(--bs-success-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-10 {
  --bs-focus-ring-color: rgba(var(--bs-warning-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-25 {
  --bs-focus-ring-color: rgba(var(--bs-warning-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-50 {
  --bs-focus-ring-color: rgba(var(--bs-warning-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-100 {
  --bs-focus-ring-color: rgba(var(--bs-warning-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-200 {
  --bs-focus-ring-color: rgba(var(--bs-warning-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-300 {
  --bs-focus-ring-color: rgba(var(--bs-warning-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-400 {
  --bs-focus-ring-color: rgba(var(--bs-warning-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-500 {
  --bs-focus-ring-color: rgba(var(--bs-warning-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-600 {
  --bs-focus-ring-color: rgba(var(--bs-warning-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-700 {
  --bs-focus-ring-color: rgba(var(--bs-warning-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-800 {
  --bs-focus-ring-color: rgba(var(--bs-warning-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning-900 {
  --bs-focus-ring-color: rgba(var(--bs-warning-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-10 {
  --bs-focus-ring-color: rgba(var(--bs-danger-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-25 {
  --bs-focus-ring-color: rgba(var(--bs-danger-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-50 {
  --bs-focus-ring-color: rgba(var(--bs-danger-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-100 {
  --bs-focus-ring-color: rgba(var(--bs-danger-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-200 {
  --bs-focus-ring-color: rgba(var(--bs-danger-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-300 {
  --bs-focus-ring-color: rgba(var(--bs-danger-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-400 {
  --bs-focus-ring-color: rgba(var(--bs-danger-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-500 {
  --bs-focus-ring-color: rgba(var(--bs-danger-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-600 {
  --bs-focus-ring-color: rgba(var(--bs-danger-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-700 {
  --bs-focus-ring-color: rgba(var(--bs-danger-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-800 {
  --bs-focus-ring-color: rgba(var(--bs-danger-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-900 {
  --bs-focus-ring-color: rgba(var(--bs-danger-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue {
  --bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-10 {
  --bs-focus-ring-color: rgba(var(--bs-blue-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-25 {
  --bs-focus-ring-color: rgba(var(--bs-blue-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-50 {
  --bs-focus-ring-color: rgba(var(--bs-blue-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-100 {
  --bs-focus-ring-color: rgba(var(--bs-blue-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-200 {
  --bs-focus-ring-color: rgba(var(--bs-blue-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-300 {
  --bs-focus-ring-color: rgba(var(--bs-blue-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-400 {
  --bs-focus-ring-color: rgba(var(--bs-blue-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-500 {
  --bs-focus-ring-color: rgba(var(--bs-blue-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-600 {
  --bs-focus-ring-color: rgba(var(--bs-blue-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-700 {
  --bs-focus-ring-color: rgba(var(--bs-blue-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-800 {
  --bs-focus-ring-color: rgba(var(--bs-blue-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-900 {
  --bs-focus-ring-color: rgba(var(--bs-blue-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo {
  --bs-focus-ring-color: rgba(var(--bs-indigo-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-10 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-25 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-50 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-100 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-200 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-300 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-400 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-500 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-600 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-700 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-800 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-indigo-900 {
  --bs-focus-ring-color: rgba(var(--bs-indigo-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple {
  --bs-focus-ring-color: rgba(var(--bs-purple-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-10 {
  --bs-focus-ring-color: rgba(var(--bs-purple-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-25 {
  --bs-focus-ring-color: rgba(var(--bs-purple-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-50 {
  --bs-focus-ring-color: rgba(var(--bs-purple-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-100 {
  --bs-focus-ring-color: rgba(var(--bs-purple-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-200 {
  --bs-focus-ring-color: rgba(var(--bs-purple-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-300 {
  --bs-focus-ring-color: rgba(var(--bs-purple-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-400 {
  --bs-focus-ring-color: rgba(var(--bs-purple-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-500 {
  --bs-focus-ring-color: rgba(var(--bs-purple-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-600 {
  --bs-focus-ring-color: rgba(var(--bs-purple-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-700 {
  --bs-focus-ring-color: rgba(var(--bs-purple-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-800 {
  --bs-focus-ring-color: rgba(var(--bs-purple-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-purple-900 {
  --bs-focus-ring-color: rgba(var(--bs-purple-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red {
  --bs-focus-ring-color: rgba(var(--bs-red-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-10 {
  --bs-focus-ring-color: rgba(var(--bs-red-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-25 {
  --bs-focus-ring-color: rgba(var(--bs-red-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-50 {
  --bs-focus-ring-color: rgba(var(--bs-red-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-100 {
  --bs-focus-ring-color: rgba(var(--bs-red-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-200 {
  --bs-focus-ring-color: rgba(var(--bs-red-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-300 {
  --bs-focus-ring-color: rgba(var(--bs-red-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-400 {
  --bs-focus-ring-color: rgba(var(--bs-red-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-500 {
  --bs-focus-ring-color: rgba(var(--bs-red-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-600 {
  --bs-focus-ring-color: rgba(var(--bs-red-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-700 {
  --bs-focus-ring-color: rgba(var(--bs-red-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-800 {
  --bs-focus-ring-color: rgba(var(--bs-red-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-900 {
  --bs-focus-ring-color: rgba(var(--bs-red-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose {
  --bs-focus-ring-color: rgba(var(--bs-rose-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-10 {
  --bs-focus-ring-color: rgba(var(--bs-rose-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-25 {
  --bs-focus-ring-color: rgba(var(--bs-rose-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-50 {
  --bs-focus-ring-color: rgba(var(--bs-rose-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-100 {
  --bs-focus-ring-color: rgba(var(--bs-rose-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-200 {
  --bs-focus-ring-color: rgba(var(--bs-rose-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-300 {
  --bs-focus-ring-color: rgba(var(--bs-rose-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-400 {
  --bs-focus-ring-color: rgba(var(--bs-rose-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-500 {
  --bs-focus-ring-color: rgba(var(--bs-rose-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-600 {
  --bs-focus-ring-color: rgba(var(--bs-rose-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-700 {
  --bs-focus-ring-color: rgba(var(--bs-rose-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-800 {
  --bs-focus-ring-color: rgba(var(--bs-rose-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-rose-900 {
  --bs-focus-ring-color: rgba(var(--bs-rose-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink {
  --bs-focus-ring-color: rgba(var(--bs-pink-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-10 {
  --bs-focus-ring-color: rgba(var(--bs-pink-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-25 {
  --bs-focus-ring-color: rgba(var(--bs-pink-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-50 {
  --bs-focus-ring-color: rgba(var(--bs-pink-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-100 {
  --bs-focus-ring-color: rgba(var(--bs-pink-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-200 {
  --bs-focus-ring-color: rgba(var(--bs-pink-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-300 {
  --bs-focus-ring-color: rgba(var(--bs-pink-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-400 {
  --bs-focus-ring-color: rgba(var(--bs-pink-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-500 {
  --bs-focus-ring-color: rgba(var(--bs-pink-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-600 {
  --bs-focus-ring-color: rgba(var(--bs-pink-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-700 {
  --bs-focus-ring-color: rgba(var(--bs-pink-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-800 {
  --bs-focus-ring-color: rgba(var(--bs-pink-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-pink-900 {
  --bs-focus-ring-color: rgba(var(--bs-pink-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange {
  --bs-focus-ring-color: rgba(var(--bs-orange-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-10 {
  --bs-focus-ring-color: rgba(var(--bs-orange-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-25 {
  --bs-focus-ring-color: rgba(var(--bs-orange-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-50 {
  --bs-focus-ring-color: rgba(var(--bs-orange-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-100 {
  --bs-focus-ring-color: rgba(var(--bs-orange-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-200 {
  --bs-focus-ring-color: rgba(var(--bs-orange-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-300 {
  --bs-focus-ring-color: rgba(var(--bs-orange-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-400 {
  --bs-focus-ring-color: rgba(var(--bs-orange-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-500 {
  --bs-focus-ring-color: rgba(var(--bs-orange-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-600 {
  --bs-focus-ring-color: rgba(var(--bs-orange-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-700 {
  --bs-focus-ring-color: rgba(var(--bs-orange-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-800 {
  --bs-focus-ring-color: rgba(var(--bs-orange-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-900 {
  --bs-focus-ring-color: rgba(var(--bs-orange-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow {
  --bs-focus-ring-color: rgba(var(--bs-yellow-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-10 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-25 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-50 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-100 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-200 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-300 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-400 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-500 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-600 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-700 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-800 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-900 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green {
  --bs-focus-ring-color: rgba(var(--bs-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-10 {
  --bs-focus-ring-color: rgba(var(--bs-green-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-25 {
  --bs-focus-ring-color: rgba(var(--bs-green-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-50 {
  --bs-focus-ring-color: rgba(var(--bs-green-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-100 {
  --bs-focus-ring-color: rgba(var(--bs-green-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-200 {
  --bs-focus-ring-color: rgba(var(--bs-green-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-300 {
  --bs-focus-ring-color: rgba(var(--bs-green-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-400 {
  --bs-focus-ring-color: rgba(var(--bs-green-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-500 {
  --bs-focus-ring-color: rgba(var(--bs-green-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-600 {
  --bs-focus-ring-color: rgba(var(--bs-green-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-700 {
  --bs-focus-ring-color: rgba(var(--bs-green-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-800 {
  --bs-focus-ring-color: rgba(var(--bs-green-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-900 {
  --bs-focus-ring-color: rgba(var(--bs-green-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime {
  --bs-focus-ring-color: rgba(var(--bs-lime-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-10 {
  --bs-focus-ring-color: rgba(var(--bs-lime-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-25 {
  --bs-focus-ring-color: rgba(var(--bs-lime-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-50 {
  --bs-focus-ring-color: rgba(var(--bs-lime-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-100 {
  --bs-focus-ring-color: rgba(var(--bs-lime-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-200 {
  --bs-focus-ring-color: rgba(var(--bs-lime-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-300 {
  --bs-focus-ring-color: rgba(var(--bs-lime-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-400 {
  --bs-focus-ring-color: rgba(var(--bs-lime-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-500 {
  --bs-focus-ring-color: rgba(var(--bs-lime-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-600 {
  --bs-focus-ring-color: rgba(var(--bs-lime-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-700 {
  --bs-focus-ring-color: rgba(var(--bs-lime-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-800 {
  --bs-focus-ring-color: rgba(var(--bs-lime-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lime-900 {
  --bs-focus-ring-color: rgba(var(--bs-lime-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal {
  --bs-focus-ring-color: rgba(var(--bs-teal-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-10 {
  --bs-focus-ring-color: rgba(var(--bs-teal-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-25 {
  --bs-focus-ring-color: rgba(var(--bs-teal-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-50 {
  --bs-focus-ring-color: rgba(var(--bs-teal-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-100 {
  --bs-focus-ring-color: rgba(var(--bs-teal-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-200 {
  --bs-focus-ring-color: rgba(var(--bs-teal-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-300 {
  --bs-focus-ring-color: rgba(var(--bs-teal-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-400 {
  --bs-focus-ring-color: rgba(var(--bs-teal-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-500 {
  --bs-focus-ring-color: rgba(var(--bs-teal-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-600 {
  --bs-focus-ring-color: rgba(var(--bs-teal-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-700 {
  --bs-focus-ring-color: rgba(var(--bs-teal-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-800 {
  --bs-focus-ring-color: rgba(var(--bs-teal-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-900 {
  --bs-focus-ring-color: rgba(var(--bs-teal-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan {
  --bs-focus-ring-color: rgba(var(--bs-cyan-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-10 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-25 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-50 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-100 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-200 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-300 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-400 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-500 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-600 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-700 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-800 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-cyan-900 {
  --bs-focus-ring-color: rgba(var(--bs-cyan-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-10 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-25 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-50 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-100 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-200 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-300 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-400 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-500 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-600 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-700 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-800 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary-900 {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: sticky !important;
}

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

.top-0 {
  top: 0 !important;
}

.top-px {
  top: 1px !important;
}

.top-1 {
  top: 0.125rem !important;
}

.top-2 {
  top: 0.25rem !important;
}

.top-3 {
  top: 0.5rem !important;
}

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

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

.top-6 {
  top: 2rem !important;
}

.top-7 {
  top: 2.5rem !important;
}

.top-8 {
  top: 3rem !important;
}

.top-9 {
  top: 4rem !important;
}

.top-10 {
  top: 5rem !important;
}

.top-25 {
  top: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.top-75 {
  top: 75% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-px {
  bottom: 1px !important;
}

.bottom-1 {
  bottom: 0.125rem !important;
}

.bottom-2 {
  bottom: 0.25rem !important;
}

.bottom-3 {
  bottom: 0.5rem !important;
}

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

.bottom-5 {
  bottom: 1.5rem !important;
}

.bottom-6 {
  bottom: 2rem !important;
}

.bottom-7 {
  bottom: 2.5rem !important;
}

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

.bottom-9 {
  bottom: 4rem !important;
}

.bottom-10 {
  bottom: 5rem !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

[dir=ltr] .ltr\:start-auto {
  left: auto !important;
}

[dir=rtl] .rtl\:start-auto {
  left: auto !important;
}

.start-0 {
  left: 0 !important;
}

[dir=ltr] .ltr\:start-0 {
  left: 0 !important;
}

[dir=rtl] .rtl\:start-0 {
  left: 0 !important;
}

.start-px {
  left: 1px !important;
}

[dir=ltr] .ltr\:start-px {
  left: 1px !important;
}

[dir=rtl] .rtl\:start-px {
  left: 1px !important;
}

.start-1 {
  left: 0.125rem !important;
}

[dir=ltr] .ltr\:start-1 {
  left: 0.125rem !important;
}

[dir=rtl] .rtl\:start-1 {
  left: 0.125rem !important;
}

.start-2 {
  left: 0.25rem !important;
}

[dir=ltr] .ltr\:start-2 {
  left: 0.25rem !important;
}

[dir=rtl] .rtl\:start-2 {
  left: 0.25rem !important;
}

.start-3 {
  left: 0.5rem !important;
}

[dir=ltr] .ltr\:start-3 {
  left: 0.5rem !important;
}

[dir=rtl] .rtl\:start-3 {
  left: 0.5rem !important;
}

.start-4 {
  left: 1rem !important;
}

[dir=ltr] .ltr\:start-4 {
  left: 1rem !important;
}

[dir=rtl] .rtl\:start-4 {
  left: 1rem !important;
}

.start-5 {
  left: 1.5rem !important;
}

[dir=ltr] .ltr\:start-5 {
  left: 1.5rem !important;
}

[dir=rtl] .rtl\:start-5 {
  left: 1.5rem !important;
}

.start-6 {
  left: 2rem !important;
}

[dir=ltr] .ltr\:start-6 {
  left: 2rem !important;
}

[dir=rtl] .rtl\:start-6 {
  left: 2rem !important;
}

.start-7 {
  left: 2.5rem !important;
}

[dir=ltr] .ltr\:start-7 {
  left: 2.5rem !important;
}

[dir=rtl] .rtl\:start-7 {
  left: 2.5rem !important;
}

.start-8 {
  left: 3rem !important;
}

[dir=ltr] .ltr\:start-8 {
  left: 3rem !important;
}

[dir=rtl] .rtl\:start-8 {
  left: 3rem !important;
}

.start-9 {
  left: 4rem !important;
}

[dir=ltr] .ltr\:start-9 {
  left: 4rem !important;
}

[dir=rtl] .rtl\:start-9 {
  left: 4rem !important;
}

.start-10 {
  left: 5rem !important;
}

[dir=ltr] .ltr\:start-10 {
  left: 5rem !important;
}

[dir=rtl] .rtl\:start-10 {
  left: 5rem !important;
}

.start-25 {
  left: 25% !important;
}

[dir=ltr] .ltr\:start-25 {
  left: 25% !important;
}

[dir=rtl] .rtl\:start-25 {
  left: 25% !important;
}

.start-50 {
  left: 50% !important;
}

[dir=ltr] .ltr\:start-50 {
  left: 50% !important;
}

[dir=rtl] .rtl\:start-50 {
  left: 50% !important;
}

.start-75 {
  left: 75% !important;
}

[dir=ltr] .ltr\:start-75 {
  left: 75% !important;
}

[dir=rtl] .rtl\:start-75 {
  left: 75% !important;
}

.start-100 {
  left: 100% !important;
}

[dir=ltr] .ltr\:start-100 {
  left: 100% !important;
}

[dir=rtl] .rtl\:start-100 {
  left: 100% !important;
}

.end-auto {
  right: auto !important;
}

[dir=ltr] .ltr\:end-auto {
  right: auto !important;
}

[dir=rtl] .rtl\:end-auto {
  right: auto !important;
}

.end-0 {
  right: 0 !important;
}

[dir=ltr] .ltr\:end-0 {
  right: 0 !important;
}

[dir=rtl] .rtl\:end-0 {
  right: 0 !important;
}

.end-px {
  right: 1px !important;
}

[dir=ltr] .ltr\:end-px {
  right: 1px !important;
}

[dir=rtl] .rtl\:end-px {
  right: 1px !important;
}

.end-1 {
  right: 0.125rem !important;
}

[dir=ltr] .ltr\:end-1 {
  right: 0.125rem !important;
}

[dir=rtl] .rtl\:end-1 {
  right: 0.125rem !important;
}

.end-2 {
  right: 0.25rem !important;
}

[dir=ltr] .ltr\:end-2 {
  right: 0.25rem !important;
}

[dir=rtl] .rtl\:end-2 {
  right: 0.25rem !important;
}

.end-3 {
  right: 0.5rem !important;
}

[dir=ltr] .ltr\:end-3 {
  right: 0.5rem !important;
}

[dir=rtl] .rtl\:end-3 {
  right: 0.5rem !important;
}

.end-4 {
  right: 1rem !important;
}

[dir=ltr] .ltr\:end-4 {
  right: 1rem !important;
}

[dir=rtl] .rtl\:end-4 {
  right: 1rem !important;
}

.end-5 {
  right: 1.5rem !important;
}

[dir=ltr] .ltr\:end-5 {
  right: 1.5rem !important;
}

[dir=rtl] .rtl\:end-5 {
  right: 1.5rem !important;
}

.end-6 {
  right: 2rem !important;
}

[dir=ltr] .ltr\:end-6 {
  right: 2rem !important;
}

[dir=rtl] .rtl\:end-6 {
  right: 2rem !important;
}

.end-7 {
  right: 2.5rem !important;
}

[dir=ltr] .ltr\:end-7 {
  right: 2.5rem !important;
}

[dir=rtl] .rtl\:end-7 {
  right: 2.5rem !important;
}

.end-8 {
  right: 3rem !important;
}

[dir=ltr] .ltr\:end-8 {
  right: 3rem !important;
}

[dir=rtl] .rtl\:end-8 {
  right: 3rem !important;
}

.end-9 {
  right: 4rem !important;
}

[dir=ltr] .ltr\:end-9 {
  right: 4rem !important;
}

[dir=rtl] .rtl\:end-9 {
  right: 4rem !important;
}

.end-10 {
  right: 5rem !important;
}

[dir=ltr] .ltr\:end-10 {
  right: 5rem !important;
}

[dir=rtl] .rtl\:end-10 {
  right: 5rem !important;
}

.end-25 {
  right: 25% !important;
}

[dir=ltr] .ltr\:end-25 {
  right: 25% !important;
}

[dir=rtl] .rtl\:end-25 {
  right: 25% !important;
}

.end-50 {
  right: 50% !important;
}

[dir=ltr] .ltr\:end-50 {
  right: 50% !important;
}

[dir=rtl] .rtl\:end-50 {
  right: 50% !important;
}

.end-75 {
  right: 75% !important;
}

[dir=ltr] .ltr\:end-75 {
  right: 75% !important;
}

[dir=rtl] .rtl\:end-75 {
  right: 75% !important;
}

.end-100 {
  right: 100% !important;
}

[dir=ltr] .ltr\:end-100 {
  right: 100% !important;
}

[dir=rtl] .rtl\:end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .ltr\:border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .rtl\:border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

[dir=ltr] .ltr\:border-end-0 {
  border-right: 0 !important;
}

[dir=rtl] .rtl\:border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .ltr\:border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .rtl\:border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

[dir=ltr] .ltr\:border-start-0 {
  border-left: 0 !important;
}

[dir=rtl] .rtl\:border-start-0 {
  border-left: 0 !important;
}

.border-primary, .border-primary-hover:hover, .hover\:border-primary:hover, .border-primary-focus:focus, .focus\:border-primary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary, .border-secondary-hover:hover, .hover\:border-secondary:hover, .border-secondary-focus:focus, .focus\:border-secondary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success, .border-success-hover:hover, .hover\:border-success:hover, .border-success-focus:focus, .focus\:border-success:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info, .border-info-hover:hover, .hover\:border-info:hover, .border-info-focus:focus, .focus\:border-info:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning, .border-warning-hover:hover, .hover\:border-warning:hover, .border-warning-focus:focus, .focus\:border-warning:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger, .border-danger-hover:hover, .hover\:border-danger:hover, .border-danger-focus:focus, .focus\:border-danger:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light, .border-light-hover:hover, .hover\:border-light:hover, .border-light-focus:focus, .focus\:border-light:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark, .border-dark-hover:hover, .hover\:border-dark:hover, .border-dark-focus:focus, .focus\:border-dark:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-gray, .border-gray-hover:hover, .hover\:border-gray:hover, .border-gray-focus:focus, .focus\:border-gray:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-10, .border-gray-10-hover:hover, .hover\:border-gray-10:hover, .border-gray-10-focus:focus, .focus\:border-gray-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-10-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-25, .border-gray-25-hover:hover, .hover\:border-gray-25:hover, .border-gray-25-focus:focus, .focus\:border-gray-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-50, .border-gray-50-hover:hover, .hover\:border-gray-50:hover, .border-gray-50-focus:focus, .focus\:border-gray-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-100, .border-gray-100-hover:hover, .hover\:border-gray-100:hover, .border-gray-100-focus:focus, .focus\:border-gray-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-200, .border-gray-200-hover:hover, .hover\:border-gray-200:hover, .border-gray-200-focus:focus, .focus\:border-gray-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-300, .border-gray-300-hover:hover, .hover\:border-gray-300:hover, .border-gray-300-focus:focus, .focus\:border-gray-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-400, .border-gray-400-hover:hover, .hover\:border-gray-400:hover, .border-gray-400-focus:focus, .focus\:border-gray-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-500, .border-gray-500-hover:hover, .hover\:border-gray-500:hover, .border-gray-500-focus:focus, .focus\:border-gray-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-600, .border-gray-600-hover:hover, .hover\:border-gray-600:hover, .border-gray-600-focus:focus, .focus\:border-gray-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-700, .border-gray-700-hover:hover, .hover\:border-gray-700:hover, .border-gray-700-focus:focus, .focus\:border-gray-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-800, .border-gray-800-hover:hover, .hover\:border-gray-800:hover, .border-gray-800-focus:focus, .focus\:border-gray-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-900, .border-gray-900-hover:hover, .hover\:border-gray-900:hover, .border-gray-900-focus:focus, .focus\:border-gray-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.border-slate, .border-slate-hover:hover, .hover\:border-slate:hover, .border-slate-focus:focus, .focus\:border-slate:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-10, .border-slate-10-hover:hover, .hover\:border-slate-10:hover, .border-slate-10-focus:focus, .focus\:border-slate-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-10-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-25, .border-slate-25-hover:hover, .hover\:border-slate-25:hover, .border-slate-25-focus:focus, .focus\:border-slate-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-25-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-50, .border-slate-50-hover:hover, .hover\:border-slate-50:hover, .border-slate-50-focus:focus, .focus\:border-slate-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-50-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-100, .border-slate-100-hover:hover, .hover\:border-slate-100:hover, .border-slate-100-focus:focus, .focus\:border-slate-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-100-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-200, .border-slate-200-hover:hover, .hover\:border-slate-200:hover, .border-slate-200-focus:focus, .focus\:border-slate-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-200-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-300, .border-slate-300-hover:hover, .hover\:border-slate-300:hover, .border-slate-300-focus:focus, .focus\:border-slate-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-300-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-400, .border-slate-400-hover:hover, .hover\:border-slate-400:hover, .border-slate-400-focus:focus, .focus\:border-slate-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-400-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-500, .border-slate-500-hover:hover, .hover\:border-slate-500:hover, .border-slate-500-focus:focus, .focus\:border-slate-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-500-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-600, .border-slate-600-hover:hover, .hover\:border-slate-600:hover, .border-slate-600-focus:focus, .focus\:border-slate-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-600-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-700, .border-slate-700-hover:hover, .hover\:border-slate-700:hover, .border-slate-700-focus:focus, .focus\:border-slate-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-700-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-800, .border-slate-800-hover:hover, .hover\:border-slate-800:hover, .border-slate-800-focus:focus, .focus\:border-slate-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-800-rgb), var(--bs-border-opacity)) !important;
}

.border-slate-900, .border-slate-900-hover:hover, .hover\:border-slate-900:hover, .border-slate-900-focus:focus, .focus\:border-slate-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-900-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-10, .border-primary-10-hover:hover, .hover\:border-primary-10:hover, .border-primary-10-focus:focus, .focus\:border-primary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-10-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-25, .border-primary-25-hover:hover, .hover\:border-primary-25:hover, .border-primary-25-focus:focus, .focus\:border-primary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-25-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-50, .border-primary-50-hover:hover, .hover\:border-primary-50:hover, .border-primary-50-focus:focus, .focus\:border-primary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-50-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-100, .border-primary-100-hover:hover, .hover\:border-primary-100:hover, .border-primary-100-focus:focus, .focus\:border-primary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-100-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-200, .border-primary-200-hover:hover, .hover\:border-primary-200:hover, .border-primary-200-focus:focus, .focus\:border-primary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-200-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-300, .border-primary-300-hover:hover, .hover\:border-primary-300:hover, .border-primary-300-focus:focus, .focus\:border-primary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-400, .border-primary-400-hover:hover, .hover\:border-primary-400:hover, .border-primary-400-focus:focus, .focus\:border-primary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-400-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-500, .border-primary-500-hover:hover, .hover\:border-primary-500:hover, .border-primary-500-focus:focus, .focus\:border-primary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-500-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-600, .border-primary-600-hover:hover, .hover\:border-primary-600:hover, .border-primary-600-focus:focus, .focus\:border-primary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-600-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-700, .border-primary-700-hover:hover, .hover\:border-primary-700:hover, .border-primary-700-focus:focus, .focus\:border-primary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-700-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-800, .border-primary-800-hover:hover, .hover\:border-primary-800:hover, .border-primary-800-focus:focus, .focus\:border-primary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-800-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-900, .border-primary-900-hover:hover, .hover\:border-primary-900:hover, .border-primary-900-focus:focus, .focus\:border-primary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-900-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-10, .border-secondary-10-hover:hover, .hover\:border-secondary-10:hover, .border-secondary-10-focus:focus, .focus\:border-secondary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-10-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-25, .border-secondary-25-hover:hover, .hover\:border-secondary-25:hover, .border-secondary-25-focus:focus, .focus\:border-secondary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-25-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-50, .border-secondary-50-hover:hover, .hover\:border-secondary-50:hover, .border-secondary-50-focus:focus, .focus\:border-secondary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-50-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-100, .border-secondary-100-hover:hover, .hover\:border-secondary-100:hover, .border-secondary-100-focus:focus, .focus\:border-secondary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-100-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-200, .border-secondary-200-hover:hover, .hover\:border-secondary-200:hover, .border-secondary-200-focus:focus, .focus\:border-secondary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-200-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-300, .border-secondary-300-hover:hover, .hover\:border-secondary-300:hover, .border-secondary-300-focus:focus, .focus\:border-secondary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-300-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-400, .border-secondary-400-hover:hover, .hover\:border-secondary-400:hover, .border-secondary-400-focus:focus, .focus\:border-secondary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-400-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-500, .border-secondary-500-hover:hover, .hover\:border-secondary-500:hover, .border-secondary-500-focus:focus, .focus\:border-secondary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-500-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-600, .border-secondary-600-hover:hover, .hover\:border-secondary-600:hover, .border-secondary-600-focus:focus, .focus\:border-secondary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-700, .border-secondary-700-hover:hover, .hover\:border-secondary-700:hover, .border-secondary-700-focus:focus, .focus\:border-secondary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-700-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-800, .border-secondary-800-hover:hover, .hover\:border-secondary-800:hover, .border-secondary-800-focus:focus, .focus\:border-secondary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-800-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-900, .border-secondary-900-hover:hover, .hover\:border-secondary-900:hover, .border-secondary-900-focus:focus, .focus\:border-secondary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-900-rgb), var(--bs-border-opacity)) !important;
}

.border-info-10, .border-info-10-hover:hover, .hover\:border-info-10:hover, .border-info-10-focus:focus, .focus\:border-info-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-10-rgb), var(--bs-border-opacity)) !important;
}

.border-info-25, .border-info-25-hover:hover, .hover\:border-info-25:hover, .border-info-25-focus:focus, .focus\:border-info-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-25-rgb), var(--bs-border-opacity)) !important;
}

.border-info-50, .border-info-50-hover:hover, .hover\:border-info-50:hover, .border-info-50-focus:focus, .focus\:border-info-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-50-rgb), var(--bs-border-opacity)) !important;
}

.border-info-100, .border-info-100-hover:hover, .hover\:border-info-100:hover, .border-info-100-focus:focus, .focus\:border-info-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-100-rgb), var(--bs-border-opacity)) !important;
}

.border-info-200, .border-info-200-hover:hover, .hover\:border-info-200:hover, .border-info-200-focus:focus, .focus\:border-info-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-200-rgb), var(--bs-border-opacity)) !important;
}

.border-info-300, .border-info-300-hover:hover, .hover\:border-info-300:hover, .border-info-300-focus:focus, .focus\:border-info-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-300-rgb), var(--bs-border-opacity)) !important;
}

.border-info-400, .border-info-400-hover:hover, .hover\:border-info-400:hover, .border-info-400-focus:focus, .focus\:border-info-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-400-rgb), var(--bs-border-opacity)) !important;
}

.border-info-500, .border-info-500-hover:hover, .hover\:border-info-500:hover, .border-info-500-focus:focus, .focus\:border-info-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-500-rgb), var(--bs-border-opacity)) !important;
}

.border-info-600, .border-info-600-hover:hover, .hover\:border-info-600:hover, .border-info-600-focus:focus, .focus\:border-info-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-600-rgb), var(--bs-border-opacity)) !important;
}

.border-info-700, .border-info-700-hover:hover, .hover\:border-info-700:hover, .border-info-700-focus:focus, .focus\:border-info-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-700-rgb), var(--bs-border-opacity)) !important;
}

.border-info-800, .border-info-800-hover:hover, .hover\:border-info-800:hover, .border-info-800-focus:focus, .focus\:border-info-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-800-rgb), var(--bs-border-opacity)) !important;
}

.border-info-900, .border-info-900-hover:hover, .hover\:border-info-900:hover, .border-info-900-focus:focus, .focus\:border-info-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-900-rgb), var(--bs-border-opacity)) !important;
}

.border-success-10, .border-success-10-hover:hover, .hover\:border-success-10:hover, .border-success-10-focus:focus, .focus\:border-success-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-10-rgb), var(--bs-border-opacity)) !important;
}

.border-success-25, .border-success-25-hover:hover, .hover\:border-success-25:hover, .border-success-25-focus:focus, .focus\:border-success-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-25-rgb), var(--bs-border-opacity)) !important;
}

.border-success-50, .border-success-50-hover:hover, .hover\:border-success-50:hover, .border-success-50-focus:focus, .focus\:border-success-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-50-rgb), var(--bs-border-opacity)) !important;
}

.border-success-100, .border-success-100-hover:hover, .hover\:border-success-100:hover, .border-success-100-focus:focus, .focus\:border-success-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-100-rgb), var(--bs-border-opacity)) !important;
}

.border-success-200, .border-success-200-hover:hover, .hover\:border-success-200:hover, .border-success-200-focus:focus, .focus\:border-success-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-200-rgb), var(--bs-border-opacity)) !important;
}

.border-success-300, .border-success-300-hover:hover, .hover\:border-success-300:hover, .border-success-300-focus:focus, .focus\:border-success-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-300-rgb), var(--bs-border-opacity)) !important;
}

.border-success-400, .border-success-400-hover:hover, .hover\:border-success-400:hover, .border-success-400-focus:focus, .focus\:border-success-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-400-rgb), var(--bs-border-opacity)) !important;
}

.border-success-500, .border-success-500-hover:hover, .hover\:border-success-500:hover, .border-success-500-focus:focus, .focus\:border-success-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-500-rgb), var(--bs-border-opacity)) !important;
}

.border-success-600, .border-success-600-hover:hover, .hover\:border-success-600:hover, .border-success-600-focus:focus, .focus\:border-success-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-600-rgb), var(--bs-border-opacity)) !important;
}

.border-success-700, .border-success-700-hover:hover, .hover\:border-success-700:hover, .border-success-700-focus:focus, .focus\:border-success-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-700-rgb), var(--bs-border-opacity)) !important;
}

.border-success-800, .border-success-800-hover:hover, .hover\:border-success-800:hover, .border-success-800-focus:focus, .focus\:border-success-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-800-rgb), var(--bs-border-opacity)) !important;
}

.border-success-900, .border-success-900-hover:hover, .hover\:border-success-900:hover, .border-success-900-focus:focus, .focus\:border-success-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-900-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-10, .border-warning-10-hover:hover, .hover\:border-warning-10:hover, .border-warning-10-focus:focus, .focus\:border-warning-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-10-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-25, .border-warning-25-hover:hover, .hover\:border-warning-25:hover, .border-warning-25-focus:focus, .focus\:border-warning-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-25-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-50, .border-warning-50-hover:hover, .hover\:border-warning-50:hover, .border-warning-50-focus:focus, .focus\:border-warning-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-50-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-100, .border-warning-100-hover:hover, .hover\:border-warning-100:hover, .border-warning-100-focus:focus, .focus\:border-warning-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-100-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-200, .border-warning-200-hover:hover, .hover\:border-warning-200:hover, .border-warning-200-focus:focus, .focus\:border-warning-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-200-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-300, .border-warning-300-hover:hover, .hover\:border-warning-300:hover, .border-warning-300-focus:focus, .focus\:border-warning-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-300-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-400, .border-warning-400-hover:hover, .hover\:border-warning-400:hover, .border-warning-400-focus:focus, .focus\:border-warning-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-400-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-500, .border-warning-500-hover:hover, .hover\:border-warning-500:hover, .border-warning-500-focus:focus, .focus\:border-warning-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-500-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-600, .border-warning-600-hover:hover, .hover\:border-warning-600:hover, .border-warning-600-focus:focus, .focus\:border-warning-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-600-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-700, .border-warning-700-hover:hover, .hover\:border-warning-700:hover, .border-warning-700-focus:focus, .focus\:border-warning-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-700-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-800, .border-warning-800-hover:hover, .hover\:border-warning-800:hover, .border-warning-800-focus:focus, .focus\:border-warning-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-800-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-900, .border-warning-900-hover:hover, .hover\:border-warning-900:hover, .border-warning-900-focus:focus, .focus\:border-warning-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-900-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-10, .border-danger-10-hover:hover, .hover\:border-danger-10:hover, .border-danger-10-focus:focus, .focus\:border-danger-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-10-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-25, .border-danger-25-hover:hover, .hover\:border-danger-25:hover, .border-danger-25-focus:focus, .focus\:border-danger-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-25-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-50, .border-danger-50-hover:hover, .hover\:border-danger-50:hover, .border-danger-50-focus:focus, .focus\:border-danger-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-50-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-100, .border-danger-100-hover:hover, .hover\:border-danger-100:hover, .border-danger-100-focus:focus, .focus\:border-danger-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-100-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-200, .border-danger-200-hover:hover, .hover\:border-danger-200:hover, .border-danger-200-focus:focus, .focus\:border-danger-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-200-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-300, .border-danger-300-hover:hover, .hover\:border-danger-300:hover, .border-danger-300-focus:focus, .focus\:border-danger-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-300-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-400, .border-danger-400-hover:hover, .hover\:border-danger-400:hover, .border-danger-400-focus:focus, .focus\:border-danger-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-400-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-500, .border-danger-500-hover:hover, .hover\:border-danger-500:hover, .border-danger-500-focus:focus, .focus\:border-danger-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-500-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-600, .border-danger-600-hover:hover, .hover\:border-danger-600:hover, .border-danger-600-focus:focus, .focus\:border-danger-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-600-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-700, .border-danger-700-hover:hover, .hover\:border-danger-700:hover, .border-danger-700-focus:focus, .focus\:border-danger-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-700-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-800, .border-danger-800-hover:hover, .hover\:border-danger-800:hover, .border-danger-800-focus:focus, .focus\:border-danger-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-800-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-900, .border-danger-900-hover:hover, .hover\:border-danger-900:hover, .border-danger-900-focus:focus, .focus\:border-danger-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-900-rgb), var(--bs-border-opacity)) !important;
}

.border-blue, .border-blue-hover:hover, .hover\:border-blue:hover, .border-blue-focus:focus, .focus\:border-blue:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-10, .border-blue-10-hover:hover, .hover\:border-blue-10:hover, .border-blue-10-focus:focus, .focus\:border-blue-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-10-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-25, .border-blue-25-hover:hover, .hover\:border-blue-25:hover, .border-blue-25-focus:focus, .focus\:border-blue-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-25-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-50, .border-blue-50-hover:hover, .hover\:border-blue-50:hover, .border-blue-50-focus:focus, .focus\:border-blue-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-50-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-100, .border-blue-100-hover:hover, .hover\:border-blue-100:hover, .border-blue-100-focus:focus, .focus\:border-blue-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-100-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-200, .border-blue-200-hover:hover, .hover\:border-blue-200:hover, .border-blue-200-focus:focus, .focus\:border-blue-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-200-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-300, .border-blue-300-hover:hover, .hover\:border-blue-300:hover, .border-blue-300-focus:focus, .focus\:border-blue-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-300-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-400, .border-blue-400-hover:hover, .hover\:border-blue-400:hover, .border-blue-400-focus:focus, .focus\:border-blue-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-400-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-500, .border-blue-500-hover:hover, .hover\:border-blue-500:hover, .border-blue-500-focus:focus, .focus\:border-blue-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-500-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-600, .border-blue-600-hover:hover, .hover\:border-blue-600:hover, .border-blue-600-focus:focus, .focus\:border-blue-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-600-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-700, .border-blue-700-hover:hover, .hover\:border-blue-700:hover, .border-blue-700-focus:focus, .focus\:border-blue-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-700-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-800, .border-blue-800-hover:hover, .hover\:border-blue-800:hover, .border-blue-800-focus:focus, .focus\:border-blue-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-800-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-900, .border-blue-900-hover:hover, .hover\:border-blue-900:hover, .border-blue-900-focus:focus, .focus\:border-blue-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-900-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo, .border-indigo-hover:hover, .hover\:border-indigo:hover, .border-indigo-focus:focus, .focus\:border-indigo:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-10, .border-indigo-10-hover:hover, .hover\:border-indigo-10:hover, .border-indigo-10-focus:focus, .focus\:border-indigo-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-10-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-25, .border-indigo-25-hover:hover, .hover\:border-indigo-25:hover, .border-indigo-25-focus:focus, .focus\:border-indigo-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-25-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-50, .border-indigo-50-hover:hover, .hover\:border-indigo-50:hover, .border-indigo-50-focus:focus, .focus\:border-indigo-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-50-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-100, .border-indigo-100-hover:hover, .hover\:border-indigo-100:hover, .border-indigo-100-focus:focus, .focus\:border-indigo-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-100-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-200, .border-indigo-200-hover:hover, .hover\:border-indigo-200:hover, .border-indigo-200-focus:focus, .focus\:border-indigo-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-200-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-300, .border-indigo-300-hover:hover, .hover\:border-indigo-300:hover, .border-indigo-300-focus:focus, .focus\:border-indigo-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-300-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-400, .border-indigo-400-hover:hover, .hover\:border-indigo-400:hover, .border-indigo-400-focus:focus, .focus\:border-indigo-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-400-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-500, .border-indigo-500-hover:hover, .hover\:border-indigo-500:hover, .border-indigo-500-focus:focus, .focus\:border-indigo-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-500-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-600, .border-indigo-600-hover:hover, .hover\:border-indigo-600:hover, .border-indigo-600-focus:focus, .focus\:border-indigo-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-600-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-700, .border-indigo-700-hover:hover, .hover\:border-indigo-700:hover, .border-indigo-700-focus:focus, .focus\:border-indigo-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-700-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-800, .border-indigo-800-hover:hover, .hover\:border-indigo-800:hover, .border-indigo-800-focus:focus, .focus\:border-indigo-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-800-rgb), var(--bs-border-opacity)) !important;
}

.border-indigo-900, .border-indigo-900-hover:hover, .hover\:border-indigo-900:hover, .border-indigo-900-focus:focus, .focus\:border-indigo-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-900-rgb), var(--bs-border-opacity)) !important;
}

.border-purple, .border-purple-hover:hover, .hover\:border-purple:hover, .border-purple-focus:focus, .focus\:border-purple:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-10, .border-purple-10-hover:hover, .hover\:border-purple-10:hover, .border-purple-10-focus:focus, .focus\:border-purple-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-10-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-25, .border-purple-25-hover:hover, .hover\:border-purple-25:hover, .border-purple-25-focus:focus, .focus\:border-purple-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-25-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-50, .border-purple-50-hover:hover, .hover\:border-purple-50:hover, .border-purple-50-focus:focus, .focus\:border-purple-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-50-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-100, .border-purple-100-hover:hover, .hover\:border-purple-100:hover, .border-purple-100-focus:focus, .focus\:border-purple-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-100-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-200, .border-purple-200-hover:hover, .hover\:border-purple-200:hover, .border-purple-200-focus:focus, .focus\:border-purple-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-200-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-300, .border-purple-300-hover:hover, .hover\:border-purple-300:hover, .border-purple-300-focus:focus, .focus\:border-purple-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-300-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-400, .border-purple-400-hover:hover, .hover\:border-purple-400:hover, .border-purple-400-focus:focus, .focus\:border-purple-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-400-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-500, .border-purple-500-hover:hover, .hover\:border-purple-500:hover, .border-purple-500-focus:focus, .focus\:border-purple-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-500-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-600, .border-purple-600-hover:hover, .hover\:border-purple-600:hover, .border-purple-600-focus:focus, .focus\:border-purple-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-600-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-700, .border-purple-700-hover:hover, .hover\:border-purple-700:hover, .border-purple-700-focus:focus, .focus\:border-purple-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-700-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-800, .border-purple-800-hover:hover, .hover\:border-purple-800:hover, .border-purple-800-focus:focus, .focus\:border-purple-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-800-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-900, .border-purple-900-hover:hover, .hover\:border-purple-900:hover, .border-purple-900-focus:focus, .focus\:border-purple-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-900-rgb), var(--bs-border-opacity)) !important;
}

.border-red, .border-red-hover:hover, .hover\:border-red:hover, .border-red-focus:focus, .focus\:border-red:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}

.border-red-10, .border-red-10-hover:hover, .hover\:border-red-10:hover, .border-red-10-focus:focus, .focus\:border-red-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-10-rgb), var(--bs-border-opacity)) !important;
}

.border-red-25, .border-red-25-hover:hover, .hover\:border-red-25:hover, .border-red-25-focus:focus, .focus\:border-red-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-25-rgb), var(--bs-border-opacity)) !important;
}

.border-red-50, .border-red-50-hover:hover, .hover\:border-red-50:hover, .border-red-50-focus:focus, .focus\:border-red-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-50-rgb), var(--bs-border-opacity)) !important;
}

.border-red-100, .border-red-100-hover:hover, .hover\:border-red-100:hover, .border-red-100-focus:focus, .focus\:border-red-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-100-rgb), var(--bs-border-opacity)) !important;
}

.border-red-200, .border-red-200-hover:hover, .hover\:border-red-200:hover, .border-red-200-focus:focus, .focus\:border-red-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-200-rgb), var(--bs-border-opacity)) !important;
}

.border-red-300, .border-red-300-hover:hover, .hover\:border-red-300:hover, .border-red-300-focus:focus, .focus\:border-red-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-300-rgb), var(--bs-border-opacity)) !important;
}

.border-red-400, .border-red-400-hover:hover, .hover\:border-red-400:hover, .border-red-400-focus:focus, .focus\:border-red-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-400-rgb), var(--bs-border-opacity)) !important;
}

.border-red-500, .border-red-500-hover:hover, .hover\:border-red-500:hover, .border-red-500-focus:focus, .focus\:border-red-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-500-rgb), var(--bs-border-opacity)) !important;
}

.border-red-600, .border-red-600-hover:hover, .hover\:border-red-600:hover, .border-red-600-focus:focus, .focus\:border-red-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-600-rgb), var(--bs-border-opacity)) !important;
}

.border-red-700, .border-red-700-hover:hover, .hover\:border-red-700:hover, .border-red-700-focus:focus, .focus\:border-red-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-700-rgb), var(--bs-border-opacity)) !important;
}

.border-red-800, .border-red-800-hover:hover, .hover\:border-red-800:hover, .border-red-800-focus:focus, .focus\:border-red-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-800-rgb), var(--bs-border-opacity)) !important;
}

.border-red-900, .border-red-900-hover:hover, .hover\:border-red-900:hover, .border-red-900-focus:focus, .focus\:border-red-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-900-rgb), var(--bs-border-opacity)) !important;
}

.border-rose, .border-rose-hover:hover, .hover\:border-rose:hover, .border-rose-focus:focus, .focus\:border-rose:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-10, .border-rose-10-hover:hover, .hover\:border-rose-10:hover, .border-rose-10-focus:focus, .focus\:border-rose-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-10-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-25, .border-rose-25-hover:hover, .hover\:border-rose-25:hover, .border-rose-25-focus:focus, .focus\:border-rose-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-25-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-50, .border-rose-50-hover:hover, .hover\:border-rose-50:hover, .border-rose-50-focus:focus, .focus\:border-rose-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-50-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-100, .border-rose-100-hover:hover, .hover\:border-rose-100:hover, .border-rose-100-focus:focus, .focus\:border-rose-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-100-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-200, .border-rose-200-hover:hover, .hover\:border-rose-200:hover, .border-rose-200-focus:focus, .focus\:border-rose-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-200-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-300, .border-rose-300-hover:hover, .hover\:border-rose-300:hover, .border-rose-300-focus:focus, .focus\:border-rose-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-300-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-400, .border-rose-400-hover:hover, .hover\:border-rose-400:hover, .border-rose-400-focus:focus, .focus\:border-rose-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-400-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-500, .border-rose-500-hover:hover, .hover\:border-rose-500:hover, .border-rose-500-focus:focus, .focus\:border-rose-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-500-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-600, .border-rose-600-hover:hover, .hover\:border-rose-600:hover, .border-rose-600-focus:focus, .focus\:border-rose-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-600-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-700, .border-rose-700-hover:hover, .hover\:border-rose-700:hover, .border-rose-700-focus:focus, .focus\:border-rose-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-700-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-800, .border-rose-800-hover:hover, .hover\:border-rose-800:hover, .border-rose-800-focus:focus, .focus\:border-rose-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-800-rgb), var(--bs-border-opacity)) !important;
}

.border-rose-900, .border-rose-900-hover:hover, .hover\:border-rose-900:hover, .border-rose-900-focus:focus, .focus\:border-rose-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-900-rgb), var(--bs-border-opacity)) !important;
}

.border-pink, .border-pink-hover:hover, .hover\:border-pink:hover, .border-pink-focus:focus, .focus\:border-pink:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-10, .border-pink-10-hover:hover, .hover\:border-pink-10:hover, .border-pink-10-focus:focus, .focus\:border-pink-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-10-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-25, .border-pink-25-hover:hover, .hover\:border-pink-25:hover, .border-pink-25-focus:focus, .focus\:border-pink-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-25-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-50, .border-pink-50-hover:hover, .hover\:border-pink-50:hover, .border-pink-50-focus:focus, .focus\:border-pink-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-50-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-100, .border-pink-100-hover:hover, .hover\:border-pink-100:hover, .border-pink-100-focus:focus, .focus\:border-pink-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-100-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-200, .border-pink-200-hover:hover, .hover\:border-pink-200:hover, .border-pink-200-focus:focus, .focus\:border-pink-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-200-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-300, .border-pink-300-hover:hover, .hover\:border-pink-300:hover, .border-pink-300-focus:focus, .focus\:border-pink-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-300-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-400, .border-pink-400-hover:hover, .hover\:border-pink-400:hover, .border-pink-400-focus:focus, .focus\:border-pink-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-400-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-500, .border-pink-500-hover:hover, .hover\:border-pink-500:hover, .border-pink-500-focus:focus, .focus\:border-pink-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-500-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-600, .border-pink-600-hover:hover, .hover\:border-pink-600:hover, .border-pink-600-focus:focus, .focus\:border-pink-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-600-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-700, .border-pink-700-hover:hover, .hover\:border-pink-700:hover, .border-pink-700-focus:focus, .focus\:border-pink-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-700-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-800, .border-pink-800-hover:hover, .hover\:border-pink-800:hover, .border-pink-800-focus:focus, .focus\:border-pink-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-800-rgb), var(--bs-border-opacity)) !important;
}

.border-pink-900, .border-pink-900-hover:hover, .hover\:border-pink-900:hover, .border-pink-900-focus:focus, .focus\:border-pink-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-900-rgb), var(--bs-border-opacity)) !important;
}

.border-orange, .border-orange-hover:hover, .hover\:border-orange:hover, .border-orange-focus:focus, .focus\:border-orange:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-10, .border-orange-10-hover:hover, .hover\:border-orange-10:hover, .border-orange-10-focus:focus, .focus\:border-orange-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-10-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-25, .border-orange-25-hover:hover, .hover\:border-orange-25:hover, .border-orange-25-focus:focus, .focus\:border-orange-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-25-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-50, .border-orange-50-hover:hover, .hover\:border-orange-50:hover, .border-orange-50-focus:focus, .focus\:border-orange-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-50-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-100, .border-orange-100-hover:hover, .hover\:border-orange-100:hover, .border-orange-100-focus:focus, .focus\:border-orange-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-100-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-200, .border-orange-200-hover:hover, .hover\:border-orange-200:hover, .border-orange-200-focus:focus, .focus\:border-orange-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-200-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-300, .border-orange-300-hover:hover, .hover\:border-orange-300:hover, .border-orange-300-focus:focus, .focus\:border-orange-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-300-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-400, .border-orange-400-hover:hover, .hover\:border-orange-400:hover, .border-orange-400-focus:focus, .focus\:border-orange-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-400-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-500, .border-orange-500-hover:hover, .hover\:border-orange-500:hover, .border-orange-500-focus:focus, .focus\:border-orange-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-500-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-600, .border-orange-600-hover:hover, .hover\:border-orange-600:hover, .border-orange-600-focus:focus, .focus\:border-orange-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-600-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-700, .border-orange-700-hover:hover, .hover\:border-orange-700:hover, .border-orange-700-focus:focus, .focus\:border-orange-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-700-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-800, .border-orange-800-hover:hover, .hover\:border-orange-800:hover, .border-orange-800-focus:focus, .focus\:border-orange-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-800-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-900, .border-orange-900-hover:hover, .hover\:border-orange-900:hover, .border-orange-900-focus:focus, .focus\:border-orange-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-900-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow, .border-yellow-hover:hover, .hover\:border-yellow:hover, .border-yellow-focus:focus, .focus\:border-yellow:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-10, .border-yellow-10-hover:hover, .hover\:border-yellow-10:hover, .border-yellow-10-focus:focus, .focus\:border-yellow-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-10-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-25, .border-yellow-25-hover:hover, .hover\:border-yellow-25:hover, .border-yellow-25-focus:focus, .focus\:border-yellow-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-25-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-50, .border-yellow-50-hover:hover, .hover\:border-yellow-50:hover, .border-yellow-50-focus:focus, .focus\:border-yellow-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-50-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-100, .border-yellow-100-hover:hover, .hover\:border-yellow-100:hover, .border-yellow-100-focus:focus, .focus\:border-yellow-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-100-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-200, .border-yellow-200-hover:hover, .hover\:border-yellow-200:hover, .border-yellow-200-focus:focus, .focus\:border-yellow-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-200-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-300, .border-yellow-300-hover:hover, .hover\:border-yellow-300:hover, .border-yellow-300-focus:focus, .focus\:border-yellow-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-300-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-400, .border-yellow-400-hover:hover, .hover\:border-yellow-400:hover, .border-yellow-400-focus:focus, .focus\:border-yellow-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-400-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-500, .border-yellow-500-hover:hover, .hover\:border-yellow-500:hover, .border-yellow-500-focus:focus, .focus\:border-yellow-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-500-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-600, .border-yellow-600-hover:hover, .hover\:border-yellow-600:hover, .border-yellow-600-focus:focus, .focus\:border-yellow-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-600-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-700, .border-yellow-700-hover:hover, .hover\:border-yellow-700:hover, .border-yellow-700-focus:focus, .focus\:border-yellow-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-700-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-800, .border-yellow-800-hover:hover, .hover\:border-yellow-800:hover, .border-yellow-800-focus:focus, .focus\:border-yellow-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-800-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-900, .border-yellow-900-hover:hover, .hover\:border-yellow-900:hover, .border-yellow-900-focus:focus, .focus\:border-yellow-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-900-rgb), var(--bs-border-opacity)) !important;
}

.border-green, .border-green-hover:hover, .hover\:border-green:hover, .border-green-focus:focus, .focus\:border-green:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}

.border-green-10, .border-green-10-hover:hover, .hover\:border-green-10:hover, .border-green-10-focus:focus, .focus\:border-green-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-10-rgb), var(--bs-border-opacity)) !important;
}

.border-green-25, .border-green-25-hover:hover, .hover\:border-green-25:hover, .border-green-25-focus:focus, .focus\:border-green-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-25-rgb), var(--bs-border-opacity)) !important;
}

.border-green-50, .border-green-50-hover:hover, .hover\:border-green-50:hover, .border-green-50-focus:focus, .focus\:border-green-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-50-rgb), var(--bs-border-opacity)) !important;
}

.border-green-100, .border-green-100-hover:hover, .hover\:border-green-100:hover, .border-green-100-focus:focus, .focus\:border-green-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-100-rgb), var(--bs-border-opacity)) !important;
}

.border-green-200, .border-green-200-hover:hover, .hover\:border-green-200:hover, .border-green-200-focus:focus, .focus\:border-green-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-200-rgb), var(--bs-border-opacity)) !important;
}

.border-green-300, .border-green-300-hover:hover, .hover\:border-green-300:hover, .border-green-300-focus:focus, .focus\:border-green-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-300-rgb), var(--bs-border-opacity)) !important;
}

.border-green-400, .border-green-400-hover:hover, .hover\:border-green-400:hover, .border-green-400-focus:focus, .focus\:border-green-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-400-rgb), var(--bs-border-opacity)) !important;
}

.border-green-500, .border-green-500-hover:hover, .hover\:border-green-500:hover, .border-green-500-focus:focus, .focus\:border-green-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-500-rgb), var(--bs-border-opacity)) !important;
}

.border-green-600, .border-green-600-hover:hover, .hover\:border-green-600:hover, .border-green-600-focus:focus, .focus\:border-green-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-600-rgb), var(--bs-border-opacity)) !important;
}

.border-green-700, .border-green-700-hover:hover, .hover\:border-green-700:hover, .border-green-700-focus:focus, .focus\:border-green-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-700-rgb), var(--bs-border-opacity)) !important;
}

.border-green-800, .border-green-800-hover:hover, .hover\:border-green-800:hover, .border-green-800-focus:focus, .focus\:border-green-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-800-rgb), var(--bs-border-opacity)) !important;
}

.border-green-900, .border-green-900-hover:hover, .hover\:border-green-900:hover, .border-green-900-focus:focus, .focus\:border-green-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-900-rgb), var(--bs-border-opacity)) !important;
}

.border-lime, .border-lime-hover:hover, .hover\:border-lime:hover, .border-lime-focus:focus, .focus\:border-lime:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-10, .border-lime-10-hover:hover, .hover\:border-lime-10:hover, .border-lime-10-focus:focus, .focus\:border-lime-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-10-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-25, .border-lime-25-hover:hover, .hover\:border-lime-25:hover, .border-lime-25-focus:focus, .focus\:border-lime-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-25-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-50, .border-lime-50-hover:hover, .hover\:border-lime-50:hover, .border-lime-50-focus:focus, .focus\:border-lime-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-50-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-100, .border-lime-100-hover:hover, .hover\:border-lime-100:hover, .border-lime-100-focus:focus, .focus\:border-lime-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-100-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-200, .border-lime-200-hover:hover, .hover\:border-lime-200:hover, .border-lime-200-focus:focus, .focus\:border-lime-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-200-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-300, .border-lime-300-hover:hover, .hover\:border-lime-300:hover, .border-lime-300-focus:focus, .focus\:border-lime-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-300-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-400, .border-lime-400-hover:hover, .hover\:border-lime-400:hover, .border-lime-400-focus:focus, .focus\:border-lime-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-400-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-500, .border-lime-500-hover:hover, .hover\:border-lime-500:hover, .border-lime-500-focus:focus, .focus\:border-lime-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-500-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-600, .border-lime-600-hover:hover, .hover\:border-lime-600:hover, .border-lime-600-focus:focus, .focus\:border-lime-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-600-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-700, .border-lime-700-hover:hover, .hover\:border-lime-700:hover, .border-lime-700-focus:focus, .focus\:border-lime-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-700-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-800, .border-lime-800-hover:hover, .hover\:border-lime-800:hover, .border-lime-800-focus:focus, .focus\:border-lime-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-800-rgb), var(--bs-border-opacity)) !important;
}

.border-lime-900, .border-lime-900-hover:hover, .hover\:border-lime-900:hover, .border-lime-900-focus:focus, .focus\:border-lime-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-900-rgb), var(--bs-border-opacity)) !important;
}

.border-teal, .border-teal-hover:hover, .hover\:border-teal:hover, .border-teal-focus:focus, .focus\:border-teal:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-10, .border-teal-10-hover:hover, .hover\:border-teal-10:hover, .border-teal-10-focus:focus, .focus\:border-teal-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-10-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-25, .border-teal-25-hover:hover, .hover\:border-teal-25:hover, .border-teal-25-focus:focus, .focus\:border-teal-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-25-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-50, .border-teal-50-hover:hover, .hover\:border-teal-50:hover, .border-teal-50-focus:focus, .focus\:border-teal-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-50-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-100, .border-teal-100-hover:hover, .hover\:border-teal-100:hover, .border-teal-100-focus:focus, .focus\:border-teal-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-100-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-200, .border-teal-200-hover:hover, .hover\:border-teal-200:hover, .border-teal-200-focus:focus, .focus\:border-teal-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-200-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-300, .border-teal-300-hover:hover, .hover\:border-teal-300:hover, .border-teal-300-focus:focus, .focus\:border-teal-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-300-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-400, .border-teal-400-hover:hover, .hover\:border-teal-400:hover, .border-teal-400-focus:focus, .focus\:border-teal-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-400-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-500, .border-teal-500-hover:hover, .hover\:border-teal-500:hover, .border-teal-500-focus:focus, .focus\:border-teal-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-500-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-600, .border-teal-600-hover:hover, .hover\:border-teal-600:hover, .border-teal-600-focus:focus, .focus\:border-teal-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-600-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-700, .border-teal-700-hover:hover, .hover\:border-teal-700:hover, .border-teal-700-focus:focus, .focus\:border-teal-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-700-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-800, .border-teal-800-hover:hover, .hover\:border-teal-800:hover, .border-teal-800-focus:focus, .focus\:border-teal-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-800-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-900, .border-teal-900-hover:hover, .hover\:border-teal-900:hover, .border-teal-900-focus:focus, .focus\:border-teal-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-900-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan, .border-cyan-hover:hover, .hover\:border-cyan:hover, .border-cyan-focus:focus, .focus\:border-cyan:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-10, .border-cyan-10-hover:hover, .hover\:border-cyan-10:hover, .border-cyan-10-focus:focus, .focus\:border-cyan-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-10-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-25, .border-cyan-25-hover:hover, .hover\:border-cyan-25:hover, .border-cyan-25-focus:focus, .focus\:border-cyan-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-25-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-50, .border-cyan-50-hover:hover, .hover\:border-cyan-50:hover, .border-cyan-50-focus:focus, .focus\:border-cyan-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-50-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-100, .border-cyan-100-hover:hover, .hover\:border-cyan-100:hover, .border-cyan-100-focus:focus, .focus\:border-cyan-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-100-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-200, .border-cyan-200-hover:hover, .hover\:border-cyan-200:hover, .border-cyan-200-focus:focus, .focus\:border-cyan-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-200-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-300, .border-cyan-300-hover:hover, .hover\:border-cyan-300:hover, .border-cyan-300-focus:focus, .focus\:border-cyan-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-300-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-400, .border-cyan-400-hover:hover, .hover\:border-cyan-400:hover, .border-cyan-400-focus:focus, .focus\:border-cyan-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-400-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-500, .border-cyan-500-hover:hover, .hover\:border-cyan-500:hover, .border-cyan-500-focus:focus, .focus\:border-cyan-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-500-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-600, .border-cyan-600-hover:hover, .hover\:border-cyan-600:hover, .border-cyan-600-focus:focus, .focus\:border-cyan-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-600-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-700, .border-cyan-700-hover:hover, .hover\:border-cyan-700:hover, .border-cyan-700-focus:focus, .focus\:border-cyan-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-700-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-800, .border-cyan-800-hover:hover, .hover\:border-cyan-800:hover, .border-cyan-800-focus:focus, .focus\:border-cyan-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-800-rgb), var(--bs-border-opacity)) !important;
}

.border-cyan-900, .border-cyan-900-hover:hover, .hover\:border-cyan-900:hover, .border-cyan-900-focus:focus, .focus\:border-cyan-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-900-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary, .border-tertiary-hover:hover, .hover\:border-tertiary:hover, .border-tertiary-focus:focus, .focus\:border-tertiary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-10, .border-tertiary-10-hover:hover, .hover\:border-tertiary-10:hover, .border-tertiary-10-focus:focus, .focus\:border-tertiary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-25, .border-tertiary-25-hover:hover, .hover\:border-tertiary-25:hover, .border-tertiary-25-focus:focus, .focus\:border-tertiary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-50, .border-tertiary-50-hover:hover, .hover\:border-tertiary-50:hover, .border-tertiary-50-focus:focus, .focus\:border-tertiary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-100, .border-tertiary-100-hover:hover, .hover\:border-tertiary-100:hover, .border-tertiary-100-focus:focus, .focus\:border-tertiary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-200, .border-tertiary-200-hover:hover, .hover\:border-tertiary-200:hover, .border-tertiary-200-focus:focus, .focus\:border-tertiary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-300, .border-tertiary-300-hover:hover, .hover\:border-tertiary-300:hover, .border-tertiary-300-focus:focus, .focus\:border-tertiary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-400, .border-tertiary-400-hover:hover, .hover\:border-tertiary-400:hover, .border-tertiary-400-focus:focus, .focus\:border-tertiary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-500, .border-tertiary-500-hover:hover, .hover\:border-tertiary-500:hover, .border-tertiary-500-focus:focus, .focus\:border-tertiary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-600, .border-tertiary-600-hover:hover, .hover\:border-tertiary-600:hover, .border-tertiary-600-focus:focus, .focus\:border-tertiary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-700, .border-tertiary-700-hover:hover, .hover\:border-tertiary-700:hover, .border-tertiary-700-focus:focus, .focus\:border-tertiary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-800, .border-tertiary-800-hover:hover, .hover\:border-tertiary-800:hover, .border-tertiary-800-focus:focus, .focus\:border-tertiary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary-900, .border-tertiary-900-hover:hover, .hover\:border-tertiary-900:hover, .border-tertiary-900-focus:focus, .focus\:border-tertiary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-border-opacity)) !important;
}

.border-black, .border-black-hover:hover, .hover\:border-black:hover, .border-black-focus:focus, .focus\:border-black:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white, .border-white-hover:hover, .hover\:border-white:hover, .border-white-focus:focus, .focus\:border-white:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary, :where(.uc-dark) .dark\:border-primary-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary:hover, :where(.uc-dark) .dark\:border-primary-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary, :where(.uc-dark) .dark\:border-secondary-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary:hover, :where(.uc-dark) .dark\:border-secondary-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success, :where(.uc-dark) .dark\:border-success-hover:hover, :where(.uc-dark) .dark\:hover\:border-success:hover, :where(.uc-dark) .dark\:border-success-focus:focus, :where(.uc-dark) .dark\:focus\:border-success:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info, :where(.uc-dark) .dark\:border-info-hover:hover, :where(.uc-dark) .dark\:hover\:border-info:hover, :where(.uc-dark) .dark\:border-info-focus:focus, :where(.uc-dark) .dark\:focus\:border-info:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning, :where(.uc-dark) .dark\:border-warning-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning:hover, :where(.uc-dark) .dark\:border-warning-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger, :where(.uc-dark) .dark\:border-danger-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger:hover, :where(.uc-dark) .dark\:border-danger-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-light, :where(.uc-dark) .dark\:border-light-hover:hover, :where(.uc-dark) .dark\:hover\:border-light:hover, :where(.uc-dark) .dark\:border-light-focus:focus, :where(.uc-dark) .dark\:focus\:border-light:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-dark, :where(.uc-dark) .dark\:border-dark-hover:hover, :where(.uc-dark) .dark\:hover\:border-dark:hover, :where(.uc-dark) .dark\:border-dark-focus:focus, :where(.uc-dark) .dark\:focus\:border-dark:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray, :where(.uc-dark) .dark\:border-gray-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray:hover, :where(.uc-dark) .dark\:border-gray-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-10, :where(.uc-dark) .dark\:border-gray-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-10:hover, :where(.uc-dark) .dark\:border-gray-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-25, :where(.uc-dark) .dark\:border-gray-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-25:hover, :where(.uc-dark) .dark\:border-gray-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-50, :where(.uc-dark) .dark\:border-gray-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-50:hover, :where(.uc-dark) .dark\:border-gray-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-100, :where(.uc-dark) .dark\:border-gray-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-100:hover, :where(.uc-dark) .dark\:border-gray-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-200, :where(.uc-dark) .dark\:border-gray-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-200:hover, :where(.uc-dark) .dark\:border-gray-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-300, :where(.uc-dark) .dark\:border-gray-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-300:hover, :where(.uc-dark) .dark\:border-gray-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-400, :where(.uc-dark) .dark\:border-gray-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-400:hover, :where(.uc-dark) .dark\:border-gray-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-500, :where(.uc-dark) .dark\:border-gray-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-500:hover, :where(.uc-dark) .dark\:border-gray-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-600, :where(.uc-dark) .dark\:border-gray-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-600:hover, :where(.uc-dark) .dark\:border-gray-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-700, :where(.uc-dark) .dark\:border-gray-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-700:hover, :where(.uc-dark) .dark\:border-gray-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-800, :where(.uc-dark) .dark\:border-gray-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-800:hover, :where(.uc-dark) .dark\:border-gray-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-gray-900, :where(.uc-dark) .dark\:border-gray-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-gray-900:hover, :where(.uc-dark) .dark\:border-gray-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-gray-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate, :where(.uc-dark) .dark\:border-slate-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate:hover, :where(.uc-dark) .dark\:border-slate-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-10, :where(.uc-dark) .dark\:border-slate-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-10:hover, :where(.uc-dark) .dark\:border-slate-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-25, :where(.uc-dark) .dark\:border-slate-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-25:hover, :where(.uc-dark) .dark\:border-slate-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-50, :where(.uc-dark) .dark\:border-slate-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-50:hover, :where(.uc-dark) .dark\:border-slate-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-100, :where(.uc-dark) .dark\:border-slate-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-100:hover, :where(.uc-dark) .dark\:border-slate-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-200, :where(.uc-dark) .dark\:border-slate-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-200:hover, :where(.uc-dark) .dark\:border-slate-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-300, :where(.uc-dark) .dark\:border-slate-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-300:hover, :where(.uc-dark) .dark\:border-slate-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-400, :where(.uc-dark) .dark\:border-slate-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-400:hover, :where(.uc-dark) .dark\:border-slate-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-500, :where(.uc-dark) .dark\:border-slate-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-500:hover, :where(.uc-dark) .dark\:border-slate-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-600, :where(.uc-dark) .dark\:border-slate-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-600:hover, :where(.uc-dark) .dark\:border-slate-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-700, :where(.uc-dark) .dark\:border-slate-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-700:hover, :where(.uc-dark) .dark\:border-slate-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-800, :where(.uc-dark) .dark\:border-slate-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-800:hover, :where(.uc-dark) .dark\:border-slate-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-slate-900, :where(.uc-dark) .dark\:border-slate-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-slate-900:hover, :where(.uc-dark) .dark\:border-slate-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-slate-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-slate-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-10, :where(.uc-dark) .dark\:border-primary-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-10:hover, :where(.uc-dark) .dark\:border-primary-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-25, :where(.uc-dark) .dark\:border-primary-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-25:hover, :where(.uc-dark) .dark\:border-primary-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-50, :where(.uc-dark) .dark\:border-primary-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-50:hover, :where(.uc-dark) .dark\:border-primary-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-100, :where(.uc-dark) .dark\:border-primary-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-100:hover, :where(.uc-dark) .dark\:border-primary-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-200, :where(.uc-dark) .dark\:border-primary-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-200:hover, :where(.uc-dark) .dark\:border-primary-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-300, :where(.uc-dark) .dark\:border-primary-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-300:hover, :where(.uc-dark) .dark\:border-primary-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-400, :where(.uc-dark) .dark\:border-primary-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-400:hover, :where(.uc-dark) .dark\:border-primary-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-500, :where(.uc-dark) .dark\:border-primary-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-500:hover, :where(.uc-dark) .dark\:border-primary-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-600, :where(.uc-dark) .dark\:border-primary-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-600:hover, :where(.uc-dark) .dark\:border-primary-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-700, :where(.uc-dark) .dark\:border-primary-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-700:hover, :where(.uc-dark) .dark\:border-primary-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-800, :where(.uc-dark) .dark\:border-primary-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-800:hover, :where(.uc-dark) .dark\:border-primary-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-primary-900, :where(.uc-dark) .dark\:border-primary-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-primary-900:hover, :where(.uc-dark) .dark\:border-primary-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-primary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-10, :where(.uc-dark) .dark\:border-secondary-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-10:hover, :where(.uc-dark) .dark\:border-secondary-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-25, :where(.uc-dark) .dark\:border-secondary-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-25:hover, :where(.uc-dark) .dark\:border-secondary-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-50, :where(.uc-dark) .dark\:border-secondary-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-50:hover, :where(.uc-dark) .dark\:border-secondary-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-100, :where(.uc-dark) .dark\:border-secondary-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-100:hover, :where(.uc-dark) .dark\:border-secondary-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-200, :where(.uc-dark) .dark\:border-secondary-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-200:hover, :where(.uc-dark) .dark\:border-secondary-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-300, :where(.uc-dark) .dark\:border-secondary-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-300:hover, :where(.uc-dark) .dark\:border-secondary-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-400, :where(.uc-dark) .dark\:border-secondary-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-400:hover, :where(.uc-dark) .dark\:border-secondary-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-500, :where(.uc-dark) .dark\:border-secondary-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-500:hover, :where(.uc-dark) .dark\:border-secondary-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-600, :where(.uc-dark) .dark\:border-secondary-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-600:hover, :where(.uc-dark) .dark\:border-secondary-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-700, :where(.uc-dark) .dark\:border-secondary-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-700:hover, :where(.uc-dark) .dark\:border-secondary-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-800, :where(.uc-dark) .dark\:border-secondary-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-800:hover, :where(.uc-dark) .dark\:border-secondary-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-secondary-900, :where(.uc-dark) .dark\:border-secondary-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-secondary-900:hover, :where(.uc-dark) .dark\:border-secondary-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-secondary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-10, :where(.uc-dark) .dark\:border-info-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-10:hover, :where(.uc-dark) .dark\:border-info-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-25, :where(.uc-dark) .dark\:border-info-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-25:hover, :where(.uc-dark) .dark\:border-info-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-50, :where(.uc-dark) .dark\:border-info-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-50:hover, :where(.uc-dark) .dark\:border-info-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-100, :where(.uc-dark) .dark\:border-info-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-100:hover, :where(.uc-dark) .dark\:border-info-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-200, :where(.uc-dark) .dark\:border-info-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-200:hover, :where(.uc-dark) .dark\:border-info-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-300, :where(.uc-dark) .dark\:border-info-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-300:hover, :where(.uc-dark) .dark\:border-info-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-400, :where(.uc-dark) .dark\:border-info-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-400:hover, :where(.uc-dark) .dark\:border-info-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-500, :where(.uc-dark) .dark\:border-info-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-500:hover, :where(.uc-dark) .dark\:border-info-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-600, :where(.uc-dark) .dark\:border-info-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-600:hover, :where(.uc-dark) .dark\:border-info-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-700, :where(.uc-dark) .dark\:border-info-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-700:hover, :where(.uc-dark) .dark\:border-info-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-800, :where(.uc-dark) .dark\:border-info-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-800:hover, :where(.uc-dark) .dark\:border-info-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-info-900, :where(.uc-dark) .dark\:border-info-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-info-900:hover, :where(.uc-dark) .dark\:border-info-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-info-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-10, :where(.uc-dark) .dark\:border-success-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-10:hover, :where(.uc-dark) .dark\:border-success-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-25, :where(.uc-dark) .dark\:border-success-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-25:hover, :where(.uc-dark) .dark\:border-success-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-50, :where(.uc-dark) .dark\:border-success-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-50:hover, :where(.uc-dark) .dark\:border-success-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-100, :where(.uc-dark) .dark\:border-success-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-100:hover, :where(.uc-dark) .dark\:border-success-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-200, :where(.uc-dark) .dark\:border-success-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-200:hover, :where(.uc-dark) .dark\:border-success-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-300, :where(.uc-dark) .dark\:border-success-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-300:hover, :where(.uc-dark) .dark\:border-success-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-400, :where(.uc-dark) .dark\:border-success-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-400:hover, :where(.uc-dark) .dark\:border-success-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-500, :where(.uc-dark) .dark\:border-success-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-500:hover, :where(.uc-dark) .dark\:border-success-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-600, :where(.uc-dark) .dark\:border-success-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-600:hover, :where(.uc-dark) .dark\:border-success-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-700, :where(.uc-dark) .dark\:border-success-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-700:hover, :where(.uc-dark) .dark\:border-success-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-800, :where(.uc-dark) .dark\:border-success-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-800:hover, :where(.uc-dark) .dark\:border-success-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-success-900, :where(.uc-dark) .dark\:border-success-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-success-900:hover, :where(.uc-dark) .dark\:border-success-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-success-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-10, :where(.uc-dark) .dark\:border-warning-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-10:hover, :where(.uc-dark) .dark\:border-warning-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-25, :where(.uc-dark) .dark\:border-warning-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-25:hover, :where(.uc-dark) .dark\:border-warning-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-50, :where(.uc-dark) .dark\:border-warning-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-50:hover, :where(.uc-dark) .dark\:border-warning-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-100, :where(.uc-dark) .dark\:border-warning-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-100:hover, :where(.uc-dark) .dark\:border-warning-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-200, :where(.uc-dark) .dark\:border-warning-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-200:hover, :where(.uc-dark) .dark\:border-warning-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-300, :where(.uc-dark) .dark\:border-warning-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-300:hover, :where(.uc-dark) .dark\:border-warning-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-400, :where(.uc-dark) .dark\:border-warning-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-400:hover, :where(.uc-dark) .dark\:border-warning-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-500, :where(.uc-dark) .dark\:border-warning-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-500:hover, :where(.uc-dark) .dark\:border-warning-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-600, :where(.uc-dark) .dark\:border-warning-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-600:hover, :where(.uc-dark) .dark\:border-warning-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-700, :where(.uc-dark) .dark\:border-warning-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-700:hover, :where(.uc-dark) .dark\:border-warning-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-800, :where(.uc-dark) .dark\:border-warning-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-800:hover, :where(.uc-dark) .dark\:border-warning-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-warning-900, :where(.uc-dark) .dark\:border-warning-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-warning-900:hover, :where(.uc-dark) .dark\:border-warning-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-warning-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-10, :where(.uc-dark) .dark\:border-danger-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-10:hover, :where(.uc-dark) .dark\:border-danger-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-25, :where(.uc-dark) .dark\:border-danger-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-25:hover, :where(.uc-dark) .dark\:border-danger-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-50, :where(.uc-dark) .dark\:border-danger-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-50:hover, :where(.uc-dark) .dark\:border-danger-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-100, :where(.uc-dark) .dark\:border-danger-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-100:hover, :where(.uc-dark) .dark\:border-danger-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-200, :where(.uc-dark) .dark\:border-danger-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-200:hover, :where(.uc-dark) .dark\:border-danger-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-300, :where(.uc-dark) .dark\:border-danger-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-300:hover, :where(.uc-dark) .dark\:border-danger-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-400, :where(.uc-dark) .dark\:border-danger-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-400:hover, :where(.uc-dark) .dark\:border-danger-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-500, :where(.uc-dark) .dark\:border-danger-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-500:hover, :where(.uc-dark) .dark\:border-danger-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-600, :where(.uc-dark) .dark\:border-danger-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-600:hover, :where(.uc-dark) .dark\:border-danger-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-700, :where(.uc-dark) .dark\:border-danger-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-700:hover, :where(.uc-dark) .dark\:border-danger-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-800, :where(.uc-dark) .dark\:border-danger-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-800:hover, :where(.uc-dark) .dark\:border-danger-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-danger-900, :where(.uc-dark) .dark\:border-danger-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-danger-900:hover, :where(.uc-dark) .dark\:border-danger-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-danger-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue, :where(.uc-dark) .dark\:border-blue-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue:hover, :where(.uc-dark) .dark\:border-blue-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-10, :where(.uc-dark) .dark\:border-blue-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-10:hover, :where(.uc-dark) .dark\:border-blue-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-25, :where(.uc-dark) .dark\:border-blue-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-25:hover, :where(.uc-dark) .dark\:border-blue-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-50, :where(.uc-dark) .dark\:border-blue-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-50:hover, :where(.uc-dark) .dark\:border-blue-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-100, :where(.uc-dark) .dark\:border-blue-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-100:hover, :where(.uc-dark) .dark\:border-blue-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-200, :where(.uc-dark) .dark\:border-blue-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-200:hover, :where(.uc-dark) .dark\:border-blue-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-300, :where(.uc-dark) .dark\:border-blue-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-300:hover, :where(.uc-dark) .dark\:border-blue-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-400, :where(.uc-dark) .dark\:border-blue-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-400:hover, :where(.uc-dark) .dark\:border-blue-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-500, :where(.uc-dark) .dark\:border-blue-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-500:hover, :where(.uc-dark) .dark\:border-blue-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-600, :where(.uc-dark) .dark\:border-blue-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-600:hover, :where(.uc-dark) .dark\:border-blue-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-700, :where(.uc-dark) .dark\:border-blue-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-700:hover, :where(.uc-dark) .dark\:border-blue-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-800, :where(.uc-dark) .dark\:border-blue-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-800:hover, :where(.uc-dark) .dark\:border-blue-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-blue-900, :where(.uc-dark) .dark\:border-blue-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-blue-900:hover, :where(.uc-dark) .dark\:border-blue-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-blue-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo, :where(.uc-dark) .dark\:border-indigo-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo:hover, :where(.uc-dark) .dark\:border-indigo-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-10, :where(.uc-dark) .dark\:border-indigo-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-10:hover, :where(.uc-dark) .dark\:border-indigo-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-25, :where(.uc-dark) .dark\:border-indigo-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-25:hover, :where(.uc-dark) .dark\:border-indigo-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-50, :where(.uc-dark) .dark\:border-indigo-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-50:hover, :where(.uc-dark) .dark\:border-indigo-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-100, :where(.uc-dark) .dark\:border-indigo-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-100:hover, :where(.uc-dark) .dark\:border-indigo-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-200, :where(.uc-dark) .dark\:border-indigo-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-200:hover, :where(.uc-dark) .dark\:border-indigo-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-300, :where(.uc-dark) .dark\:border-indigo-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-300:hover, :where(.uc-dark) .dark\:border-indigo-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-400, :where(.uc-dark) .dark\:border-indigo-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-400:hover, :where(.uc-dark) .dark\:border-indigo-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-500, :where(.uc-dark) .dark\:border-indigo-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-500:hover, :where(.uc-dark) .dark\:border-indigo-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-600, :where(.uc-dark) .dark\:border-indigo-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-600:hover, :where(.uc-dark) .dark\:border-indigo-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-700, :where(.uc-dark) .dark\:border-indigo-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-700:hover, :where(.uc-dark) .dark\:border-indigo-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-800, :where(.uc-dark) .dark\:border-indigo-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-800:hover, :where(.uc-dark) .dark\:border-indigo-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-indigo-900, :where(.uc-dark) .dark\:border-indigo-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-indigo-900:hover, :where(.uc-dark) .dark\:border-indigo-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-indigo-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple, :where(.uc-dark) .dark\:border-purple-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple:hover, :where(.uc-dark) .dark\:border-purple-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-10, :where(.uc-dark) .dark\:border-purple-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-10:hover, :where(.uc-dark) .dark\:border-purple-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-25, :where(.uc-dark) .dark\:border-purple-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-25:hover, :where(.uc-dark) .dark\:border-purple-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-50, :where(.uc-dark) .dark\:border-purple-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-50:hover, :where(.uc-dark) .dark\:border-purple-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-100, :where(.uc-dark) .dark\:border-purple-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-100:hover, :where(.uc-dark) .dark\:border-purple-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-200, :where(.uc-dark) .dark\:border-purple-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-200:hover, :where(.uc-dark) .dark\:border-purple-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-300, :where(.uc-dark) .dark\:border-purple-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-300:hover, :where(.uc-dark) .dark\:border-purple-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-400, :where(.uc-dark) .dark\:border-purple-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-400:hover, :where(.uc-dark) .dark\:border-purple-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-500, :where(.uc-dark) .dark\:border-purple-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-500:hover, :where(.uc-dark) .dark\:border-purple-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-600, :where(.uc-dark) .dark\:border-purple-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-600:hover, :where(.uc-dark) .dark\:border-purple-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-700, :where(.uc-dark) .dark\:border-purple-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-700:hover, :where(.uc-dark) .dark\:border-purple-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-800, :where(.uc-dark) .dark\:border-purple-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-800:hover, :where(.uc-dark) .dark\:border-purple-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-purple-900, :where(.uc-dark) .dark\:border-purple-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-purple-900:hover, :where(.uc-dark) .dark\:border-purple-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-purple-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red, :where(.uc-dark) .dark\:border-red-hover:hover, :where(.uc-dark) .dark\:hover\:border-red:hover, :where(.uc-dark) .dark\:border-red-focus:focus, :where(.uc-dark) .dark\:focus\:border-red:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-10, :where(.uc-dark) .dark\:border-red-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-10:hover, :where(.uc-dark) .dark\:border-red-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-25, :where(.uc-dark) .dark\:border-red-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-25:hover, :where(.uc-dark) .dark\:border-red-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-50, :where(.uc-dark) .dark\:border-red-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-50:hover, :where(.uc-dark) .dark\:border-red-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-100, :where(.uc-dark) .dark\:border-red-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-100:hover, :where(.uc-dark) .dark\:border-red-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-200, :where(.uc-dark) .dark\:border-red-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-200:hover, :where(.uc-dark) .dark\:border-red-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-300, :where(.uc-dark) .dark\:border-red-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-300:hover, :where(.uc-dark) .dark\:border-red-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-400, :where(.uc-dark) .dark\:border-red-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-400:hover, :where(.uc-dark) .dark\:border-red-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-500, :where(.uc-dark) .dark\:border-red-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-500:hover, :where(.uc-dark) .dark\:border-red-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-600, :where(.uc-dark) .dark\:border-red-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-600:hover, :where(.uc-dark) .dark\:border-red-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-700, :where(.uc-dark) .dark\:border-red-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-700:hover, :where(.uc-dark) .dark\:border-red-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-800, :where(.uc-dark) .dark\:border-red-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-800:hover, :where(.uc-dark) .dark\:border-red-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-red-900, :where(.uc-dark) .dark\:border-red-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-red-900:hover, :where(.uc-dark) .dark\:border-red-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-red-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose, :where(.uc-dark) .dark\:border-rose-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose:hover, :where(.uc-dark) .dark\:border-rose-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-10, :where(.uc-dark) .dark\:border-rose-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-10:hover, :where(.uc-dark) .dark\:border-rose-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-25, :where(.uc-dark) .dark\:border-rose-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-25:hover, :where(.uc-dark) .dark\:border-rose-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-50, :where(.uc-dark) .dark\:border-rose-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-50:hover, :where(.uc-dark) .dark\:border-rose-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-100, :where(.uc-dark) .dark\:border-rose-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-100:hover, :where(.uc-dark) .dark\:border-rose-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-200, :where(.uc-dark) .dark\:border-rose-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-200:hover, :where(.uc-dark) .dark\:border-rose-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-300, :where(.uc-dark) .dark\:border-rose-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-300:hover, :where(.uc-dark) .dark\:border-rose-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-400, :where(.uc-dark) .dark\:border-rose-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-400:hover, :where(.uc-dark) .dark\:border-rose-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-500, :where(.uc-dark) .dark\:border-rose-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-500:hover, :where(.uc-dark) .dark\:border-rose-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-600, :where(.uc-dark) .dark\:border-rose-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-600:hover, :where(.uc-dark) .dark\:border-rose-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-700, :where(.uc-dark) .dark\:border-rose-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-700:hover, :where(.uc-dark) .dark\:border-rose-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-800, :where(.uc-dark) .dark\:border-rose-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-800:hover, :where(.uc-dark) .dark\:border-rose-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-rose-900, :where(.uc-dark) .dark\:border-rose-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-rose-900:hover, :where(.uc-dark) .dark\:border-rose-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-rose-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-rose-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink, :where(.uc-dark) .dark\:border-pink-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink:hover, :where(.uc-dark) .dark\:border-pink-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-10, :where(.uc-dark) .dark\:border-pink-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-10:hover, :where(.uc-dark) .dark\:border-pink-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-25, :where(.uc-dark) .dark\:border-pink-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-25:hover, :where(.uc-dark) .dark\:border-pink-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-50, :where(.uc-dark) .dark\:border-pink-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-50:hover, :where(.uc-dark) .dark\:border-pink-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-100, :where(.uc-dark) .dark\:border-pink-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-100:hover, :where(.uc-dark) .dark\:border-pink-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-200, :where(.uc-dark) .dark\:border-pink-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-200:hover, :where(.uc-dark) .dark\:border-pink-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-300, :where(.uc-dark) .dark\:border-pink-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-300:hover, :where(.uc-dark) .dark\:border-pink-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-400, :where(.uc-dark) .dark\:border-pink-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-400:hover, :where(.uc-dark) .dark\:border-pink-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-500, :where(.uc-dark) .dark\:border-pink-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-500:hover, :where(.uc-dark) .dark\:border-pink-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-600, :where(.uc-dark) .dark\:border-pink-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-600:hover, :where(.uc-dark) .dark\:border-pink-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-700, :where(.uc-dark) .dark\:border-pink-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-700:hover, :where(.uc-dark) .dark\:border-pink-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-800, :where(.uc-dark) .dark\:border-pink-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-800:hover, :where(.uc-dark) .dark\:border-pink-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-pink-900, :where(.uc-dark) .dark\:border-pink-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-pink-900:hover, :where(.uc-dark) .dark\:border-pink-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-pink-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange, :where(.uc-dark) .dark\:border-orange-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange:hover, :where(.uc-dark) .dark\:border-orange-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-10, :where(.uc-dark) .dark\:border-orange-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-10:hover, :where(.uc-dark) .dark\:border-orange-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-25, :where(.uc-dark) .dark\:border-orange-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-25:hover, :where(.uc-dark) .dark\:border-orange-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-50, :where(.uc-dark) .dark\:border-orange-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-50:hover, :where(.uc-dark) .dark\:border-orange-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-100, :where(.uc-dark) .dark\:border-orange-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-100:hover, :where(.uc-dark) .dark\:border-orange-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-200, :where(.uc-dark) .dark\:border-orange-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-200:hover, :where(.uc-dark) .dark\:border-orange-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-300, :where(.uc-dark) .dark\:border-orange-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-300:hover, :where(.uc-dark) .dark\:border-orange-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-400, :where(.uc-dark) .dark\:border-orange-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-400:hover, :where(.uc-dark) .dark\:border-orange-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-500, :where(.uc-dark) .dark\:border-orange-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-500:hover, :where(.uc-dark) .dark\:border-orange-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-600, :where(.uc-dark) .dark\:border-orange-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-600:hover, :where(.uc-dark) .dark\:border-orange-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-700, :where(.uc-dark) .dark\:border-orange-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-700:hover, :where(.uc-dark) .dark\:border-orange-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-800, :where(.uc-dark) .dark\:border-orange-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-800:hover, :where(.uc-dark) .dark\:border-orange-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-orange-900, :where(.uc-dark) .dark\:border-orange-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-orange-900:hover, :where(.uc-dark) .dark\:border-orange-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-orange-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow, :where(.uc-dark) .dark\:border-yellow-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow:hover, :where(.uc-dark) .dark\:border-yellow-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-10, :where(.uc-dark) .dark\:border-yellow-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-10:hover, :where(.uc-dark) .dark\:border-yellow-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-25, :where(.uc-dark) .dark\:border-yellow-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-25:hover, :where(.uc-dark) .dark\:border-yellow-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-50, :where(.uc-dark) .dark\:border-yellow-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-50:hover, :where(.uc-dark) .dark\:border-yellow-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-100, :where(.uc-dark) .dark\:border-yellow-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-100:hover, :where(.uc-dark) .dark\:border-yellow-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-200, :where(.uc-dark) .dark\:border-yellow-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-200:hover, :where(.uc-dark) .dark\:border-yellow-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-300, :where(.uc-dark) .dark\:border-yellow-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-300:hover, :where(.uc-dark) .dark\:border-yellow-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-400, :where(.uc-dark) .dark\:border-yellow-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-400:hover, :where(.uc-dark) .dark\:border-yellow-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-500, :where(.uc-dark) .dark\:border-yellow-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-500:hover, :where(.uc-dark) .dark\:border-yellow-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-600, :where(.uc-dark) .dark\:border-yellow-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-600:hover, :where(.uc-dark) .dark\:border-yellow-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-700, :where(.uc-dark) .dark\:border-yellow-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-700:hover, :where(.uc-dark) .dark\:border-yellow-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-800, :where(.uc-dark) .dark\:border-yellow-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-800:hover, :where(.uc-dark) .dark\:border-yellow-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-yellow-900, :where(.uc-dark) .dark\:border-yellow-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-yellow-900:hover, :where(.uc-dark) .dark\:border-yellow-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-yellow-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green, :where(.uc-dark) .dark\:border-green-hover:hover, :where(.uc-dark) .dark\:hover\:border-green:hover, :where(.uc-dark) .dark\:border-green-focus:focus, :where(.uc-dark) .dark\:focus\:border-green:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-10, :where(.uc-dark) .dark\:border-green-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-10:hover, :where(.uc-dark) .dark\:border-green-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-25, :where(.uc-dark) .dark\:border-green-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-25:hover, :where(.uc-dark) .dark\:border-green-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-50, :where(.uc-dark) .dark\:border-green-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-50:hover, :where(.uc-dark) .dark\:border-green-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-100, :where(.uc-dark) .dark\:border-green-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-100:hover, :where(.uc-dark) .dark\:border-green-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-200, :where(.uc-dark) .dark\:border-green-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-200:hover, :where(.uc-dark) .dark\:border-green-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-300, :where(.uc-dark) .dark\:border-green-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-300:hover, :where(.uc-dark) .dark\:border-green-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-400, :where(.uc-dark) .dark\:border-green-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-400:hover, :where(.uc-dark) .dark\:border-green-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-500, :where(.uc-dark) .dark\:border-green-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-500:hover, :where(.uc-dark) .dark\:border-green-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-600, :where(.uc-dark) .dark\:border-green-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-600:hover, :where(.uc-dark) .dark\:border-green-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-700, :where(.uc-dark) .dark\:border-green-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-700:hover, :where(.uc-dark) .dark\:border-green-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-800, :where(.uc-dark) .dark\:border-green-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-800:hover, :where(.uc-dark) .dark\:border-green-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-green-900, :where(.uc-dark) .dark\:border-green-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-green-900:hover, :where(.uc-dark) .dark\:border-green-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-green-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime, :where(.uc-dark) .dark\:border-lime-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime:hover, :where(.uc-dark) .dark\:border-lime-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-10, :where(.uc-dark) .dark\:border-lime-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-10:hover, :where(.uc-dark) .dark\:border-lime-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-25, :where(.uc-dark) .dark\:border-lime-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-25:hover, :where(.uc-dark) .dark\:border-lime-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-50, :where(.uc-dark) .dark\:border-lime-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-50:hover, :where(.uc-dark) .dark\:border-lime-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-100, :where(.uc-dark) .dark\:border-lime-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-100:hover, :where(.uc-dark) .dark\:border-lime-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-200, :where(.uc-dark) .dark\:border-lime-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-200:hover, :where(.uc-dark) .dark\:border-lime-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-300, :where(.uc-dark) .dark\:border-lime-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-300:hover, :where(.uc-dark) .dark\:border-lime-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-400, :where(.uc-dark) .dark\:border-lime-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-400:hover, :where(.uc-dark) .dark\:border-lime-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-500, :where(.uc-dark) .dark\:border-lime-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-500:hover, :where(.uc-dark) .dark\:border-lime-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-600, :where(.uc-dark) .dark\:border-lime-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-600:hover, :where(.uc-dark) .dark\:border-lime-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-700, :where(.uc-dark) .dark\:border-lime-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-700:hover, :where(.uc-dark) .dark\:border-lime-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-800, :where(.uc-dark) .dark\:border-lime-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-800:hover, :where(.uc-dark) .dark\:border-lime-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-lime-900, :where(.uc-dark) .dark\:border-lime-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-lime-900:hover, :where(.uc-dark) .dark\:border-lime-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-lime-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal, :where(.uc-dark) .dark\:border-teal-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal:hover, :where(.uc-dark) .dark\:border-teal-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-10, :where(.uc-dark) .dark\:border-teal-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-10:hover, :where(.uc-dark) .dark\:border-teal-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-25, :where(.uc-dark) .dark\:border-teal-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-25:hover, :where(.uc-dark) .dark\:border-teal-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-50, :where(.uc-dark) .dark\:border-teal-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-50:hover, :where(.uc-dark) .dark\:border-teal-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-100, :where(.uc-dark) .dark\:border-teal-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-100:hover, :where(.uc-dark) .dark\:border-teal-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-200, :where(.uc-dark) .dark\:border-teal-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-200:hover, :where(.uc-dark) .dark\:border-teal-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-300, :where(.uc-dark) .dark\:border-teal-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-300:hover, :where(.uc-dark) .dark\:border-teal-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-400, :where(.uc-dark) .dark\:border-teal-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-400:hover, :where(.uc-dark) .dark\:border-teal-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-500, :where(.uc-dark) .dark\:border-teal-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-500:hover, :where(.uc-dark) .dark\:border-teal-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-600, :where(.uc-dark) .dark\:border-teal-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-600:hover, :where(.uc-dark) .dark\:border-teal-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-700, :where(.uc-dark) .dark\:border-teal-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-700:hover, :where(.uc-dark) .dark\:border-teal-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-800, :where(.uc-dark) .dark\:border-teal-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-800:hover, :where(.uc-dark) .dark\:border-teal-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-teal-900, :where(.uc-dark) .dark\:border-teal-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-teal-900:hover, :where(.uc-dark) .dark\:border-teal-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-teal-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan, :where(.uc-dark) .dark\:border-cyan-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan:hover, :where(.uc-dark) .dark\:border-cyan-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-10, :where(.uc-dark) .dark\:border-cyan-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-10:hover, :where(.uc-dark) .dark\:border-cyan-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-25, :where(.uc-dark) .dark\:border-cyan-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-25:hover, :where(.uc-dark) .dark\:border-cyan-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-50, :where(.uc-dark) .dark\:border-cyan-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-50:hover, :where(.uc-dark) .dark\:border-cyan-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-100, :where(.uc-dark) .dark\:border-cyan-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-100:hover, :where(.uc-dark) .dark\:border-cyan-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-200, :where(.uc-dark) .dark\:border-cyan-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-200:hover, :where(.uc-dark) .dark\:border-cyan-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-300, :where(.uc-dark) .dark\:border-cyan-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-300:hover, :where(.uc-dark) .dark\:border-cyan-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-400, :where(.uc-dark) .dark\:border-cyan-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-400:hover, :where(.uc-dark) .dark\:border-cyan-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-500, :where(.uc-dark) .dark\:border-cyan-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-500:hover, :where(.uc-dark) .dark\:border-cyan-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-600, :where(.uc-dark) .dark\:border-cyan-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-600:hover, :where(.uc-dark) .dark\:border-cyan-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-700, :where(.uc-dark) .dark\:border-cyan-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-700:hover, :where(.uc-dark) .dark\:border-cyan-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-800, :where(.uc-dark) .dark\:border-cyan-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-800:hover, :where(.uc-dark) .dark\:border-cyan-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-cyan-900, :where(.uc-dark) .dark\:border-cyan-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-cyan-900:hover, :where(.uc-dark) .dark\:border-cyan-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-cyan-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary, :where(.uc-dark) .dark\:border-tertiary-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary:hover, :where(.uc-dark) .dark\:border-tertiary-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-10, :where(.uc-dark) .dark\:border-tertiary-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-10:hover, :where(.uc-dark) .dark\:border-tertiary-10-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-10:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-25, :where(.uc-dark) .dark\:border-tertiary-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-25:hover, :where(.uc-dark) .dark\:border-tertiary-25-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-25:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-50, :where(.uc-dark) .dark\:border-tertiary-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-50:hover, :where(.uc-dark) .dark\:border-tertiary-50-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-50:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-100, :where(.uc-dark) .dark\:border-tertiary-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-100:hover, :where(.uc-dark) .dark\:border-tertiary-100-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-100:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-200, :where(.uc-dark) .dark\:border-tertiary-200-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-200:hover, :where(.uc-dark) .dark\:border-tertiary-200-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-200:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-300, :where(.uc-dark) .dark\:border-tertiary-300-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-300:hover, :where(.uc-dark) .dark\:border-tertiary-300-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-400, :where(.uc-dark) .dark\:border-tertiary-400-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-400:hover, :where(.uc-dark) .dark\:border-tertiary-400-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-400:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-500, :where(.uc-dark) .dark\:border-tertiary-500-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-500:hover, :where(.uc-dark) .dark\:border-tertiary-500-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-600, :where(.uc-dark) .dark\:border-tertiary-600-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-600:hover, :where(.uc-dark) .dark\:border-tertiary-600-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-700, :where(.uc-dark) .dark\:border-tertiary-700-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-700:hover, :where(.uc-dark) .dark\:border-tertiary-700-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-800, :where(.uc-dark) .dark\:border-tertiary-800-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-800:hover, :where(.uc-dark) .dark\:border-tertiary-800-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-tertiary-900, :where(.uc-dark) .dark\:border-tertiary-900-hover:hover, :where(.uc-dark) .dark\:hover\:border-tertiary-900:hover, :where(.uc-dark) .dark\:border-tertiary-900-focus:focus, :where(.uc-dark) .dark\:focus\:border-tertiary-900:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-black, :where(.uc-dark) .dark\:border-black-hover:hover, :where(.uc-dark) .dark\:hover\:border-black:hover, :where(.uc-dark) .dark\:border-black-focus:focus, :where(.uc-dark) .dark\:focus\:border-black:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

:where(.uc-dark) .dark\:border-white, :where(.uc-dark) .dark\:border-white-hover:hover, :where(.uc-dark) .dark\:hover\:border-white:hover, :where(.uc-dark) .dark\:border-white-focus:focus, :where(.uc-dark) .dark\:focus\:border-white:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

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

.border-3 {
  border-width: 3px !important;
}

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

.border-5 {
  border-width: 5px !important;
}

.border-opacity-0, .border-opacity-0-hover:hover, .hover\:border-opacity-0:hover {
  --bs-border-opacity: 0;
}

.border-opacity-5, .border-opacity-5-hover:hover, .hover\:border-opacity-5:hover {
  --bs-border-opacity: 0.05;
}

.border-opacity-10, .border-opacity-10-hover:hover, .hover\:border-opacity-10:hover {
  --bs-border-opacity: 0.1;
}

.border-opacity-15, .border-opacity-15-hover:hover, .hover\:border-opacity-15:hover {
  --bs-border-opacity: 0.15;
}

.border-opacity-20, .border-opacity-20-hover:hover, .hover\:border-opacity-20:hover {
  --bs-border-opacity: 0.2;
}

.border-opacity-25, .border-opacity-25-hover:hover, .hover\:border-opacity-25:hover {
  --bs-border-opacity: 0.25;
}

.border-opacity-30, .border-opacity-30-hover:hover, .hover\:border-opacity-30:hover {
  --bs-border-opacity: 0.3;
}

.border-opacity-35, .border-opacity-35-hover:hover, .hover\:border-opacity-35:hover {
  --bs-border-opacity: 0.35;
}

.border-opacity-40, .border-opacity-40-hover:hover, .hover\:border-opacity-40:hover {
  --bs-border-opacity: 0.4;
}

.border-opacity-45, .border-opacity-45-hover:hover, .hover\:border-opacity-45:hover {
  --bs-border-opacity: 0.45;
}

.border-opacity-50, .border-opacity-50-hover:hover, .hover\:border-opacity-50:hover {
  --bs-border-opacity: 0.5;
}

.border-opacity-55, .border-opacity-55-hover:hover, .hover\:border-opacity-55:hover {
  --bs-border-opacity: 0.55;
}

.border-opacity-60, .border-opacity-60-hover:hover, .hover\:border-opacity-60:hover {
  --bs-border-opacity: 0.6;
}

.border-opacity-65, .border-opacity-65-hover:hover, .hover\:border-opacity-65:hover {
  --bs-border-opacity: 0.65;
}

.border-opacity-70, .border-opacity-70-hover:hover, .hover\:border-opacity-70:hover {
  --bs-border-opacity: 0.7;
}

.border-opacity-75, .border-opacity-75-hover:hover, .hover\:border-opacity-75:hover {
  --bs-border-opacity: 0.75;
}

.border-opacity-80, .border-opacity-80-hover:hover, .hover\:border-opacity-80:hover {
  --bs-border-opacity: 0.8;
}

.border-opacity-85, .border-opacity-85-hover:hover, .hover\:border-opacity-85:hover {
  --bs-border-opacity: 0.85;
}

.border-opacity-90, .border-opacity-90-hover:hover, .hover\:border-opacity-90:hover {
  --bs-border-opacity: 0.9;
}

.border-opacity-95, .border-opacity-95-hover:hover, .hover\:border-opacity-95:hover {
  --bs-border-opacity: 0.95;
}

.border-opacity-100, .border-opacity-100-hover:hover, .hover\:border-opacity-100:hover {
  --bs-border-opacity: 1;
}

:where(.uc-dark) .dark\:border-opacity-0, :where(.uc-dark) .dark\:border-opacity-0-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-0:hover {
  --bs-border-opacity: 0;
}

:where(.uc-dark) .dark\:border-opacity-5, :where(.uc-dark) .dark\:border-opacity-5-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-5:hover {
  --bs-border-opacity: 0.05;
}

:where(.uc-dark) .dark\:border-opacity-10, :where(.uc-dark) .dark\:border-opacity-10-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-10:hover {
  --bs-border-opacity: 0.1;
}

:where(.uc-dark) .dark\:border-opacity-15, :where(.uc-dark) .dark\:border-opacity-15-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-15:hover {
  --bs-border-opacity: 0.15;
}

:where(.uc-dark) .dark\:border-opacity-20, :where(.uc-dark) .dark\:border-opacity-20-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-20:hover {
  --bs-border-opacity: 0.2;
}

:where(.uc-dark) .dark\:border-opacity-25, :where(.uc-dark) .dark\:border-opacity-25-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-25:hover {
  --bs-border-opacity: 0.25;
}

:where(.uc-dark) .dark\:border-opacity-30, :where(.uc-dark) .dark\:border-opacity-30-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-30:hover {
  --bs-border-opacity: 0.3;
}

:where(.uc-dark) .dark\:border-opacity-35, :where(.uc-dark) .dark\:border-opacity-35-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-35:hover {
  --bs-border-opacity: 0.35;
}

:where(.uc-dark) .dark\:border-opacity-40, :where(.uc-dark) .dark\:border-opacity-40-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-40:hover {
  --bs-border-opacity: 0.4;
}

:where(.uc-dark) .dark\:border-opacity-45, :where(.uc-dark) .dark\:border-opacity-45-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-45:hover {
  --bs-border-opacity: 0.45;
}

:where(.uc-dark) .dark\:border-opacity-50, :where(.uc-dark) .dark\:border-opacity-50-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-50:hover {
  --bs-border-opacity: 0.5;
}

:where(.uc-dark) .dark\:border-opacity-55, :where(.uc-dark) .dark\:border-opacity-55-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-55:hover {
  --bs-border-opacity: 0.55;
}

:where(.uc-dark) .dark\:border-opacity-60, :where(.uc-dark) .dark\:border-opacity-60-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-60:hover {
  --bs-border-opacity: 0.6;
}

:where(.uc-dark) .dark\:border-opacity-65, :where(.uc-dark) .dark\:border-opacity-65-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-65:hover {
  --bs-border-opacity: 0.65;
}

:where(.uc-dark) .dark\:border-opacity-70, :where(.uc-dark) .dark\:border-opacity-70-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-70:hover {
  --bs-border-opacity: 0.7;
}

:where(.uc-dark) .dark\:border-opacity-75, :where(.uc-dark) .dark\:border-opacity-75-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-75:hover {
  --bs-border-opacity: 0.75;
}

:where(.uc-dark) .dark\:border-opacity-80, :where(.uc-dark) .dark\:border-opacity-80-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-80:hover {
  --bs-border-opacity: 0.8;
}

:where(.uc-dark) .dark\:border-opacity-85, :where(.uc-dark) .dark\:border-opacity-85-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-85:hover {
  --bs-border-opacity: 0.85;
}

:where(.uc-dark) .dark\:border-opacity-90, :where(.uc-dark) .dark\:border-opacity-90-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-90:hover {
  --bs-border-opacity: 0.9;
}

:where(.uc-dark) .dark\:border-opacity-95, :where(.uc-dark) .dark\:border-opacity-95-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-95:hover {
  --bs-border-opacity: 0.95;
}

:where(.uc-dark) .dark\:border-opacity-100, :where(.uc-dark) .dark\:border-opacity-100-hover:hover, :where(.uc-dark) .dark\:hover\:border-opacity-100:hover {
  --bs-border-opacity: 1;
}

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

.w-2px, .w-2px-hover:hover, .hover\:w-2px:hover, .w-2px-focus:focus, .focus\:w-2px:focus {
  width: 2px !important;
}

.w-4px, .w-4px-hover:hover, .hover\:w-4px:hover, .w-4px-focus:focus, .focus\:w-4px:focus {
  width: 4px !important;
}

.w-8px, .w-8px-hover:hover, .hover\:w-8px:hover, .w-8px-focus:focus, .focus\:w-8px:focus {
  width: 8px !important;
}

.w-16px, .w-16px-hover:hover, .hover\:w-16px:hover, .w-16px-focus:focus, .focus\:w-16px:focus {
  width: 16px !important;
}

.w-18px, .w-18px-hover:hover, .hover\:w-18px:hover, .w-18px-focus:focus, .focus\:w-18px:focus {
  width: 18px !important;
}

.w-20px, .w-20px-hover:hover, .hover\:w-20px:hover, .w-20px-focus:focus, .focus\:w-20px:focus {
  width: 20px !important;
}

.w-24px, .w-24px-hover:hover, .hover\:w-24px:hover, .w-24px-focus:focus, .focus\:w-24px:focus {
  width: 24px !important;
}

.w-32px, .w-32px-hover:hover, .hover\:w-32px:hover, .w-32px-focus:focus, .focus\:w-32px:focus {
  width: 32px !important;
}

.w-36px, .w-36px-hover:hover, .hover\:w-36px:hover, .w-36px-focus:focus, .focus\:w-36px:focus {
  width: 36px !important;
}

.w-40px, .w-40px-hover:hover, .hover\:w-40px:hover, .w-40px-focus:focus, .focus\:w-40px:focus {
  width: 40px !important;
}

.w-48px, .w-48px-hover:hover, .hover\:w-48px:hover, .w-48px-focus:focus, .focus\:w-48px:focus {
  width: 48px !important;
}

.w-56px, .w-56px-hover:hover, .hover\:w-56px:hover, .w-56px-focus:focus, .focus\:w-56px:focus {
  width: 56px !important;
}

.w-64px, .w-64px-hover:hover, .hover\:w-64px:hover, .w-64px-focus:focus, .focus\:w-64px:focus {
  width: 64px !important;
}

.w-72px, .w-72px-hover:hover, .hover\:w-72px:hover, .w-72px-focus:focus, .focus\:w-72px:focus {
  width: 72px !important;
}

.w-80px, .w-80px-hover:hover, .hover\:w-80px:hover, .w-80px-focus:focus, .focus\:w-80px:focus {
  width: 80px !important;
}

.w-96px, .w-96px-hover:hover, .hover\:w-96px:hover, .w-96px-focus:focus, .focus\:w-96px:focus {
  width: 96px !important;
}

.w-100px, .w-100px-hover:hover, .hover\:w-100px:hover, .w-100px-focus:focus, .focus\:w-100px:focus {
  width: 100px !important;
}

.w-128px, .w-128px-hover:hover, .hover\:w-128px:hover, .w-128px-focus:focus, .focus\:w-128px:focus {
  width: 128px !important;
}

.w-150px, .w-150px-hover:hover, .hover\:w-150px:hover, .w-150px-focus:focus, .focus\:w-150px:focus {
  width: 150px !important;
}

.w-200px, .w-200px-hover:hover, .hover\:w-200px:hover, .w-200px-focus:focus, .focus\:w-200px:focus {
  width: 200px !important;
}

.w-250px, .w-250px-hover:hover, .hover\:w-250px:hover, .w-250px-focus:focus, .focus\:w-250px:focus {
  width: 250px !important;
}

.w-300px, .w-300px-hover:hover, .hover\:w-300px:hover, .w-300px-focus:focus, .focus\:w-300px:focus {
  width: 300px !important;
}

.w-350px, .w-350px-hover:hover, .hover\:w-350px:hover, .w-350px-focus:focus, .focus\:w-350px:focus {
  width: 350px !important;
}

.w-400px, .w-400px-hover:hover, .hover\:w-400px:hover, .w-400px-focus:focus, .focus\:w-400px:focus {
  width: 400px !important;
}

.w-450px, .w-450px-hover:hover, .hover\:w-450px:hover, .w-450px-focus:focus, .focus\:w-450px:focus {
  width: 450px !important;
}

.w-500px, .w-500px-hover:hover, .hover\:w-500px:hover, .w-500px-focus:focus, .focus\:w-500px:focus {
  width: 500px !important;
}

.w-550px, .w-550px-hover:hover, .hover\:w-550px:hover, .w-550px-focus:focus, .focus\:w-550px:focus {
  width: 550px !important;
}

.w-600px, .w-600px-hover:hover, .hover\:w-600px:hover, .w-600px-focus:focus, .focus\:w-600px:focus {
  width: 600px !important;
}

.w-650px, .w-650px-hover:hover, .hover\:w-650px:hover, .w-650px-focus:focus, .focus\:w-650px:focus {
  width: 650px !important;
}

.w-700px, .w-700px-hover:hover, .hover\:w-700px:hover, .w-700px-focus:focus, .focus\:w-700px:focus {
  width: 700px !important;
}

.w-750px, .w-750px-hover:hover, .hover\:w-750px:hover, .w-750px-focus:focus, .focus\:w-750px:focus {
  width: 750px !important;
}

.w-800px, .w-800px-hover:hover, .hover\:w-800px:hover, .w-800px-focus:focus, .focus\:w-800px:focus {
  width: 800px !important;
}

.w-850px, .w-850px-hover:hover, .hover\:w-850px:hover, .w-850px-focus:focus, .focus\:w-850px:focus {
  width: 850px !important;
}

.w-900px, .w-900px-hover:hover, .hover\:w-900px:hover, .w-900px-focus:focus, .focus\:w-900px:focus {
  width: 900px !important;
}

.w-950px, .w-950px-hover:hover, .hover\:w-950px:hover, .w-950px-focus:focus, .focus\:w-950px:focus {
  width: 950px !important;
}

.w-1000px, .w-1000px-hover:hover, .hover\:w-1000px:hover, .w-1000px-focus:focus, .focus\:w-1000px:focus {
  width: 1000px !important;
}

.w-1170px, .w-1170px-hover:hover, .hover\:w-1170px:hover, .w-1170px-focus:focus, .focus\:w-1170px:focus {
  width: 1170px !important;
}

.w-1280px, .w-1280px-hover:hover, .hover\:w-1280px:hover, .w-1280px-focus:focus, .focus\:w-1280px:focus {
  width: 1280px !important;
}

.w-1320px, .w-1320px-hover:hover, .hover\:w-1320px:hover, .w-1320px-focus:focus, .focus\:w-1320px:focus {
  width: 1320px !important;
}

.w-1440px, .w-1440px-hover:hover, .hover\:w-1440px:hover, .w-1440px-focus:focus, .focus\:w-1440px:focus {
  width: 1440px !important;
}

.w-xs, .w-xs-hover:hover, .hover\:w-xs:hover, .w-xs-focus:focus, .focus\:w-xs:focus {
  width: 320px !important;
}

.w-sm, .w-sm-hover:hover, .hover\:w-sm:hover, .w-sm-focus:focus, .focus\:w-sm:focus {
  width: 640px !important;
}

.w-md, .w-md-hover:hover, .hover\:w-md:hover, .w-md-focus:focus, .focus\:w-md:focus {
  width: 720px !important;
}

.w-lg, .w-lg-hover:hover, .hover\:w-lg:hover, .w-lg-focus:focus, .focus\:w-lg:focus {
  width: 1040px !important;
}

.w-xl, .w-xl-hover:hover, .hover\:w-xl:hover, .w-xl-focus:focus, .focus\:w-xl:focus {
  width: 1280px !important;
}

.w-2xl, .w-2xl-hover:hover, .hover\:w-2xl:hover, .w-2xl-focus:focus, .focus\:w-2xl:focus {
  width: 1312px !important;
}

.w-1\/6, .w-1\/6-hover:hover, .hover\:w-1\/6:hover, .w-1\/6-focus:focus, .focus\:w-1\/6:focus {
  width: 16.6666667% !important;
}

.w-2\/6, .w-2\/6-hover:hover, .hover\:w-2\/6:hover, .w-2\/6-focus:focus, .focus\:w-2\/6:focus {
  width: 33.3333333% !important;
}

.w-3\/6, .w-3\/6-hover:hover, .hover\:w-3\/6:hover, .w-3\/6-focus:focus, .focus\:w-3\/6:focus {
  width: 50% !important;
}

.w-4\/6, .w-4\/6-hover:hover, .hover\:w-4\/6:hover, .w-4\/6-focus:focus, .focus\:w-4\/6:focus {
  width: 66.6666667% !important;
}

.w-5\/6, .w-5\/6-hover:hover, .hover\:w-5\/6:hover, .w-5\/6-focus:focus, .focus\:w-5\/6:focus {
  width: 83.3333333% !important;
}

.w-1\/5, .w-1\/5-hover:hover, .hover\:w-1\/5:hover, .w-1\/5-focus:focus, .focus\:w-1\/5:focus {
  width: 20% !important;
}

.w-2\/5, .w-2\/5-hover:hover, .hover\:w-2\/5:hover, .w-2\/5-focus:focus, .focus\:w-2\/5:focus {
  width: 40% !important;
}

.w-3\/5, .w-3\/5-hover:hover, .hover\:w-3\/5:hover, .w-3\/5-focus:focus, .focus\:w-3\/5:focus {
  width: 60% !important;
}

.w-4\/5, .w-4\/5-hover:hover, .hover\:w-4\/5:hover, .w-4\/5-focus:focus, .focus\:w-4\/5:focus {
  width: 80% !important;
}

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

.w-2\/4, .w-2\/4-hover:hover, .hover\:w-2\/4:hover, .w-2\/4-focus:focus, .focus\:w-2\/4:focus {
  width: 50% !important;
}

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

.w-1\/3, .w-1\/3-hover:hover, .hover\:w-1\/3:hover, .w-1\/3-focus:focus, .focus\:w-1\/3:focus {
  width: 33.3333333% !important;
}

.w-2\/3, .w-2\/3-hover:hover, .hover\:w-2\/3:hover, .w-2\/3-focus:focus, .focus\:w-2\/3:focus {
  width: 66.6666667% !important;
}

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

.w-100, .w-100-hover:hover, .hover\:w-100:hover, .w-100-focus:focus, .focus\:w-100:focus {
  width: 100% !important;
}

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

.w-min, .w-min-hover:hover, .hover\:w-min:hover, .w-min-focus:focus, .focus\:w-min:focus {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max, .w-max-hover:hover, .hover\:w-max:hover, .w-max-focus:focus, .focus\:w-max:focus {
  width: -moz-max-content !important;
  width: max-content !important;
}

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

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

.w-0, .w-0-hover:hover, .hover\:w-0:hover, .w-0-focus:focus, .focus\:w-0:focus {
  width: 0 !important;
}

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

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

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

.max-w-2px, .max-w-2px-hover:hover, .hover\:max-w-2px:hover {
  max-width: 2px !important;
}

.max-w-4px, .max-w-4px-hover:hover, .hover\:max-w-4px:hover {
  max-width: 4px !important;
}

.max-w-8px, .max-w-8px-hover:hover, .hover\:max-w-8px:hover {
  max-width: 8px !important;
}

.max-w-16px, .max-w-16px-hover:hover, .hover\:max-w-16px:hover {
  max-width: 16px !important;
}

.max-w-18px, .max-w-18px-hover:hover, .hover\:max-w-18px:hover {
  max-width: 18px !important;
}

.max-w-20px, .max-w-20px-hover:hover, .hover\:max-w-20px:hover {
  max-width: 20px !important;
}

.max-w-24px, .max-w-24px-hover:hover, .hover\:max-w-24px:hover {
  max-width: 24px !important;
}

.max-w-32px, .max-w-32px-hover:hover, .hover\:max-w-32px:hover {
  max-width: 32px !important;
}

.max-w-36px, .max-w-36px-hover:hover, .hover\:max-w-36px:hover {
  max-width: 36px !important;
}

.max-w-40px, .max-w-40px-hover:hover, .hover\:max-w-40px:hover {
  max-width: 40px !important;
}

.max-w-48px, .max-w-48px-hover:hover, .hover\:max-w-48px:hover {
  max-width: 48px !important;
}

.max-w-56px, .max-w-56px-hover:hover, .hover\:max-w-56px:hover {
  max-width: 56px !important;
}

.max-w-64px, .max-w-64px-hover:hover, .hover\:max-w-64px:hover {
  max-width: 64px !important;
}

.max-w-72px, .max-w-72px-hover:hover, .hover\:max-w-72px:hover {
  max-width: 72px !important;
}

.max-w-80px, .max-w-80px-hover:hover, .hover\:max-w-80px:hover {
  max-width: 80px !important;
}

.max-w-96px, .max-w-96px-hover:hover, .hover\:max-w-96px:hover {
  max-width: 96px !important;
}

.max-w-100px, .max-w-100px-hover:hover, .hover\:max-w-100px:hover {
  max-width: 100px !important;
}

.max-w-128px, .max-w-128px-hover:hover, .hover\:max-w-128px:hover {
  max-width: 128px !important;
}

.max-w-150px, .max-w-150px-hover:hover, .hover\:max-w-150px:hover {
  max-width: 150px !important;
}

.max-w-200px, .max-w-200px-hover:hover, .hover\:max-w-200px:hover {
  max-width: 200px !important;
}

.max-w-250px, .max-w-250px-hover:hover, .hover\:max-w-250px:hover {
  max-width: 250px !important;
}

.max-w-300px, .max-w-300px-hover:hover, .hover\:max-w-300px:hover {
  max-width: 300px !important;
}

.max-w-350px, .max-w-350px-hover:hover, .hover\:max-w-350px:hover {
  max-width: 350px !important;
}

.max-w-400px, .max-w-400px-hover:hover, .hover\:max-w-400px:hover {
  max-width: 400px !important;
}

.max-w-450px, .max-w-450px-hover:hover, .hover\:max-w-450px:hover {
  max-width: 450px !important;
}

.max-w-500px, .max-w-500px-hover:hover, .hover\:max-w-500px:hover {
  max-width: 500px !important;
}

.max-w-550px, .max-w-550px-hover:hover, .hover\:max-w-550px:hover {
  max-width: 550px !important;
}

.max-w-600px, .max-w-600px-hover:hover, .hover\:max-w-600px:hover {
  max-width: 600px !important;
}

.max-w-650px, .max-w-650px-hover:hover, .hover\:max-w-650px:hover {
  max-width: 650px !important;
}

.max-w-700px, .max-w-700px-hover:hover, .hover\:max-w-700px:hover {
  max-width: 700px !important;
}

.max-w-750px, .max-w-750px-hover:hover, .hover\:max-w-750px:hover {
  max-width: 750px !important;
}

.max-w-800px, .max-w-800px-hover:hover, .hover\:max-w-800px:hover {
  max-width: 800px !important;
}

.max-w-850px, .max-w-850px-hover:hover, .hover\:max-w-850px:hover {
  max-width: 850px !important;
}

.max-w-900px, .max-w-900px-hover:hover, .hover\:max-w-900px:hover {
  max-width: 900px !important;
}

.max-w-950px, .max-w-950px-hover:hover, .hover\:max-w-950px:hover {
  max-width: 950px !important;
}

.max-w-1000px, .max-w-1000px-hover:hover, .hover\:max-w-1000px:hover {
  max-width: 1000px !important;
}

.max-w-1170px, .max-w-1170px-hover:hover, .hover\:max-w-1170px:hover {
  max-width: 1170px !important;
}

.max-w-1280px, .max-w-1280px-hover:hover, .hover\:max-w-1280px:hover {
  max-width: 1280px !important;
}

.max-w-1320px, .max-w-1320px-hover:hover, .hover\:max-w-1320px:hover {
  max-width: 1320px !important;
}

.max-w-1440px, .max-w-1440px-hover:hover, .hover\:max-w-1440px:hover {
  max-width: 1440px !important;
}

.max-w-1\/6, .max-w-1\/6-hover:hover, .hover\:max-w-1\/6:hover {
  max-width: 16.6666667% !important;
}

.max-w-2\/6, .max-w-2\/6-hover:hover, .hover\:max-w-2\/6:hover {
  max-width: 33.3333333% !important;
}

.max-w-3\/6, .max-w-3\/6-hover:hover, .hover\:max-w-3\/6:hover {
  max-width: 50% !important;
}

.max-w-4\/6, .max-w-4\/6-hover:hover, .hover\:max-w-4\/6:hover {
  max-width: 66.6666667% !important;
}

.max-w-5\/6, .max-w-5\/6-hover:hover, .hover\:max-w-5\/6:hover {
  max-width: 83.3333333% !important;
}

.max-w-1\/5, .max-w-1\/5-hover:hover, .hover\:max-w-1\/5:hover {
  max-width: 20% !important;
}

.max-w-2\/5, .max-w-2\/5-hover:hover, .hover\:max-w-2\/5:hover {
  max-width: 40% !important;
}

.max-w-3\/5, .max-w-3\/5-hover:hover, .hover\:max-w-3\/5:hover {
  max-width: 60% !important;
}

.max-w-4\/5, .max-w-4\/5-hover:hover, .hover\:max-w-4\/5:hover {
  max-width: 80% !important;
}

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

.max-w-2\/4, .max-w-2\/4-hover:hover, .hover\:max-w-2\/4:hover {
  max-width: 50% !important;
}

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

.max-w-1\/3, .max-w-1\/3-hover:hover, .hover\:max-w-1\/3:hover {
  max-width: 33.3333333% !important;
}

.max-w-2\/3, .max-w-2\/3-hover:hover, .hover\:max-w-2\/3:hover {
  max-width: 66.6666667% !important;
}

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

.max-w-xs, .max-w-xs-hover:hover, .hover\:max-w-xs:hover {
  max-width: 320px !important;
}

.max-w-sm, .max-w-sm-hover:hover, .hover\:max-w-sm:hover {
  max-width: 640px !important;
}

.max-w-md, .max-w-md-hover:hover, .hover\:max-w-md:hover {
  max-width: 720px !important;
}

.max-w-lg, .max-w-lg-hover:hover, .hover\:max-w-lg:hover {
  max-width: 1040px !important;
}

.max-w-xl, .max-w-xl-hover:hover, .hover\:max-w-xl:hover {
  max-width: 1280px !important;
}

.max-w-2xl, .max-w-2xl-hover:hover, .hover\:max-w-2xl:hover {
  max-width: 1312px !important;
}

.max-w-100, .max-w-100-hover:hover, .hover\:max-w-100:hover {
  max-width: 100% !important;
}

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

.max-w-min, .max-w-min-hover:hover, .hover\:max-w-min:hover {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max, .max-w-max-hover:hover, .hover\:max-w-max:hover {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

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

.max-w-0, .max-w-0-hover:hover, .hover\:max-w-0:hover {
  max-width: 0 !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

.h-2px, .h-2px-hover:hover, .hover\:h-2px:hover {
  height: 2px !important;
}

.h-4px, .h-4px-hover:hover, .hover\:h-4px:hover {
  height: 4px !important;
}

.h-8px, .h-8px-hover:hover, .hover\:h-8px:hover {
  height: 8px !important;
}

.h-16px, .h-16px-hover:hover, .hover\:h-16px:hover {
  height: 16px !important;
}

.h-18px, .h-18px-hover:hover, .hover\:h-18px:hover {
  height: 18px !important;
}

.h-20px, .h-20px-hover:hover, .hover\:h-20px:hover {
  height: 20px !important;
}

.h-24px, .h-24px-hover:hover, .hover\:h-24px:hover {
  height: 24px !important;
}

.h-32px, .h-32px-hover:hover, .hover\:h-32px:hover {
  height: 32px !important;
}

.h-36px, .h-36px-hover:hover, .hover\:h-36px:hover {
  height: 36px !important;
}

.h-40px, .h-40px-hover:hover, .hover\:h-40px:hover {
  height: 40px !important;
}

.h-48px, .h-48px-hover:hover, .hover\:h-48px:hover {
  height: 48px !important;
}

.h-56px, .h-56px-hover:hover, .hover\:h-56px:hover {
  height: 56px !important;
}

.h-64px, .h-64px-hover:hover, .hover\:h-64px:hover {
  height: 64px !important;
}

.h-72px, .h-72px-hover:hover, .hover\:h-72px:hover {
  height: 72px !important;
}

.h-80px, .h-80px-hover:hover, .hover\:h-80px:hover {
  height: 80px !important;
}

.h-96px, .h-96px-hover:hover, .hover\:h-96px:hover {
  height: 96px !important;
}

.h-100px, .h-100px-hover:hover, .hover\:h-100px:hover {
  height: 100px !important;
}

.h-128px, .h-128px-hover:hover, .hover\:h-128px:hover {
  height: 128px !important;
}

.h-150px, .h-150px-hover:hover, .hover\:h-150px:hover {
  height: 150px !important;
}

.h-200px, .h-200px-hover:hover, .hover\:h-200px:hover {
  height: 200px !important;
}

.h-250px, .h-250px-hover:hover, .hover\:h-250px:hover {
  height: 250px !important;
}

.h-300px, .h-300px-hover:hover, .hover\:h-300px:hover {
  height: 300px !important;
}

.h-350px, .h-350px-hover:hover, .hover\:h-350px:hover {
  height: 350px !important;
}

.h-400px, .h-400px-hover:hover, .hover\:h-400px:hover {
  height: 400px !important;
}

.h-450px, .h-450px-hover:hover, .hover\:h-450px:hover {
  height: 450px !important;
}

.h-500px, .h-500px-hover:hover, .hover\:h-500px:hover {
  height: 500px !important;
}

.h-550px, .h-550px-hover:hover, .hover\:h-550px:hover {
  height: 550px !important;
}

.h-600px, .h-600px-hover:hover, .hover\:h-600px:hover {
  height: 600px !important;
}

.h-650px, .h-650px-hover:hover, .hover\:h-650px:hover {
  height: 650px !important;
}

.h-700px, .h-700px-hover:hover, .hover\:h-700px:hover {
  height: 700px !important;
}

.h-750px, .h-750px-hover:hover, .hover\:h-750px:hover {
  height: 750px !important;
}

.h-800px, .h-800px-hover:hover, .hover\:h-800px:hover {
  height: 800px !important;
}

.h-850px, .h-850px-hover:hover, .hover\:h-850px:hover {
  height: 850px !important;
}

.h-900px, .h-900px-hover:hover, .hover\:h-900px:hover {
  height: 900px !important;
}

.h-950px, .h-950px-hover:hover, .hover\:h-950px:hover {
  height: 950px !important;
}

.h-1000px, .h-1000px-hover:hover, .hover\:h-1000px:hover {
  height: 1000px !important;
}

.h-1170px, .h-1170px-hover:hover, .hover\:h-1170px:hover {
  height: 1170px !important;
}

.h-1280px, .h-1280px-hover:hover, .hover\:h-1280px:hover {
  height: 1280px !important;
}

.h-1320px, .h-1320px-hover:hover, .hover\:h-1320px:hover {
  height: 1320px !important;
}

.h-1440px, .h-1440px-hover:hover, .hover\:h-1440px:hover {
  height: 1440px !important;
}

.h-xs, .h-xs-hover:hover, .hover\:h-xs:hover {
  height: 320px !important;
}

.h-sm, .h-sm-hover:hover, .hover\:h-sm:hover {
  height: 640px !important;
}

.h-md, .h-md-hover:hover, .hover\:h-md:hover {
  height: 720px !important;
}

.h-lg, .h-lg-hover:hover, .hover\:h-lg:hover {
  height: 1040px !important;
}

.h-xl, .h-xl-hover:hover, .hover\:h-xl:hover {
  height: 1280px !important;
}

.h-2xl, .h-2xl-hover:hover, .hover\:h-2xl:hover {
  height: 1312px !important;
}

.h-1\/6, .h-1\/6-hover:hover, .hover\:h-1\/6:hover {
  height: 16.6666667% !important;
}

.h-2\/6, .h-2\/6-hover:hover, .hover\:h-2\/6:hover {
  height: 33.3333333% !important;
}

.h-3\/6, .h-3\/6-hover:hover, .hover\:h-3\/6:hover {
  height: 50% !important;
}

.h-4\/6, .h-4\/6-hover:hover, .hover\:h-4\/6:hover {
  height: 66.6666667% !important;
}

.h-5\/6, .h-5\/6-hover:hover, .hover\:h-5\/6:hover {
  height: 83.3333333% !important;
}

.h-1\/5, .h-1\/5-hover:hover, .hover\:h-1\/5:hover {
  height: 20% !important;
}

.h-2\/5, .h-2\/5-hover:hover, .hover\:h-2\/5:hover {
  height: 40% !important;
}

.h-3\/5, .h-3\/5-hover:hover, .hover\:h-3\/5:hover {
  height: 60% !important;
}

.h-4\/5, .h-4\/5-hover:hover, .hover\:h-4\/5:hover {
  height: 80% !important;
}

.h-1\/4, .h-1\/4-hover:hover, .hover\:h-1\/4:hover {
  height: 25% !important;
}

.h-2\/4, .h-2\/4-hover:hover, .hover\:h-2\/4:hover {
  height: 50% !important;
}

.h-3\/4, .h-3\/4-hover:hover, .hover\:h-3\/4:hover {
  height: 75% !important;
}

.h-1\/3, .h-1\/3-hover:hover, .hover\:h-1\/3:hover {
  height: 33.3333333% !important;
}

.h-2\/3, .h-2\/3-hover:hover, .hover\:h-2\/3:hover {
  height: 66.6666667% !important;
}

.h-1\/2, .h-1\/2-hover:hover, .hover\:h-1\/2:hover {
  height: 50% !important;
}

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

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

.h-min, .h-min-hover:hover, .hover\:h-min:hover {
  height: -moz-min-content !important;
  height: min-content !important;
}

.h-max, .h-max-hover:hover, .hover\:h-max:hover {
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-fit, .h-fit-hover:hover, .hover\:h-fit:hover {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

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

.h-screen, .h-screen-hover:hover, .hover\:h-screen:hover {
  height: 100vh !important;
}

.max-h-none, .max-h-none-hover:hover, .hover\:max-h-none:hover {
  max-height: none !important;
}

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

.max-h-2px, .max-h-2px-hover:hover, .hover\:max-h-2px:hover {
  max-height: 2px !important;
}

.max-h-4px, .max-h-4px-hover:hover, .hover\:max-h-4px:hover {
  max-height: 4px !important;
}

.max-h-8px, .max-h-8px-hover:hover, .hover\:max-h-8px:hover {
  max-height: 8px !important;
}

.max-h-16px, .max-h-16px-hover:hover, .hover\:max-h-16px:hover {
  max-height: 16px !important;
}

.max-h-18px, .max-h-18px-hover:hover, .hover\:max-h-18px:hover {
  max-height: 18px !important;
}

.max-h-20px, .max-h-20px-hover:hover, .hover\:max-h-20px:hover {
  max-height: 20px !important;
}

.max-h-24px, .max-h-24px-hover:hover, .hover\:max-h-24px:hover {
  max-height: 24px !important;
}

.max-h-32px, .max-h-32px-hover:hover, .hover\:max-h-32px:hover {
  max-height: 32px !important;
}

.max-h-36px, .max-h-36px-hover:hover, .hover\:max-h-36px:hover {
  max-height: 36px !important;
}

.max-h-40px, .max-h-40px-hover:hover, .hover\:max-h-40px:hover {
  max-height: 40px !important;
}

.max-h-48px, .max-h-48px-hover:hover, .hover\:max-h-48px:hover {
  max-height: 48px !important;
}

.max-h-56px, .max-h-56px-hover:hover, .hover\:max-h-56px:hover {
  max-height: 56px !important;
}

.max-h-64px, .max-h-64px-hover:hover, .hover\:max-h-64px:hover {
  max-height: 64px !important;
}

.max-h-72px, .max-h-72px-hover:hover, .hover\:max-h-72px:hover {
  max-height: 72px !important;
}

.max-h-80px, .max-h-80px-hover:hover, .hover\:max-h-80px:hover {
  max-height: 80px !important;
}

.max-h-96px, .max-h-96px-hover:hover, .hover\:max-h-96px:hover {
  max-height: 96px !important;
}

.max-h-100px, .max-h-100px-hover:hover, .hover\:max-h-100px:hover {
  max-height: 100px !important;
}

.max-h-128px, .max-h-128px-hover:hover, .hover\:max-h-128px:hover {
  max-height: 128px !important;
}

.max-h-150px, .max-h-150px-hover:hover, .hover\:max-h-150px:hover {
  max-height: 150px !important;
}

.max-h-200px, .max-h-200px-hover:hover, .hover\:max-h-200px:hover {
  max-height: 200px !important;
}

.max-h-250px, .max-h-250px-hover:hover, .hover\:max-h-250px:hover {
  max-height: 250px !important;
}

.max-h-300px, .max-h-300px-hover:hover, .hover\:max-h-300px:hover {
  max-height: 300px !important;
}

.max-h-350px, .max-h-350px-hover:hover, .hover\:max-h-350px:hover {
  max-height: 350px !important;
}

.max-h-400px, .max-h-400px-hover:hover, .hover\:max-h-400px:hover {
  max-height: 400px !important;
}

.max-h-450px, .max-h-450px-hover:hover, .hover\:max-h-450px:hover {
  max-height: 450px !important;
}

.max-h-500px, .max-h-500px-hover:hover, .hover\:max-h-500px:hover {
  max-height: 500px !important;
}

.max-h-550px, .max-h-550px-hover:hover, .hover\:max-h-550px:hover {
  max-height: 550px !important;
}

.max-h-600px, .max-h-600px-hover:hover, .hover\:max-h-600px:hover {
  max-height: 600px !important;
}

.max-h-650px, .max-h-650px-hover:hover, .hover\:max-h-650px:hover {
  max-height: 650px !important;
}

.max-h-700px, .max-h-700px-hover:hover, .hover\:max-h-700px:hover {
  max-height: 700px !important;
}

.max-h-750px, .max-h-750px-hover:hover, .hover\:max-h-750px:hover {
  max-height: 750px !important;
}

.max-h-800px, .max-h-800px-hover:hover, .hover\:max-h-800px:hover {
  max-height: 800px !important;
}

.max-h-850px, .max-h-850px-hover:hover, .hover\:max-h-850px:hover {
  max-height: 850px !important;
}

.max-h-900px, .max-h-900px-hover:hover, .hover\:max-h-900px:hover {
  max-height: 900px !important;
}

.max-h-950px, .max-h-950px-hover:hover, .hover\:max-h-950px:hover {
  max-height: 950px !important;
}

.max-h-1000px, .max-h-1000px-hover:hover, .hover\:max-h-1000px:hover {
  max-height: 1000px !important;
}

.max-h-1170px, .max-h-1170px-hover:hover, .hover\:max-h-1170px:hover {
  max-height: 1170px !important;
}

.max-h-1280px, .max-h-1280px-hover:hover, .hover\:max-h-1280px:hover {
  max-height: 1280px !important;
}

.max-h-1320px, .max-h-1320px-hover:hover, .hover\:max-h-1320px:hover {
  max-height: 1320px !important;
}

.max-h-1440px, .max-h-1440px-hover:hover, .hover\:max-h-1440px:hover {
  max-height: 1440px !important;
}

.max-h-1\/6, .max-h-1\/6-hover:hover, .hover\:max-h-1\/6:hover {
  max-height: 16.6666667% !important;
}

.max-h-2\/6, .max-h-2\/6-hover:hover, .hover\:max-h-2\/6:hover {
  max-height: 33.3333333% !important;
}

.max-h-3\/6, .max-h-3\/6-hover:hover, .hover\:max-h-3\/6:hover {
  max-height: 50% !important;
}

.max-h-4\/6, .max-h-4\/6-hover:hover, .hover\:max-h-4\/6:hover {
  max-height: 66.6666667% !important;
}

.max-h-5\/6, .max-h-5\/6-hover:hover, .hover\:max-h-5\/6:hover {
  max-height: 83.3333333% !important;
}

.max-h-1\/5, .max-h-1\/5-hover:hover, .hover\:max-h-1\/5:hover {
  max-height: 20% !important;
}

.max-h-2\/5, .max-h-2\/5-hover:hover, .hover\:max-h-2\/5:hover {
  max-height: 40% !important;
}

.max-h-3\/5, .max-h-3\/5-hover:hover, .hover\:max-h-3\/5:hover {
  max-height: 60% !important;
}

.max-h-4\/5, .max-h-4\/5-hover:hover, .hover\:max-h-4\/5:hover {
  max-height: 80% !important;
}

.max-h-1\/4, .max-h-1\/4-hover:hover, .hover\:max-h-1\/4:hover {
  max-height: 25% !important;
}

.max-h-2\/4, .max-h-2\/4-hover:hover, .hover\:max-h-2\/4:hover {
  max-height: 50% !important;
}

.max-h-3\/4, .max-h-3\/4-hover:hover, .hover\:max-h-3\/4:hover {
  max-height: 75% !important;
}

.max-h-1\/3, .max-h-1\/3-hover:hover, .hover\:max-h-1\/3:hover {
  max-height: 33.3333333% !important;
}

.max-h-2\/3, .max-h-2\/3-hover:hover, .hover\:max-h-2\/3:hover {
  max-height: 66.6666667% !important;
}

.max-h-1\/2, .max-h-1\/2-hover:hover, .hover\:max-h-1\/2:hover {
  max-height: 50% !important;
}

.max-h-xs, .max-h-xs-hover:hover, .hover\:max-h-xs:hover {
  max-height: 320px !important;
}

.max-h-sm, .max-h-sm-hover:hover, .hover\:max-h-sm:hover {
  max-height: 640px !important;
}

.max-h-md, .max-h-md-hover:hover, .hover\:max-h-md:hover {
  max-height: 720px !important;
}

.max-h-lg, .max-h-lg-hover:hover, .hover\:max-h-lg:hover {
  max-height: 1040px !important;
}

.max-h-xl, .max-h-xl-hover:hover, .hover\:max-h-xl:hover {
  max-height: 1280px !important;
}

.max-h-2xl, .max-h-2xl-hover:hover, .hover\:max-h-2xl:hover {
  max-height: 1312px !important;
}

.max-h-100, .max-h-100-hover:hover, .hover\:max-h-100:hover {
  max-height: 100% !important;
}

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

.max-h-min, .max-h-min-hover:hover, .hover\:max-h-min:hover {
  max-height: -moz-min-content !important;
  max-height: min-content !important;
}

.max-h-max, .max-h-max-hover:hover, .hover\:max-h-max:hover {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.max-h-fit, .max-h-fit-hover:hover, .hover\:max-h-fit:hover {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.max-h-0, .max-h-0-hover:hover, .hover\:max-h-0:hover {
  max-height: 0 !important;
}

.max-h-screen, .max-h-screen-hover:hover, .hover\:max-h-screen:hover {
  max-height: 100vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-none {
  flex: none !important;
}

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

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

[dir=ltr] .ltr\:order-first {
  order: -1 !important;
}

[dir=rtl] .rtl\:order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

[dir=ltr] .ltr\:order-0 {
  order: 0 !important;
}

[dir=rtl] .rtl\:order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

[dir=ltr] .ltr\:order-1 {
  order: 1 !important;
}

[dir=rtl] .rtl\:order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

[dir=ltr] .ltr\:order-2 {
  order: 2 !important;
}

[dir=rtl] .rtl\:order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

[dir=ltr] .ltr\:order-3 {
  order: 3 !important;
}

[dir=rtl] .rtl\:order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

[dir=ltr] .ltr\:order-4 {
  order: 4 !important;
}

[dir=rtl] .rtl\:order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

[dir=ltr] .ltr\:order-5 {
  order: 5 !important;
}

[dir=rtl] .rtl\:order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

[dir=ltr] .ltr\:order-last {
  order: 6 !important;
}

[dir=rtl] .rtl\:order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-narrow {
  margin: 0.25rem !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-narrow {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

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

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

.my-narrow {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

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

.mt-narrow {
  margin-top: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 8rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

[dir=ltr] .ltr\:me-0 {
  margin-right: 0 !important;
}

[dir=rtl] .rtl\:me-0 {
  margin-right: 0 !important;
}

.me-narrow {
  margin-right: 0.25rem !important;
}

[dir=ltr] .ltr\:me-narrow {
  margin-right: 0.25rem !important;
}

[dir=rtl] .rtl\:me-narrow {
  margin-right: 0.25rem !important;
}

.me-1 {
  margin-right: 0.5rem !important;
}

[dir=ltr] .ltr\:me-1 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .rtl\:me-1 {
  margin-right: 0.5rem !important;
}

.me-2 {
  margin-right: 1rem !important;
}

[dir=ltr] .ltr\:me-2 {
  margin-right: 1rem !important;
}

[dir=rtl] .rtl\:me-2 {
  margin-right: 1rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

[dir=ltr] .ltr\:me-3 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .rtl\:me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2rem !important;
}

[dir=ltr] .ltr\:me-4 {
  margin-right: 2rem !important;
}

[dir=rtl] .rtl\:me-4 {
  margin-right: 2rem !important;
}

.me-5 {
  margin-right: 2.5rem !important;
}

[dir=ltr] .ltr\:me-5 {
  margin-right: 2.5rem !important;
}

[dir=rtl] .rtl\:me-5 {
  margin-right: 2.5rem !important;
}

.me-6 {
  margin-right: 3rem !important;
}

[dir=ltr] .ltr\:me-6 {
  margin-right: 3rem !important;
}

[dir=rtl] .rtl\:me-6 {
  margin-right: 3rem !important;
}

.me-7 {
  margin-right: 3.5rem !important;
}

[dir=ltr] .ltr\:me-7 {
  margin-right: 3.5rem !important;
}

[dir=rtl] .rtl\:me-7 {
  margin-right: 3.5rem !important;
}

.me-8 {
  margin-right: 4rem !important;
}

[dir=ltr] .ltr\:me-8 {
  margin-right: 4rem !important;
}

[dir=rtl] .rtl\:me-8 {
  margin-right: 4rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

[dir=ltr] .ltr\:me-9 {
  margin-right: 5rem !important;
}

[dir=rtl] .rtl\:me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

[dir=ltr] .ltr\:me-10 {
  margin-right: 8rem !important;
}

[dir=rtl] .rtl\:me-10 {
  margin-right: 8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

[dir=ltr] .ltr\:me-auto {
  margin-right: auto !important;
}

[dir=rtl] .rtl\:me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 2.5rem !important;
}

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

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

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

.mb-9 {
  margin-bottom: 5rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

[dir=ltr] .ltr\:ms-0 {
  margin-left: 0 !important;
}

[dir=rtl] .rtl\:ms-0 {
  margin-left: 0 !important;
}

.ms-narrow {
  margin-left: 0.25rem !important;
}

[dir=ltr] .ltr\:ms-narrow {
  margin-left: 0.25rem !important;
}

[dir=rtl] .rtl\:ms-narrow {
  margin-left: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.5rem !important;
}

[dir=ltr] .ltr\:ms-1 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .rtl\:ms-1 {
  margin-left: 0.5rem !important;
}

.ms-2 {
  margin-left: 1rem !important;
}

[dir=ltr] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

[dir=rtl] .rtl\:ms-2 {
  margin-left: 1rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

[dir=ltr] .ltr\:ms-3 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .rtl\:ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2rem !important;
}

[dir=ltr] .ltr\:ms-4 {
  margin-left: 2rem !important;
}

[dir=rtl] .rtl\:ms-4 {
  margin-left: 2rem !important;
}

.ms-5 {
  margin-left: 2.5rem !important;
}

[dir=ltr] .ltr\:ms-5 {
  margin-left: 2.5rem !important;
}

[dir=rtl] .rtl\:ms-5 {
  margin-left: 2.5rem !important;
}

.ms-6 {
  margin-left: 3rem !important;
}

[dir=ltr] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

[dir=rtl] .rtl\:ms-6 {
  margin-left: 3rem !important;
}

.ms-7 {
  margin-left: 3.5rem !important;
}

[dir=ltr] .ltr\:ms-7 {
  margin-left: 3.5rem !important;
}

[dir=rtl] .rtl\:ms-7 {
  margin-left: 3.5rem !important;
}

.ms-8 {
  margin-left: 4rem !important;
}

[dir=ltr] .ltr\:ms-8 {
  margin-left: 4rem !important;
}

[dir=rtl] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

[dir=ltr] .ltr\:ms-9 {
  margin-left: 5rem !important;
}

[dir=rtl] .rtl\:ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

[dir=ltr] .ltr\:ms-10 {
  margin-left: 8rem !important;
}

[dir=rtl] .rtl\:ms-10 {
  margin-left: 8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

[dir=ltr] .ltr\:ms-auto {
  margin-left: auto !important;
}

[dir=rtl] .rtl\:ms-auto {
  margin-left: auto !important;
}

.m-nnarrow {
  margin: -0.25rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.m-n5 {
  margin: -2.5rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.m-n7 {
  margin: -3.5rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.m-n10 {
  margin: -8rem !important;
}

.mx-nnarrow {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n1 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n2 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n3 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n5 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n6 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n7 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n8 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n9 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n10 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.my-nnarrow {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n2 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n3 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n4 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n7 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n9 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.mt-nnarrow {
  margin-top: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.5rem !important;
}

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

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

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

.mt-n5 {
  margin-top: -2.5rem !important;
}

.mt-n6 {
  margin-top: -3rem !important;
}

.mt-n7 {
  margin-top: -3.5rem !important;
}

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

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

.mt-n10 {
  margin-top: -8rem !important;
}

.me-nnarrow {
  margin-right: -0.25rem !important;
}

[dir=ltr] .ltr\:me-nnarrow {
  margin-right: -0.25rem !important;
}

[dir=rtl] .rtl\:me-nnarrow {
  margin-right: -0.25rem !important;
}

.me-n1 {
  margin-right: -0.5rem !important;
}

[dir=ltr] .ltr\:me-n1 {
  margin-right: -0.5rem !important;
}

[dir=rtl] .rtl\:me-n1 {
  margin-right: -0.5rem !important;
}

.me-n2 {
  margin-right: -1rem !important;
}

[dir=ltr] .ltr\:me-n2 {
  margin-right: -1rem !important;
}

[dir=rtl] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

.me-n3 {
  margin-right: -1.5rem !important;
}

[dir=ltr] .ltr\:me-n3 {
  margin-right: -1.5rem !important;
}

[dir=rtl] .rtl\:me-n3 {
  margin-right: -1.5rem !important;
}

.me-n4 {
  margin-right: -2rem !important;
}

[dir=ltr] .ltr\:me-n4 {
  margin-right: -2rem !important;
}

[dir=rtl] .rtl\:me-n4 {
  margin-right: -2rem !important;
}

.me-n5 {
  margin-right: -2.5rem !important;
}

[dir=ltr] .ltr\:me-n5 {
  margin-right: -2.5rem !important;
}

[dir=rtl] .rtl\:me-n5 {
  margin-right: -2.5rem !important;
}

.me-n6 {
  margin-right: -3rem !important;
}

[dir=ltr] .ltr\:me-n6 {
  margin-right: -3rem !important;
}

[dir=rtl] .rtl\:me-n6 {
  margin-right: -3rem !important;
}

.me-n7 {
  margin-right: -3.5rem !important;
}

[dir=ltr] .ltr\:me-n7 {
  margin-right: -3.5rem !important;
}

[dir=rtl] .rtl\:me-n7 {
  margin-right: -3.5rem !important;
}

.me-n8 {
  margin-right: -4rem !important;
}

[dir=ltr] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

[dir=rtl] .rtl\:me-n8 {
  margin-right: -4rem !important;
}

.me-n9 {
  margin-right: -5rem !important;
}

[dir=ltr] .ltr\:me-n9 {
  margin-right: -5rem !important;
}

[dir=rtl] .rtl\:me-n9 {
  margin-right: -5rem !important;
}

.me-n10 {
  margin-right: -8rem !important;
}

[dir=ltr] .ltr\:me-n10 {
  margin-right: -8rem !important;
}

[dir=rtl] .rtl\:me-n10 {
  margin-right: -8rem !important;
}

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

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

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

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

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

.mb-n5 {
  margin-bottom: -2.5rem !important;
}

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

.mb-n7 {
  margin-bottom: -3.5rem !important;
}

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

.mb-n9 {
  margin-bottom: -5rem !important;
}

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

.ms-nnarrow {
  margin-left: -0.25rem !important;
}

[dir=ltr] .ltr\:ms-nnarrow {
  margin-left: -0.25rem !important;
}

[dir=rtl] .rtl\:ms-nnarrow {
  margin-left: -0.25rem !important;
}

.ms-n1 {
  margin-left: -0.5rem !important;
}

[dir=ltr] .ltr\:ms-n1 {
  margin-left: -0.5rem !important;
}

[dir=rtl] .rtl\:ms-n1 {
  margin-left: -0.5rem !important;
}

.ms-n2 {
  margin-left: -1rem !important;
}

[dir=ltr] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

[dir=rtl] .rtl\:ms-n2 {
  margin-left: -1rem !important;
}

.ms-n3 {
  margin-left: -1.5rem !important;
}

[dir=ltr] .ltr\:ms-n3 {
  margin-left: -1.5rem !important;
}

[dir=rtl] .rtl\:ms-n3 {
  margin-left: -1.5rem !important;
}

.ms-n4 {
  margin-left: -2rem !important;
}

[dir=ltr] .ltr\:ms-n4 {
  margin-left: -2rem !important;
}

[dir=rtl] .rtl\:ms-n4 {
  margin-left: -2rem !important;
}

.ms-n5 {
  margin-left: -2.5rem !important;
}

[dir=ltr] .ltr\:ms-n5 {
  margin-left: -2.5rem !important;
}

[dir=rtl] .rtl\:ms-n5 {
  margin-left: -2.5rem !important;
}

.ms-n6 {
  margin-left: -3rem !important;
}

[dir=ltr] .ltr\:ms-n6 {
  margin-left: -3rem !important;
}

[dir=rtl] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

.ms-n7 {
  margin-left: -3.5rem !important;
}

[dir=ltr] .ltr\:ms-n7 {
  margin-left: -3.5rem !important;
}

[dir=rtl] .rtl\:ms-n7 {
  margin-left: -3.5rem !important;
}

.ms-n8 {
  margin-left: -4rem !important;
}

[dir=ltr] .ltr\:ms-n8 {
  margin-left: -4rem !important;
}

[dir=rtl] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

.ms-n9 {
  margin-left: -5rem !important;
}

[dir=ltr] .ltr\:ms-n9 {
  margin-left: -5rem !important;
}

[dir=rtl] .rtl\:ms-n9 {
  margin-left: -5rem !important;
}

.ms-n10 {
  margin-left: -8rem !important;
}

[dir=ltr] .ltr\:ms-n10 {
  margin-left: -8rem !important;
}

[dir=rtl] .rtl\:ms-n10 {
  margin-left: -8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-narrow {
  padding: 0.25rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-narrow {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-narrow {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-narrow {
  padding-top: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

[dir=ltr] .ltr\:pe-0 {
  padding-right: 0 !important;
}

[dir=rtl] .rtl\:pe-0 {
  padding-right: 0 !important;
}

.pe-narrow {
  padding-right: 0.25rem !important;
}

[dir=ltr] .ltr\:pe-narrow {
  padding-right: 0.25rem !important;
}

[dir=rtl] .rtl\:pe-narrow {
  padding-right: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.5rem !important;
}

[dir=ltr] .ltr\:pe-1 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .rtl\:pe-1 {
  padding-right: 0.5rem !important;
}

.pe-2 {
  padding-right: 1rem !important;
}

[dir=ltr] .ltr\:pe-2 {
  padding-right: 1rem !important;
}

[dir=rtl] .rtl\:pe-2 {
  padding-right: 1rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

[dir=ltr] .ltr\:pe-3 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

[dir=ltr] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

[dir=rtl] .rtl\:pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 2.5rem !important;
}

[dir=ltr] .ltr\:pe-5 {
  padding-right: 2.5rem !important;
}

[dir=rtl] .rtl\:pe-5 {
  padding-right: 2.5rem !important;
}

.pe-6 {
  padding-right: 3rem !important;
}

[dir=ltr] .ltr\:pe-6 {
  padding-right: 3rem !important;
}

[dir=rtl] .rtl\:pe-6 {
  padding-right: 3rem !important;
}

.pe-7 {
  padding-right: 3.5rem !important;
}

[dir=ltr] .ltr\:pe-7 {
  padding-right: 3.5rem !important;
}

[dir=rtl] .rtl\:pe-7 {
  padding-right: 3.5rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

[dir=ltr] .ltr\:pe-8 {
  padding-right: 4rem !important;
}

[dir=rtl] .rtl\:pe-8 {
  padding-right: 4rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

[dir=ltr] .ltr\:pe-9 {
  padding-right: 5rem !important;
}

[dir=rtl] .rtl\:pe-9 {
  padding-right: 5rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

[dir=ltr] .ltr\:pe-10 {
  padding-right: 8rem !important;
}

[dir=rtl] .rtl\:pe-10 {
  padding-right: 8rem !important;
}

.pe-auto {
  padding-right: auto !important;
}

[dir=ltr] .ltr\:pe-auto {
  padding-right: auto !important;
}

[dir=rtl] .rtl\:pe-auto {
  padding-right: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-narrow {
  padding-bottom: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

[dir=ltr] .ltr\:ps-0 {
  padding-left: 0 !important;
}

[dir=rtl] .rtl\:ps-0 {
  padding-left: 0 !important;
}

.ps-narrow {
  padding-left: 0.25rem !important;
}

[dir=ltr] .ltr\:ps-narrow {
  padding-left: 0.25rem !important;
}

[dir=rtl] .rtl\:ps-narrow {
  padding-left: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.5rem !important;
}

[dir=ltr] .ltr\:ps-1 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .rtl\:ps-1 {
  padding-left: 0.5rem !important;
}

.ps-2 {
  padding-left: 1rem !important;
}

[dir=ltr] .ltr\:ps-2 {
  padding-left: 1rem !important;
}

[dir=rtl] .rtl\:ps-2 {
  padding-left: 1rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

[dir=ltr] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .rtl\:ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

[dir=ltr] .ltr\:ps-4 {
  padding-left: 2rem !important;
}

[dir=rtl] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 2.5rem !important;
}

[dir=ltr] .ltr\:ps-5 {
  padding-left: 2.5rem !important;
}

[dir=rtl] .rtl\:ps-5 {
  padding-left: 2.5rem !important;
}

.ps-6 {
  padding-left: 3rem !important;
}

[dir=ltr] .ltr\:ps-6 {
  padding-left: 3rem !important;
}

[dir=rtl] .rtl\:ps-6 {
  padding-left: 3rem !important;
}

.ps-7 {
  padding-left: 3.5rem !important;
}

[dir=ltr] .ltr\:ps-7 {
  padding-left: 3.5rem !important;
}

[dir=rtl] .rtl\:ps-7 {
  padding-left: 3.5rem !important;
}

.ps-8 {
  padding-left: 4rem !important;
}

[dir=ltr] .ltr\:ps-8 {
  padding-left: 4rem !important;
}

[dir=rtl] .rtl\:ps-8 {
  padding-left: 4rem !important;
}

.ps-9 {
  padding-left: 5rem !important;
}

[dir=ltr] .ltr\:ps-9 {
  padding-left: 5rem !important;
}

[dir=rtl] .rtl\:ps-9 {
  padding-left: 5rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

[dir=ltr] .ltr\:ps-10 {
  padding-left: 8rem !important;
}

[dir=rtl] .rtl\:ps-10 {
  padding-left: 8rem !important;
}

.ps-auto {
  padding-left: auto !important;
}

[dir=ltr] .ltr\:ps-auto {
  padding-left: auto !important;
}

[dir=rtl] .rtl\:ps-auto {
  padding-left: auto !important;
}

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

.gap-narrow {
  gap: 0.25rem !important;
}

.gap-1 {
  gap: 0.5rem !important;
}

.gap-2 {
  gap: 1rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gap-7 {
  gap: 3.5rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-10 {
  gap: 8rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-narrow {
  row-gap: 0.25rem !important;
}

.row-gap-1 {
  row-gap: 0.5rem !important;
}

.row-gap-2 {
  row-gap: 1rem !important;
}

.row-gap-3 {
  row-gap: 1.5rem !important;
}

.row-gap-4 {
  row-gap: 2rem !important;
}

.row-gap-5 {
  row-gap: 2.5rem !important;
}

.row-gap-6 {
  row-gap: 3rem !important;
}

.row-gap-7 {
  row-gap: 3.5rem !important;
}

.row-gap-8 {
  row-gap: 4rem !important;
}

.row-gap-9 {
  row-gap: 5rem !important;
}

.row-gap-10 {
  row-gap: 8rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-narrow {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-1 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-2 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-4 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.column-gap-5 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.column-gap-6 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-7 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.column-gap-8 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.column-gap-9 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.column-gap-10 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 1.75rem !important;
}

[dir=ltr] .ltr\:fs-1 {
  font-size: 1.75rem !important;
}

[dir=rtl] .rtl\:fs-1 {
  font-size: 1.75rem !important;
}

.fs-2 {
  font-size: 1.5rem !important;
}

[dir=ltr] .ltr\:fs-2 {
  font-size: 1.5rem !important;
}

[dir=rtl] .rtl\:fs-2 {
  font-size: 1.5rem !important;
}

.fs-3 {
  font-size: 1.25rem !important;
}

[dir=ltr] .ltr\:fs-3 {
  font-size: 1.25rem !important;
}

[dir=rtl] .rtl\:fs-3 {
  font-size: 1.25rem !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

[dir=ltr] .ltr\:fs-4 {
  font-size: 1.125rem !important;
}

[dir=rtl] .rtl\:fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

[dir=ltr] .ltr\:fs-5 {
  font-size: 1rem !important;
}

[dir=rtl] .rtl\:fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.95rem !important;
}

[dir=ltr] .ltr\:fs-6 {
  font-size: 0.95rem !important;
}

[dir=rtl] .rtl\:fs-6 {
  font-size: 0.95rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

[dir=ltr] .ltr\:fs-7 {
  font-size: 0.875rem !important;
}

[dir=rtl] .rtl\:fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

[dir=ltr] .ltr\:fs-8 {
  font-size: 0.75rem !important;
}

[dir=rtl] .rtl\:fs-8 {
  font-size: 0.75rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-ultra-light {
  font-weight: 100 !important;
}

[dir=ltr] .ltr\:fw-ultra-light {
  font-weight: 100 !important;
}

[dir=rtl] .rtl\:fw-ultra-light {
  font-weight: 100 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

[dir=ltr] .ltr\:fw-lighter {
  font-weight: 200 !important;
}

[dir=rtl] .rtl\:fw-lighter {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

[dir=ltr] .ltr\:fw-light {
  font-weight: 300 !important;
}

[dir=rtl] .rtl\:fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

[dir=ltr] .ltr\:fw-normal {
  font-weight: 400 !important;
}

[dir=rtl] .rtl\:fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

[dir=ltr] .ltr\:fw-medium {
  font-weight: 500 !important;
}

[dir=rtl] .rtl\:fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

[dir=ltr] .ltr\:fw-semibold {
  font-weight: 600 !important;
}

[dir=rtl] .rtl\:fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

[dir=ltr] .ltr\:fw-bold {
  font-weight: 600 !important;
}

[dir=rtl] .rtl\:fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

[dir=ltr] .ltr\:fw-bolder {
  font-weight: 800 !important;
}

[dir=rtl] .rtl\:fw-bolder {
  font-weight: 800 !important;
}

.fw-ultra-bold {
  font-weight: 900 !important;
}

[dir=ltr] .ltr\:fw-ultra-bold {
  font-weight: 900 !important;
}

[dir=rtl] .rtl\:fw-ultra-bold {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0 !important;
}

[dir=ltr] .ltr\:lh-0 {
  line-height: 0 !important;
}

[dir=rtl] .rtl\:lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

[dir=ltr] .ltr\:lh-1 {
  line-height: 1 !important;
}

[dir=rtl] .rtl\:lh-1 {
  line-height: 1 !important;
}

.lh-xs {
  line-height: 0.8 !important;
}

[dir=ltr] .ltr\:lh-xs {
  line-height: 0.8 !important;
}

[dir=rtl] .rtl\:lh-xs {
  line-height: 0.8 !important;
}

.lh-sm {
  line-height: 0.9 !important;
}

[dir=ltr] .ltr\:lh-sm {
  line-height: 0.9 !important;
}

[dir=rtl] .rtl\:lh-sm {
  line-height: 0.9 !important;
}

.lh-md {
  line-height: 1.1 !important;
}

[dir=ltr] .ltr\:lh-md {
  line-height: 1.1 !important;
}

[dir=rtl] .rtl\:lh-md {
  line-height: 1.1 !important;
}

.lh-lg {
  line-height: 1.2 !important;
}

[dir=ltr] .ltr\:lh-lg {
  line-height: 1.2 !important;
}

[dir=rtl] .rtl\:lh-lg {
  line-height: 1.2 !important;
}

.lh-xl {
  line-height: 1.4 !important;
}

[dir=ltr] .ltr\:lh-xl {
  line-height: 1.4 !important;
}

[dir=rtl] .rtl\:lh-xl {
  line-height: 1.4 !important;
}

.lh-xxl {
  line-height: 1.5 !important;
}

[dir=ltr] .ltr\:lh-xxl {
  line-height: 1.5 !important;
}

[dir=rtl] .rtl\:lh-xxl {
  line-height: 1.5 !important;
}

.text-start {
  text-align: left !important;
}

[dir=ltr] .ltr\:text-start {
  text-align: left !important;
}

[dir=rtl] .rtl\:text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

[dir=ltr] .ltr\:text-end {
  text-align: right !important;
}

[dir=rtl] .rtl\:text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

[dir=ltr] .ltr\:text-center {
  text-align: center !important;
}

[dir=rtl] .rtl\:text-center {
  text-align: center !important;
}

.text-none {
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, .text-primary-hover:hover, .hover\:text-primary:hover, .text-primary-focus:focus, .focus\:text-primary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary, .text-secondary-hover:hover, .hover\:text-secondary:hover, .text-secondary-focus:focus, .focus\:text-secondary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success, .text-success-hover:hover, .hover\:text-success:hover, .text-success-focus:focus, .focus\:text-success:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info, .text-info-hover:hover, .hover\:text-info:hover, .text-info-focus:focus, .focus\:text-info:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning, .text-warning-hover:hover, .hover\:text-warning:hover, .text-warning-focus:focus, .focus\:text-warning:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger, .text-danger-hover:hover, .hover\:text-danger:hover, .text-danger-focus:focus, .focus\:text-danger:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light, .text-light-hover:hover, .hover\:text-light:hover, .text-light-focus:focus, .focus\:text-light:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark, .text-dark-hover:hover, .hover\:text-dark:hover, .text-dark-focus:focus, .focus\:text-dark:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-gray, .text-gray-hover:hover, .hover\:text-gray:hover, .text-gray-focus:focus, .focus\:text-gray:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-10, .text-gray-10-hover:hover, .hover\:text-gray-10:hover, .text-gray-10-focus:focus, .focus\:text-gray-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-10-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-25, .text-gray-25-hover:hover, .hover\:text-gray-25:hover, .text-gray-25-focus:focus, .focus\:text-gray-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-25-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-50, .text-gray-50-hover:hover, .hover\:text-gray-50:hover, .text-gray-50-focus:focus, .focus\:text-gray-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-50-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-100, .text-gray-100-hover:hover, .hover\:text-gray-100:hover, .text-gray-100-focus:focus, .focus\:text-gray-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-200, .text-gray-200-hover:hover, .hover\:text-gray-200:hover, .text-gray-200-focus:focus, .focus\:text-gray-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-300, .text-gray-300-hover:hover, .hover\:text-gray-300:hover, .text-gray-300-focus:focus, .focus\:text-gray-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-400, .text-gray-400-hover:hover, .hover\:text-gray-400:hover, .text-gray-400-focus:focus, .focus\:text-gray-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-500, .text-gray-500-hover:hover, .hover\:text-gray-500:hover, .text-gray-500-focus:focus, .focus\:text-gray-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-600, .text-gray-600-hover:hover, .hover\:text-gray-600:hover, .text-gray-600-focus:focus, .focus\:text-gray-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-700, .text-gray-700-hover:hover, .hover\:text-gray-700:hover, .text-gray-700-focus:focus, .focus\:text-gray-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-800, .text-gray-800-hover:hover, .hover\:text-gray-800:hover, .text-gray-800-focus:focus, .focus\:text-gray-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-900, .text-gray-900-hover:hover, .hover\:text-gray-900:hover, .text-gray-900-focus:focus, .focus\:text-gray-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.text-slate, .text-slate-hover:hover, .hover\:text-slate:hover, .text-slate-focus:focus, .focus\:text-slate:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-10, .text-slate-10-hover:hover, .hover\:text-slate-10:hover, .text-slate-10-focus:focus, .focus\:text-slate-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-10-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-25, .text-slate-25-hover:hover, .hover\:text-slate-25:hover, .text-slate-25-focus:focus, .focus\:text-slate-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-25-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-50, .text-slate-50-hover:hover, .hover\:text-slate-50:hover, .text-slate-50-focus:focus, .focus\:text-slate-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-50-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-100, .text-slate-100-hover:hover, .hover\:text-slate-100:hover, .text-slate-100-focus:focus, .focus\:text-slate-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-100-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-200, .text-slate-200-hover:hover, .hover\:text-slate-200:hover, .text-slate-200-focus:focus, .focus\:text-slate-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-200-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-300, .text-slate-300-hover:hover, .hover\:text-slate-300:hover, .text-slate-300-focus:focus, .focus\:text-slate-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-300-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-400, .text-slate-400-hover:hover, .hover\:text-slate-400:hover, .text-slate-400-focus:focus, .focus\:text-slate-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-400-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-500, .text-slate-500-hover:hover, .hover\:text-slate-500:hover, .text-slate-500-focus:focus, .focus\:text-slate-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-500-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-600, .text-slate-600-hover:hover, .hover\:text-slate-600:hover, .text-slate-600-focus:focus, .focus\:text-slate-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-600-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-700, .text-slate-700-hover:hover, .hover\:text-slate-700:hover, .text-slate-700-focus:focus, .focus\:text-slate-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-700-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-800, .text-slate-800-hover:hover, .hover\:text-slate-800:hover, .text-slate-800-focus:focus, .focus\:text-slate-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-800-rgb), var(--bs-text-opacity)) !important;
}

.text-slate-900, .text-slate-900-hover:hover, .hover\:text-slate-900:hover, .text-slate-900-focus:focus, .focus\:text-slate-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-900-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-10, .text-primary-10-hover:hover, .hover\:text-primary-10:hover, .text-primary-10-focus:focus, .focus\:text-primary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-10-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-25, .text-primary-25-hover:hover, .hover\:text-primary-25:hover, .text-primary-25-focus:focus, .focus\:text-primary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-25-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-50, .text-primary-50-hover:hover, .hover\:text-primary-50:hover, .text-primary-50-focus:focus, .focus\:text-primary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-100, .text-primary-100-hover:hover, .hover\:text-primary-100:hover, .text-primary-100-focus:focus, .focus\:text-primary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-100-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-200, .text-primary-200-hover:hover, .hover\:text-primary-200:hover, .text-primary-200-focus:focus, .focus\:text-primary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-300, .text-primary-300-hover:hover, .hover\:text-primary-300:hover, .text-primary-300-focus:focus, .focus\:text-primary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-300-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-400, .text-primary-400-hover:hover, .hover\:text-primary-400:hover, .text-primary-400-focus:focus, .focus\:text-primary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-500, .text-primary-500-hover:hover, .hover\:text-primary-500:hover, .text-primary-500-focus:focus, .focus\:text-primary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-500-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-600, .text-primary-600-hover:hover, .hover\:text-primary-600:hover, .text-primary-600-focus:focus, .focus\:text-primary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-700, .text-primary-700-hover:hover, .hover\:text-primary-700:hover, .text-primary-700-focus:focus, .focus\:text-primary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-800, .text-primary-800-hover:hover, .hover\:text-primary-800:hover, .text-primary-800-focus:focus, .focus\:text-primary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-800-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-900, .text-primary-900-hover:hover, .hover\:text-primary-900:hover, .text-primary-900-focus:focus, .focus\:text-primary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-900-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-10, .text-secondary-10-hover:hover, .hover\:text-secondary-10:hover, .text-secondary-10-focus:focus, .focus\:text-secondary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-10-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-25, .text-secondary-25-hover:hover, .hover\:text-secondary-25:hover, .text-secondary-25-focus:focus, .focus\:text-secondary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-25-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-50, .text-secondary-50-hover:hover, .hover\:text-secondary-50:hover, .text-secondary-50-focus:focus, .focus\:text-secondary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-50-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-100, .text-secondary-100-hover:hover, .hover\:text-secondary-100:hover, .text-secondary-100-focus:focus, .focus\:text-secondary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-100-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-200, .text-secondary-200-hover:hover, .hover\:text-secondary-200:hover, .text-secondary-200-focus:focus, .focus\:text-secondary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-300, .text-secondary-300-hover:hover, .hover\:text-secondary-300:hover, .text-secondary-300-focus:focus, .focus\:text-secondary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-400, .text-secondary-400-hover:hover, .hover\:text-secondary-400:hover, .text-secondary-400-focus:focus, .focus\:text-secondary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-400-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-500, .text-secondary-500-hover:hover, .hover\:text-secondary-500:hover, .text-secondary-500-focus:focus, .focus\:text-secondary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-500-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-600, .text-secondary-600-hover:hover, .hover\:text-secondary-600:hover, .text-secondary-600-focus:focus, .focus\:text-secondary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-600-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-700, .text-secondary-700-hover:hover, .hover\:text-secondary-700:hover, .text-secondary-700-focus:focus, .focus\:text-secondary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-700-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-800, .text-secondary-800-hover:hover, .hover\:text-secondary-800:hover, .text-secondary-800-focus:focus, .focus\:text-secondary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-800-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-900, .text-secondary-900-hover:hover, .hover\:text-secondary-900:hover, .text-secondary-900-focus:focus, .focus\:text-secondary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-900-rgb), var(--bs-text-opacity)) !important;
}

.text-info-10, .text-info-10-hover:hover, .hover\:text-info-10:hover, .text-info-10-focus:focus, .focus\:text-info-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-10-rgb), var(--bs-text-opacity)) !important;
}

.text-info-25, .text-info-25-hover:hover, .hover\:text-info-25:hover, .text-info-25-focus:focus, .focus\:text-info-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-25-rgb), var(--bs-text-opacity)) !important;
}

.text-info-50, .text-info-50-hover:hover, .hover\:text-info-50:hover, .text-info-50-focus:focus, .focus\:text-info-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-50-rgb), var(--bs-text-opacity)) !important;
}

.text-info-100, .text-info-100-hover:hover, .hover\:text-info-100:hover, .text-info-100-focus:focus, .focus\:text-info-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-100-rgb), var(--bs-text-opacity)) !important;
}

.text-info-200, .text-info-200-hover:hover, .hover\:text-info-200:hover, .text-info-200-focus:focus, .focus\:text-info-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-200-rgb), var(--bs-text-opacity)) !important;
}

.text-info-300, .text-info-300-hover:hover, .hover\:text-info-300:hover, .text-info-300-focus:focus, .focus\:text-info-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-300-rgb), var(--bs-text-opacity)) !important;
}

.text-info-400, .text-info-400-hover:hover, .hover\:text-info-400:hover, .text-info-400-focus:focus, .focus\:text-info-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-400-rgb), var(--bs-text-opacity)) !important;
}

.text-info-500, .text-info-500-hover:hover, .hover\:text-info-500:hover, .text-info-500-focus:focus, .focus\:text-info-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-500-rgb), var(--bs-text-opacity)) !important;
}

.text-info-600, .text-info-600-hover:hover, .hover\:text-info-600:hover, .text-info-600-focus:focus, .focus\:text-info-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-600-rgb), var(--bs-text-opacity)) !important;
}

.text-info-700, .text-info-700-hover:hover, .hover\:text-info-700:hover, .text-info-700-focus:focus, .focus\:text-info-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-700-rgb), var(--bs-text-opacity)) !important;
}

.text-info-800, .text-info-800-hover:hover, .hover\:text-info-800:hover, .text-info-800-focus:focus, .focus\:text-info-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-800-rgb), var(--bs-text-opacity)) !important;
}

.text-info-900, .text-info-900-hover:hover, .hover\:text-info-900:hover, .text-info-900-focus:focus, .focus\:text-info-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-900-rgb), var(--bs-text-opacity)) !important;
}

.text-success-10, .text-success-10-hover:hover, .hover\:text-success-10:hover, .text-success-10-focus:focus, .focus\:text-success-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-10-rgb), var(--bs-text-opacity)) !important;
}

.text-success-25, .text-success-25-hover:hover, .hover\:text-success-25:hover, .text-success-25-focus:focus, .focus\:text-success-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-25-rgb), var(--bs-text-opacity)) !important;
}

.text-success-50, .text-success-50-hover:hover, .hover\:text-success-50:hover, .text-success-50-focus:focus, .focus\:text-success-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-50-rgb), var(--bs-text-opacity)) !important;
}

.text-success-100, .text-success-100-hover:hover, .hover\:text-success-100:hover, .text-success-100-focus:focus, .focus\:text-success-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-100-rgb), var(--bs-text-opacity)) !important;
}

.text-success-200, .text-success-200-hover:hover, .hover\:text-success-200:hover, .text-success-200-focus:focus, .focus\:text-success-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-200-rgb), var(--bs-text-opacity)) !important;
}

.text-success-300, .text-success-300-hover:hover, .hover\:text-success-300:hover, .text-success-300-focus:focus, .focus\:text-success-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-300-rgb), var(--bs-text-opacity)) !important;
}

.text-success-400, .text-success-400-hover:hover, .hover\:text-success-400:hover, .text-success-400-focus:focus, .focus\:text-success-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-400-rgb), var(--bs-text-opacity)) !important;
}

.text-success-500, .text-success-500-hover:hover, .hover\:text-success-500:hover, .text-success-500-focus:focus, .focus\:text-success-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-500-rgb), var(--bs-text-opacity)) !important;
}

.text-success-600, .text-success-600-hover:hover, .hover\:text-success-600:hover, .text-success-600-focus:focus, .focus\:text-success-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-600-rgb), var(--bs-text-opacity)) !important;
}

.text-success-700, .text-success-700-hover:hover, .hover\:text-success-700:hover, .text-success-700-focus:focus, .focus\:text-success-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-700-rgb), var(--bs-text-opacity)) !important;
}

.text-success-800, .text-success-800-hover:hover, .hover\:text-success-800:hover, .text-success-800-focus:focus, .focus\:text-success-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-800-rgb), var(--bs-text-opacity)) !important;
}

.text-success-900, .text-success-900-hover:hover, .hover\:text-success-900:hover, .text-success-900-focus:focus, .focus\:text-success-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-900-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-10, .text-warning-10-hover:hover, .hover\:text-warning-10:hover, .text-warning-10-focus:focus, .focus\:text-warning-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-10-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-25, .text-warning-25-hover:hover, .hover\:text-warning-25:hover, .text-warning-25-focus:focus, .focus\:text-warning-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-25-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-50, .text-warning-50-hover:hover, .hover\:text-warning-50:hover, .text-warning-50-focus:focus, .focus\:text-warning-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-50-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-100, .text-warning-100-hover:hover, .hover\:text-warning-100:hover, .text-warning-100-focus:focus, .focus\:text-warning-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-100-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-200, .text-warning-200-hover:hover, .hover\:text-warning-200:hover, .text-warning-200-focus:focus, .focus\:text-warning-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-200-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-300, .text-warning-300-hover:hover, .hover\:text-warning-300:hover, .text-warning-300-focus:focus, .focus\:text-warning-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-300-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-400, .text-warning-400-hover:hover, .hover\:text-warning-400:hover, .text-warning-400-focus:focus, .focus\:text-warning-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-400-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-500, .text-warning-500-hover:hover, .hover\:text-warning-500:hover, .text-warning-500-focus:focus, .focus\:text-warning-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-500-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-600, .text-warning-600-hover:hover, .hover\:text-warning-600:hover, .text-warning-600-focus:focus, .focus\:text-warning-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-700, .text-warning-700-hover:hover, .hover\:text-warning-700:hover, .text-warning-700-focus:focus, .focus\:text-warning-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-700-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-800, .text-warning-800-hover:hover, .hover\:text-warning-800:hover, .text-warning-800-focus:focus, .focus\:text-warning-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-800-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-900, .text-warning-900-hover:hover, .hover\:text-warning-900:hover, .text-warning-900-focus:focus, .focus\:text-warning-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-900-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-10, .text-danger-10-hover:hover, .hover\:text-danger-10:hover, .text-danger-10-focus:focus, .focus\:text-danger-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-10-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-25, .text-danger-25-hover:hover, .hover\:text-danger-25:hover, .text-danger-25-focus:focus, .focus\:text-danger-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-25-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-50, .text-danger-50-hover:hover, .hover\:text-danger-50:hover, .text-danger-50-focus:focus, .focus\:text-danger-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-50-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-100, .text-danger-100-hover:hover, .hover\:text-danger-100:hover, .text-danger-100-focus:focus, .focus\:text-danger-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-100-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-200, .text-danger-200-hover:hover, .hover\:text-danger-200:hover, .text-danger-200-focus:focus, .focus\:text-danger-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-200-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-300, .text-danger-300-hover:hover, .hover\:text-danger-300:hover, .text-danger-300-focus:focus, .focus\:text-danger-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-300-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-400, .text-danger-400-hover:hover, .hover\:text-danger-400:hover, .text-danger-400-focus:focus, .focus\:text-danger-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-400-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-500, .text-danger-500-hover:hover, .hover\:text-danger-500:hover, .text-danger-500-focus:focus, .focus\:text-danger-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-500-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-600, .text-danger-600-hover:hover, .hover\:text-danger-600:hover, .text-danger-600-focus:focus, .focus\:text-danger-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-600-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-700, .text-danger-700-hover:hover, .hover\:text-danger-700:hover, .text-danger-700-focus:focus, .focus\:text-danger-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-700-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-800, .text-danger-800-hover:hover, .hover\:text-danger-800:hover, .text-danger-800-focus:focus, .focus\:text-danger-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-800-rgb), var(--bs-text-opacity)) !important;
}

.text-danger-900, .text-danger-900-hover:hover, .hover\:text-danger-900:hover, .text-danger-900-focus:focus, .focus\:text-danger-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-900-rgb), var(--bs-text-opacity)) !important;
}

.text-blue, .text-blue-hover:hover, .hover\:text-blue:hover, .text-blue-focus:focus, .focus\:text-blue:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-10, .text-blue-10-hover:hover, .hover\:text-blue-10:hover, .text-blue-10-focus:focus, .focus\:text-blue-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-10-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-25, .text-blue-25-hover:hover, .hover\:text-blue-25:hover, .text-blue-25-focus:focus, .focus\:text-blue-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-25-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-50, .text-blue-50-hover:hover, .hover\:text-blue-50:hover, .text-blue-50-focus:focus, .focus\:text-blue-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-50-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-100, .text-blue-100-hover:hover, .hover\:text-blue-100:hover, .text-blue-100-focus:focus, .focus\:text-blue-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-100-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-200, .text-blue-200-hover:hover, .hover\:text-blue-200:hover, .text-blue-200-focus:focus, .focus\:text-blue-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-200-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-300, .text-blue-300-hover:hover, .hover\:text-blue-300:hover, .text-blue-300-focus:focus, .focus\:text-blue-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-300-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-400, .text-blue-400-hover:hover, .hover\:text-blue-400:hover, .text-blue-400-focus:focus, .focus\:text-blue-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-400-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-500, .text-blue-500-hover:hover, .hover\:text-blue-500:hover, .text-blue-500-focus:focus, .focus\:text-blue-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-500-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-600, .text-blue-600-hover:hover, .hover\:text-blue-600:hover, .text-blue-600-focus:focus, .focus\:text-blue-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-600-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-700, .text-blue-700-hover:hover, .hover\:text-blue-700:hover, .text-blue-700-focus:focus, .focus\:text-blue-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-700-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-800, .text-blue-800-hover:hover, .hover\:text-blue-800:hover, .text-blue-800-focus:focus, .focus\:text-blue-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-800-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-900, .text-blue-900-hover:hover, .hover\:text-blue-900:hover, .text-blue-900-focus:focus, .focus\:text-blue-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-900-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo, .text-indigo-hover:hover, .hover\:text-indigo:hover, .text-indigo-focus:focus, .focus\:text-indigo:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-10, .text-indigo-10-hover:hover, .hover\:text-indigo-10:hover, .text-indigo-10-focus:focus, .focus\:text-indigo-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-10-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-25, .text-indigo-25-hover:hover, .hover\:text-indigo-25:hover, .text-indigo-25-focus:focus, .focus\:text-indigo-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-25-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-50, .text-indigo-50-hover:hover, .hover\:text-indigo-50:hover, .text-indigo-50-focus:focus, .focus\:text-indigo-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-50-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-100, .text-indigo-100-hover:hover, .hover\:text-indigo-100:hover, .text-indigo-100-focus:focus, .focus\:text-indigo-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-100-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-200, .text-indigo-200-hover:hover, .hover\:text-indigo-200:hover, .text-indigo-200-focus:focus, .focus\:text-indigo-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-200-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-300, .text-indigo-300-hover:hover, .hover\:text-indigo-300:hover, .text-indigo-300-focus:focus, .focus\:text-indigo-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-300-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-400, .text-indigo-400-hover:hover, .hover\:text-indigo-400:hover, .text-indigo-400-focus:focus, .focus\:text-indigo-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-400-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-500, .text-indigo-500-hover:hover, .hover\:text-indigo-500:hover, .text-indigo-500-focus:focus, .focus\:text-indigo-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-500-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-600, .text-indigo-600-hover:hover, .hover\:text-indigo-600:hover, .text-indigo-600-focus:focus, .focus\:text-indigo-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-600-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-700, .text-indigo-700-hover:hover, .hover\:text-indigo-700:hover, .text-indigo-700-focus:focus, .focus\:text-indigo-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-700-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-800, .text-indigo-800-hover:hover, .hover\:text-indigo-800:hover, .text-indigo-800-focus:focus, .focus\:text-indigo-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-800-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo-900, .text-indigo-900-hover:hover, .hover\:text-indigo-900:hover, .text-indigo-900-focus:focus, .focus\:text-indigo-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-900-rgb), var(--bs-text-opacity)) !important;
}

.text-purple, .text-purple-hover:hover, .hover\:text-purple:hover, .text-purple-focus:focus, .focus\:text-purple:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-10, .text-purple-10-hover:hover, .hover\:text-purple-10:hover, .text-purple-10-focus:focus, .focus\:text-purple-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-10-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-25, .text-purple-25-hover:hover, .hover\:text-purple-25:hover, .text-purple-25-focus:focus, .focus\:text-purple-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-25-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-50, .text-purple-50-hover:hover, .hover\:text-purple-50:hover, .text-purple-50-focus:focus, .focus\:text-purple-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-50-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-100, .text-purple-100-hover:hover, .hover\:text-purple-100:hover, .text-purple-100-focus:focus, .focus\:text-purple-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-100-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-200, .text-purple-200-hover:hover, .hover\:text-purple-200:hover, .text-purple-200-focus:focus, .focus\:text-purple-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-200-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-300, .text-purple-300-hover:hover, .hover\:text-purple-300:hover, .text-purple-300-focus:focus, .focus\:text-purple-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-300-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-400, .text-purple-400-hover:hover, .hover\:text-purple-400:hover, .text-purple-400-focus:focus, .focus\:text-purple-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-400-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-500, .text-purple-500-hover:hover, .hover\:text-purple-500:hover, .text-purple-500-focus:focus, .focus\:text-purple-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-500-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-600, .text-purple-600-hover:hover, .hover\:text-purple-600:hover, .text-purple-600-focus:focus, .focus\:text-purple-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-700, .text-purple-700-hover:hover, .hover\:text-purple-700:hover, .text-purple-700-focus:focus, .focus\:text-purple-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-700-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-800, .text-purple-800-hover:hover, .hover\:text-purple-800:hover, .text-purple-800-focus:focus, .focus\:text-purple-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-800-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-900, .text-purple-900-hover:hover, .hover\:text-purple-900:hover, .text-purple-900-focus:focus, .focus\:text-purple-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-900-rgb), var(--bs-text-opacity)) !important;
}

.text-red, .text-red-hover:hover, .hover\:text-red:hover, .text-red-focus:focus, .focus\:text-red:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-red-10, .text-red-10-hover:hover, .hover\:text-red-10:hover, .text-red-10-focus:focus, .focus\:text-red-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-10-rgb), var(--bs-text-opacity)) !important;
}

.text-red-25, .text-red-25-hover:hover, .hover\:text-red-25:hover, .text-red-25-focus:focus, .focus\:text-red-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-25-rgb), var(--bs-text-opacity)) !important;
}

.text-red-50, .text-red-50-hover:hover, .hover\:text-red-50:hover, .text-red-50-focus:focus, .focus\:text-red-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-50-rgb), var(--bs-text-opacity)) !important;
}

.text-red-100, .text-red-100-hover:hover, .hover\:text-red-100:hover, .text-red-100-focus:focus, .focus\:text-red-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-100-rgb), var(--bs-text-opacity)) !important;
}

.text-red-200, .text-red-200-hover:hover, .hover\:text-red-200:hover, .text-red-200-focus:focus, .focus\:text-red-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-200-rgb), var(--bs-text-opacity)) !important;
}

.text-red-300, .text-red-300-hover:hover, .hover\:text-red-300:hover, .text-red-300-focus:focus, .focus\:text-red-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-300-rgb), var(--bs-text-opacity)) !important;
}

.text-red-400, .text-red-400-hover:hover, .hover\:text-red-400:hover, .text-red-400-focus:focus, .focus\:text-red-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-400-rgb), var(--bs-text-opacity)) !important;
}

.text-red-500, .text-red-500-hover:hover, .hover\:text-red-500:hover, .text-red-500-focus:focus, .focus\:text-red-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-500-rgb), var(--bs-text-opacity)) !important;
}

.text-red-600, .text-red-600-hover:hover, .hover\:text-red-600:hover, .text-red-600-focus:focus, .focus\:text-red-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-600-rgb), var(--bs-text-opacity)) !important;
}

.text-red-700, .text-red-700-hover:hover, .hover\:text-red-700:hover, .text-red-700-focus:focus, .focus\:text-red-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-700-rgb), var(--bs-text-opacity)) !important;
}

.text-red-800, .text-red-800-hover:hover, .hover\:text-red-800:hover, .text-red-800-focus:focus, .focus\:text-red-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-800-rgb), var(--bs-text-opacity)) !important;
}

.text-red-900, .text-red-900-hover:hover, .hover\:text-red-900:hover, .text-red-900-focus:focus, .focus\:text-red-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-900-rgb), var(--bs-text-opacity)) !important;
}

.text-rose, .text-rose-hover:hover, .hover\:text-rose:hover, .text-rose-focus:focus, .focus\:text-rose:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-10, .text-rose-10-hover:hover, .hover\:text-rose-10:hover, .text-rose-10-focus:focus, .focus\:text-rose-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-10-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-25, .text-rose-25-hover:hover, .hover\:text-rose-25:hover, .text-rose-25-focus:focus, .focus\:text-rose-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-25-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-50, .text-rose-50-hover:hover, .hover\:text-rose-50:hover, .text-rose-50-focus:focus, .focus\:text-rose-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-50-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-100, .text-rose-100-hover:hover, .hover\:text-rose-100:hover, .text-rose-100-focus:focus, .focus\:text-rose-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-100-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-200, .text-rose-200-hover:hover, .hover\:text-rose-200:hover, .text-rose-200-focus:focus, .focus\:text-rose-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-200-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-300, .text-rose-300-hover:hover, .hover\:text-rose-300:hover, .text-rose-300-focus:focus, .focus\:text-rose-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-300-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-400, .text-rose-400-hover:hover, .hover\:text-rose-400:hover, .text-rose-400-focus:focus, .focus\:text-rose-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-400-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-500, .text-rose-500-hover:hover, .hover\:text-rose-500:hover, .text-rose-500-focus:focus, .focus\:text-rose-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-500-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-600, .text-rose-600-hover:hover, .hover\:text-rose-600:hover, .text-rose-600-focus:focus, .focus\:text-rose-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-600-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-700, .text-rose-700-hover:hover, .hover\:text-rose-700:hover, .text-rose-700-focus:focus, .focus\:text-rose-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-700-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-800, .text-rose-800-hover:hover, .hover\:text-rose-800:hover, .text-rose-800-focus:focus, .focus\:text-rose-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-800-rgb), var(--bs-text-opacity)) !important;
}

.text-rose-900, .text-rose-900-hover:hover, .hover\:text-rose-900:hover, .text-rose-900-focus:focus, .focus\:text-rose-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-900-rgb), var(--bs-text-opacity)) !important;
}

.text-pink, .text-pink-hover:hover, .hover\:text-pink:hover, .text-pink-focus:focus, .focus\:text-pink:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-10, .text-pink-10-hover:hover, .hover\:text-pink-10:hover, .text-pink-10-focus:focus, .focus\:text-pink-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-10-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-25, .text-pink-25-hover:hover, .hover\:text-pink-25:hover, .text-pink-25-focus:focus, .focus\:text-pink-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-25-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-50, .text-pink-50-hover:hover, .hover\:text-pink-50:hover, .text-pink-50-focus:focus, .focus\:text-pink-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-50-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-100, .text-pink-100-hover:hover, .hover\:text-pink-100:hover, .text-pink-100-focus:focus, .focus\:text-pink-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-100-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-200, .text-pink-200-hover:hover, .hover\:text-pink-200:hover, .text-pink-200-focus:focus, .focus\:text-pink-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-200-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-300, .text-pink-300-hover:hover, .hover\:text-pink-300:hover, .text-pink-300-focus:focus, .focus\:text-pink-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-300-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-400, .text-pink-400-hover:hover, .hover\:text-pink-400:hover, .text-pink-400-focus:focus, .focus\:text-pink-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-400-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-500, .text-pink-500-hover:hover, .hover\:text-pink-500:hover, .text-pink-500-focus:focus, .focus\:text-pink-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-500-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-600, .text-pink-600-hover:hover, .hover\:text-pink-600:hover, .text-pink-600-focus:focus, .focus\:text-pink-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-600-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-700, .text-pink-700-hover:hover, .hover\:text-pink-700:hover, .text-pink-700-focus:focus, .focus\:text-pink-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-700-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-800, .text-pink-800-hover:hover, .hover\:text-pink-800:hover, .text-pink-800-focus:focus, .focus\:text-pink-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-800-rgb), var(--bs-text-opacity)) !important;
}

.text-pink-900, .text-pink-900-hover:hover, .hover\:text-pink-900:hover, .text-pink-900-focus:focus, .focus\:text-pink-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-900-rgb), var(--bs-text-opacity)) !important;
}

.text-orange, .text-orange-hover:hover, .hover\:text-orange:hover, .text-orange-focus:focus, .focus\:text-orange:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-10, .text-orange-10-hover:hover, .hover\:text-orange-10:hover, .text-orange-10-focus:focus, .focus\:text-orange-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-10-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-25, .text-orange-25-hover:hover, .hover\:text-orange-25:hover, .text-orange-25-focus:focus, .focus\:text-orange-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-25-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-50, .text-orange-50-hover:hover, .hover\:text-orange-50:hover, .text-orange-50-focus:focus, .focus\:text-orange-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-50-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-100, .text-orange-100-hover:hover, .hover\:text-orange-100:hover, .text-orange-100-focus:focus, .focus\:text-orange-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-100-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-200, .text-orange-200-hover:hover, .hover\:text-orange-200:hover, .text-orange-200-focus:focus, .focus\:text-orange-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-200-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-300, .text-orange-300-hover:hover, .hover\:text-orange-300:hover, .text-orange-300-focus:focus, .focus\:text-orange-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-300-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-400, .text-orange-400-hover:hover, .hover\:text-orange-400:hover, .text-orange-400-focus:focus, .focus\:text-orange-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-400-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-500, .text-orange-500-hover:hover, .hover\:text-orange-500:hover, .text-orange-500-focus:focus, .focus\:text-orange-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-500-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-600, .text-orange-600-hover:hover, .hover\:text-orange-600:hover, .text-orange-600-focus:focus, .focus\:text-orange-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-600-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-700, .text-orange-700-hover:hover, .hover\:text-orange-700:hover, .text-orange-700-focus:focus, .focus\:text-orange-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-700-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-800, .text-orange-800-hover:hover, .hover\:text-orange-800:hover, .text-orange-800-focus:focus, .focus\:text-orange-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-800-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-900, .text-orange-900-hover:hover, .hover\:text-orange-900:hover, .text-orange-900-focus:focus, .focus\:text-orange-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-900-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow, .text-yellow-hover:hover, .hover\:text-yellow:hover, .text-yellow-focus:focus, .focus\:text-yellow:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-10, .text-yellow-10-hover:hover, .hover\:text-yellow-10:hover, .text-yellow-10-focus:focus, .focus\:text-yellow-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-10-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-25, .text-yellow-25-hover:hover, .hover\:text-yellow-25:hover, .text-yellow-25-focus:focus, .focus\:text-yellow-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-25-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-50, .text-yellow-50-hover:hover, .hover\:text-yellow-50:hover, .text-yellow-50-focus:focus, .focus\:text-yellow-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-50-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-100, .text-yellow-100-hover:hover, .hover\:text-yellow-100:hover, .text-yellow-100-focus:focus, .focus\:text-yellow-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-100-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-200, .text-yellow-200-hover:hover, .hover\:text-yellow-200:hover, .text-yellow-200-focus:focus, .focus\:text-yellow-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-200-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-300, .text-yellow-300-hover:hover, .hover\:text-yellow-300:hover, .text-yellow-300-focus:focus, .focus\:text-yellow-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-300-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-400, .text-yellow-400-hover:hover, .hover\:text-yellow-400:hover, .text-yellow-400-focus:focus, .focus\:text-yellow-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-500, .text-yellow-500-hover:hover, .hover\:text-yellow-500:hover, .text-yellow-500-focus:focus, .focus\:text-yellow-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-500-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-600, .text-yellow-600-hover:hover, .hover\:text-yellow-600:hover, .text-yellow-600-focus:focus, .focus\:text-yellow-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-600-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-700, .text-yellow-700-hover:hover, .hover\:text-yellow-700:hover, .text-yellow-700-focus:focus, .focus\:text-yellow-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-700-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-800, .text-yellow-800-hover:hover, .hover\:text-yellow-800:hover, .text-yellow-800-focus:focus, .focus\:text-yellow-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-800-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow-900, .text-yellow-900-hover:hover, .hover\:text-yellow-900:hover, .text-yellow-900-focus:focus, .focus\:text-yellow-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-900-rgb), var(--bs-text-opacity)) !important;
}

.text-green, .text-green-hover:hover, .hover\:text-green:hover, .text-green-focus:focus, .focus\:text-green:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-green-10, .text-green-10-hover:hover, .hover\:text-green-10:hover, .text-green-10-focus:focus, .focus\:text-green-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-10-rgb), var(--bs-text-opacity)) !important;
}

.text-green-25, .text-green-25-hover:hover, .hover\:text-green-25:hover, .text-green-25-focus:focus, .focus\:text-green-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-25-rgb), var(--bs-text-opacity)) !important;
}

.text-green-50, .text-green-50-hover:hover, .hover\:text-green-50:hover, .text-green-50-focus:focus, .focus\:text-green-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-50-rgb), var(--bs-text-opacity)) !important;
}

.text-green-100, .text-green-100-hover:hover, .hover\:text-green-100:hover, .text-green-100-focus:focus, .focus\:text-green-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-100-rgb), var(--bs-text-opacity)) !important;
}

.text-green-200, .text-green-200-hover:hover, .hover\:text-green-200:hover, .text-green-200-focus:focus, .focus\:text-green-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-200-rgb), var(--bs-text-opacity)) !important;
}

.text-green-300, .text-green-300-hover:hover, .hover\:text-green-300:hover, .text-green-300-focus:focus, .focus\:text-green-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-300-rgb), var(--bs-text-opacity)) !important;
}

.text-green-400, .text-green-400-hover:hover, .hover\:text-green-400:hover, .text-green-400-focus:focus, .focus\:text-green-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-400-rgb), var(--bs-text-opacity)) !important;
}

.text-green-500, .text-green-500-hover:hover, .hover\:text-green-500:hover, .text-green-500-focus:focus, .focus\:text-green-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-500-rgb), var(--bs-text-opacity)) !important;
}

.text-green-600, .text-green-600-hover:hover, .hover\:text-green-600:hover, .text-green-600-focus:focus, .focus\:text-green-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-600-rgb), var(--bs-text-opacity)) !important;
}

.text-green-700, .text-green-700-hover:hover, .hover\:text-green-700:hover, .text-green-700-focus:focus, .focus\:text-green-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-700-rgb), var(--bs-text-opacity)) !important;
}

.text-green-800, .text-green-800-hover:hover, .hover\:text-green-800:hover, .text-green-800-focus:focus, .focus\:text-green-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-800-rgb), var(--bs-text-opacity)) !important;
}

.text-green-900, .text-green-900-hover:hover, .hover\:text-green-900:hover, .text-green-900-focus:focus, .focus\:text-green-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-900-rgb), var(--bs-text-opacity)) !important;
}

.text-lime, .text-lime-hover:hover, .hover\:text-lime:hover, .text-lime-focus:focus, .focus\:text-lime:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-10, .text-lime-10-hover:hover, .hover\:text-lime-10:hover, .text-lime-10-focus:focus, .focus\:text-lime-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-10-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-25, .text-lime-25-hover:hover, .hover\:text-lime-25:hover, .text-lime-25-focus:focus, .focus\:text-lime-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-25-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-50, .text-lime-50-hover:hover, .hover\:text-lime-50:hover, .text-lime-50-focus:focus, .focus\:text-lime-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-50-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-100, .text-lime-100-hover:hover, .hover\:text-lime-100:hover, .text-lime-100-focus:focus, .focus\:text-lime-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-100-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-200, .text-lime-200-hover:hover, .hover\:text-lime-200:hover, .text-lime-200-focus:focus, .focus\:text-lime-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-200-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-300, .text-lime-300-hover:hover, .hover\:text-lime-300:hover, .text-lime-300-focus:focus, .focus\:text-lime-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-300-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-400, .text-lime-400-hover:hover, .hover\:text-lime-400:hover, .text-lime-400-focus:focus, .focus\:text-lime-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-400-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-500, .text-lime-500-hover:hover, .hover\:text-lime-500:hover, .text-lime-500-focus:focus, .focus\:text-lime-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-500-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-600, .text-lime-600-hover:hover, .hover\:text-lime-600:hover, .text-lime-600-focus:focus, .focus\:text-lime-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-600-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-700, .text-lime-700-hover:hover, .hover\:text-lime-700:hover, .text-lime-700-focus:focus, .focus\:text-lime-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-700-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-800, .text-lime-800-hover:hover, .hover\:text-lime-800:hover, .text-lime-800-focus:focus, .focus\:text-lime-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-800-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-900, .text-lime-900-hover:hover, .hover\:text-lime-900:hover, .text-lime-900-focus:focus, .focus\:text-lime-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-900-rgb), var(--bs-text-opacity)) !important;
}

.text-teal, .text-teal-hover:hover, .hover\:text-teal:hover, .text-teal-focus:focus, .focus\:text-teal:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-10, .text-teal-10-hover:hover, .hover\:text-teal-10:hover, .text-teal-10-focus:focus, .focus\:text-teal-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-10-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-25, .text-teal-25-hover:hover, .hover\:text-teal-25:hover, .text-teal-25-focus:focus, .focus\:text-teal-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-25-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-50, .text-teal-50-hover:hover, .hover\:text-teal-50:hover, .text-teal-50-focus:focus, .focus\:text-teal-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-50-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-100, .text-teal-100-hover:hover, .hover\:text-teal-100:hover, .text-teal-100-focus:focus, .focus\:text-teal-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-100-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-200, .text-teal-200-hover:hover, .hover\:text-teal-200:hover, .text-teal-200-focus:focus, .focus\:text-teal-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-200-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-300, .text-teal-300-hover:hover, .hover\:text-teal-300:hover, .text-teal-300-focus:focus, .focus\:text-teal-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-300-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-400, .text-teal-400-hover:hover, .hover\:text-teal-400:hover, .text-teal-400-focus:focus, .focus\:text-teal-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-400-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-500, .text-teal-500-hover:hover, .hover\:text-teal-500:hover, .text-teal-500-focus:focus, .focus\:text-teal-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-500-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-600, .text-teal-600-hover:hover, .hover\:text-teal-600:hover, .text-teal-600-focus:focus, .focus\:text-teal-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-600-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-700, .text-teal-700-hover:hover, .hover\:text-teal-700:hover, .text-teal-700-focus:focus, .focus\:text-teal-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-700-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-800, .text-teal-800-hover:hover, .hover\:text-teal-800:hover, .text-teal-800-focus:focus, .focus\:text-teal-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-800-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-900, .text-teal-900-hover:hover, .hover\:text-teal-900:hover, .text-teal-900-focus:focus, .focus\:text-teal-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-900-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan, .text-cyan-hover:hover, .hover\:text-cyan:hover, .text-cyan-focus:focus, .focus\:text-cyan:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-10, .text-cyan-10-hover:hover, .hover\:text-cyan-10:hover, .text-cyan-10-focus:focus, .focus\:text-cyan-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-10-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-25, .text-cyan-25-hover:hover, .hover\:text-cyan-25:hover, .text-cyan-25-focus:focus, .focus\:text-cyan-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-25-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-50, .text-cyan-50-hover:hover, .hover\:text-cyan-50:hover, .text-cyan-50-focus:focus, .focus\:text-cyan-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-50-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-100, .text-cyan-100-hover:hover, .hover\:text-cyan-100:hover, .text-cyan-100-focus:focus, .focus\:text-cyan-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-100-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-200, .text-cyan-200-hover:hover, .hover\:text-cyan-200:hover, .text-cyan-200-focus:focus, .focus\:text-cyan-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-200-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-300, .text-cyan-300-hover:hover, .hover\:text-cyan-300:hover, .text-cyan-300-focus:focus, .focus\:text-cyan-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-300-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-400, .text-cyan-400-hover:hover, .hover\:text-cyan-400:hover, .text-cyan-400-focus:focus, .focus\:text-cyan-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-400-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-500, .text-cyan-500-hover:hover, .hover\:text-cyan-500:hover, .text-cyan-500-focus:focus, .focus\:text-cyan-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-500-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-600, .text-cyan-600-hover:hover, .hover\:text-cyan-600:hover, .text-cyan-600-focus:focus, .focus\:text-cyan-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-600-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-700, .text-cyan-700-hover:hover, .hover\:text-cyan-700:hover, .text-cyan-700-focus:focus, .focus\:text-cyan-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-700-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-800, .text-cyan-800-hover:hover, .hover\:text-cyan-800:hover, .text-cyan-800-focus:focus, .focus\:text-cyan-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-800-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan-900, .text-cyan-900-hover:hover, .hover\:text-cyan-900:hover, .text-cyan-900-focus:focus, .focus\:text-cyan-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-900-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary, .text-tertiary-hover:hover, .hover\:text-tertiary:hover, .text-tertiary-focus:focus, .focus\:text-tertiary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-10, .text-tertiary-10-hover:hover, .hover\:text-tertiary-10:hover, .text-tertiary-10-focus:focus, .focus\:text-tertiary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-10-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-25, .text-tertiary-25-hover:hover, .hover\:text-tertiary-25:hover, .text-tertiary-25-focus:focus, .focus\:text-tertiary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-25-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-50, .text-tertiary-50-hover:hover, .hover\:text-tertiary-50:hover, .text-tertiary-50-focus:focus, .focus\:text-tertiary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-50-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-100, .text-tertiary-100-hover:hover, .hover\:text-tertiary-100:hover, .text-tertiary-100-focus:focus, .focus\:text-tertiary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-100-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-200, .text-tertiary-200-hover:hover, .hover\:text-tertiary-200:hover, .text-tertiary-200-focus:focus, .focus\:text-tertiary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-300, .text-tertiary-300-hover:hover, .hover\:text-tertiary-300:hover, .text-tertiary-300-focus:focus, .focus\:text-tertiary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-300-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-400, .text-tertiary-400-hover:hover, .hover\:text-tertiary-400:hover, .text-tertiary-400-focus:focus, .focus\:text-tertiary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-500, .text-tertiary-500-hover:hover, .hover\:text-tertiary-500:hover, .text-tertiary-500-focus:focus, .focus\:text-tertiary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-500-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-600, .text-tertiary-600-hover:hover, .hover\:text-tertiary-600:hover, .text-tertiary-600-focus:focus, .focus\:text-tertiary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-600-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-700, .text-tertiary-700-hover:hover, .hover\:text-tertiary-700:hover, .text-tertiary-700-focus:focus, .focus\:text-tertiary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-800, .text-tertiary-800-hover:hover, .hover\:text-tertiary-800:hover, .text-tertiary-800-focus:focus, .focus\:text-tertiary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-800-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary-900, .text-tertiary-900-hover:hover, .hover\:text-tertiary-900:hover, .text-tertiary-900-focus:focus, .focus\:text-tertiary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

.text-black, .text-black-hover:hover, .hover\:text-black:hover, .text-black-focus:focus, .focus\:text-black:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .text-white-hover:hover, .hover\:text-white:hover, .text-white-focus:focus, .focus\:text-white:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body, .text-body-hover:hover, .hover\:text-body:hover, .text-body-focus:focus, .focus\:text-body:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted, .text-muted-hover:hover, .hover\:text-muted:hover, .text-muted-focus:focus, .focus\:text-muted:focus {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50, .text-black-50-hover:hover, .hover\:text-black-50:hover, .text-black-50-focus:focus, .focus\:text-black-50:focus {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50, .text-white-50-hover:hover, .hover\:text-white-50:hover, .text-white-50-focus:focus, .focus\:text-white-50:focus {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary, .text-body-secondary-hover:hover, .hover\:text-body-secondary:hover, .text-body-secondary-focus:focus, .focus\:text-body-secondary:focus {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary, .text-body-tertiary-hover:hover, .hover\:text-body-tertiary:hover, .text-body-tertiary-focus:focus, .focus\:text-body-tertiary:focus {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis, .text-body-emphasis-hover:hover, .hover\:text-body-emphasis:hover, .text-body-emphasis-focus:focus, .focus\:text-body-emphasis:focus {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset, .text-reset-hover:hover, .hover\:text-reset:hover, .text-reset-focus:focus, .focus\:text-reset:focus {
  --bs-text-opacity: 1;
  color: inherit !important;
}

:where(.uc-dark) .dark\:text-primary, :where(.uc-dark) .dark\:text-primary-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary:hover, :where(.uc-dark) .dark\:text-primary-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary, :where(.uc-dark) .dark\:text-secondary-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary:hover, :where(.uc-dark) .dark\:text-secondary-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success, :where(.uc-dark) .dark\:text-success-hover:hover, :where(.uc-dark) .dark\:hover\:text-success:hover, :where(.uc-dark) .dark\:text-success-focus:focus, :where(.uc-dark) .dark\:focus\:text-success:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info, :where(.uc-dark) .dark\:text-info-hover:hover, :where(.uc-dark) .dark\:hover\:text-info:hover, :where(.uc-dark) .dark\:text-info-focus:focus, :where(.uc-dark) .dark\:focus\:text-info:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning, :where(.uc-dark) .dark\:text-warning-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning:hover, :where(.uc-dark) .dark\:text-warning-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger, :where(.uc-dark) .dark\:text-danger-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger:hover, :where(.uc-dark) .dark\:text-danger-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-light, :where(.uc-dark) .dark\:text-light-hover:hover, :where(.uc-dark) .dark\:hover\:text-light:hover, :where(.uc-dark) .dark\:text-light-focus:focus, :where(.uc-dark) .dark\:focus\:text-light:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-dark, :where(.uc-dark) .dark\:text-dark-hover:hover, :where(.uc-dark) .dark\:hover\:text-dark:hover, :where(.uc-dark) .dark\:text-dark-focus:focus, :where(.uc-dark) .dark\:focus\:text-dark:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray, :where(.uc-dark) .dark\:text-gray-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray:hover, :where(.uc-dark) .dark\:text-gray-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-10, :where(.uc-dark) .dark\:text-gray-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-10:hover, :where(.uc-dark) .dark\:text-gray-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-25, :where(.uc-dark) .dark\:text-gray-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-25:hover, :where(.uc-dark) .dark\:text-gray-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-50, :where(.uc-dark) .dark\:text-gray-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-50:hover, :where(.uc-dark) .dark\:text-gray-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-100, :where(.uc-dark) .dark\:text-gray-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-100:hover, :where(.uc-dark) .dark\:text-gray-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-200, :where(.uc-dark) .dark\:text-gray-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-200:hover, :where(.uc-dark) .dark\:text-gray-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-300, :where(.uc-dark) .dark\:text-gray-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-300:hover, :where(.uc-dark) .dark\:text-gray-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-400, :where(.uc-dark) .dark\:text-gray-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-400:hover, :where(.uc-dark) .dark\:text-gray-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-500, :where(.uc-dark) .dark\:text-gray-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-500:hover, :where(.uc-dark) .dark\:text-gray-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-600, :where(.uc-dark) .dark\:text-gray-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-600:hover, :where(.uc-dark) .dark\:text-gray-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-700, :where(.uc-dark) .dark\:text-gray-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-700:hover, :where(.uc-dark) .dark\:text-gray-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-800, :where(.uc-dark) .dark\:text-gray-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-800:hover, :where(.uc-dark) .dark\:text-gray-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-900, :where(.uc-dark) .dark\:text-gray-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-gray-900:hover, :where(.uc-dark) .dark\:text-gray-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-gray-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate, :where(.uc-dark) .dark\:text-slate-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate:hover, :where(.uc-dark) .dark\:text-slate-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-10, :where(.uc-dark) .dark\:text-slate-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-10:hover, :where(.uc-dark) .dark\:text-slate-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-25, :where(.uc-dark) .dark\:text-slate-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-25:hover, :where(.uc-dark) .dark\:text-slate-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-50, :where(.uc-dark) .dark\:text-slate-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-50:hover, :where(.uc-dark) .dark\:text-slate-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-100, :where(.uc-dark) .dark\:text-slate-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-100:hover, :where(.uc-dark) .dark\:text-slate-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-200, :where(.uc-dark) .dark\:text-slate-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-200:hover, :where(.uc-dark) .dark\:text-slate-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-300, :where(.uc-dark) .dark\:text-slate-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-300:hover, :where(.uc-dark) .dark\:text-slate-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-400, :where(.uc-dark) .dark\:text-slate-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-400:hover, :where(.uc-dark) .dark\:text-slate-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-500, :where(.uc-dark) .dark\:text-slate-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-500:hover, :where(.uc-dark) .dark\:text-slate-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-600, :where(.uc-dark) .dark\:text-slate-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-600:hover, :where(.uc-dark) .dark\:text-slate-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-700, :where(.uc-dark) .dark\:text-slate-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-700:hover, :where(.uc-dark) .dark\:text-slate-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-800, :where(.uc-dark) .dark\:text-slate-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-800:hover, :where(.uc-dark) .dark\:text-slate-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-slate-900, :where(.uc-dark) .dark\:text-slate-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-slate-900:hover, :where(.uc-dark) .dark\:text-slate-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-slate-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-slate-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-10, :where(.uc-dark) .dark\:text-primary-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-10:hover, :where(.uc-dark) .dark\:text-primary-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-25, :where(.uc-dark) .dark\:text-primary-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-25:hover, :where(.uc-dark) .dark\:text-primary-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-50, :where(.uc-dark) .dark\:text-primary-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-50:hover, :where(.uc-dark) .dark\:text-primary-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-100, :where(.uc-dark) .dark\:text-primary-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-100:hover, :where(.uc-dark) .dark\:text-primary-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-200, :where(.uc-dark) .dark\:text-primary-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-200:hover, :where(.uc-dark) .dark\:text-primary-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-300, :where(.uc-dark) .dark\:text-primary-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-300:hover, :where(.uc-dark) .dark\:text-primary-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-400, :where(.uc-dark) .dark\:text-primary-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-400:hover, :where(.uc-dark) .dark\:text-primary-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-500, :where(.uc-dark) .dark\:text-primary-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-500:hover, :where(.uc-dark) .dark\:text-primary-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-600, :where(.uc-dark) .dark\:text-primary-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-600:hover, :where(.uc-dark) .dark\:text-primary-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-700, :where(.uc-dark) .dark\:text-primary-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-700:hover, :where(.uc-dark) .dark\:text-primary-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-800, :where(.uc-dark) .dark\:text-primary-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-800:hover, :where(.uc-dark) .dark\:text-primary-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-900, :where(.uc-dark) .dark\:text-primary-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary-900:hover, :where(.uc-dark) .dark\:text-primary-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-10, :where(.uc-dark) .dark\:text-secondary-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-10:hover, :where(.uc-dark) .dark\:text-secondary-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-25, :where(.uc-dark) .dark\:text-secondary-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-25:hover, :where(.uc-dark) .dark\:text-secondary-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-50, :where(.uc-dark) .dark\:text-secondary-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-50:hover, :where(.uc-dark) .dark\:text-secondary-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-100, :where(.uc-dark) .dark\:text-secondary-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-100:hover, :where(.uc-dark) .dark\:text-secondary-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-200, :where(.uc-dark) .dark\:text-secondary-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-200:hover, :where(.uc-dark) .dark\:text-secondary-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-300, :where(.uc-dark) .dark\:text-secondary-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-300:hover, :where(.uc-dark) .dark\:text-secondary-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-400, :where(.uc-dark) .dark\:text-secondary-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-400:hover, :where(.uc-dark) .dark\:text-secondary-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-500, :where(.uc-dark) .dark\:text-secondary-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-500:hover, :where(.uc-dark) .dark\:text-secondary-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-600, :where(.uc-dark) .dark\:text-secondary-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-600:hover, :where(.uc-dark) .dark\:text-secondary-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-700, :where(.uc-dark) .dark\:text-secondary-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-700:hover, :where(.uc-dark) .dark\:text-secondary-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-800, :where(.uc-dark) .dark\:text-secondary-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-800:hover, :where(.uc-dark) .dark\:text-secondary-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-secondary-900, :where(.uc-dark) .dark\:text-secondary-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-secondary-900:hover, :where(.uc-dark) .dark\:text-secondary-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-secondary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-10, :where(.uc-dark) .dark\:text-info-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-10:hover, :where(.uc-dark) .dark\:text-info-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-25, :where(.uc-dark) .dark\:text-info-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-25:hover, :where(.uc-dark) .dark\:text-info-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-50, :where(.uc-dark) .dark\:text-info-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-50:hover, :where(.uc-dark) .dark\:text-info-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-100, :where(.uc-dark) .dark\:text-info-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-100:hover, :where(.uc-dark) .dark\:text-info-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-200, :where(.uc-dark) .dark\:text-info-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-200:hover, :where(.uc-dark) .dark\:text-info-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-300, :where(.uc-dark) .dark\:text-info-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-300:hover, :where(.uc-dark) .dark\:text-info-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-400, :where(.uc-dark) .dark\:text-info-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-400:hover, :where(.uc-dark) .dark\:text-info-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-500, :where(.uc-dark) .dark\:text-info-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-500:hover, :where(.uc-dark) .dark\:text-info-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-600, :where(.uc-dark) .dark\:text-info-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-600:hover, :where(.uc-dark) .dark\:text-info-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-700, :where(.uc-dark) .dark\:text-info-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-700:hover, :where(.uc-dark) .dark\:text-info-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-800, :where(.uc-dark) .dark\:text-info-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-800:hover, :where(.uc-dark) .dark\:text-info-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-info-900, :where(.uc-dark) .dark\:text-info-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-info-900:hover, :where(.uc-dark) .dark\:text-info-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-info-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-10, :where(.uc-dark) .dark\:text-success-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-10:hover, :where(.uc-dark) .dark\:text-success-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-25, :where(.uc-dark) .dark\:text-success-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-25:hover, :where(.uc-dark) .dark\:text-success-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-50, :where(.uc-dark) .dark\:text-success-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-50:hover, :where(.uc-dark) .dark\:text-success-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-100, :where(.uc-dark) .dark\:text-success-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-100:hover, :where(.uc-dark) .dark\:text-success-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-200, :where(.uc-dark) .dark\:text-success-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-200:hover, :where(.uc-dark) .dark\:text-success-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-300, :where(.uc-dark) .dark\:text-success-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-300:hover, :where(.uc-dark) .dark\:text-success-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-400, :where(.uc-dark) .dark\:text-success-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-400:hover, :where(.uc-dark) .dark\:text-success-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-500, :where(.uc-dark) .dark\:text-success-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-500:hover, :where(.uc-dark) .dark\:text-success-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-600, :where(.uc-dark) .dark\:text-success-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-600:hover, :where(.uc-dark) .dark\:text-success-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-700, :where(.uc-dark) .dark\:text-success-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-700:hover, :where(.uc-dark) .dark\:text-success-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-800, :where(.uc-dark) .dark\:text-success-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-800:hover, :where(.uc-dark) .dark\:text-success-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-success-900, :where(.uc-dark) .dark\:text-success-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-success-900:hover, :where(.uc-dark) .dark\:text-success-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-success-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-10, :where(.uc-dark) .dark\:text-warning-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-10:hover, :where(.uc-dark) .dark\:text-warning-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-25, :where(.uc-dark) .dark\:text-warning-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-25:hover, :where(.uc-dark) .dark\:text-warning-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-50, :where(.uc-dark) .dark\:text-warning-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-50:hover, :where(.uc-dark) .dark\:text-warning-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-100, :where(.uc-dark) .dark\:text-warning-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-100:hover, :where(.uc-dark) .dark\:text-warning-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-200, :where(.uc-dark) .dark\:text-warning-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-200:hover, :where(.uc-dark) .dark\:text-warning-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-300, :where(.uc-dark) .dark\:text-warning-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-300:hover, :where(.uc-dark) .dark\:text-warning-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-400, :where(.uc-dark) .dark\:text-warning-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-400:hover, :where(.uc-dark) .dark\:text-warning-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-500, :where(.uc-dark) .dark\:text-warning-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-500:hover, :where(.uc-dark) .dark\:text-warning-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-600, :where(.uc-dark) .dark\:text-warning-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-600:hover, :where(.uc-dark) .dark\:text-warning-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-700, :where(.uc-dark) .dark\:text-warning-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-700:hover, :where(.uc-dark) .dark\:text-warning-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-800, :where(.uc-dark) .dark\:text-warning-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-800:hover, :where(.uc-dark) .dark\:text-warning-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-warning-900, :where(.uc-dark) .dark\:text-warning-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-warning-900:hover, :where(.uc-dark) .dark\:text-warning-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-warning-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-10, :where(.uc-dark) .dark\:text-danger-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-10:hover, :where(.uc-dark) .dark\:text-danger-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-25, :where(.uc-dark) .dark\:text-danger-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-25:hover, :where(.uc-dark) .dark\:text-danger-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-50, :where(.uc-dark) .dark\:text-danger-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-50:hover, :where(.uc-dark) .dark\:text-danger-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-100, :where(.uc-dark) .dark\:text-danger-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-100:hover, :where(.uc-dark) .dark\:text-danger-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-200, :where(.uc-dark) .dark\:text-danger-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-200:hover, :where(.uc-dark) .dark\:text-danger-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-300, :where(.uc-dark) .dark\:text-danger-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-300:hover, :where(.uc-dark) .dark\:text-danger-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-400, :where(.uc-dark) .dark\:text-danger-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-400:hover, :where(.uc-dark) .dark\:text-danger-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-500, :where(.uc-dark) .dark\:text-danger-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-500:hover, :where(.uc-dark) .dark\:text-danger-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-600, :where(.uc-dark) .dark\:text-danger-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-600:hover, :where(.uc-dark) .dark\:text-danger-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-700, :where(.uc-dark) .dark\:text-danger-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-700:hover, :where(.uc-dark) .dark\:text-danger-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-800, :where(.uc-dark) .dark\:text-danger-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-800:hover, :where(.uc-dark) .dark\:text-danger-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-danger-900, :where(.uc-dark) .dark\:text-danger-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-danger-900:hover, :where(.uc-dark) .dark\:text-danger-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-danger-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue, :where(.uc-dark) .dark\:text-blue-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue:hover, :where(.uc-dark) .dark\:text-blue-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-10, :where(.uc-dark) .dark\:text-blue-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-10:hover, :where(.uc-dark) .dark\:text-blue-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-25, :where(.uc-dark) .dark\:text-blue-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-25:hover, :where(.uc-dark) .dark\:text-blue-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-50, :where(.uc-dark) .dark\:text-blue-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-50:hover, :where(.uc-dark) .dark\:text-blue-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-100, :where(.uc-dark) .dark\:text-blue-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-100:hover, :where(.uc-dark) .dark\:text-blue-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-200, :where(.uc-dark) .dark\:text-blue-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-200:hover, :where(.uc-dark) .dark\:text-blue-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-300, :where(.uc-dark) .dark\:text-blue-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-300:hover, :where(.uc-dark) .dark\:text-blue-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-400, :where(.uc-dark) .dark\:text-blue-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-400:hover, :where(.uc-dark) .dark\:text-blue-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-500, :where(.uc-dark) .dark\:text-blue-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-500:hover, :where(.uc-dark) .dark\:text-blue-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-600, :where(.uc-dark) .dark\:text-blue-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-600:hover, :where(.uc-dark) .dark\:text-blue-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-700, :where(.uc-dark) .dark\:text-blue-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-700:hover, :where(.uc-dark) .dark\:text-blue-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-800, :where(.uc-dark) .dark\:text-blue-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-800:hover, :where(.uc-dark) .dark\:text-blue-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-blue-900, :where(.uc-dark) .dark\:text-blue-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-blue-900:hover, :where(.uc-dark) .dark\:text-blue-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-blue-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo, :where(.uc-dark) .dark\:text-indigo-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo:hover, :where(.uc-dark) .dark\:text-indigo-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-10, :where(.uc-dark) .dark\:text-indigo-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-10:hover, :where(.uc-dark) .dark\:text-indigo-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-25, :where(.uc-dark) .dark\:text-indigo-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-25:hover, :where(.uc-dark) .dark\:text-indigo-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-50, :where(.uc-dark) .dark\:text-indigo-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-50:hover, :where(.uc-dark) .dark\:text-indigo-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-100, :where(.uc-dark) .dark\:text-indigo-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-100:hover, :where(.uc-dark) .dark\:text-indigo-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-200, :where(.uc-dark) .dark\:text-indigo-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-200:hover, :where(.uc-dark) .dark\:text-indigo-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-300, :where(.uc-dark) .dark\:text-indigo-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-300:hover, :where(.uc-dark) .dark\:text-indigo-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-400, :where(.uc-dark) .dark\:text-indigo-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-400:hover, :where(.uc-dark) .dark\:text-indigo-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-500, :where(.uc-dark) .dark\:text-indigo-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-500:hover, :where(.uc-dark) .dark\:text-indigo-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-600, :where(.uc-dark) .dark\:text-indigo-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-600:hover, :where(.uc-dark) .dark\:text-indigo-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-700, :where(.uc-dark) .dark\:text-indigo-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-700:hover, :where(.uc-dark) .dark\:text-indigo-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-800, :where(.uc-dark) .dark\:text-indigo-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-800:hover, :where(.uc-dark) .dark\:text-indigo-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-indigo-900, :where(.uc-dark) .dark\:text-indigo-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-indigo-900:hover, :where(.uc-dark) .dark\:text-indigo-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-indigo-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple, :where(.uc-dark) .dark\:text-purple-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple:hover, :where(.uc-dark) .dark\:text-purple-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-10, :where(.uc-dark) .dark\:text-purple-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-10:hover, :where(.uc-dark) .dark\:text-purple-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-25, :where(.uc-dark) .dark\:text-purple-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-25:hover, :where(.uc-dark) .dark\:text-purple-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-50, :where(.uc-dark) .dark\:text-purple-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-50:hover, :where(.uc-dark) .dark\:text-purple-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-100, :where(.uc-dark) .dark\:text-purple-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-100:hover, :where(.uc-dark) .dark\:text-purple-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-200, :where(.uc-dark) .dark\:text-purple-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-200:hover, :where(.uc-dark) .dark\:text-purple-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-300, :where(.uc-dark) .dark\:text-purple-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-300:hover, :where(.uc-dark) .dark\:text-purple-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-400, :where(.uc-dark) .dark\:text-purple-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-400:hover, :where(.uc-dark) .dark\:text-purple-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-500, :where(.uc-dark) .dark\:text-purple-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-500:hover, :where(.uc-dark) .dark\:text-purple-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-600, :where(.uc-dark) .dark\:text-purple-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-600:hover, :where(.uc-dark) .dark\:text-purple-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-700, :where(.uc-dark) .dark\:text-purple-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-700:hover, :where(.uc-dark) .dark\:text-purple-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-800, :where(.uc-dark) .dark\:text-purple-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-800:hover, :where(.uc-dark) .dark\:text-purple-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-purple-900, :where(.uc-dark) .dark\:text-purple-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-purple-900:hover, :where(.uc-dark) .dark\:text-purple-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-purple-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red, :where(.uc-dark) .dark\:text-red-hover:hover, :where(.uc-dark) .dark\:hover\:text-red:hover, :where(.uc-dark) .dark\:text-red-focus:focus, :where(.uc-dark) .dark\:focus\:text-red:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-10, :where(.uc-dark) .dark\:text-red-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-10:hover, :where(.uc-dark) .dark\:text-red-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-25, :where(.uc-dark) .dark\:text-red-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-25:hover, :where(.uc-dark) .dark\:text-red-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-50, :where(.uc-dark) .dark\:text-red-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-50:hover, :where(.uc-dark) .dark\:text-red-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-100, :where(.uc-dark) .dark\:text-red-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-100:hover, :where(.uc-dark) .dark\:text-red-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-200, :where(.uc-dark) .dark\:text-red-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-200:hover, :where(.uc-dark) .dark\:text-red-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-300, :where(.uc-dark) .dark\:text-red-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-300:hover, :where(.uc-dark) .dark\:text-red-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-400, :where(.uc-dark) .dark\:text-red-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-400:hover, :where(.uc-dark) .dark\:text-red-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-500, :where(.uc-dark) .dark\:text-red-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-500:hover, :where(.uc-dark) .dark\:text-red-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-600, :where(.uc-dark) .dark\:text-red-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-600:hover, :where(.uc-dark) .dark\:text-red-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-700, :where(.uc-dark) .dark\:text-red-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-700:hover, :where(.uc-dark) .dark\:text-red-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-800, :where(.uc-dark) .dark\:text-red-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-800:hover, :where(.uc-dark) .dark\:text-red-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-red-900, :where(.uc-dark) .dark\:text-red-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-red-900:hover, :where(.uc-dark) .dark\:text-red-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-red-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose, :where(.uc-dark) .dark\:text-rose-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose:hover, :where(.uc-dark) .dark\:text-rose-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-10, :where(.uc-dark) .dark\:text-rose-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-10:hover, :where(.uc-dark) .dark\:text-rose-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-25, :where(.uc-dark) .dark\:text-rose-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-25:hover, :where(.uc-dark) .dark\:text-rose-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-50, :where(.uc-dark) .dark\:text-rose-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-50:hover, :where(.uc-dark) .dark\:text-rose-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-100, :where(.uc-dark) .dark\:text-rose-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-100:hover, :where(.uc-dark) .dark\:text-rose-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-200, :where(.uc-dark) .dark\:text-rose-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-200:hover, :where(.uc-dark) .dark\:text-rose-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-300, :where(.uc-dark) .dark\:text-rose-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-300:hover, :where(.uc-dark) .dark\:text-rose-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-400, :where(.uc-dark) .dark\:text-rose-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-400:hover, :where(.uc-dark) .dark\:text-rose-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-500, :where(.uc-dark) .dark\:text-rose-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-500:hover, :where(.uc-dark) .dark\:text-rose-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-600, :where(.uc-dark) .dark\:text-rose-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-600:hover, :where(.uc-dark) .dark\:text-rose-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-700, :where(.uc-dark) .dark\:text-rose-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-700:hover, :where(.uc-dark) .dark\:text-rose-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-800, :where(.uc-dark) .dark\:text-rose-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-800:hover, :where(.uc-dark) .dark\:text-rose-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-rose-900, :where(.uc-dark) .dark\:text-rose-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-rose-900:hover, :where(.uc-dark) .dark\:text-rose-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-rose-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rose-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink, :where(.uc-dark) .dark\:text-pink-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink:hover, :where(.uc-dark) .dark\:text-pink-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-10, :where(.uc-dark) .dark\:text-pink-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-10:hover, :where(.uc-dark) .dark\:text-pink-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-25, :where(.uc-dark) .dark\:text-pink-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-25:hover, :where(.uc-dark) .dark\:text-pink-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-50, :where(.uc-dark) .dark\:text-pink-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-50:hover, :where(.uc-dark) .dark\:text-pink-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-100, :where(.uc-dark) .dark\:text-pink-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-100:hover, :where(.uc-dark) .dark\:text-pink-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-200, :where(.uc-dark) .dark\:text-pink-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-200:hover, :where(.uc-dark) .dark\:text-pink-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-300, :where(.uc-dark) .dark\:text-pink-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-300:hover, :where(.uc-dark) .dark\:text-pink-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-400, :where(.uc-dark) .dark\:text-pink-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-400:hover, :where(.uc-dark) .dark\:text-pink-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-500, :where(.uc-dark) .dark\:text-pink-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-500:hover, :where(.uc-dark) .dark\:text-pink-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-600, :where(.uc-dark) .dark\:text-pink-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-600:hover, :where(.uc-dark) .dark\:text-pink-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-700, :where(.uc-dark) .dark\:text-pink-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-700:hover, :where(.uc-dark) .dark\:text-pink-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-800, :where(.uc-dark) .dark\:text-pink-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-800:hover, :where(.uc-dark) .dark\:text-pink-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-pink-900, :where(.uc-dark) .dark\:text-pink-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-pink-900:hover, :where(.uc-dark) .dark\:text-pink-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-pink-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange, :where(.uc-dark) .dark\:text-orange-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange:hover, :where(.uc-dark) .dark\:text-orange-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-10, :where(.uc-dark) .dark\:text-orange-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-10:hover, :where(.uc-dark) .dark\:text-orange-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-25, :where(.uc-dark) .dark\:text-orange-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-25:hover, :where(.uc-dark) .dark\:text-orange-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-50, :where(.uc-dark) .dark\:text-orange-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-50:hover, :where(.uc-dark) .dark\:text-orange-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-100, :where(.uc-dark) .dark\:text-orange-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-100:hover, :where(.uc-dark) .dark\:text-orange-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-200, :where(.uc-dark) .dark\:text-orange-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-200:hover, :where(.uc-dark) .dark\:text-orange-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-300, :where(.uc-dark) .dark\:text-orange-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-300:hover, :where(.uc-dark) .dark\:text-orange-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-400, :where(.uc-dark) .dark\:text-orange-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-400:hover, :where(.uc-dark) .dark\:text-orange-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-500, :where(.uc-dark) .dark\:text-orange-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-500:hover, :where(.uc-dark) .dark\:text-orange-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-600, :where(.uc-dark) .dark\:text-orange-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-600:hover, :where(.uc-dark) .dark\:text-orange-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-700, :where(.uc-dark) .dark\:text-orange-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-700:hover, :where(.uc-dark) .dark\:text-orange-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-800, :where(.uc-dark) .dark\:text-orange-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-800:hover, :where(.uc-dark) .dark\:text-orange-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-orange-900, :where(.uc-dark) .dark\:text-orange-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-orange-900:hover, :where(.uc-dark) .dark\:text-orange-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-orange-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow, :where(.uc-dark) .dark\:text-yellow-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow:hover, :where(.uc-dark) .dark\:text-yellow-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-10, :where(.uc-dark) .dark\:text-yellow-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-10:hover, :where(.uc-dark) .dark\:text-yellow-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-25, :where(.uc-dark) .dark\:text-yellow-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-25:hover, :where(.uc-dark) .dark\:text-yellow-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-50, :where(.uc-dark) .dark\:text-yellow-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-50:hover, :where(.uc-dark) .dark\:text-yellow-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-100, :where(.uc-dark) .dark\:text-yellow-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-100:hover, :where(.uc-dark) .dark\:text-yellow-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-200, :where(.uc-dark) .dark\:text-yellow-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-200:hover, :where(.uc-dark) .dark\:text-yellow-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-300, :where(.uc-dark) .dark\:text-yellow-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-300:hover, :where(.uc-dark) .dark\:text-yellow-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-400, :where(.uc-dark) .dark\:text-yellow-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-400:hover, :where(.uc-dark) .dark\:text-yellow-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-500, :where(.uc-dark) .dark\:text-yellow-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-500:hover, :where(.uc-dark) .dark\:text-yellow-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-600, :where(.uc-dark) .dark\:text-yellow-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-600:hover, :where(.uc-dark) .dark\:text-yellow-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-700, :where(.uc-dark) .dark\:text-yellow-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-700:hover, :where(.uc-dark) .dark\:text-yellow-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-800, :where(.uc-dark) .dark\:text-yellow-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-800:hover, :where(.uc-dark) .dark\:text-yellow-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-900, :where(.uc-dark) .dark\:text-yellow-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-yellow-900:hover, :where(.uc-dark) .dark\:text-yellow-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-yellow-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green, :where(.uc-dark) .dark\:text-green-hover:hover, :where(.uc-dark) .dark\:hover\:text-green:hover, :where(.uc-dark) .dark\:text-green-focus:focus, :where(.uc-dark) .dark\:focus\:text-green:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-10, :where(.uc-dark) .dark\:text-green-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-10:hover, :where(.uc-dark) .dark\:text-green-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-25, :where(.uc-dark) .dark\:text-green-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-25:hover, :where(.uc-dark) .dark\:text-green-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-50, :where(.uc-dark) .dark\:text-green-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-50:hover, :where(.uc-dark) .dark\:text-green-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-100, :where(.uc-dark) .dark\:text-green-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-100:hover, :where(.uc-dark) .dark\:text-green-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-200, :where(.uc-dark) .dark\:text-green-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-200:hover, :where(.uc-dark) .dark\:text-green-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-300, :where(.uc-dark) .dark\:text-green-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-300:hover, :where(.uc-dark) .dark\:text-green-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-400, :where(.uc-dark) .dark\:text-green-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-400:hover, :where(.uc-dark) .dark\:text-green-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-500, :where(.uc-dark) .dark\:text-green-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-500:hover, :where(.uc-dark) .dark\:text-green-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-600, :where(.uc-dark) .dark\:text-green-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-600:hover, :where(.uc-dark) .dark\:text-green-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-700, :where(.uc-dark) .dark\:text-green-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-700:hover, :where(.uc-dark) .dark\:text-green-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-800, :where(.uc-dark) .dark\:text-green-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-800:hover, :where(.uc-dark) .dark\:text-green-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-green-900, :where(.uc-dark) .dark\:text-green-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-green-900:hover, :where(.uc-dark) .dark\:text-green-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-green-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime, :where(.uc-dark) .dark\:text-lime-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime:hover, :where(.uc-dark) .dark\:text-lime-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-10, :where(.uc-dark) .dark\:text-lime-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-10:hover, :where(.uc-dark) .dark\:text-lime-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-25, :where(.uc-dark) .dark\:text-lime-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-25:hover, :where(.uc-dark) .dark\:text-lime-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-50, :where(.uc-dark) .dark\:text-lime-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-50:hover, :where(.uc-dark) .dark\:text-lime-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-100, :where(.uc-dark) .dark\:text-lime-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-100:hover, :where(.uc-dark) .dark\:text-lime-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-200, :where(.uc-dark) .dark\:text-lime-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-200:hover, :where(.uc-dark) .dark\:text-lime-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-300, :where(.uc-dark) .dark\:text-lime-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-300:hover, :where(.uc-dark) .dark\:text-lime-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-400, :where(.uc-dark) .dark\:text-lime-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-400:hover, :where(.uc-dark) .dark\:text-lime-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-500, :where(.uc-dark) .dark\:text-lime-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-500:hover, :where(.uc-dark) .dark\:text-lime-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-600, :where(.uc-dark) .dark\:text-lime-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-600:hover, :where(.uc-dark) .dark\:text-lime-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-700, :where(.uc-dark) .dark\:text-lime-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-700:hover, :where(.uc-dark) .dark\:text-lime-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-800, :where(.uc-dark) .dark\:text-lime-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-800:hover, :where(.uc-dark) .dark\:text-lime-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-lime-900, :where(.uc-dark) .dark\:text-lime-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-lime-900:hover, :where(.uc-dark) .dark\:text-lime-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-lime-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal, :where(.uc-dark) .dark\:text-teal-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal:hover, :where(.uc-dark) .dark\:text-teal-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-10, :where(.uc-dark) .dark\:text-teal-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-10:hover, :where(.uc-dark) .dark\:text-teal-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-25, :where(.uc-dark) .dark\:text-teal-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-25:hover, :where(.uc-dark) .dark\:text-teal-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-50, :where(.uc-dark) .dark\:text-teal-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-50:hover, :where(.uc-dark) .dark\:text-teal-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-100, :where(.uc-dark) .dark\:text-teal-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-100:hover, :where(.uc-dark) .dark\:text-teal-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-200, :where(.uc-dark) .dark\:text-teal-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-200:hover, :where(.uc-dark) .dark\:text-teal-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-300, :where(.uc-dark) .dark\:text-teal-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-300:hover, :where(.uc-dark) .dark\:text-teal-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-400, :where(.uc-dark) .dark\:text-teal-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-400:hover, :where(.uc-dark) .dark\:text-teal-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-500, :where(.uc-dark) .dark\:text-teal-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-500:hover, :where(.uc-dark) .dark\:text-teal-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-600, :where(.uc-dark) .dark\:text-teal-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-600:hover, :where(.uc-dark) .dark\:text-teal-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-700, :where(.uc-dark) .dark\:text-teal-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-700:hover, :where(.uc-dark) .dark\:text-teal-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-800, :where(.uc-dark) .dark\:text-teal-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-800:hover, :where(.uc-dark) .dark\:text-teal-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-teal-900, :where(.uc-dark) .dark\:text-teal-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-teal-900:hover, :where(.uc-dark) .dark\:text-teal-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-teal-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan, :where(.uc-dark) .dark\:text-cyan-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan:hover, :where(.uc-dark) .dark\:text-cyan-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-10, :where(.uc-dark) .dark\:text-cyan-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-10:hover, :where(.uc-dark) .dark\:text-cyan-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-25, :where(.uc-dark) .dark\:text-cyan-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-25:hover, :where(.uc-dark) .dark\:text-cyan-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-50, :where(.uc-dark) .dark\:text-cyan-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-50:hover, :where(.uc-dark) .dark\:text-cyan-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-100, :where(.uc-dark) .dark\:text-cyan-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-100:hover, :where(.uc-dark) .dark\:text-cyan-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-200, :where(.uc-dark) .dark\:text-cyan-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-200:hover, :where(.uc-dark) .dark\:text-cyan-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-300, :where(.uc-dark) .dark\:text-cyan-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-300:hover, :where(.uc-dark) .dark\:text-cyan-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-400, :where(.uc-dark) .dark\:text-cyan-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-400:hover, :where(.uc-dark) .dark\:text-cyan-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-500, :where(.uc-dark) .dark\:text-cyan-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-500:hover, :where(.uc-dark) .dark\:text-cyan-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-600, :where(.uc-dark) .dark\:text-cyan-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-600:hover, :where(.uc-dark) .dark\:text-cyan-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-700, :where(.uc-dark) .dark\:text-cyan-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-700:hover, :where(.uc-dark) .dark\:text-cyan-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-800, :where(.uc-dark) .dark\:text-cyan-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-800:hover, :where(.uc-dark) .dark\:text-cyan-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-cyan-900, :where(.uc-dark) .dark\:text-cyan-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-cyan-900:hover, :where(.uc-dark) .dark\:text-cyan-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-cyan-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary, :where(.uc-dark) .dark\:text-tertiary-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary:hover, :where(.uc-dark) .dark\:text-tertiary-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-10, :where(.uc-dark) .dark\:text-tertiary-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-10:hover, :where(.uc-dark) .dark\:text-tertiary-10-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-10:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-10-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-25, :where(.uc-dark) .dark\:text-tertiary-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-25:hover, :where(.uc-dark) .dark\:text-tertiary-25-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-25:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-25-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-50, :where(.uc-dark) .dark\:text-tertiary-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-50:hover, :where(.uc-dark) .dark\:text-tertiary-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-50:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-50-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-100, :where(.uc-dark) .dark\:text-tertiary-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-100:hover, :where(.uc-dark) .dark\:text-tertiary-100-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-100:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-200, :where(.uc-dark) .dark\:text-tertiary-200-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-200:hover, :where(.uc-dark) .dark\:text-tertiary-200-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-300, :where(.uc-dark) .dark\:text-tertiary-300-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-300:hover, :where(.uc-dark) .dark\:text-tertiary-300-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-400, :where(.uc-dark) .dark\:text-tertiary-400-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-400:hover, :where(.uc-dark) .dark\:text-tertiary-400-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-500, :where(.uc-dark) .dark\:text-tertiary-500-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-500:hover, :where(.uc-dark) .dark\:text-tertiary-500-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-500-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-600, :where(.uc-dark) .dark\:text-tertiary-600-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-600:hover, :where(.uc-dark) .dark\:text-tertiary-600-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-600:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-600-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-700, :where(.uc-dark) .dark\:text-tertiary-700-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-700:hover, :where(.uc-dark) .dark\:text-tertiary-700-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-800, :where(.uc-dark) .dark\:text-tertiary-800-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-800:hover, :where(.uc-dark) .dark\:text-tertiary-800-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-800-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-tertiary-900, :where(.uc-dark) .dark\:text-tertiary-900-hover:hover, :where(.uc-dark) .dark\:hover\:text-tertiary-900:hover, :where(.uc-dark) .dark\:text-tertiary-900-focus:focus, :where(.uc-dark) .dark\:focus\:text-tertiary-900:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-black, :where(.uc-dark) .dark\:text-black-hover:hover, :where(.uc-dark) .dark\:hover\:text-black:hover, :where(.uc-dark) .dark\:text-black-focus:focus, :where(.uc-dark) .dark\:focus\:text-black:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-white, :where(.uc-dark) .dark\:text-white-hover:hover, :where(.uc-dark) .dark\:hover\:text-white:hover, :where(.uc-dark) .dark\:text-white-focus:focus, :where(.uc-dark) .dark\:focus\:text-white:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-body, :where(.uc-dark) .dark\:text-body-hover:hover, :where(.uc-dark) .dark\:hover\:text-body:hover, :where(.uc-dark) .dark\:text-body-focus:focus, :where(.uc-dark) .dark\:focus\:text-body:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-muted, :where(.uc-dark) .dark\:text-muted-hover:hover, :where(.uc-dark) .dark\:hover\:text-muted:hover, :where(.uc-dark) .dark\:text-muted-focus:focus, :where(.uc-dark) .dark\:focus\:text-muted:focus {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

:where(.uc-dark) .dark\:text-black-50, :where(.uc-dark) .dark\:text-black-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-black-50:hover, :where(.uc-dark) .dark\:text-black-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-black-50:focus {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

:where(.uc-dark) .dark\:text-white-50, :where(.uc-dark) .dark\:text-white-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-white-50:hover, :where(.uc-dark) .dark\:text-white-50-focus:focus, :where(.uc-dark) .dark\:focus\:text-white-50:focus {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

:where(.uc-dark) .dark\:text-body-secondary, :where(.uc-dark) .dark\:text-body-secondary-hover:hover, :where(.uc-dark) .dark\:hover\:text-body-secondary:hover, :where(.uc-dark) .dark\:text-body-secondary-focus:focus, :where(.uc-dark) .dark\:focus\:text-body-secondary:focus {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

:where(.uc-dark) .dark\:text-body-tertiary, :where(.uc-dark) .dark\:text-body-tertiary-hover:hover, :where(.uc-dark) .dark\:hover\:text-body-tertiary:hover, :where(.uc-dark) .dark\:text-body-tertiary-focus:focus, :where(.uc-dark) .dark\:focus\:text-body-tertiary:focus {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

:where(.uc-dark) .dark\:text-body-emphasis, :where(.uc-dark) .dark\:text-body-emphasis-hover:hover, :where(.uc-dark) .dark\:hover\:text-body-emphasis:hover, :where(.uc-dark) .dark\:text-body-emphasis-focus:focus, :where(.uc-dark) .dark\:focus\:text-body-emphasis:focus {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

:where(.uc-dark) .dark\:text-reset, :where(.uc-dark) .dark\:text-reset-hover:hover, :where(.uc-dark) .dark\:hover\:text-reset:hover, :where(.uc-dark) .dark\:text-reset-focus:focus, :where(.uc-dark) .dark\:focus\:text-reset:focus {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-0, .text-opacity-0-hover:hover, .hover\:text-opacity-0:hover {
  --bs-text-opacity: 0;
}

.text-opacity-5, .text-opacity-5-hover:hover, .hover\:text-opacity-5:hover {
  --bs-text-opacity: 0.05;
}

.text-opacity-10, .text-opacity-10-hover:hover, .hover\:text-opacity-10:hover {
  --bs-text-opacity: 0.1;
}

.text-opacity-15, .text-opacity-15-hover:hover, .hover\:text-opacity-15:hover {
  --bs-text-opacity: 0.15;
}

.text-opacity-20, .text-opacity-20-hover:hover, .hover\:text-opacity-20:hover {
  --bs-text-opacity: 0.2;
}

.text-opacity-25, .text-opacity-25-hover:hover, .hover\:text-opacity-25:hover {
  --bs-text-opacity: 0.25;
}

.text-opacity-30, .text-opacity-30-hover:hover, .hover\:text-opacity-30:hover {
  --bs-text-opacity: 0.3;
}

.text-opacity-35, .text-opacity-35-hover:hover, .hover\:text-opacity-35:hover {
  --bs-text-opacity: 0.35;
}

.text-opacity-40, .text-opacity-40-hover:hover, .hover\:text-opacity-40:hover {
  --bs-text-opacity: 0.4;
}

.text-opacity-45, .text-opacity-45-hover:hover, .hover\:text-opacity-45:hover {
  --bs-text-opacity: 0.45;
}

.text-opacity-50, .text-opacity-50-hover:hover, .hover\:text-opacity-50:hover {
  --bs-text-opacity: 0.5;
}

.text-opacity-55, .text-opacity-55-hover:hover, .hover\:text-opacity-55:hover {
  --bs-text-opacity: 0.55;
}

.text-opacity-60, .text-opacity-60-hover:hover, .hover\:text-opacity-60:hover {
  --bs-text-opacity: 0.6;
}

.text-opacity-65, .text-opacity-65-hover:hover, .hover\:text-opacity-65:hover {
  --bs-text-opacity: 0.65;
}

.text-opacity-70, .text-opacity-70-hover:hover, .hover\:text-opacity-70:hover {
  --bs-text-opacity: 0.7;
}

.text-opacity-75, .text-opacity-75-hover:hover, .hover\:text-opacity-75:hover {
  --bs-text-opacity: 0.75;
}

.text-opacity-80, .text-opacity-80-hover:hover, .hover\:text-opacity-80:hover {
  --bs-text-opacity: 0.8;
}

.text-opacity-85, .text-opacity-85-hover:hover, .hover\:text-opacity-85:hover {
  --bs-text-opacity: 0.85;
}

.text-opacity-90, .text-opacity-90-hover:hover, .hover\:text-opacity-90:hover {
  --bs-text-opacity: 0.9;
}

.text-opacity-95, .text-opacity-95-hover:hover, .hover\:text-opacity-95:hover {
  --bs-text-opacity: 0.95;
}

.text-opacity-100, .text-opacity-100-hover:hover, .hover\:text-opacity-100:hover {
  --bs-text-opacity: 1;
}

:where(.uc-dark) .dark\:text-opacity-0, :where(.uc-dark) .dark\:text-opacity-0-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-0:hover {
  --bs-text-opacity: 0;
}

:where(.uc-dark) .dark\:text-opacity-5, :where(.uc-dark) .dark\:text-opacity-5-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-5:hover {
  --bs-text-opacity: 0.05;
}

:where(.uc-dark) .dark\:text-opacity-10, :where(.uc-dark) .dark\:text-opacity-10-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-10:hover {
  --bs-text-opacity: 0.1;
}

:where(.uc-dark) .dark\:text-opacity-15, :where(.uc-dark) .dark\:text-opacity-15-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-15:hover {
  --bs-text-opacity: 0.15;
}

:where(.uc-dark) .dark\:text-opacity-20, :where(.uc-dark) .dark\:text-opacity-20-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-20:hover {
  --bs-text-opacity: 0.2;
}

:where(.uc-dark) .dark\:text-opacity-25, :where(.uc-dark) .dark\:text-opacity-25-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-25:hover {
  --bs-text-opacity: 0.25;
}

:where(.uc-dark) .dark\:text-opacity-30, :where(.uc-dark) .dark\:text-opacity-30-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-30:hover {
  --bs-text-opacity: 0.3;
}

:where(.uc-dark) .dark\:text-opacity-35, :where(.uc-dark) .dark\:text-opacity-35-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-35:hover {
  --bs-text-opacity: 0.35;
}

:where(.uc-dark) .dark\:text-opacity-40, :where(.uc-dark) .dark\:text-opacity-40-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-40:hover {
  --bs-text-opacity: 0.4;
}

:where(.uc-dark) .dark\:text-opacity-45, :where(.uc-dark) .dark\:text-opacity-45-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-45:hover {
  --bs-text-opacity: 0.45;
}

:where(.uc-dark) .dark\:text-opacity-50, :where(.uc-dark) .dark\:text-opacity-50-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-50:hover {
  --bs-text-opacity: 0.5;
}

:where(.uc-dark) .dark\:text-opacity-55, :where(.uc-dark) .dark\:text-opacity-55-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-55:hover {
  --bs-text-opacity: 0.55;
}

:where(.uc-dark) .dark\:text-opacity-60, :where(.uc-dark) .dark\:text-opacity-60-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-60:hover {
  --bs-text-opacity: 0.6;
}

:where(.uc-dark) .dark\:text-opacity-65, :where(.uc-dark) .dark\:text-opacity-65-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-65:hover {
  --bs-text-opacity: 0.65;
}

:where(.uc-dark) .dark\:text-opacity-70, :where(.uc-dark) .dark\:text-opacity-70-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-70:hover {
  --bs-text-opacity: 0.7;
}

:where(.uc-dark) .dark\:text-opacity-75, :where(.uc-dark) .dark\:text-opacity-75-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-75:hover {
  --bs-text-opacity: 0.75;
}

:where(.uc-dark) .dark\:text-opacity-80, :where(.uc-dark) .dark\:text-opacity-80-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-80:hover {
  --bs-text-opacity: 0.8;
}

:where(.uc-dark) .dark\:text-opacity-85, :where(.uc-dark) .dark\:text-opacity-85-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-85:hover {
  --bs-text-opacity: 0.85;
}

:where(.uc-dark) .dark\:text-opacity-90, :where(.uc-dark) .dark\:text-opacity-90-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-90:hover {
  --bs-text-opacity: 0.9;
}

:where(.uc-dark) .dark\:text-opacity-95, :where(.uc-dark) .dark\:text-opacity-95-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-95:hover {
  --bs-text-opacity: 0.95;
}

:where(.uc-dark) .dark\:text-opacity-100, :where(.uc-dark) .dark\:text-opacity-100-hover:hover, :where(.uc-dark) .dark\:hover\:text-opacity-100:hover {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover, .hover\:link-opacity-10:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25, .link-opacity-25-hover:hover, .hover\:link-opacity-25:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50, .link-opacity-50-hover:hover, .hover\:link-opacity-50:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75, .link-opacity-75-hover:hover, .hover\:link-opacity-75:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100, .link-opacity-100-hover:hover, .hover\:link-opacity-100:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover, .hover\:link-offset-1:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2, .link-offset-2-hover:hover, .hover\:link-offset-2:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3, .link-offset-3-hover:hover, .hover\:link-offset-3:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-slate-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-slate-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-rose-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-rose-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lime-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lime-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-10 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-25 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover, .hover\:link-underline-opacity-0:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover, .hover\:link-underline-opacity-10:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover, .hover\:link-underline-opacity-25:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover, .hover\:link-underline-opacity-50:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover, .hover\:link-underline-opacity-75:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover, .hover\:link-underline-opacity-100:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary, .bg-primary-hover:hover, .hover\:bg-primary:hover, .bg-primary-focus:focus, .focus\:bg-primary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary, .bg-secondary-hover:hover, .hover\:bg-secondary:hover, .bg-secondary-focus:focus, .focus\:bg-secondary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success, .bg-success-hover:hover, .hover\:bg-success:hover, .bg-success-focus:focus, .focus\:bg-success:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info, .bg-info-hover:hover, .hover\:bg-info:hover, .bg-info-focus:focus, .focus\:bg-info:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning, .bg-warning-hover:hover, .hover\:bg-warning:hover, .bg-warning-focus:focus, .focus\:bg-warning:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger, .bg-danger-hover:hover, .hover\:bg-danger:hover, .bg-danger-focus:focus, .focus\:bg-danger:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light, .bg-light-hover:hover, .hover\:bg-light:hover, .bg-light-focus:focus, .focus\:bg-light:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark, .bg-dark-hover:hover, .hover\:bg-dark:hover, .bg-dark-focus:focus, .focus\:bg-dark:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray, .bg-gray-hover:hover, .hover\:bg-gray:hover, .bg-gray-focus:focus, .focus\:bg-gray:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-10, .bg-gray-10-hover:hover, .hover\:bg-gray-10:hover, .bg-gray-10-focus:focus, .focus\:bg-gray-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-25, .bg-gray-25-hover:hover, .hover\:bg-gray-25:hover, .bg-gray-25-focus:focus, .focus\:bg-gray-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-50, .bg-gray-50-hover:hover, .hover\:bg-gray-50:hover, .bg-gray-50-focus:focus, .focus\:bg-gray-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-100, .bg-gray-100-hover:hover, .hover\:bg-gray-100:hover, .bg-gray-100-focus:focus, .focus\:bg-gray-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-200, .bg-gray-200-hover:hover, .hover\:bg-gray-200:hover, .bg-gray-200-focus:focus, .focus\:bg-gray-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-300, .bg-gray-300-hover:hover, .hover\:bg-gray-300:hover, .bg-gray-300-focus:focus, .focus\:bg-gray-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-400, .bg-gray-400-hover:hover, .hover\:bg-gray-400:hover, .bg-gray-400-focus:focus, .focus\:bg-gray-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-500, .bg-gray-500-hover:hover, .hover\:bg-gray-500:hover, .bg-gray-500-focus:focus, .focus\:bg-gray-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-600, .bg-gray-600-hover:hover, .hover\:bg-gray-600:hover, .bg-gray-600-focus:focus, .focus\:bg-gray-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-700, .bg-gray-700-hover:hover, .hover\:bg-gray-700:hover, .bg-gray-700-focus:focus, .focus\:bg-gray-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-800, .bg-gray-800-hover:hover, .hover\:bg-gray-800:hover, .bg-gray-800-focus:focus, .focus\:bg-gray-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-900, .bg-gray-900-hover:hover, .hover\:bg-gray-900:hover, .bg-gray-900-focus:focus, .focus\:bg-gray-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate, .bg-slate-hover:hover, .hover\:bg-slate:hover, .bg-slate-focus:focus, .focus\:bg-slate:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-10, .bg-slate-10-hover:hover, .hover\:bg-slate-10:hover, .bg-slate-10-focus:focus, .focus\:bg-slate-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-25, .bg-slate-25-hover:hover, .hover\:bg-slate-25:hover, .bg-slate-25-focus:focus, .focus\:bg-slate-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-50, .bg-slate-50-hover:hover, .hover\:bg-slate-50:hover, .bg-slate-50-focus:focus, .focus\:bg-slate-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-100, .bg-slate-100-hover:hover, .hover\:bg-slate-100:hover, .bg-slate-100-focus:focus, .focus\:bg-slate-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-200, .bg-slate-200-hover:hover, .hover\:bg-slate-200:hover, .bg-slate-200-focus:focus, .focus\:bg-slate-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-300, .bg-slate-300-hover:hover, .hover\:bg-slate-300:hover, .bg-slate-300-focus:focus, .focus\:bg-slate-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-400, .bg-slate-400-hover:hover, .hover\:bg-slate-400:hover, .bg-slate-400-focus:focus, .focus\:bg-slate-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-500, .bg-slate-500-hover:hover, .hover\:bg-slate-500:hover, .bg-slate-500-focus:focus, .focus\:bg-slate-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-600, .bg-slate-600-hover:hover, .hover\:bg-slate-600:hover, .bg-slate-600-focus:focus, .focus\:bg-slate-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-700, .bg-slate-700-hover:hover, .hover\:bg-slate-700:hover, .bg-slate-700-focus:focus, .focus\:bg-slate-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-800, .bg-slate-800-hover:hover, .hover\:bg-slate-800:hover, .bg-slate-800-focus:focus, .focus\:bg-slate-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-slate-900, .bg-slate-900-hover:hover, .hover\:bg-slate-900:hover, .bg-slate-900-focus:focus, .focus\:bg-slate-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-10, .bg-primary-10-hover:hover, .hover\:bg-primary-10:hover, .bg-primary-10-focus:focus, .focus\:bg-primary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-25, .bg-primary-25-hover:hover, .hover\:bg-primary-25:hover, .bg-primary-25-focus:focus, .focus\:bg-primary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-50, .bg-primary-50-hover:hover, .hover\:bg-primary-50:hover, .bg-primary-50-focus:focus, .focus\:bg-primary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-100, .bg-primary-100-hover:hover, .hover\:bg-primary-100:hover, .bg-primary-100-focus:focus, .focus\:bg-primary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-200, .bg-primary-200-hover:hover, .hover\:bg-primary-200:hover, .bg-primary-200-focus:focus, .focus\:bg-primary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-300, .bg-primary-300-hover:hover, .hover\:bg-primary-300:hover, .bg-primary-300-focus:focus, .focus\:bg-primary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-400, .bg-primary-400-hover:hover, .hover\:bg-primary-400:hover, .bg-primary-400-focus:focus, .focus\:bg-primary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-500, .bg-primary-500-hover:hover, .hover\:bg-primary-500:hover, .bg-primary-500-focus:focus, .focus\:bg-primary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-600, .bg-primary-600-hover:hover, .hover\:bg-primary-600:hover, .bg-primary-600-focus:focus, .focus\:bg-primary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-700, .bg-primary-700-hover:hover, .hover\:bg-primary-700:hover, .bg-primary-700-focus:focus, .focus\:bg-primary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-800, .bg-primary-800-hover:hover, .hover\:bg-primary-800:hover, .bg-primary-800-focus:focus, .focus\:bg-primary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-900, .bg-primary-900-hover:hover, .hover\:bg-primary-900:hover, .bg-primary-900-focus:focus, .focus\:bg-primary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-10, .bg-secondary-10-hover:hover, .hover\:bg-secondary-10:hover, .bg-secondary-10-focus:focus, .focus\:bg-secondary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-25, .bg-secondary-25-hover:hover, .hover\:bg-secondary-25:hover, .bg-secondary-25-focus:focus, .focus\:bg-secondary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-50, .bg-secondary-50-hover:hover, .hover\:bg-secondary-50:hover, .bg-secondary-50-focus:focus, .focus\:bg-secondary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-100, .bg-secondary-100-hover:hover, .hover\:bg-secondary-100:hover, .bg-secondary-100-focus:focus, .focus\:bg-secondary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-200, .bg-secondary-200-hover:hover, .hover\:bg-secondary-200:hover, .bg-secondary-200-focus:focus, .focus\:bg-secondary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-300, .bg-secondary-300-hover:hover, .hover\:bg-secondary-300:hover, .bg-secondary-300-focus:focus, .focus\:bg-secondary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-400, .bg-secondary-400-hover:hover, .hover\:bg-secondary-400:hover, .bg-secondary-400-focus:focus, .focus\:bg-secondary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-500, .bg-secondary-500-hover:hover, .hover\:bg-secondary-500:hover, .bg-secondary-500-focus:focus, .focus\:bg-secondary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-600, .bg-secondary-600-hover:hover, .hover\:bg-secondary-600:hover, .bg-secondary-600-focus:focus, .focus\:bg-secondary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-700, .bg-secondary-700-hover:hover, .hover\:bg-secondary-700:hover, .bg-secondary-700-focus:focus, .focus\:bg-secondary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-800, .bg-secondary-800-hover:hover, .hover\:bg-secondary-800:hover, .bg-secondary-800-focus:focus, .focus\:bg-secondary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-900, .bg-secondary-900-hover:hover, .hover\:bg-secondary-900:hover, .bg-secondary-900-focus:focus, .focus\:bg-secondary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-10, .bg-info-10-hover:hover, .hover\:bg-info-10:hover, .bg-info-10-focus:focus, .focus\:bg-info-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-25, .bg-info-25-hover:hover, .hover\:bg-info-25:hover, .bg-info-25-focus:focus, .focus\:bg-info-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-50, .bg-info-50-hover:hover, .hover\:bg-info-50:hover, .bg-info-50-focus:focus, .focus\:bg-info-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-100, .bg-info-100-hover:hover, .hover\:bg-info-100:hover, .bg-info-100-focus:focus, .focus\:bg-info-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-200, .bg-info-200-hover:hover, .hover\:bg-info-200:hover, .bg-info-200-focus:focus, .focus\:bg-info-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-300, .bg-info-300-hover:hover, .hover\:bg-info-300:hover, .bg-info-300-focus:focus, .focus\:bg-info-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-400, .bg-info-400-hover:hover, .hover\:bg-info-400:hover, .bg-info-400-focus:focus, .focus\:bg-info-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-500, .bg-info-500-hover:hover, .hover\:bg-info-500:hover, .bg-info-500-focus:focus, .focus\:bg-info-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-600, .bg-info-600-hover:hover, .hover\:bg-info-600:hover, .bg-info-600-focus:focus, .focus\:bg-info-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-700, .bg-info-700-hover:hover, .hover\:bg-info-700:hover, .bg-info-700-focus:focus, .focus\:bg-info-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-800, .bg-info-800-hover:hover, .hover\:bg-info-800:hover, .bg-info-800-focus:focus, .focus\:bg-info-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-900, .bg-info-900-hover:hover, .hover\:bg-info-900:hover, .bg-info-900-focus:focus, .focus\:bg-info-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-10, .bg-success-10-hover:hover, .hover\:bg-success-10:hover, .bg-success-10-focus:focus, .focus\:bg-success-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-25, .bg-success-25-hover:hover, .hover\:bg-success-25:hover, .bg-success-25-focus:focus, .focus\:bg-success-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-50, .bg-success-50-hover:hover, .hover\:bg-success-50:hover, .bg-success-50-focus:focus, .focus\:bg-success-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-100, .bg-success-100-hover:hover, .hover\:bg-success-100:hover, .bg-success-100-focus:focus, .focus\:bg-success-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-200, .bg-success-200-hover:hover, .hover\:bg-success-200:hover, .bg-success-200-focus:focus, .focus\:bg-success-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-300, .bg-success-300-hover:hover, .hover\:bg-success-300:hover, .bg-success-300-focus:focus, .focus\:bg-success-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-400, .bg-success-400-hover:hover, .hover\:bg-success-400:hover, .bg-success-400-focus:focus, .focus\:bg-success-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-500, .bg-success-500-hover:hover, .hover\:bg-success-500:hover, .bg-success-500-focus:focus, .focus\:bg-success-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-600, .bg-success-600-hover:hover, .hover\:bg-success-600:hover, .bg-success-600-focus:focus, .focus\:bg-success-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-700, .bg-success-700-hover:hover, .hover\:bg-success-700:hover, .bg-success-700-focus:focus, .focus\:bg-success-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-800, .bg-success-800-hover:hover, .hover\:bg-success-800:hover, .bg-success-800-focus:focus, .focus\:bg-success-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-900, .bg-success-900-hover:hover, .hover\:bg-success-900:hover, .bg-success-900-focus:focus, .focus\:bg-success-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-10, .bg-warning-10-hover:hover, .hover\:bg-warning-10:hover, .bg-warning-10-focus:focus, .focus\:bg-warning-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-25, .bg-warning-25-hover:hover, .hover\:bg-warning-25:hover, .bg-warning-25-focus:focus, .focus\:bg-warning-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-50, .bg-warning-50-hover:hover, .hover\:bg-warning-50:hover, .bg-warning-50-focus:focus, .focus\:bg-warning-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-100, .bg-warning-100-hover:hover, .hover\:bg-warning-100:hover, .bg-warning-100-focus:focus, .focus\:bg-warning-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-200, .bg-warning-200-hover:hover, .hover\:bg-warning-200:hover, .bg-warning-200-focus:focus, .focus\:bg-warning-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-300, .bg-warning-300-hover:hover, .hover\:bg-warning-300:hover, .bg-warning-300-focus:focus, .focus\:bg-warning-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-400, .bg-warning-400-hover:hover, .hover\:bg-warning-400:hover, .bg-warning-400-focus:focus, .focus\:bg-warning-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-500, .bg-warning-500-hover:hover, .hover\:bg-warning-500:hover, .bg-warning-500-focus:focus, .focus\:bg-warning-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-600, .bg-warning-600-hover:hover, .hover\:bg-warning-600:hover, .bg-warning-600-focus:focus, .focus\:bg-warning-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-700, .bg-warning-700-hover:hover, .hover\:bg-warning-700:hover, .bg-warning-700-focus:focus, .focus\:bg-warning-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-800, .bg-warning-800-hover:hover, .hover\:bg-warning-800:hover, .bg-warning-800-focus:focus, .focus\:bg-warning-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-900, .bg-warning-900-hover:hover, .hover\:bg-warning-900:hover, .bg-warning-900-focus:focus, .focus\:bg-warning-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-10, .bg-danger-10-hover:hover, .hover\:bg-danger-10:hover, .bg-danger-10-focus:focus, .focus\:bg-danger-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-25, .bg-danger-25-hover:hover, .hover\:bg-danger-25:hover, .bg-danger-25-focus:focus, .focus\:bg-danger-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-50, .bg-danger-50-hover:hover, .hover\:bg-danger-50:hover, .bg-danger-50-focus:focus, .focus\:bg-danger-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-100, .bg-danger-100-hover:hover, .hover\:bg-danger-100:hover, .bg-danger-100-focus:focus, .focus\:bg-danger-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-200, .bg-danger-200-hover:hover, .hover\:bg-danger-200:hover, .bg-danger-200-focus:focus, .focus\:bg-danger-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-300, .bg-danger-300-hover:hover, .hover\:bg-danger-300:hover, .bg-danger-300-focus:focus, .focus\:bg-danger-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-400, .bg-danger-400-hover:hover, .hover\:bg-danger-400:hover, .bg-danger-400-focus:focus, .focus\:bg-danger-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-500, .bg-danger-500-hover:hover, .hover\:bg-danger-500:hover, .bg-danger-500-focus:focus, .focus\:bg-danger-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-600, .bg-danger-600-hover:hover, .hover\:bg-danger-600:hover, .bg-danger-600-focus:focus, .focus\:bg-danger-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-700, .bg-danger-700-hover:hover, .hover\:bg-danger-700:hover, .bg-danger-700-focus:focus, .focus\:bg-danger-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-800, .bg-danger-800-hover:hover, .hover\:bg-danger-800:hover, .bg-danger-800-focus:focus, .focus\:bg-danger-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-900, .bg-danger-900-hover:hover, .hover\:bg-danger-900:hover, .bg-danger-900-focus:focus, .focus\:bg-danger-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue, .bg-blue-hover:hover, .hover\:bg-blue:hover, .bg-blue-focus:focus, .focus\:bg-blue:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-10, .bg-blue-10-hover:hover, .hover\:bg-blue-10:hover, .bg-blue-10-focus:focus, .focus\:bg-blue-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-25, .bg-blue-25-hover:hover, .hover\:bg-blue-25:hover, .bg-blue-25-focus:focus, .focus\:bg-blue-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-50, .bg-blue-50-hover:hover, .hover\:bg-blue-50:hover, .bg-blue-50-focus:focus, .focus\:bg-blue-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-100, .bg-blue-100-hover:hover, .hover\:bg-blue-100:hover, .bg-blue-100-focus:focus, .focus\:bg-blue-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-200, .bg-blue-200-hover:hover, .hover\:bg-blue-200:hover, .bg-blue-200-focus:focus, .focus\:bg-blue-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-300, .bg-blue-300-hover:hover, .hover\:bg-blue-300:hover, .bg-blue-300-focus:focus, .focus\:bg-blue-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-400, .bg-blue-400-hover:hover, .hover\:bg-blue-400:hover, .bg-blue-400-focus:focus, .focus\:bg-blue-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-500, .bg-blue-500-hover:hover, .hover\:bg-blue-500:hover, .bg-blue-500-focus:focus, .focus\:bg-blue-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-600, .bg-blue-600-hover:hover, .hover\:bg-blue-600:hover, .bg-blue-600-focus:focus, .focus\:bg-blue-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-700, .bg-blue-700-hover:hover, .hover\:bg-blue-700:hover, .bg-blue-700-focus:focus, .focus\:bg-blue-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-800, .bg-blue-800-hover:hover, .hover\:bg-blue-800:hover, .bg-blue-800-focus:focus, .focus\:bg-blue-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-900, .bg-blue-900-hover:hover, .hover\:bg-blue-900:hover, .bg-blue-900-focus:focus, .focus\:bg-blue-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo, .bg-indigo-hover:hover, .hover\:bg-indigo:hover, .bg-indigo-focus:focus, .focus\:bg-indigo:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-10, .bg-indigo-10-hover:hover, .hover\:bg-indigo-10:hover, .bg-indigo-10-focus:focus, .focus\:bg-indigo-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-25, .bg-indigo-25-hover:hover, .hover\:bg-indigo-25:hover, .bg-indigo-25-focus:focus, .focus\:bg-indigo-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-50, .bg-indigo-50-hover:hover, .hover\:bg-indigo-50:hover, .bg-indigo-50-focus:focus, .focus\:bg-indigo-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-100, .bg-indigo-100-hover:hover, .hover\:bg-indigo-100:hover, .bg-indigo-100-focus:focus, .focus\:bg-indigo-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-200, .bg-indigo-200-hover:hover, .hover\:bg-indigo-200:hover, .bg-indigo-200-focus:focus, .focus\:bg-indigo-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-300, .bg-indigo-300-hover:hover, .hover\:bg-indigo-300:hover, .bg-indigo-300-focus:focus, .focus\:bg-indigo-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-400, .bg-indigo-400-hover:hover, .hover\:bg-indigo-400:hover, .bg-indigo-400-focus:focus, .focus\:bg-indigo-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-500, .bg-indigo-500-hover:hover, .hover\:bg-indigo-500:hover, .bg-indigo-500-focus:focus, .focus\:bg-indigo-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-600, .bg-indigo-600-hover:hover, .hover\:bg-indigo-600:hover, .bg-indigo-600-focus:focus, .focus\:bg-indigo-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-700, .bg-indigo-700-hover:hover, .hover\:bg-indigo-700:hover, .bg-indigo-700-focus:focus, .focus\:bg-indigo-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-800, .bg-indigo-800-hover:hover, .hover\:bg-indigo-800:hover, .bg-indigo-800-focus:focus, .focus\:bg-indigo-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-900, .bg-indigo-900-hover:hover, .hover\:bg-indigo-900:hover, .bg-indigo-900-focus:focus, .focus\:bg-indigo-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple, .bg-purple-hover:hover, .hover\:bg-purple:hover, .bg-purple-focus:focus, .focus\:bg-purple:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-10, .bg-purple-10-hover:hover, .hover\:bg-purple-10:hover, .bg-purple-10-focus:focus, .focus\:bg-purple-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-25, .bg-purple-25-hover:hover, .hover\:bg-purple-25:hover, .bg-purple-25-focus:focus, .focus\:bg-purple-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-50, .bg-purple-50-hover:hover, .hover\:bg-purple-50:hover, .bg-purple-50-focus:focus, .focus\:bg-purple-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-100, .bg-purple-100-hover:hover, .hover\:bg-purple-100:hover, .bg-purple-100-focus:focus, .focus\:bg-purple-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-200, .bg-purple-200-hover:hover, .hover\:bg-purple-200:hover, .bg-purple-200-focus:focus, .focus\:bg-purple-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-300, .bg-purple-300-hover:hover, .hover\:bg-purple-300:hover, .bg-purple-300-focus:focus, .focus\:bg-purple-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-400, .bg-purple-400-hover:hover, .hover\:bg-purple-400:hover, .bg-purple-400-focus:focus, .focus\:bg-purple-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-500, .bg-purple-500-hover:hover, .hover\:bg-purple-500:hover, .bg-purple-500-focus:focus, .focus\:bg-purple-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-600, .bg-purple-600-hover:hover, .hover\:bg-purple-600:hover, .bg-purple-600-focus:focus, .focus\:bg-purple-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-700, .bg-purple-700-hover:hover, .hover\:bg-purple-700:hover, .bg-purple-700-focus:focus, .focus\:bg-purple-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-800, .bg-purple-800-hover:hover, .hover\:bg-purple-800:hover, .bg-purple-800-focus:focus, .focus\:bg-purple-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-900, .bg-purple-900-hover:hover, .hover\:bg-purple-900:hover, .bg-purple-900-focus:focus, .focus\:bg-purple-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red, .bg-red-hover:hover, .hover\:bg-red:hover, .bg-red-focus:focus, .focus\:bg-red:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-10, .bg-red-10-hover:hover, .hover\:bg-red-10:hover, .bg-red-10-focus:focus, .focus\:bg-red-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-25, .bg-red-25-hover:hover, .hover\:bg-red-25:hover, .bg-red-25-focus:focus, .focus\:bg-red-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-50, .bg-red-50-hover:hover, .hover\:bg-red-50:hover, .bg-red-50-focus:focus, .focus\:bg-red-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-100, .bg-red-100-hover:hover, .hover\:bg-red-100:hover, .bg-red-100-focus:focus, .focus\:bg-red-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-200, .bg-red-200-hover:hover, .hover\:bg-red-200:hover, .bg-red-200-focus:focus, .focus\:bg-red-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-300, .bg-red-300-hover:hover, .hover\:bg-red-300:hover, .bg-red-300-focus:focus, .focus\:bg-red-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-400, .bg-red-400-hover:hover, .hover\:bg-red-400:hover, .bg-red-400-focus:focus, .focus\:bg-red-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-500, .bg-red-500-hover:hover, .hover\:bg-red-500:hover, .bg-red-500-focus:focus, .focus\:bg-red-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-600, .bg-red-600-hover:hover, .hover\:bg-red-600:hover, .bg-red-600-focus:focus, .focus\:bg-red-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-700, .bg-red-700-hover:hover, .hover\:bg-red-700:hover, .bg-red-700-focus:focus, .focus\:bg-red-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-800, .bg-red-800-hover:hover, .hover\:bg-red-800:hover, .bg-red-800-focus:focus, .focus\:bg-red-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-900, .bg-red-900-hover:hover, .hover\:bg-red-900:hover, .bg-red-900-focus:focus, .focus\:bg-red-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose, .bg-rose-hover:hover, .hover\:bg-rose:hover, .bg-rose-focus:focus, .focus\:bg-rose:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-10, .bg-rose-10-hover:hover, .hover\:bg-rose-10:hover, .bg-rose-10-focus:focus, .focus\:bg-rose-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-25, .bg-rose-25-hover:hover, .hover\:bg-rose-25:hover, .bg-rose-25-focus:focus, .focus\:bg-rose-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-50, .bg-rose-50-hover:hover, .hover\:bg-rose-50:hover, .bg-rose-50-focus:focus, .focus\:bg-rose-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-100, .bg-rose-100-hover:hover, .hover\:bg-rose-100:hover, .bg-rose-100-focus:focus, .focus\:bg-rose-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-200, .bg-rose-200-hover:hover, .hover\:bg-rose-200:hover, .bg-rose-200-focus:focus, .focus\:bg-rose-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-300, .bg-rose-300-hover:hover, .hover\:bg-rose-300:hover, .bg-rose-300-focus:focus, .focus\:bg-rose-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-400, .bg-rose-400-hover:hover, .hover\:bg-rose-400:hover, .bg-rose-400-focus:focus, .focus\:bg-rose-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-500, .bg-rose-500-hover:hover, .hover\:bg-rose-500:hover, .bg-rose-500-focus:focus, .focus\:bg-rose-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-600, .bg-rose-600-hover:hover, .hover\:bg-rose-600:hover, .bg-rose-600-focus:focus, .focus\:bg-rose-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-700, .bg-rose-700-hover:hover, .hover\:bg-rose-700:hover, .bg-rose-700-focus:focus, .focus\:bg-rose-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-800, .bg-rose-800-hover:hover, .hover\:bg-rose-800:hover, .bg-rose-800-focus:focus, .focus\:bg-rose-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rose-900, .bg-rose-900-hover:hover, .hover\:bg-rose-900:hover, .bg-rose-900-focus:focus, .focus\:bg-rose-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink, .bg-pink-hover:hover, .hover\:bg-pink:hover, .bg-pink-focus:focus, .focus\:bg-pink:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-10, .bg-pink-10-hover:hover, .hover\:bg-pink-10:hover, .bg-pink-10-focus:focus, .focus\:bg-pink-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-25, .bg-pink-25-hover:hover, .hover\:bg-pink-25:hover, .bg-pink-25-focus:focus, .focus\:bg-pink-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-50, .bg-pink-50-hover:hover, .hover\:bg-pink-50:hover, .bg-pink-50-focus:focus, .focus\:bg-pink-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-100, .bg-pink-100-hover:hover, .hover\:bg-pink-100:hover, .bg-pink-100-focus:focus, .focus\:bg-pink-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-200, .bg-pink-200-hover:hover, .hover\:bg-pink-200:hover, .bg-pink-200-focus:focus, .focus\:bg-pink-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-300, .bg-pink-300-hover:hover, .hover\:bg-pink-300:hover, .bg-pink-300-focus:focus, .focus\:bg-pink-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-400, .bg-pink-400-hover:hover, .hover\:bg-pink-400:hover, .bg-pink-400-focus:focus, .focus\:bg-pink-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-500, .bg-pink-500-hover:hover, .hover\:bg-pink-500:hover, .bg-pink-500-focus:focus, .focus\:bg-pink-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-600, .bg-pink-600-hover:hover, .hover\:bg-pink-600:hover, .bg-pink-600-focus:focus, .focus\:bg-pink-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-700, .bg-pink-700-hover:hover, .hover\:bg-pink-700:hover, .bg-pink-700-focus:focus, .focus\:bg-pink-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-800, .bg-pink-800-hover:hover, .hover\:bg-pink-800:hover, .bg-pink-800-focus:focus, .focus\:bg-pink-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-900, .bg-pink-900-hover:hover, .hover\:bg-pink-900:hover, .bg-pink-900-focus:focus, .focus\:bg-pink-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange, .bg-orange-hover:hover, .hover\:bg-orange:hover, .bg-orange-focus:focus, .focus\:bg-orange:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-10, .bg-orange-10-hover:hover, .hover\:bg-orange-10:hover, .bg-orange-10-focus:focus, .focus\:bg-orange-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-25, .bg-orange-25-hover:hover, .hover\:bg-orange-25:hover, .bg-orange-25-focus:focus, .focus\:bg-orange-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-50, .bg-orange-50-hover:hover, .hover\:bg-orange-50:hover, .bg-orange-50-focus:focus, .focus\:bg-orange-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-100, .bg-orange-100-hover:hover, .hover\:bg-orange-100:hover, .bg-orange-100-focus:focus, .focus\:bg-orange-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-200, .bg-orange-200-hover:hover, .hover\:bg-orange-200:hover, .bg-orange-200-focus:focus, .focus\:bg-orange-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-300, .bg-orange-300-hover:hover, .hover\:bg-orange-300:hover, .bg-orange-300-focus:focus, .focus\:bg-orange-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-400, .bg-orange-400-hover:hover, .hover\:bg-orange-400:hover, .bg-orange-400-focus:focus, .focus\:bg-orange-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-500, .bg-orange-500-hover:hover, .hover\:bg-orange-500:hover, .bg-orange-500-focus:focus, .focus\:bg-orange-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-600, .bg-orange-600-hover:hover, .hover\:bg-orange-600:hover, .bg-orange-600-focus:focus, .focus\:bg-orange-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-700, .bg-orange-700-hover:hover, .hover\:bg-orange-700:hover, .bg-orange-700-focus:focus, .focus\:bg-orange-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-800, .bg-orange-800-hover:hover, .hover\:bg-orange-800:hover, .bg-orange-800-focus:focus, .focus\:bg-orange-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-900, .bg-orange-900-hover:hover, .hover\:bg-orange-900:hover, .bg-orange-900-focus:focus, .focus\:bg-orange-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow, .bg-yellow-hover:hover, .hover\:bg-yellow:hover, .bg-yellow-focus:focus, .focus\:bg-yellow:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-10, .bg-yellow-10-hover:hover, .hover\:bg-yellow-10:hover, .bg-yellow-10-focus:focus, .focus\:bg-yellow-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-25, .bg-yellow-25-hover:hover, .hover\:bg-yellow-25:hover, .bg-yellow-25-focus:focus, .focus\:bg-yellow-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-50, .bg-yellow-50-hover:hover, .hover\:bg-yellow-50:hover, .bg-yellow-50-focus:focus, .focus\:bg-yellow-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-100, .bg-yellow-100-hover:hover, .hover\:bg-yellow-100:hover, .bg-yellow-100-focus:focus, .focus\:bg-yellow-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-200, .bg-yellow-200-hover:hover, .hover\:bg-yellow-200:hover, .bg-yellow-200-focus:focus, .focus\:bg-yellow-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-300, .bg-yellow-300-hover:hover, .hover\:bg-yellow-300:hover, .bg-yellow-300-focus:focus, .focus\:bg-yellow-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-400, .bg-yellow-400-hover:hover, .hover\:bg-yellow-400:hover, .bg-yellow-400-focus:focus, .focus\:bg-yellow-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-500, .bg-yellow-500-hover:hover, .hover\:bg-yellow-500:hover, .bg-yellow-500-focus:focus, .focus\:bg-yellow-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-600, .bg-yellow-600-hover:hover, .hover\:bg-yellow-600:hover, .bg-yellow-600-focus:focus, .focus\:bg-yellow-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-700, .bg-yellow-700-hover:hover, .hover\:bg-yellow-700:hover, .bg-yellow-700-focus:focus, .focus\:bg-yellow-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-800, .bg-yellow-800-hover:hover, .hover\:bg-yellow-800:hover, .bg-yellow-800-focus:focus, .focus\:bg-yellow-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-900, .bg-yellow-900-hover:hover, .hover\:bg-yellow-900:hover, .bg-yellow-900-focus:focus, .focus\:bg-yellow-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green, .bg-green-hover:hover, .hover\:bg-green:hover, .bg-green-focus:focus, .focus\:bg-green:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-10, .bg-green-10-hover:hover, .hover\:bg-green-10:hover, .bg-green-10-focus:focus, .focus\:bg-green-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-25, .bg-green-25-hover:hover, .hover\:bg-green-25:hover, .bg-green-25-focus:focus, .focus\:bg-green-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-50, .bg-green-50-hover:hover, .hover\:bg-green-50:hover, .bg-green-50-focus:focus, .focus\:bg-green-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-100, .bg-green-100-hover:hover, .hover\:bg-green-100:hover, .bg-green-100-focus:focus, .focus\:bg-green-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-200, .bg-green-200-hover:hover, .hover\:bg-green-200:hover, .bg-green-200-focus:focus, .focus\:bg-green-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-300, .bg-green-300-hover:hover, .hover\:bg-green-300:hover, .bg-green-300-focus:focus, .focus\:bg-green-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-400, .bg-green-400-hover:hover, .hover\:bg-green-400:hover, .bg-green-400-focus:focus, .focus\:bg-green-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-500, .bg-green-500-hover:hover, .hover\:bg-green-500:hover, .bg-green-500-focus:focus, .focus\:bg-green-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-600, .bg-green-600-hover:hover, .hover\:bg-green-600:hover, .bg-green-600-focus:focus, .focus\:bg-green-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-700, .bg-green-700-hover:hover, .hover\:bg-green-700:hover, .bg-green-700-focus:focus, .focus\:bg-green-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-800, .bg-green-800-hover:hover, .hover\:bg-green-800:hover, .bg-green-800-focus:focus, .focus\:bg-green-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-900, .bg-green-900-hover:hover, .hover\:bg-green-900:hover, .bg-green-900-focus:focus, .focus\:bg-green-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime, .bg-lime-hover:hover, .hover\:bg-lime:hover, .bg-lime-focus:focus, .focus\:bg-lime:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-10, .bg-lime-10-hover:hover, .hover\:bg-lime-10:hover, .bg-lime-10-focus:focus, .focus\:bg-lime-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-25, .bg-lime-25-hover:hover, .hover\:bg-lime-25:hover, .bg-lime-25-focus:focus, .focus\:bg-lime-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-50, .bg-lime-50-hover:hover, .hover\:bg-lime-50:hover, .bg-lime-50-focus:focus, .focus\:bg-lime-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-100, .bg-lime-100-hover:hover, .hover\:bg-lime-100:hover, .bg-lime-100-focus:focus, .focus\:bg-lime-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-200, .bg-lime-200-hover:hover, .hover\:bg-lime-200:hover, .bg-lime-200-focus:focus, .focus\:bg-lime-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-300, .bg-lime-300-hover:hover, .hover\:bg-lime-300:hover, .bg-lime-300-focus:focus, .focus\:bg-lime-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-400, .bg-lime-400-hover:hover, .hover\:bg-lime-400:hover, .bg-lime-400-focus:focus, .focus\:bg-lime-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-500, .bg-lime-500-hover:hover, .hover\:bg-lime-500:hover, .bg-lime-500-focus:focus, .focus\:bg-lime-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-600, .bg-lime-600-hover:hover, .hover\:bg-lime-600:hover, .bg-lime-600-focus:focus, .focus\:bg-lime-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-700, .bg-lime-700-hover:hover, .hover\:bg-lime-700:hover, .bg-lime-700-focus:focus, .focus\:bg-lime-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-800, .bg-lime-800-hover:hover, .hover\:bg-lime-800:hover, .bg-lime-800-focus:focus, .focus\:bg-lime-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-900, .bg-lime-900-hover:hover, .hover\:bg-lime-900:hover, .bg-lime-900-focus:focus, .focus\:bg-lime-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal, .bg-teal-hover:hover, .hover\:bg-teal:hover, .bg-teal-focus:focus, .focus\:bg-teal:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-10, .bg-teal-10-hover:hover, .hover\:bg-teal-10:hover, .bg-teal-10-focus:focus, .focus\:bg-teal-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-25, .bg-teal-25-hover:hover, .hover\:bg-teal-25:hover, .bg-teal-25-focus:focus, .focus\:bg-teal-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-50, .bg-teal-50-hover:hover, .hover\:bg-teal-50:hover, .bg-teal-50-focus:focus, .focus\:bg-teal-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-100, .bg-teal-100-hover:hover, .hover\:bg-teal-100:hover, .bg-teal-100-focus:focus, .focus\:bg-teal-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-200, .bg-teal-200-hover:hover, .hover\:bg-teal-200:hover, .bg-teal-200-focus:focus, .focus\:bg-teal-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-300, .bg-teal-300-hover:hover, .hover\:bg-teal-300:hover, .bg-teal-300-focus:focus, .focus\:bg-teal-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-400, .bg-teal-400-hover:hover, .hover\:bg-teal-400:hover, .bg-teal-400-focus:focus, .focus\:bg-teal-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-500, .bg-teal-500-hover:hover, .hover\:bg-teal-500:hover, .bg-teal-500-focus:focus, .focus\:bg-teal-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-600, .bg-teal-600-hover:hover, .hover\:bg-teal-600:hover, .bg-teal-600-focus:focus, .focus\:bg-teal-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-700, .bg-teal-700-hover:hover, .hover\:bg-teal-700:hover, .bg-teal-700-focus:focus, .focus\:bg-teal-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-800, .bg-teal-800-hover:hover, .hover\:bg-teal-800:hover, .bg-teal-800-focus:focus, .focus\:bg-teal-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-900, .bg-teal-900-hover:hover, .hover\:bg-teal-900:hover, .bg-teal-900-focus:focus, .focus\:bg-teal-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan, .bg-cyan-hover:hover, .hover\:bg-cyan:hover, .bg-cyan-focus:focus, .focus\:bg-cyan:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-10, .bg-cyan-10-hover:hover, .hover\:bg-cyan-10:hover, .bg-cyan-10-focus:focus, .focus\:bg-cyan-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-25, .bg-cyan-25-hover:hover, .hover\:bg-cyan-25:hover, .bg-cyan-25-focus:focus, .focus\:bg-cyan-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-50, .bg-cyan-50-hover:hover, .hover\:bg-cyan-50:hover, .bg-cyan-50-focus:focus, .focus\:bg-cyan-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-100, .bg-cyan-100-hover:hover, .hover\:bg-cyan-100:hover, .bg-cyan-100-focus:focus, .focus\:bg-cyan-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-200, .bg-cyan-200-hover:hover, .hover\:bg-cyan-200:hover, .bg-cyan-200-focus:focus, .focus\:bg-cyan-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-300, .bg-cyan-300-hover:hover, .hover\:bg-cyan-300:hover, .bg-cyan-300-focus:focus, .focus\:bg-cyan-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-400, .bg-cyan-400-hover:hover, .hover\:bg-cyan-400:hover, .bg-cyan-400-focus:focus, .focus\:bg-cyan-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-500, .bg-cyan-500-hover:hover, .hover\:bg-cyan-500:hover, .bg-cyan-500-focus:focus, .focus\:bg-cyan-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-600, .bg-cyan-600-hover:hover, .hover\:bg-cyan-600:hover, .bg-cyan-600-focus:focus, .focus\:bg-cyan-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-700, .bg-cyan-700-hover:hover, .hover\:bg-cyan-700:hover, .bg-cyan-700-focus:focus, .focus\:bg-cyan-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-800, .bg-cyan-800-hover:hover, .hover\:bg-cyan-800:hover, .bg-cyan-800-focus:focus, .focus\:bg-cyan-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-900, .bg-cyan-900-hover:hover, .hover\:bg-cyan-900:hover, .bg-cyan-900-focus:focus, .focus\:bg-cyan-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary, .bg-tertiary-hover:hover, .hover\:bg-tertiary:hover, .bg-tertiary-focus:focus, .focus\:bg-tertiary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-10, .bg-tertiary-10-hover:hover, .hover\:bg-tertiary-10:hover, .bg-tertiary-10-focus:focus, .focus\:bg-tertiary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-25, .bg-tertiary-25-hover:hover, .hover\:bg-tertiary-25:hover, .bg-tertiary-25-focus:focus, .focus\:bg-tertiary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-50, .bg-tertiary-50-hover:hover, .hover\:bg-tertiary-50:hover, .bg-tertiary-50-focus:focus, .focus\:bg-tertiary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-100, .bg-tertiary-100-hover:hover, .hover\:bg-tertiary-100:hover, .bg-tertiary-100-focus:focus, .focus\:bg-tertiary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-200, .bg-tertiary-200-hover:hover, .hover\:bg-tertiary-200:hover, .bg-tertiary-200-focus:focus, .focus\:bg-tertiary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-300, .bg-tertiary-300-hover:hover, .hover\:bg-tertiary-300:hover, .bg-tertiary-300-focus:focus, .focus\:bg-tertiary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-400, .bg-tertiary-400-hover:hover, .hover\:bg-tertiary-400:hover, .bg-tertiary-400-focus:focus, .focus\:bg-tertiary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-500, .bg-tertiary-500-hover:hover, .hover\:bg-tertiary-500:hover, .bg-tertiary-500-focus:focus, .focus\:bg-tertiary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-600, .bg-tertiary-600-hover:hover, .hover\:bg-tertiary-600:hover, .bg-tertiary-600-focus:focus, .focus\:bg-tertiary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-700, .bg-tertiary-700-hover:hover, .hover\:bg-tertiary-700:hover, .bg-tertiary-700-focus:focus, .focus\:bg-tertiary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-800, .bg-tertiary-800-hover:hover, .hover\:bg-tertiary-800:hover, .bg-tertiary-800-focus:focus, .focus\:bg-tertiary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-900, .bg-tertiary-900-hover:hover, .hover\:bg-tertiary-900:hover, .bg-tertiary-900-focus:focus, .focus\:bg-tertiary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black, .bg-black-hover:hover, .hover\:bg-black:hover, .bg-black-focus:focus, .focus\:bg-black:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white, .bg-white-hover:hover, .hover\:bg-white:hover, .bg-white-focus:focus, .focus\:bg-white:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body, .bg-body-hover:hover, .hover\:bg-body:hover, .bg-body-focus:focus, .focus\:bg-body:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent, .bg-transparent-hover:hover, .hover\:bg-transparent:hover, .bg-transparent-focus:focus, .focus\:bg-transparent:focus {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary, .bg-body-secondary-hover:hover, .hover\:bg-body-secondary:hover, .bg-body-secondary-focus:focus, .focus\:bg-body-secondary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary, .bg-body-tertiary-hover:hover, .hover\:bg-body-tertiary:hover, .bg-body-tertiary-focus:focus, .focus\:bg-body-tertiary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary, :where(.uc-dark) .dark\:bg-primary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary:hover, :where(.uc-dark) .dark\:bg-primary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary, :where(.uc-dark) .dark\:bg-secondary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary:hover, :where(.uc-dark) .dark\:bg-secondary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success, :where(.uc-dark) .dark\:bg-success-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success:hover, :where(.uc-dark) .dark\:bg-success-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info, :where(.uc-dark) .dark\:bg-info-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info:hover, :where(.uc-dark) .dark\:bg-info-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning, :where(.uc-dark) .dark\:bg-warning-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning:hover, :where(.uc-dark) .dark\:bg-warning-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger, :where(.uc-dark) .dark\:bg-danger-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger:hover, :where(.uc-dark) .dark\:bg-danger-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-light, :where(.uc-dark) .dark\:bg-light-hover:hover, :where(.uc-dark) .dark\:hover\:bg-light:hover, :where(.uc-dark) .dark\:bg-light-focus:focus, :where(.uc-dark) .dark\:focus\:bg-light:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-dark, :where(.uc-dark) .dark\:bg-dark-hover:hover, :where(.uc-dark) .dark\:hover\:bg-dark:hover, :where(.uc-dark) .dark\:bg-dark-focus:focus, :where(.uc-dark) .dark\:focus\:bg-dark:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray, :where(.uc-dark) .dark\:bg-gray-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray:hover, :where(.uc-dark) .dark\:bg-gray-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-10, :where(.uc-dark) .dark\:bg-gray-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-10:hover, :where(.uc-dark) .dark\:bg-gray-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-25, :where(.uc-dark) .dark\:bg-gray-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-25:hover, :where(.uc-dark) .dark\:bg-gray-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-50, :where(.uc-dark) .dark\:bg-gray-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-50:hover, :where(.uc-dark) .dark\:bg-gray-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-100, :where(.uc-dark) .dark\:bg-gray-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-100:hover, :where(.uc-dark) .dark\:bg-gray-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-200, :where(.uc-dark) .dark\:bg-gray-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-200:hover, :where(.uc-dark) .dark\:bg-gray-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-300, :where(.uc-dark) .dark\:bg-gray-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-300:hover, :where(.uc-dark) .dark\:bg-gray-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-400, :where(.uc-dark) .dark\:bg-gray-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-400:hover, :where(.uc-dark) .dark\:bg-gray-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-500, :where(.uc-dark) .dark\:bg-gray-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-500:hover, :where(.uc-dark) .dark\:bg-gray-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-600, :where(.uc-dark) .dark\:bg-gray-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-600:hover, :where(.uc-dark) .dark\:bg-gray-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-700, :where(.uc-dark) .dark\:bg-gray-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-700:hover, :where(.uc-dark) .dark\:bg-gray-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-800, :where(.uc-dark) .dark\:bg-gray-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-800:hover, :where(.uc-dark) .dark\:bg-gray-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-900, :where(.uc-dark) .dark\:bg-gray-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-gray-900:hover, :where(.uc-dark) .dark\:bg-gray-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-gray-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate, :where(.uc-dark) .dark\:bg-slate-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate:hover, :where(.uc-dark) .dark\:bg-slate-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-10, :where(.uc-dark) .dark\:bg-slate-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-10:hover, :where(.uc-dark) .dark\:bg-slate-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-25, :where(.uc-dark) .dark\:bg-slate-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-25:hover, :where(.uc-dark) .dark\:bg-slate-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-50, :where(.uc-dark) .dark\:bg-slate-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-50:hover, :where(.uc-dark) .dark\:bg-slate-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-100, :where(.uc-dark) .dark\:bg-slate-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-100:hover, :where(.uc-dark) .dark\:bg-slate-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-200, :where(.uc-dark) .dark\:bg-slate-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-200:hover, :where(.uc-dark) .dark\:bg-slate-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-300, :where(.uc-dark) .dark\:bg-slate-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-300:hover, :where(.uc-dark) .dark\:bg-slate-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-400, :where(.uc-dark) .dark\:bg-slate-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-400:hover, :where(.uc-dark) .dark\:bg-slate-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-500, :where(.uc-dark) .dark\:bg-slate-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-500:hover, :where(.uc-dark) .dark\:bg-slate-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-600, :where(.uc-dark) .dark\:bg-slate-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-600:hover, :where(.uc-dark) .dark\:bg-slate-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-700, :where(.uc-dark) .dark\:bg-slate-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-700:hover, :where(.uc-dark) .dark\:bg-slate-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-800, :where(.uc-dark) .dark\:bg-slate-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-800:hover, :where(.uc-dark) .dark\:bg-slate-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-slate-900, :where(.uc-dark) .dark\:bg-slate-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-slate-900:hover, :where(.uc-dark) .dark\:bg-slate-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-slate-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-10, :where(.uc-dark) .dark\:bg-primary-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-10:hover, :where(.uc-dark) .dark\:bg-primary-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-25, :where(.uc-dark) .dark\:bg-primary-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-25:hover, :where(.uc-dark) .dark\:bg-primary-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-50, :where(.uc-dark) .dark\:bg-primary-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-50:hover, :where(.uc-dark) .dark\:bg-primary-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-100, :where(.uc-dark) .dark\:bg-primary-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-100:hover, :where(.uc-dark) .dark\:bg-primary-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-200, :where(.uc-dark) .dark\:bg-primary-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-200:hover, :where(.uc-dark) .dark\:bg-primary-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-300, :where(.uc-dark) .dark\:bg-primary-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-300:hover, :where(.uc-dark) .dark\:bg-primary-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-400, :where(.uc-dark) .dark\:bg-primary-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-400:hover, :where(.uc-dark) .dark\:bg-primary-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-500, :where(.uc-dark) .dark\:bg-primary-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-500:hover, :where(.uc-dark) .dark\:bg-primary-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-600, :where(.uc-dark) .dark\:bg-primary-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-600:hover, :where(.uc-dark) .dark\:bg-primary-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-700, :where(.uc-dark) .dark\:bg-primary-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-700:hover, :where(.uc-dark) .dark\:bg-primary-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-800, :where(.uc-dark) .dark\:bg-primary-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-800:hover, :where(.uc-dark) .dark\:bg-primary-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-primary-900, :where(.uc-dark) .dark\:bg-primary-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-900:hover, :where(.uc-dark) .dark\:bg-primary-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-10, :where(.uc-dark) .dark\:bg-secondary-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-10:hover, :where(.uc-dark) .dark\:bg-secondary-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-25, :where(.uc-dark) .dark\:bg-secondary-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-25:hover, :where(.uc-dark) .dark\:bg-secondary-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-50, :where(.uc-dark) .dark\:bg-secondary-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-50:hover, :where(.uc-dark) .dark\:bg-secondary-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-100, :where(.uc-dark) .dark\:bg-secondary-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-100:hover, :where(.uc-dark) .dark\:bg-secondary-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-200, :where(.uc-dark) .dark\:bg-secondary-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-200:hover, :where(.uc-dark) .dark\:bg-secondary-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-300, :where(.uc-dark) .dark\:bg-secondary-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-300:hover, :where(.uc-dark) .dark\:bg-secondary-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-400, :where(.uc-dark) .dark\:bg-secondary-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-400:hover, :where(.uc-dark) .dark\:bg-secondary-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-500, :where(.uc-dark) .dark\:bg-secondary-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-500:hover, :where(.uc-dark) .dark\:bg-secondary-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-600, :where(.uc-dark) .dark\:bg-secondary-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-600:hover, :where(.uc-dark) .dark\:bg-secondary-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-700, :where(.uc-dark) .dark\:bg-secondary-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-700:hover, :where(.uc-dark) .dark\:bg-secondary-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-800, :where(.uc-dark) .dark\:bg-secondary-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-800:hover, :where(.uc-dark) .dark\:bg-secondary-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-secondary-900, :where(.uc-dark) .dark\:bg-secondary-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-secondary-900:hover, :where(.uc-dark) .dark\:bg-secondary-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-secondary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-10, :where(.uc-dark) .dark\:bg-info-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-10:hover, :where(.uc-dark) .dark\:bg-info-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-25, :where(.uc-dark) .dark\:bg-info-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-25:hover, :where(.uc-dark) .dark\:bg-info-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-50, :where(.uc-dark) .dark\:bg-info-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-50:hover, :where(.uc-dark) .dark\:bg-info-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-100, :where(.uc-dark) .dark\:bg-info-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-100:hover, :where(.uc-dark) .dark\:bg-info-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-200, :where(.uc-dark) .dark\:bg-info-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-200:hover, :where(.uc-dark) .dark\:bg-info-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-300, :where(.uc-dark) .dark\:bg-info-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-300:hover, :where(.uc-dark) .dark\:bg-info-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-400, :where(.uc-dark) .dark\:bg-info-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-400:hover, :where(.uc-dark) .dark\:bg-info-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-500, :where(.uc-dark) .dark\:bg-info-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-500:hover, :where(.uc-dark) .dark\:bg-info-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-600, :where(.uc-dark) .dark\:bg-info-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-600:hover, :where(.uc-dark) .dark\:bg-info-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-700, :where(.uc-dark) .dark\:bg-info-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-700:hover, :where(.uc-dark) .dark\:bg-info-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-800, :where(.uc-dark) .dark\:bg-info-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-800:hover, :where(.uc-dark) .dark\:bg-info-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-info-900, :where(.uc-dark) .dark\:bg-info-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-info-900:hover, :where(.uc-dark) .dark\:bg-info-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-info-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-10, :where(.uc-dark) .dark\:bg-success-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-10:hover, :where(.uc-dark) .dark\:bg-success-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-25, :where(.uc-dark) .dark\:bg-success-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-25:hover, :where(.uc-dark) .dark\:bg-success-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-50, :where(.uc-dark) .dark\:bg-success-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-50:hover, :where(.uc-dark) .dark\:bg-success-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-100, :where(.uc-dark) .dark\:bg-success-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-100:hover, :where(.uc-dark) .dark\:bg-success-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-200, :where(.uc-dark) .dark\:bg-success-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-200:hover, :where(.uc-dark) .dark\:bg-success-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-300, :where(.uc-dark) .dark\:bg-success-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-300:hover, :where(.uc-dark) .dark\:bg-success-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-400, :where(.uc-dark) .dark\:bg-success-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-400:hover, :where(.uc-dark) .dark\:bg-success-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-500, :where(.uc-dark) .dark\:bg-success-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-500:hover, :where(.uc-dark) .dark\:bg-success-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-600, :where(.uc-dark) .dark\:bg-success-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-600:hover, :where(.uc-dark) .dark\:bg-success-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-700, :where(.uc-dark) .dark\:bg-success-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-700:hover, :where(.uc-dark) .dark\:bg-success-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-800, :where(.uc-dark) .dark\:bg-success-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-800:hover, :where(.uc-dark) .dark\:bg-success-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-success-900, :where(.uc-dark) .dark\:bg-success-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-success-900:hover, :where(.uc-dark) .dark\:bg-success-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-success-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-10, :where(.uc-dark) .dark\:bg-warning-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-10:hover, :where(.uc-dark) .dark\:bg-warning-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-25, :where(.uc-dark) .dark\:bg-warning-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-25:hover, :where(.uc-dark) .dark\:bg-warning-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-50, :where(.uc-dark) .dark\:bg-warning-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-50:hover, :where(.uc-dark) .dark\:bg-warning-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-100, :where(.uc-dark) .dark\:bg-warning-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-100:hover, :where(.uc-dark) .dark\:bg-warning-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-200, :where(.uc-dark) .dark\:bg-warning-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-200:hover, :where(.uc-dark) .dark\:bg-warning-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-300, :where(.uc-dark) .dark\:bg-warning-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-300:hover, :where(.uc-dark) .dark\:bg-warning-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-400, :where(.uc-dark) .dark\:bg-warning-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-400:hover, :where(.uc-dark) .dark\:bg-warning-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-500, :where(.uc-dark) .dark\:bg-warning-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-500:hover, :where(.uc-dark) .dark\:bg-warning-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-600, :where(.uc-dark) .dark\:bg-warning-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-600:hover, :where(.uc-dark) .dark\:bg-warning-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-700, :where(.uc-dark) .dark\:bg-warning-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-700:hover, :where(.uc-dark) .dark\:bg-warning-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-800, :where(.uc-dark) .dark\:bg-warning-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-800:hover, :where(.uc-dark) .dark\:bg-warning-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-warning-900, :where(.uc-dark) .dark\:bg-warning-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-warning-900:hover, :where(.uc-dark) .dark\:bg-warning-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-warning-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-10, :where(.uc-dark) .dark\:bg-danger-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-10:hover, :where(.uc-dark) .dark\:bg-danger-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-25, :where(.uc-dark) .dark\:bg-danger-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-25:hover, :where(.uc-dark) .dark\:bg-danger-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-50, :where(.uc-dark) .dark\:bg-danger-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-50:hover, :where(.uc-dark) .dark\:bg-danger-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-100, :where(.uc-dark) .dark\:bg-danger-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-100:hover, :where(.uc-dark) .dark\:bg-danger-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-200, :where(.uc-dark) .dark\:bg-danger-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-200:hover, :where(.uc-dark) .dark\:bg-danger-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-300, :where(.uc-dark) .dark\:bg-danger-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-300:hover, :where(.uc-dark) .dark\:bg-danger-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-400, :where(.uc-dark) .dark\:bg-danger-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-400:hover, :where(.uc-dark) .dark\:bg-danger-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-500, :where(.uc-dark) .dark\:bg-danger-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-500:hover, :where(.uc-dark) .dark\:bg-danger-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-600, :where(.uc-dark) .dark\:bg-danger-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-600:hover, :where(.uc-dark) .dark\:bg-danger-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-700, :where(.uc-dark) .dark\:bg-danger-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-700:hover, :where(.uc-dark) .dark\:bg-danger-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-800, :where(.uc-dark) .dark\:bg-danger-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-800:hover, :where(.uc-dark) .dark\:bg-danger-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-danger-900, :where(.uc-dark) .dark\:bg-danger-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-danger-900:hover, :where(.uc-dark) .dark\:bg-danger-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-danger-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue, :where(.uc-dark) .dark\:bg-blue-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue:hover, :where(.uc-dark) .dark\:bg-blue-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-10, :where(.uc-dark) .dark\:bg-blue-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-10:hover, :where(.uc-dark) .dark\:bg-blue-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-25, :where(.uc-dark) .dark\:bg-blue-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-25:hover, :where(.uc-dark) .dark\:bg-blue-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-50, :where(.uc-dark) .dark\:bg-blue-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-50:hover, :where(.uc-dark) .dark\:bg-blue-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-100, :where(.uc-dark) .dark\:bg-blue-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-100:hover, :where(.uc-dark) .dark\:bg-blue-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-200, :where(.uc-dark) .dark\:bg-blue-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-200:hover, :where(.uc-dark) .dark\:bg-blue-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-300, :where(.uc-dark) .dark\:bg-blue-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-300:hover, :where(.uc-dark) .dark\:bg-blue-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-400, :where(.uc-dark) .dark\:bg-blue-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-400:hover, :where(.uc-dark) .dark\:bg-blue-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-500, :where(.uc-dark) .dark\:bg-blue-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-500:hover, :where(.uc-dark) .dark\:bg-blue-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-600, :where(.uc-dark) .dark\:bg-blue-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-600:hover, :where(.uc-dark) .dark\:bg-blue-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-700, :where(.uc-dark) .dark\:bg-blue-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-700:hover, :where(.uc-dark) .dark\:bg-blue-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-800, :where(.uc-dark) .dark\:bg-blue-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-800:hover, :where(.uc-dark) .dark\:bg-blue-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-blue-900, :where(.uc-dark) .dark\:bg-blue-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-blue-900:hover, :where(.uc-dark) .dark\:bg-blue-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-blue-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo, :where(.uc-dark) .dark\:bg-indigo-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo:hover, :where(.uc-dark) .dark\:bg-indigo-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-10, :where(.uc-dark) .dark\:bg-indigo-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-10:hover, :where(.uc-dark) .dark\:bg-indigo-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-25, :where(.uc-dark) .dark\:bg-indigo-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-25:hover, :where(.uc-dark) .dark\:bg-indigo-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-50, :where(.uc-dark) .dark\:bg-indigo-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-50:hover, :where(.uc-dark) .dark\:bg-indigo-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-100, :where(.uc-dark) .dark\:bg-indigo-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-100:hover, :where(.uc-dark) .dark\:bg-indigo-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-200, :where(.uc-dark) .dark\:bg-indigo-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-200:hover, :where(.uc-dark) .dark\:bg-indigo-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-300, :where(.uc-dark) .dark\:bg-indigo-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-300:hover, :where(.uc-dark) .dark\:bg-indigo-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-400, :where(.uc-dark) .dark\:bg-indigo-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-400:hover, :where(.uc-dark) .dark\:bg-indigo-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-500, :where(.uc-dark) .dark\:bg-indigo-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-500:hover, :where(.uc-dark) .dark\:bg-indigo-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-600, :where(.uc-dark) .dark\:bg-indigo-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-600:hover, :where(.uc-dark) .dark\:bg-indigo-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-700, :where(.uc-dark) .dark\:bg-indigo-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-700:hover, :where(.uc-dark) .dark\:bg-indigo-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-800, :where(.uc-dark) .dark\:bg-indigo-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-800:hover, :where(.uc-dark) .dark\:bg-indigo-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-indigo-900, :where(.uc-dark) .dark\:bg-indigo-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-indigo-900:hover, :where(.uc-dark) .dark\:bg-indigo-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-indigo-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple, :where(.uc-dark) .dark\:bg-purple-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple:hover, :where(.uc-dark) .dark\:bg-purple-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-10, :where(.uc-dark) .dark\:bg-purple-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-10:hover, :where(.uc-dark) .dark\:bg-purple-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-25, :where(.uc-dark) .dark\:bg-purple-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-25:hover, :where(.uc-dark) .dark\:bg-purple-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-50, :where(.uc-dark) .dark\:bg-purple-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-50:hover, :where(.uc-dark) .dark\:bg-purple-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-100, :where(.uc-dark) .dark\:bg-purple-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-100:hover, :where(.uc-dark) .dark\:bg-purple-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-200, :where(.uc-dark) .dark\:bg-purple-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-200:hover, :where(.uc-dark) .dark\:bg-purple-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-300, :where(.uc-dark) .dark\:bg-purple-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-300:hover, :where(.uc-dark) .dark\:bg-purple-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-400, :where(.uc-dark) .dark\:bg-purple-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-400:hover, :where(.uc-dark) .dark\:bg-purple-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-500, :where(.uc-dark) .dark\:bg-purple-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-500:hover, :where(.uc-dark) .dark\:bg-purple-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-600, :where(.uc-dark) .dark\:bg-purple-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-600:hover, :where(.uc-dark) .dark\:bg-purple-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-700, :where(.uc-dark) .dark\:bg-purple-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-700:hover, :where(.uc-dark) .dark\:bg-purple-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-800, :where(.uc-dark) .dark\:bg-purple-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-800:hover, :where(.uc-dark) .dark\:bg-purple-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-purple-900, :where(.uc-dark) .dark\:bg-purple-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-purple-900:hover, :where(.uc-dark) .dark\:bg-purple-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-purple-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red, :where(.uc-dark) .dark\:bg-red-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red:hover, :where(.uc-dark) .dark\:bg-red-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-10, :where(.uc-dark) .dark\:bg-red-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-10:hover, :where(.uc-dark) .dark\:bg-red-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-25, :where(.uc-dark) .dark\:bg-red-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-25:hover, :where(.uc-dark) .dark\:bg-red-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-50, :where(.uc-dark) .dark\:bg-red-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-50:hover, :where(.uc-dark) .dark\:bg-red-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-100, :where(.uc-dark) .dark\:bg-red-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-100:hover, :where(.uc-dark) .dark\:bg-red-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-200, :where(.uc-dark) .dark\:bg-red-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-200:hover, :where(.uc-dark) .dark\:bg-red-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-300, :where(.uc-dark) .dark\:bg-red-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-300:hover, :where(.uc-dark) .dark\:bg-red-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-400, :where(.uc-dark) .dark\:bg-red-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-400:hover, :where(.uc-dark) .dark\:bg-red-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-500, :where(.uc-dark) .dark\:bg-red-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-500:hover, :where(.uc-dark) .dark\:bg-red-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-600, :where(.uc-dark) .dark\:bg-red-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-600:hover, :where(.uc-dark) .dark\:bg-red-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-700, :where(.uc-dark) .dark\:bg-red-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-700:hover, :where(.uc-dark) .dark\:bg-red-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-800, :where(.uc-dark) .dark\:bg-red-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-800:hover, :where(.uc-dark) .dark\:bg-red-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-red-900, :where(.uc-dark) .dark\:bg-red-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-red-900:hover, :where(.uc-dark) .dark\:bg-red-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-red-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose, :where(.uc-dark) .dark\:bg-rose-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose:hover, :where(.uc-dark) .dark\:bg-rose-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-10, :where(.uc-dark) .dark\:bg-rose-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-10:hover, :where(.uc-dark) .dark\:bg-rose-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-25, :where(.uc-dark) .dark\:bg-rose-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-25:hover, :where(.uc-dark) .dark\:bg-rose-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-50, :where(.uc-dark) .dark\:bg-rose-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-50:hover, :where(.uc-dark) .dark\:bg-rose-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-100, :where(.uc-dark) .dark\:bg-rose-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-100:hover, :where(.uc-dark) .dark\:bg-rose-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-200, :where(.uc-dark) .dark\:bg-rose-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-200:hover, :where(.uc-dark) .dark\:bg-rose-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-300, :where(.uc-dark) .dark\:bg-rose-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-300:hover, :where(.uc-dark) .dark\:bg-rose-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-400, :where(.uc-dark) .dark\:bg-rose-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-400:hover, :where(.uc-dark) .dark\:bg-rose-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-500, :where(.uc-dark) .dark\:bg-rose-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-500:hover, :where(.uc-dark) .dark\:bg-rose-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-600, :where(.uc-dark) .dark\:bg-rose-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-600:hover, :where(.uc-dark) .dark\:bg-rose-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-700, :where(.uc-dark) .dark\:bg-rose-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-700:hover, :where(.uc-dark) .dark\:bg-rose-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-800, :where(.uc-dark) .dark\:bg-rose-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-800:hover, :where(.uc-dark) .dark\:bg-rose-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-rose-900, :where(.uc-dark) .dark\:bg-rose-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-rose-900:hover, :where(.uc-dark) .dark\:bg-rose-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-rose-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rose-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink, :where(.uc-dark) .dark\:bg-pink-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink:hover, :where(.uc-dark) .dark\:bg-pink-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-10, :where(.uc-dark) .dark\:bg-pink-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-10:hover, :where(.uc-dark) .dark\:bg-pink-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-25, :where(.uc-dark) .dark\:bg-pink-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-25:hover, :where(.uc-dark) .dark\:bg-pink-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-50, :where(.uc-dark) .dark\:bg-pink-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-50:hover, :where(.uc-dark) .dark\:bg-pink-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-100, :where(.uc-dark) .dark\:bg-pink-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-100:hover, :where(.uc-dark) .dark\:bg-pink-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-200, :where(.uc-dark) .dark\:bg-pink-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-200:hover, :where(.uc-dark) .dark\:bg-pink-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-300, :where(.uc-dark) .dark\:bg-pink-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-300:hover, :where(.uc-dark) .dark\:bg-pink-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-400, :where(.uc-dark) .dark\:bg-pink-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-400:hover, :where(.uc-dark) .dark\:bg-pink-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-500, :where(.uc-dark) .dark\:bg-pink-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-500:hover, :where(.uc-dark) .dark\:bg-pink-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-600, :where(.uc-dark) .dark\:bg-pink-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-600:hover, :where(.uc-dark) .dark\:bg-pink-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-700, :where(.uc-dark) .dark\:bg-pink-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-700:hover, :where(.uc-dark) .dark\:bg-pink-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-800, :where(.uc-dark) .dark\:bg-pink-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-800:hover, :where(.uc-dark) .dark\:bg-pink-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-pink-900, :where(.uc-dark) .dark\:bg-pink-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-pink-900:hover, :where(.uc-dark) .dark\:bg-pink-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-pink-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange, :where(.uc-dark) .dark\:bg-orange-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange:hover, :where(.uc-dark) .dark\:bg-orange-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-10, :where(.uc-dark) .dark\:bg-orange-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-10:hover, :where(.uc-dark) .dark\:bg-orange-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-25, :where(.uc-dark) .dark\:bg-orange-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-25:hover, :where(.uc-dark) .dark\:bg-orange-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-50, :where(.uc-dark) .dark\:bg-orange-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-50:hover, :where(.uc-dark) .dark\:bg-orange-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-100, :where(.uc-dark) .dark\:bg-orange-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-100:hover, :where(.uc-dark) .dark\:bg-orange-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-200, :where(.uc-dark) .dark\:bg-orange-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-200:hover, :where(.uc-dark) .dark\:bg-orange-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-300, :where(.uc-dark) .dark\:bg-orange-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-300:hover, :where(.uc-dark) .dark\:bg-orange-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-400, :where(.uc-dark) .dark\:bg-orange-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-400:hover, :where(.uc-dark) .dark\:bg-orange-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-500, :where(.uc-dark) .dark\:bg-orange-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-500:hover, :where(.uc-dark) .dark\:bg-orange-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-600, :where(.uc-dark) .dark\:bg-orange-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-600:hover, :where(.uc-dark) .dark\:bg-orange-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-700, :where(.uc-dark) .dark\:bg-orange-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-700:hover, :where(.uc-dark) .dark\:bg-orange-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-800, :where(.uc-dark) .dark\:bg-orange-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-800:hover, :where(.uc-dark) .dark\:bg-orange-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-orange-900, :where(.uc-dark) .dark\:bg-orange-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-900:hover, :where(.uc-dark) .dark\:bg-orange-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow, :where(.uc-dark) .dark\:bg-yellow-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow:hover, :where(.uc-dark) .dark\:bg-yellow-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-10, :where(.uc-dark) .dark\:bg-yellow-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-10:hover, :where(.uc-dark) .dark\:bg-yellow-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-25, :where(.uc-dark) .dark\:bg-yellow-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-25:hover, :where(.uc-dark) .dark\:bg-yellow-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-50, :where(.uc-dark) .dark\:bg-yellow-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-50:hover, :where(.uc-dark) .dark\:bg-yellow-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-100, :where(.uc-dark) .dark\:bg-yellow-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-100:hover, :where(.uc-dark) .dark\:bg-yellow-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-200, :where(.uc-dark) .dark\:bg-yellow-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-200:hover, :where(.uc-dark) .dark\:bg-yellow-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-300, :where(.uc-dark) .dark\:bg-yellow-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-300:hover, :where(.uc-dark) .dark\:bg-yellow-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-400, :where(.uc-dark) .dark\:bg-yellow-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-400:hover, :where(.uc-dark) .dark\:bg-yellow-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-500, :where(.uc-dark) .dark\:bg-yellow-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-500:hover, :where(.uc-dark) .dark\:bg-yellow-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-600, :where(.uc-dark) .dark\:bg-yellow-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-600:hover, :where(.uc-dark) .dark\:bg-yellow-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-700, :where(.uc-dark) .dark\:bg-yellow-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-700:hover, :where(.uc-dark) .dark\:bg-yellow-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-800, :where(.uc-dark) .dark\:bg-yellow-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-800:hover, :where(.uc-dark) .dark\:bg-yellow-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-yellow-900, :where(.uc-dark) .dark\:bg-yellow-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-yellow-900:hover, :where(.uc-dark) .dark\:bg-yellow-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-yellow-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green, :where(.uc-dark) .dark\:bg-green-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green:hover, :where(.uc-dark) .dark\:bg-green-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-10, :where(.uc-dark) .dark\:bg-green-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-10:hover, :where(.uc-dark) .dark\:bg-green-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-25, :where(.uc-dark) .dark\:bg-green-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-25:hover, :where(.uc-dark) .dark\:bg-green-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-50, :where(.uc-dark) .dark\:bg-green-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-50:hover, :where(.uc-dark) .dark\:bg-green-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-100, :where(.uc-dark) .dark\:bg-green-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-100:hover, :where(.uc-dark) .dark\:bg-green-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-200, :where(.uc-dark) .dark\:bg-green-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-200:hover, :where(.uc-dark) .dark\:bg-green-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-300, :where(.uc-dark) .dark\:bg-green-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-300:hover, :where(.uc-dark) .dark\:bg-green-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-400, :where(.uc-dark) .dark\:bg-green-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-400:hover, :where(.uc-dark) .dark\:bg-green-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-500, :where(.uc-dark) .dark\:bg-green-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-500:hover, :where(.uc-dark) .dark\:bg-green-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-600, :where(.uc-dark) .dark\:bg-green-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-600:hover, :where(.uc-dark) .dark\:bg-green-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-700, :where(.uc-dark) .dark\:bg-green-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-700:hover, :where(.uc-dark) .dark\:bg-green-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-800, :where(.uc-dark) .dark\:bg-green-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-800:hover, :where(.uc-dark) .dark\:bg-green-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-green-900, :where(.uc-dark) .dark\:bg-green-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-green-900:hover, :where(.uc-dark) .dark\:bg-green-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-green-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime, :where(.uc-dark) .dark\:bg-lime-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime:hover, :where(.uc-dark) .dark\:bg-lime-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-10, :where(.uc-dark) .dark\:bg-lime-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-10:hover, :where(.uc-dark) .dark\:bg-lime-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-25, :where(.uc-dark) .dark\:bg-lime-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-25:hover, :where(.uc-dark) .dark\:bg-lime-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-50, :where(.uc-dark) .dark\:bg-lime-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-50:hover, :where(.uc-dark) .dark\:bg-lime-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-100, :where(.uc-dark) .dark\:bg-lime-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-100:hover, :where(.uc-dark) .dark\:bg-lime-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-200, :where(.uc-dark) .dark\:bg-lime-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-200:hover, :where(.uc-dark) .dark\:bg-lime-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-300, :where(.uc-dark) .dark\:bg-lime-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-300:hover, :where(.uc-dark) .dark\:bg-lime-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-400, :where(.uc-dark) .dark\:bg-lime-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-400:hover, :where(.uc-dark) .dark\:bg-lime-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-500, :where(.uc-dark) .dark\:bg-lime-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-500:hover, :where(.uc-dark) .dark\:bg-lime-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-600, :where(.uc-dark) .dark\:bg-lime-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-600:hover, :where(.uc-dark) .dark\:bg-lime-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-700, :where(.uc-dark) .dark\:bg-lime-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-700:hover, :where(.uc-dark) .dark\:bg-lime-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-800, :where(.uc-dark) .dark\:bg-lime-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-800:hover, :where(.uc-dark) .dark\:bg-lime-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-lime-900, :where(.uc-dark) .dark\:bg-lime-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-lime-900:hover, :where(.uc-dark) .dark\:bg-lime-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-lime-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal, :where(.uc-dark) .dark\:bg-teal-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal:hover, :where(.uc-dark) .dark\:bg-teal-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-10, :where(.uc-dark) .dark\:bg-teal-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-10:hover, :where(.uc-dark) .dark\:bg-teal-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-25, :where(.uc-dark) .dark\:bg-teal-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-25:hover, :where(.uc-dark) .dark\:bg-teal-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-50, :where(.uc-dark) .dark\:bg-teal-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-50:hover, :where(.uc-dark) .dark\:bg-teal-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-100, :where(.uc-dark) .dark\:bg-teal-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-100:hover, :where(.uc-dark) .dark\:bg-teal-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-200, :where(.uc-dark) .dark\:bg-teal-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-200:hover, :where(.uc-dark) .dark\:bg-teal-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-300, :where(.uc-dark) .dark\:bg-teal-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-300:hover, :where(.uc-dark) .dark\:bg-teal-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-400, :where(.uc-dark) .dark\:bg-teal-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-400:hover, :where(.uc-dark) .dark\:bg-teal-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-500, :where(.uc-dark) .dark\:bg-teal-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-500:hover, :where(.uc-dark) .dark\:bg-teal-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-600, :where(.uc-dark) .dark\:bg-teal-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-600:hover, :where(.uc-dark) .dark\:bg-teal-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-700, :where(.uc-dark) .dark\:bg-teal-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-700:hover, :where(.uc-dark) .dark\:bg-teal-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-800, :where(.uc-dark) .dark\:bg-teal-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-800:hover, :where(.uc-dark) .dark\:bg-teal-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-teal-900, :where(.uc-dark) .dark\:bg-teal-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-teal-900:hover, :where(.uc-dark) .dark\:bg-teal-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-teal-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan, :where(.uc-dark) .dark\:bg-cyan-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan:hover, :where(.uc-dark) .dark\:bg-cyan-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-10, :where(.uc-dark) .dark\:bg-cyan-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-10:hover, :where(.uc-dark) .dark\:bg-cyan-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-25, :where(.uc-dark) .dark\:bg-cyan-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-25:hover, :where(.uc-dark) .dark\:bg-cyan-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-50, :where(.uc-dark) .dark\:bg-cyan-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-50:hover, :where(.uc-dark) .dark\:bg-cyan-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-100, :where(.uc-dark) .dark\:bg-cyan-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-100:hover, :where(.uc-dark) .dark\:bg-cyan-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-200, :where(.uc-dark) .dark\:bg-cyan-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-200:hover, :where(.uc-dark) .dark\:bg-cyan-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-300, :where(.uc-dark) .dark\:bg-cyan-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-300:hover, :where(.uc-dark) .dark\:bg-cyan-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-400, :where(.uc-dark) .dark\:bg-cyan-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-400:hover, :where(.uc-dark) .dark\:bg-cyan-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-500, :where(.uc-dark) .dark\:bg-cyan-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-500:hover, :where(.uc-dark) .dark\:bg-cyan-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-600, :where(.uc-dark) .dark\:bg-cyan-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-600:hover, :where(.uc-dark) .dark\:bg-cyan-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-700, :where(.uc-dark) .dark\:bg-cyan-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-700:hover, :where(.uc-dark) .dark\:bg-cyan-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-800, :where(.uc-dark) .dark\:bg-cyan-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-800:hover, :where(.uc-dark) .dark\:bg-cyan-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-cyan-900, :where(.uc-dark) .dark\:bg-cyan-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-cyan-900:hover, :where(.uc-dark) .dark\:bg-cyan-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-cyan-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary, :where(.uc-dark) .dark\:bg-tertiary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary:hover, :where(.uc-dark) .dark\:bg-tertiary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-10, :where(.uc-dark) .dark\:bg-tertiary-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-10:hover, :where(.uc-dark) .dark\:bg-tertiary-10-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-10:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-10-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-25, :where(.uc-dark) .dark\:bg-tertiary-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-25:hover, :where(.uc-dark) .dark\:bg-tertiary-25-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-25:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-25-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-50, :where(.uc-dark) .dark\:bg-tertiary-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-50:hover, :where(.uc-dark) .dark\:bg-tertiary-50-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-100, :where(.uc-dark) .dark\:bg-tertiary-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-100:hover, :where(.uc-dark) .dark\:bg-tertiary-100-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-200, :where(.uc-dark) .dark\:bg-tertiary-200-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-200:hover, :where(.uc-dark) .dark\:bg-tertiary-200-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-200:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-200-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-300, :where(.uc-dark) .dark\:bg-tertiary-300-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover, :where(.uc-dark) .dark\:bg-tertiary-300-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-300:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-400, :where(.uc-dark) .dark\:bg-tertiary-400-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-400:hover, :where(.uc-dark) .dark\:bg-tertiary-400-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-400:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-400-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-500, :where(.uc-dark) .dark\:bg-tertiary-500-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-500:hover, :where(.uc-dark) .dark\:bg-tertiary-500-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-500:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-500-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-600, :where(.uc-dark) .dark\:bg-tertiary-600-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-600:hover, :where(.uc-dark) .dark\:bg-tertiary-600-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-600:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-700, :where(.uc-dark) .dark\:bg-tertiary-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-700:hover, :where(.uc-dark) .dark\:bg-tertiary-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-800, :where(.uc-dark) .dark\:bg-tertiary-800-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-800:hover, :where(.uc-dark) .dark\:bg-tertiary-800-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-tertiary-900, :where(.uc-dark) .dark\:bg-tertiary-900-hover:hover, :where(.uc-dark) .dark\:hover\:bg-tertiary-900:hover, :where(.uc-dark) .dark\:bg-tertiary-900-focus:focus, :where(.uc-dark) .dark\:focus\:bg-tertiary-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-900-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-black, :where(.uc-dark) .dark\:bg-black-hover:hover, :where(.uc-dark) .dark\:hover\:bg-black:hover, :where(.uc-dark) .dark\:bg-black-focus:focus, :where(.uc-dark) .dark\:focus\:bg-black:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-white, :where(.uc-dark) .dark\:bg-white-hover:hover, :where(.uc-dark) .dark\:hover\:bg-white:hover, :where(.uc-dark) .dark\:bg-white-focus:focus, :where(.uc-dark) .dark\:focus\:bg-white:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-body, :where(.uc-dark) .dark\:bg-body-hover:hover, :where(.uc-dark) .dark\:hover\:bg-body:hover, :where(.uc-dark) .dark\:bg-body-focus:focus, :where(.uc-dark) .dark\:focus\:bg-body:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-transparent, :where(.uc-dark) .dark\:bg-transparent-hover:hover, :where(.uc-dark) .dark\:hover\:bg-transparent:hover, :where(.uc-dark) .dark\:bg-transparent-focus:focus, :where(.uc-dark) .dark\:focus\:bg-transparent:focus {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

:where(.uc-dark) .dark\:bg-body-secondary, :where(.uc-dark) .dark\:bg-body-secondary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-body-secondary:hover, :where(.uc-dark) .dark\:bg-body-secondary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-body-secondary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-body-tertiary, :where(.uc-dark) .dark\:bg-body-tertiary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-body-tertiary:hover, :where(.uc-dark) .dark\:bg-body-tertiary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-body-tertiary:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-0, .bg-opacity-0-hover:hover, .hover\:bg-opacity-0:hover {
  --bs-bg-opacity: 0;
}

.bg-opacity-5, .bg-opacity-5-hover:hover, .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-10, .bg-opacity-10-hover:hover, .hover\:bg-opacity-10:hover {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-15, .bg-opacity-15-hover:hover, .hover\:bg-opacity-15:hover {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-20, .bg-opacity-20-hover:hover, .hover\:bg-opacity-20:hover {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-25, .bg-opacity-25-hover:hover, .hover\:bg-opacity-25:hover {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-30, .bg-opacity-30-hover:hover, .hover\:bg-opacity-30:hover {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-35, .bg-opacity-35-hover:hover, .hover\:bg-opacity-35:hover {
  --bs-bg-opacity: 0.35;
}

.bg-opacity-40, .bg-opacity-40-hover:hover, .hover\:bg-opacity-40:hover {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-45, .bg-opacity-45-hover:hover, .hover\:bg-opacity-45:hover {
  --bs-bg-opacity: 0.45;
}

.bg-opacity-50, .bg-opacity-50-hover:hover, .hover\:bg-opacity-50:hover {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-55, .bg-opacity-55-hover:hover, .hover\:bg-opacity-55:hover {
  --bs-bg-opacity: 0.55;
}

.bg-opacity-60, .bg-opacity-60-hover:hover, .hover\:bg-opacity-60:hover {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-65, .bg-opacity-65-hover:hover, .hover\:bg-opacity-65:hover {
  --bs-bg-opacity: 0.65;
}

.bg-opacity-70, .bg-opacity-70-hover:hover, .hover\:bg-opacity-70:hover {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-75, .bg-opacity-75-hover:hover, .hover\:bg-opacity-75:hover {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-80, .bg-opacity-80-hover:hover, .hover\:bg-opacity-80:hover {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-85, .bg-opacity-85-hover:hover, .hover\:bg-opacity-85:hover {
  --bs-bg-opacity: 0.85;
}

.bg-opacity-90, .bg-opacity-90-hover:hover, .hover\:bg-opacity-90:hover {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-95, .bg-opacity-95-hover:hover, .hover\:bg-opacity-95:hover {
  --bs-bg-opacity: 0.95;
}

.bg-opacity-100, .bg-opacity-100-hover:hover, .hover\:bg-opacity-100:hover {
  --bs-bg-opacity: 1;
}

:where(.uc-dark) .dark\:bg-opacity-0, :where(.uc-dark) .dark\:bg-opacity-0-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-0:hover {
  --bs-bg-opacity: 0;
}

:where(.uc-dark) .dark\:bg-opacity-5, :where(.uc-dark) .dark\:bg-opacity-5-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-5:hover {
  --bs-bg-opacity: 0.05;
}

:where(.uc-dark) .dark\:bg-opacity-10, :where(.uc-dark) .dark\:bg-opacity-10-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-10:hover {
  --bs-bg-opacity: 0.1;
}

:where(.uc-dark) .dark\:bg-opacity-15, :where(.uc-dark) .dark\:bg-opacity-15-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-15:hover {
  --bs-bg-opacity: 0.15;
}

:where(.uc-dark) .dark\:bg-opacity-20, :where(.uc-dark) .dark\:bg-opacity-20-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-20:hover {
  --bs-bg-opacity: 0.2;
}

:where(.uc-dark) .dark\:bg-opacity-25, :where(.uc-dark) .dark\:bg-opacity-25-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-25:hover {
  --bs-bg-opacity: 0.25;
}

:where(.uc-dark) .dark\:bg-opacity-30, :where(.uc-dark) .dark\:bg-opacity-30-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-30:hover {
  --bs-bg-opacity: 0.3;
}

:where(.uc-dark) .dark\:bg-opacity-35, :where(.uc-dark) .dark\:bg-opacity-35-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-35:hover {
  --bs-bg-opacity: 0.35;
}

:where(.uc-dark) .dark\:bg-opacity-40, :where(.uc-dark) .dark\:bg-opacity-40-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-40:hover {
  --bs-bg-opacity: 0.4;
}

:where(.uc-dark) .dark\:bg-opacity-45, :where(.uc-dark) .dark\:bg-opacity-45-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-45:hover {
  --bs-bg-opacity: 0.45;
}

:where(.uc-dark) .dark\:bg-opacity-50, :where(.uc-dark) .dark\:bg-opacity-50-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-50:hover {
  --bs-bg-opacity: 0.5;
}

:where(.uc-dark) .dark\:bg-opacity-55, :where(.uc-dark) .dark\:bg-opacity-55-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-55:hover {
  --bs-bg-opacity: 0.55;
}

:where(.uc-dark) .dark\:bg-opacity-60, :where(.uc-dark) .dark\:bg-opacity-60-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-60:hover {
  --bs-bg-opacity: 0.6;
}

:where(.uc-dark) .dark\:bg-opacity-65, :where(.uc-dark) .dark\:bg-opacity-65-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-65:hover {
  --bs-bg-opacity: 0.65;
}

:where(.uc-dark) .dark\:bg-opacity-70, :where(.uc-dark) .dark\:bg-opacity-70-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-70:hover {
  --bs-bg-opacity: 0.7;
}

:where(.uc-dark) .dark\:bg-opacity-75, :where(.uc-dark) .dark\:bg-opacity-75-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-75:hover {
  --bs-bg-opacity: 0.75;
}

:where(.uc-dark) .dark\:bg-opacity-80, :where(.uc-dark) .dark\:bg-opacity-80-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-80:hover {
  --bs-bg-opacity: 0.8;
}

:where(.uc-dark) .dark\:bg-opacity-85, :where(.uc-dark) .dark\:bg-opacity-85-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-85:hover {
  --bs-bg-opacity: 0.85;
}

:where(.uc-dark) .dark\:bg-opacity-90, :where(.uc-dark) .dark\:bg-opacity-90-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-90:hover {
  --bs-bg-opacity: 0.9;
}

:where(.uc-dark) .dark\:bg-opacity-95, :where(.uc-dark) .dark\:bg-opacity-95-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-95:hover {
  --bs-bg-opacity: 0.95;
}

:where(.uc-dark) .dark\:bg-opacity-100, :where(.uc-dark) .dark\:bg-opacity-100-hover:hover, :where(.uc-dark) .dark\:hover\:bg-opacity-100:hover {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded, .rounded-hover:hover, .hover\:rounded:hover {
  border-radius: var(--radius) !important;
}

.rounded-default, .rounded-default-hover:hover, .hover\:rounded-default:hover {
  border-radius: 8px !important;
}

.rounded-0-5, .rounded-0-5-hover:hover, .hover\:rounded-0-5:hover {
  border-radius: 2px !important;
}

.rounded-1, .rounded-1-hover:hover, .hover\:rounded-1:hover {
  border-radius: 4px !important;
}

.rounded-1-5, .rounded-1-5-hover:hover, .hover\:rounded-1-5:hover {
  border-radius: 12px !important;
}

.rounded-2, .rounded-2-hover:hover, .hover\:rounded-2:hover {
  border-radius: 16px !important;
}

.rounded-2-5, .rounded-2-5-hover:hover, .hover\:rounded-2-5:hover {
  border-radius: 20px !important;
}

.rounded-3, .rounded-3-hover:hover, .hover\:rounded-3:hover {
  border-radius: 24px !important;
}

.rounded-3-5, .rounded-3-5-hover:hover, .hover\:rounded-3-5:hover {
  border-radius: 28px !important;
}

.rounded-4, .rounded-4-hover:hover, .hover\:rounded-4:hover {
  border-radius: 32px !important;
}

.rounded-4-5, .rounded-4-5-hover:hover, .hover\:rounded-4-5:hover {
  border-radius: 36px !important;
}

.rounded-5, .rounded-5-hover:hover, .hover\:rounded-5:hover {
  border-radius: 40px !important;
}

.rounded-5-5, .rounded-5-5-hover:hover, .hover\:rounded-5-5:hover {
  border-radius: 44px !important;
}

.rounded-6, .rounded-6-hover:hover, .hover\:rounded-6:hover {
  border-radius: 48px !important;
}

.rounded-6-5, .rounded-6-5-hover:hover, .hover\:rounded-6-5:hover {
  border-radius: 52px !important;
}

.rounded-7, .rounded-7-hover:hover, .hover\:rounded-7:hover {
  border-radius: 56px !important;
}

.rounded-7-5, .rounded-7-5-hover:hover, .hover\:rounded-7-5:hover {
  border-radius: 60px !important;
}

.rounded-8, .rounded-8-hover:hover, .hover\:rounded-8:hover {
  border-radius: 64px !important;
}

.rounded-8-5, .rounded-8-5-hover:hover, .hover\:rounded-8-5:hover {
  border-radius: 68px !important;
}

.rounded-9, .rounded-9-hover:hover, .hover\:rounded-9:hover {
  border-radius: 72px !important;
}

.rounded-9-5, .rounded-9-5-hover:hover, .hover\:rounded-9-5:hover {
  border-radius: 76px !important;
}

.rounded-10, .rounded-10-hover:hover, .hover\:rounded-10:hover {
  border-radius: 80px !important;
}

.rounded-circle, .rounded-circle-hover:hover, .hover\:rounded-circle:hover {
  border-radius: 50% !important;
}

.rounded-full, .rounded-full-hover:hover, .hover\:rounded-full:hover {
  border-radius: 100% !important;
}

.rounded-pill, .rounded-pill-hover:hover, .hover\:rounded-pill:hover {
  border-radius: 50rem !important;
}

.rounded-0, .rounded-0-hover:hover, .hover\:rounded-0:hover {
  border-radius: 0 !important;
}

.rounded-top, .rounded-top-hover:hover, .hover\:rounded-top:hover {
  border-top-left-radius: var(--radius) !important;
  border-top-right-radius: var(--radius) !important;
}

.rounded-top-default, .rounded-top-default-hover:hover, .hover\:rounded-top-default:hover {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-top-0-5, .rounded-top-0-5-hover:hover, .hover\:rounded-top-0-5:hover {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-top-1, .rounded-top-1-hover:hover, .hover\:rounded-top-1:hover {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-top-1-5, .rounded-top-1-5-hover:hover, .hover\:rounded-top-1-5:hover {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-top-2, .rounded-top-2-hover:hover, .hover\:rounded-top-2:hover {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-top-2-5, .rounded-top-2-5-hover:hover, .hover\:rounded-top-2-5:hover {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-top-3, .rounded-top-3-hover:hover, .hover\:rounded-top-3:hover {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.rounded-top-3-5, .rounded-top-3-5-hover:hover, .hover\:rounded-top-3-5:hover {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.rounded-top-4, .rounded-top-4-hover:hover, .hover\:rounded-top-4:hover {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
}

.rounded-top-4-5, .rounded-top-4-5-hover:hover, .hover\:rounded-top-4-5:hover {
  border-top-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
}

.rounded-top-5, .rounded-top-5-hover:hover, .hover\:rounded-top-5:hover {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
}

.rounded-top-5-5, .rounded-top-5-5-hover:hover, .hover\:rounded-top-5-5:hover {
  border-top-left-radius: 44px !important;
  border-top-right-radius: 44px !important;
}

.rounded-top-6, .rounded-top-6-hover:hover, .hover\:rounded-top-6:hover {
  border-top-left-radius: 48px !important;
  border-top-right-radius: 48px !important;
}

.rounded-top-6-5, .rounded-top-6-5-hover:hover, .hover\:rounded-top-6-5:hover {
  border-top-left-radius: 52px !important;
  border-top-right-radius: 52px !important;
}

.rounded-top-7, .rounded-top-7-hover:hover, .hover\:rounded-top-7:hover {
  border-top-left-radius: 56px !important;
  border-top-right-radius: 56px !important;
}

.rounded-top-7-5, .rounded-top-7-5-hover:hover, .hover\:rounded-top-7-5:hover {
  border-top-left-radius: 60px !important;
  border-top-right-radius: 60px !important;
}

.rounded-top-8, .rounded-top-8-hover:hover, .hover\:rounded-top-8:hover {
  border-top-left-radius: 64px !important;
  border-top-right-radius: 64px !important;
}

.rounded-top-8-5, .rounded-top-8-5-hover:hover, .hover\:rounded-top-8-5:hover {
  border-top-left-radius: 68px !important;
  border-top-right-radius: 68px !important;
}

.rounded-top-9, .rounded-top-9-hover:hover, .hover\:rounded-top-9:hover {
  border-top-left-radius: 72px !important;
  border-top-right-radius: 72px !important;
}

.rounded-top-9-5, .rounded-top-9-5-hover:hover, .hover\:rounded-top-9-5:hover {
  border-top-left-radius: 76px !important;
  border-top-right-radius: 76px !important;
}

.rounded-top-10, .rounded-top-10-hover:hover, .hover\:rounded-top-10:hover {
  border-top-left-radius: 80px !important;
  border-top-right-radius: 80px !important;
}

.rounded-top-circle, .rounded-top-circle-hover:hover, .hover\:rounded-top-circle:hover {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-full, .rounded-top-full-hover:hover, .hover\:rounded-top-full:hover {
  border-top-left-radius: 100% !important;
  border-top-right-radius: 100% !important;
}

.rounded-top-pill, .rounded-top-pill-hover:hover, .hover\:rounded-top-pill:hover {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

.rounded-top-0, .rounded-top-0-hover:hover, .hover\:rounded-top-0:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-end, .rounded-end-hover:hover, .hover\:rounded-end:hover {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-end {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-end {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

.rounded-end-default, .rounded-end-default-hover:hover, .hover\:rounded-end-default:hover {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-end-default {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-end-default {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-end-0-5, .rounded-end-0-5-hover:hover, .hover\:rounded-end-0-5:hover {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-end-0-5 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-end-0-5 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-end-1, .rounded-end-1-hover:hover, .hover\:rounded-end-1:hover {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-end-1 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-end-1 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-end-1-5, .rounded-end-1-5-hover:hover, .hover\:rounded-end-1-5:hover {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-end-1-5 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-end-1-5 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-end-2, .rounded-end-2-hover:hover, .hover\:rounded-end-2:hover {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-end-2 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-end-2 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-end-2-5, .rounded-end-2-5-hover:hover, .hover\:rounded-end-2-5:hover {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-end-2-5 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-end-2-5 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-end-3, .rounded-end-3-hover:hover, .hover\:rounded-end-3:hover {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-end-3 {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-end-3 {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.rounded-end-3-5, .rounded-end-3-5-hover:hover, .hover\:rounded-end-3-5:hover {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-end-3-5 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-end-3-5 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.rounded-end-4, .rounded-end-4-hover:hover, .hover\:rounded-end-4:hover {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-end-4 {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-end-4 {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

.rounded-end-4-5, .rounded-end-4-5-hover:hover, .hover\:rounded-end-4-5:hover {
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-end-4-5 {
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-end-4-5 {
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}

.rounded-end-5, .rounded-end-5-hover:hover, .hover\:rounded-end-5:hover {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-end-5 {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-end-5 {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

.rounded-end-5-5, .rounded-end-5-5-hover:hover, .hover\:rounded-end-5-5:hover {
  border-top-right-radius: 44px !important;
  border-bottom-right-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-end-5-5 {
  border-top-right-radius: 44px !important;
  border-bottom-right-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-end-5-5 {
  border-top-right-radius: 44px !important;
  border-bottom-right-radius: 44px !important;
}

.rounded-end-6, .rounded-end-6-hover:hover, .hover\:rounded-end-6:hover {
  border-top-right-radius: 48px !important;
  border-bottom-right-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-end-6 {
  border-top-right-radius: 48px !important;
  border-bottom-right-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-end-6 {
  border-top-right-radius: 48px !important;
  border-bottom-right-radius: 48px !important;
}

.rounded-end-6-5, .rounded-end-6-5-hover:hover, .hover\:rounded-end-6-5:hover {
  border-top-right-radius: 52px !important;
  border-bottom-right-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-end-6-5 {
  border-top-right-radius: 52px !important;
  border-bottom-right-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-end-6-5 {
  border-top-right-radius: 52px !important;
  border-bottom-right-radius: 52px !important;
}

.rounded-end-7, .rounded-end-7-hover:hover, .hover\:rounded-end-7:hover {
  border-top-right-radius: 56px !important;
  border-bottom-right-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-end-7 {
  border-top-right-radius: 56px !important;
  border-bottom-right-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-end-7 {
  border-top-right-radius: 56px !important;
  border-bottom-right-radius: 56px !important;
}

.rounded-end-7-5, .rounded-end-7-5-hover:hover, .hover\:rounded-end-7-5:hover {
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-end-7-5 {
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-end-7-5 {
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}

.rounded-end-8, .rounded-end-8-hover:hover, .hover\:rounded-end-8:hover {
  border-top-right-radius: 64px !important;
  border-bottom-right-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-end-8 {
  border-top-right-radius: 64px !important;
  border-bottom-right-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-end-8 {
  border-top-right-radius: 64px !important;
  border-bottom-right-radius: 64px !important;
}

.rounded-end-8-5, .rounded-end-8-5-hover:hover, .hover\:rounded-end-8-5:hover {
  border-top-right-radius: 68px !important;
  border-bottom-right-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-end-8-5 {
  border-top-right-radius: 68px !important;
  border-bottom-right-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-end-8-5 {
  border-top-right-radius: 68px !important;
  border-bottom-right-radius: 68px !important;
}

.rounded-end-9, .rounded-end-9-hover:hover, .hover\:rounded-end-9:hover {
  border-top-right-radius: 72px !important;
  border-bottom-right-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-end-9 {
  border-top-right-radius: 72px !important;
  border-bottom-right-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-end-9 {
  border-top-right-radius: 72px !important;
  border-bottom-right-radius: 72px !important;
}

.rounded-end-9-5, .rounded-end-9-5-hover:hover, .hover\:rounded-end-9-5:hover {
  border-top-right-radius: 76px !important;
  border-bottom-right-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-end-9-5 {
  border-top-right-radius: 76px !important;
  border-bottom-right-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-end-9-5 {
  border-top-right-radius: 76px !important;
  border-bottom-right-radius: 76px !important;
}

.rounded-end-10, .rounded-end-10-hover:hover, .hover\:rounded-end-10:hover {
  border-top-right-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-end-10 {
  border-top-right-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-end-10 {
  border-top-right-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

.rounded-end-circle, .rounded-end-circle-hover:hover, .hover\:rounded-end-circle:hover {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-full, .rounded-end-full-hover:hover, .hover\:rounded-end-full:hover {
  border-top-right-radius: 100% !important;
  border-bottom-right-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-end-full {
  border-top-right-radius: 100% !important;
  border-bottom-right-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-end-full {
  border-top-right-radius: 100% !important;
  border-bottom-right-radius: 100% !important;
}

.rounded-end-pill, .rounded-end-pill-hover:hover, .hover\:rounded-end-pill:hover {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.rounded-end-0, .rounded-end-0-hover:hover, .hover\:rounded-end-0:hover {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom, .rounded-bottom-hover:hover, .hover\:rounded-bottom:hover {
  border-bottom-right-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

.rounded-bottom-default, .rounded-bottom-default-hover:hover, .hover\:rounded-bottom-default:hover {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-bottom-0-5, .rounded-bottom-0-5-hover:hover, .hover\:rounded-bottom-0-5:hover {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-bottom-1, .rounded-bottom-1-hover:hover, .hover\:rounded-bottom-1:hover {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-bottom-1-5, .rounded-bottom-1-5-hover:hover, .hover\:rounded-bottom-1-5:hover {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-bottom-2, .rounded-bottom-2-hover:hover, .hover\:rounded-bottom-2:hover {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-bottom-2-5, .rounded-bottom-2-5-hover:hover, .hover\:rounded-bottom-2-5:hover {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-bottom-3, .rounded-bottom-3-hover:hover, .hover\:rounded-bottom-3:hover {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-bottom-3-5, .rounded-bottom-3-5-hover:hover, .hover\:rounded-bottom-3-5:hover {
  border-bottom-right-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}

.rounded-bottom-4, .rounded-bottom-4-hover:hover, .hover\:rounded-bottom-4:hover {
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.rounded-bottom-4-5, .rounded-bottom-4-5-hover:hover, .hover\:rounded-bottom-4-5:hover {
  border-bottom-right-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
}

.rounded-bottom-5, .rounded-bottom-5-hover:hover, .hover\:rounded-bottom-5:hover {
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
}

.rounded-bottom-5-5, .rounded-bottom-5-5-hover:hover, .hover\:rounded-bottom-5-5:hover {
  border-bottom-right-radius: 44px !important;
  border-bottom-left-radius: 44px !important;
}

.rounded-bottom-6, .rounded-bottom-6-hover:hover, .hover\:rounded-bottom-6:hover {
  border-bottom-right-radius: 48px !important;
  border-bottom-left-radius: 48px !important;
}

.rounded-bottom-6-5, .rounded-bottom-6-5-hover:hover, .hover\:rounded-bottom-6-5:hover {
  border-bottom-right-radius: 52px !important;
  border-bottom-left-radius: 52px !important;
}

.rounded-bottom-7, .rounded-bottom-7-hover:hover, .hover\:rounded-bottom-7:hover {
  border-bottom-right-radius: 56px !important;
  border-bottom-left-radius: 56px !important;
}

.rounded-bottom-7-5, .rounded-bottom-7-5-hover:hover, .hover\:rounded-bottom-7-5:hover {
  border-bottom-right-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
}

.rounded-bottom-8, .rounded-bottom-8-hover:hover, .hover\:rounded-bottom-8:hover {
  border-bottom-right-radius: 64px !important;
  border-bottom-left-radius: 64px !important;
}

.rounded-bottom-8-5, .rounded-bottom-8-5-hover:hover, .hover\:rounded-bottom-8-5:hover {
  border-bottom-right-radius: 68px !important;
  border-bottom-left-radius: 68px !important;
}

.rounded-bottom-9, .rounded-bottom-9-hover:hover, .hover\:rounded-bottom-9:hover {
  border-bottom-right-radius: 72px !important;
  border-bottom-left-radius: 72px !important;
}

.rounded-bottom-9-5, .rounded-bottom-9-5-hover:hover, .hover\:rounded-bottom-9-5:hover {
  border-bottom-right-radius: 76px !important;
  border-bottom-left-radius: 76px !important;
}

.rounded-bottom-10, .rounded-bottom-10-hover:hover, .hover\:rounded-bottom-10:hover {
  border-bottom-right-radius: 80px !important;
  border-bottom-left-radius: 80px !important;
}

.rounded-bottom-circle, .rounded-bottom-circle-hover:hover, .hover\:rounded-bottom-circle:hover {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-full, .rounded-bottom-full-hover:hover, .hover\:rounded-bottom-full:hover {
  border-bottom-right-radius: 100% !important;
  border-bottom-left-radius: 100% !important;
}

.rounded-bottom-pill, .rounded-bottom-pill-hover:hover, .hover\:rounded-bottom-pill:hover {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.rounded-bottom-0, .rounded-bottom-0-hover:hover, .hover\:rounded-bottom-0:hover {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start, .rounded-start-hover:hover, .hover\:rounded-start:hover {
  border-bottom-left-radius: var(--radius) !important;
  border-top-left-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-start {
  border-bottom-left-radius: var(--radius) !important;
  border-top-left-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-start {
  border-bottom-left-radius: var(--radius) !important;
  border-top-left-radius: var(--radius) !important;
}

.rounded-start-default, .rounded-start-default-hover:hover, .hover\:rounded-start-default:hover {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-start-default {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-start-default {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.rounded-start-0-5, .rounded-start-0-5-hover:hover, .hover\:rounded-start-0-5:hover {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-start-0-5 {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-start-0-5 {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}

.rounded-start-1, .rounded-start-1-hover:hover, .hover\:rounded-start-1:hover {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-start-1 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-start-1 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.rounded-start-1-5, .rounded-start-1-5-hover:hover, .hover\:rounded-start-1-5:hover {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-start-1-5 {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-start-1-5 {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.rounded-start-2, .rounded-start-2-hover:hover, .hover\:rounded-start-2:hover {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.rounded-start-2-5, .rounded-start-2-5-hover:hover, .hover\:rounded-start-2-5:hover {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-start-2-5 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-start-2-5 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.rounded-start-3, .rounded-start-3-hover:hover, .hover\:rounded-start-3:hover {
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-start-3 {
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-start-3 {
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important;
}

.rounded-start-3-5, .rounded-start-3-5-hover:hover, .hover\:rounded-start-3-5:hover {
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-start-3-5 {
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-start-3-5 {
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;
}

.rounded-start-4, .rounded-start-4-hover:hover, .hover\:rounded-start-4:hover {
  border-bottom-left-radius: 32px !important;
  border-top-left-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-start-4 {
  border-bottom-left-radius: 32px !important;
  border-top-left-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-start-4 {
  border-bottom-left-radius: 32px !important;
  border-top-left-radius: 32px !important;
}

.rounded-start-4-5, .rounded-start-4-5-hover:hover, .hover\:rounded-start-4-5:hover {
  border-bottom-left-radius: 36px !important;
  border-top-left-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-start-4-5 {
  border-bottom-left-radius: 36px !important;
  border-top-left-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-start-4-5 {
  border-bottom-left-radius: 36px !important;
  border-top-left-radius: 36px !important;
}

.rounded-start-5, .rounded-start-5-hover:hover, .hover\:rounded-start-5:hover {
  border-bottom-left-radius: 40px !important;
  border-top-left-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-start-5 {
  border-bottom-left-radius: 40px !important;
  border-top-left-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-start-5 {
  border-bottom-left-radius: 40px !important;
  border-top-left-radius: 40px !important;
}

.rounded-start-5-5, .rounded-start-5-5-hover:hover, .hover\:rounded-start-5-5:hover {
  border-bottom-left-radius: 44px !important;
  border-top-left-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-start-5-5 {
  border-bottom-left-radius: 44px !important;
  border-top-left-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-start-5-5 {
  border-bottom-left-radius: 44px !important;
  border-top-left-radius: 44px !important;
}

.rounded-start-6, .rounded-start-6-hover:hover, .hover\:rounded-start-6:hover {
  border-bottom-left-radius: 48px !important;
  border-top-left-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-start-6 {
  border-bottom-left-radius: 48px !important;
  border-top-left-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-start-6 {
  border-bottom-left-radius: 48px !important;
  border-top-left-radius: 48px !important;
}

.rounded-start-6-5, .rounded-start-6-5-hover:hover, .hover\:rounded-start-6-5:hover {
  border-bottom-left-radius: 52px !important;
  border-top-left-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-start-6-5 {
  border-bottom-left-radius: 52px !important;
  border-top-left-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-start-6-5 {
  border-bottom-left-radius: 52px !important;
  border-top-left-radius: 52px !important;
}

.rounded-start-7, .rounded-start-7-hover:hover, .hover\:rounded-start-7:hover {
  border-bottom-left-radius: 56px !important;
  border-top-left-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-start-7 {
  border-bottom-left-radius: 56px !important;
  border-top-left-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-start-7 {
  border-bottom-left-radius: 56px !important;
  border-top-left-radius: 56px !important;
}

.rounded-start-7-5, .rounded-start-7-5-hover:hover, .hover\:rounded-start-7-5:hover {
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-start-7-5 {
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-start-7-5 {
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
}

.rounded-start-8, .rounded-start-8-hover:hover, .hover\:rounded-start-8:hover {
  border-bottom-left-radius: 64px !important;
  border-top-left-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-start-8 {
  border-bottom-left-radius: 64px !important;
  border-top-left-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-start-8 {
  border-bottom-left-radius: 64px !important;
  border-top-left-radius: 64px !important;
}

.rounded-start-8-5, .rounded-start-8-5-hover:hover, .hover\:rounded-start-8-5:hover {
  border-bottom-left-radius: 68px !important;
  border-top-left-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-start-8-5 {
  border-bottom-left-radius: 68px !important;
  border-top-left-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-start-8-5 {
  border-bottom-left-radius: 68px !important;
  border-top-left-radius: 68px !important;
}

.rounded-start-9, .rounded-start-9-hover:hover, .hover\:rounded-start-9:hover {
  border-bottom-left-radius: 72px !important;
  border-top-left-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-start-9 {
  border-bottom-left-radius: 72px !important;
  border-top-left-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-start-9 {
  border-bottom-left-radius: 72px !important;
  border-top-left-radius: 72px !important;
}

.rounded-start-9-5, .rounded-start-9-5-hover:hover, .hover\:rounded-start-9-5:hover {
  border-bottom-left-radius: 76px !important;
  border-top-left-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-start-9-5 {
  border-bottom-left-radius: 76px !important;
  border-top-left-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-start-9-5 {
  border-bottom-left-radius: 76px !important;
  border-top-left-radius: 76px !important;
}

.rounded-start-10, .rounded-start-10-hover:hover, .hover\:rounded-start-10:hover {
  border-bottom-left-radius: 80px !important;
  border-top-left-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-start-10 {
  border-bottom-left-radius: 80px !important;
  border-top-left-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-start-10 {
  border-bottom-left-radius: 80px !important;
  border-top-left-radius: 80px !important;
}

.rounded-start-circle, .rounded-start-circle-hover:hover, .hover\:rounded-start-circle:hover {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-full, .rounded-start-full-hover:hover, .hover\:rounded-start-full:hover {
  border-bottom-left-radius: 100% !important;
  border-top-left-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-start-full {
  border-bottom-left-radius: 100% !important;
  border-top-left-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-start-full {
  border-bottom-left-radius: 100% !important;
  border-top-left-radius: 100% !important;
}

.rounded-start-pill, .rounded-start-pill-hover:hover, .hover\:rounded-start-pill:hover {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

.rounded-start-0, .rounded-start-0-hover:hover, .hover\:rounded-start-0:hover {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-1n {
  z-index: -1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-2n {
  z-index: -2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-3n {
  z-index: -3 !important;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-1020 {
  z-index: 1020 !important;
}

.z-1030 {
  z-index: 1030 !important;
}

.z-1040 {
  z-index: 1040 !important;
}

.z-1045 {
  z-index: 1045 !important;
}

.z-1050 {
  z-index: 1050 !important;
}

.z-1055 {
  z-index: 1055 !important;
}

.z-1060 {
  z-index: 1060 !important;
}

.z-1070 {
  z-index: 1070 !important;
}

.z-1080 {
  z-index: 1080 !important;
}

.z-1090 {
  z-index: 1090 !important;
}

.z-9999 {
  z-index: 9999 !important;
}

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

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

.border-dashed {
  border-style: dashed !important;
}

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

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

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

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-center {
  background-position: center !important;
}

[dir=ltr] .ltr\:bg-center {
  background-position: center !important;
}

[dir=rtl] .rtl\:bg-center {
  background-position: center !important;
}

.bg-top {
  background-position: top !important;
}

[dir=ltr] .ltr\:bg-top {
  background-position: top !important;
}

[dir=rtl] .rtl\:bg-top {
  background-position: top !important;
}

.bg-right {
  background-position: right !important;
}

[dir=ltr] .ltr\:bg-right {
  background-position: right !important;
}

[dir=rtl] .rtl\:bg-right {
  background-position: right !important;
}

.bg-bottom {
  background-position: bottom !important;
}

[dir=ltr] .ltr\:bg-bottom {
  background-position: bottom !important;
}

[dir=rtl] .rtl\:bg-bottom {
  background-position: bottom !important;
}

.bg-left {
  background-position: left !important;
}

[dir=ltr] .ltr\:bg-left {
  background-position: left !important;
}

[dir=rtl] .rtl\:bg-left {
  background-position: left !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-round {
  background-repeat: round !important;
}

.bg-space {
  background-repeat: space !important;
}

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

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

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

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

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

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

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

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

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

.place-start {
  place-content: flex-start !important;
}

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

.place-end {
  place-content: flex-end !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-row-span-1 {
  grid-row: span 1/span 1 !important;
}

.g-row-span-2 {
  grid-row: span 2/span 2 !important;
}

.g-row-span-3 {
  grid-row: span 3/span 3 !important;
}

.g-row-span-4 {
  grid-row: span 4/span 4 !important;
}

.g-row-span-5 {
  grid-row: span 5/span 5 !important;
}

.g-row-span-6 {
  grid-row: span 6/span 6 !important;
}

.g-row-span-7 {
  grid-row: span 7/span 7 !important;
}

.g-row-span-8 {
  grid-row: span 8/span 8 !important;
}

.g-row-span-9 {
  grid-row: span 9/span 9 !important;
}

.g-row-span-10 {
  grid-row: span 10/span 10 !important;
}

.g-row-span-11 {
  grid-row: span 11/span 11 !important;
}

.g-row-span-12 {
  grid-row: span 12/span 12 !important;
}

.g-row-span-full {
  grid-row: "1 / -1" !important;
}

.g-row-start-1 {
  grid-row-start: 1 !important;
}

[dir=ltr] .ltr\:g-row-start-1 {
  grid-row-start: 1 !important;
}

[dir=rtl] .rtl\:g-row-start-1 {
  grid-row-start: 1 !important;
}

.g-row-start-2 {
  grid-row-start: 2 !important;
}

[dir=ltr] .ltr\:g-row-start-2 {
  grid-row-start: 2 !important;
}

[dir=rtl] .rtl\:g-row-start-2 {
  grid-row-start: 2 !important;
}

.g-row-start-3 {
  grid-row-start: 3 !important;
}

[dir=ltr] .ltr\:g-row-start-3 {
  grid-row-start: 3 !important;
}

[dir=rtl] .rtl\:g-row-start-3 {
  grid-row-start: 3 !important;
}

.g-row-start-4 {
  grid-row-start: 4 !important;
}

[dir=ltr] .ltr\:g-row-start-4 {
  grid-row-start: 4 !important;
}

[dir=rtl] .rtl\:g-row-start-4 {
  grid-row-start: 4 !important;
}

.g-row-start-5 {
  grid-row-start: 5 !important;
}

[dir=ltr] .ltr\:g-row-start-5 {
  grid-row-start: 5 !important;
}

[dir=rtl] .rtl\:g-row-start-5 {
  grid-row-start: 5 !important;
}

.g-row-start-6 {
  grid-row-start: 6 !important;
}

[dir=ltr] .ltr\:g-row-start-6 {
  grid-row-start: 6 !important;
}

[dir=rtl] .rtl\:g-row-start-6 {
  grid-row-start: 6 !important;
}

.g-row-start-7 {
  grid-row-start: 7 !important;
}

[dir=ltr] .ltr\:g-row-start-7 {
  grid-row-start: 7 !important;
}

[dir=rtl] .rtl\:g-row-start-7 {
  grid-row-start: 7 !important;
}

.g-row-start-8 {
  grid-row-start: 8 !important;
}

[dir=ltr] .ltr\:g-row-start-8 {
  grid-row-start: 8 !important;
}

[dir=rtl] .rtl\:g-row-start-8 {
  grid-row-start: 8 !important;
}

.g-row-start-9 {
  grid-row-start: 9 !important;
}

[dir=ltr] .ltr\:g-row-start-9 {
  grid-row-start: 9 !important;
}

[dir=rtl] .rtl\:g-row-start-9 {
  grid-row-start: 9 !important;
}

.g-row-start-10 {
  grid-row-start: 10 !important;
}

[dir=ltr] .ltr\:g-row-start-10 {
  grid-row-start: 10 !important;
}

[dir=rtl] .rtl\:g-row-start-10 {
  grid-row-start: 10 !important;
}

.g-row-start-11 {
  grid-row-start: 11 !important;
}

[dir=ltr] .ltr\:g-row-start-11 {
  grid-row-start: 11 !important;
}

[dir=rtl] .rtl\:g-row-start-11 {
  grid-row-start: 11 !important;
}

.g-row-start-12 {
  grid-row-start: 12 !important;
}

[dir=ltr] .ltr\:g-row-start-12 {
  grid-row-start: 12 !important;
}

[dir=rtl] .rtl\:g-row-start-12 {
  grid-row-start: 12 !important;
}

.g-row-start-13 {
  grid-row-start: 13 !important;
}

[dir=ltr] .ltr\:g-row-start-13 {
  grid-row-start: 13 !important;
}

[dir=rtl] .rtl\:g-row-start-13 {
  grid-row-start: 13 !important;
}

.g-row-start-auto {
  grid-row-start: auto !important;
}

[dir=ltr] .ltr\:g-row-start-auto {
  grid-row-start: auto !important;
}

[dir=rtl] .rtl\:g-row-start-auto {
  grid-row-start: auto !important;
}

.g-row-end-1 {
  grid-row-end: 1 !important;
}

[dir=ltr] .ltr\:g-row-end-1 {
  grid-row-end: 1 !important;
}

[dir=rtl] .rtl\:g-row-end-1 {
  grid-row-end: 1 !important;
}

.g-row-end-2 {
  grid-row-end: 2 !important;
}

[dir=ltr] .ltr\:g-row-end-2 {
  grid-row-end: 2 !important;
}

[dir=rtl] .rtl\:g-row-end-2 {
  grid-row-end: 2 !important;
}

.g-row-end-3 {
  grid-row-end: 3 !important;
}

[dir=ltr] .ltr\:g-row-end-3 {
  grid-row-end: 3 !important;
}

[dir=rtl] .rtl\:g-row-end-3 {
  grid-row-end: 3 !important;
}

.g-row-end-4 {
  grid-row-end: 4 !important;
}

[dir=ltr] .ltr\:g-row-end-4 {
  grid-row-end: 4 !important;
}

[dir=rtl] .rtl\:g-row-end-4 {
  grid-row-end: 4 !important;
}

.g-row-end-5 {
  grid-row-end: 5 !important;
}

[dir=ltr] .ltr\:g-row-end-5 {
  grid-row-end: 5 !important;
}

[dir=rtl] .rtl\:g-row-end-5 {
  grid-row-end: 5 !important;
}

.g-row-end-6 {
  grid-row-end: 6 !important;
}

[dir=ltr] .ltr\:g-row-end-6 {
  grid-row-end: 6 !important;
}

[dir=rtl] .rtl\:g-row-end-6 {
  grid-row-end: 6 !important;
}

.g-row-end-7 {
  grid-row-end: 7 !important;
}

[dir=ltr] .ltr\:g-row-end-7 {
  grid-row-end: 7 !important;
}

[dir=rtl] .rtl\:g-row-end-7 {
  grid-row-end: 7 !important;
}

.g-row-end-8 {
  grid-row-end: 8 !important;
}

[dir=ltr] .ltr\:g-row-end-8 {
  grid-row-end: 8 !important;
}

[dir=rtl] .rtl\:g-row-end-8 {
  grid-row-end: 8 !important;
}

.g-row-end-9 {
  grid-row-end: 9 !important;
}

[dir=ltr] .ltr\:g-row-end-9 {
  grid-row-end: 9 !important;
}

[dir=rtl] .rtl\:g-row-end-9 {
  grid-row-end: 9 !important;
}

.g-row-end-10 {
  grid-row-end: 10 !important;
}

[dir=ltr] .ltr\:g-row-end-10 {
  grid-row-end: 10 !important;
}

[dir=rtl] .rtl\:g-row-end-10 {
  grid-row-end: 10 !important;
}

.g-row-end-11 {
  grid-row-end: 11 !important;
}

[dir=ltr] .ltr\:g-row-end-11 {
  grid-row-end: 11 !important;
}

[dir=rtl] .rtl\:g-row-end-11 {
  grid-row-end: 11 !important;
}

.g-row-end-12 {
  grid-row-end: 12 !important;
}

[dir=ltr] .ltr\:g-row-end-12 {
  grid-row-end: 12 !important;
}

[dir=rtl] .rtl\:g-row-end-12 {
  grid-row-end: 12 !important;
}

.g-row-end-13 {
  grid-row-end: 13 !important;
}

[dir=ltr] .ltr\:g-row-end-13 {
  grid-row-end: 13 !important;
}

[dir=rtl] .rtl\:g-row-end-13 {
  grid-row-end: 13 !important;
}

.g-row-end-auto {
  grid-row-end: auto !important;
}

[dir=ltr] .ltr\:g-row-end-auto {
  grid-row-end: auto !important;
}

[dir=rtl] .rtl\:g-row-end-auto {
  grid-row-end: auto !important;
}

.g-row-auto {
  grid-row: auto !important;
}

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

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

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

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

.g-col-span-5 {
  grid-column: span 5/span 5 !important;
}

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

.g-col-span-7 {
  grid-column: span 7/span 7 !important;
}

.g-col-span-8 {
  grid-column: span 8/span 8 !important;
}

.g-col-span-9 {
  grid-column: span 9/span 9 !important;
}

.g-col-span-10 {
  grid-column: span 10/span 10 !important;
}

.g-col-span-11 {
  grid-column: span 11/span 11 !important;
}

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

.g-col-span-full {
  grid-column: "1 / -1" !important;
}

.g-col-start-1 {
  grid-column-start: 1 !important;
}

[dir=ltr] .ltr\:g-col-start-1 {
  grid-column-start: 1 !important;
}

[dir=rtl] .rtl\:g-col-start-1 {
  grid-column-start: 1 !important;
}

.g-col-start-2 {
  grid-column-start: 2 !important;
}

[dir=ltr] .ltr\:g-col-start-2 {
  grid-column-start: 2 !important;
}

[dir=rtl] .rtl\:g-col-start-2 {
  grid-column-start: 2 !important;
}

.g-col-start-3 {
  grid-column-start: 3 !important;
}

[dir=ltr] .ltr\:g-col-start-3 {
  grid-column-start: 3 !important;
}

[dir=rtl] .rtl\:g-col-start-3 {
  grid-column-start: 3 !important;
}

.g-col-start-4 {
  grid-column-start: 4 !important;
}

[dir=ltr] .ltr\:g-col-start-4 {
  grid-column-start: 4 !important;
}

[dir=rtl] .rtl\:g-col-start-4 {
  grid-column-start: 4 !important;
}

.g-col-start-5 {
  grid-column-start: 5 !important;
}

[dir=ltr] .ltr\:g-col-start-5 {
  grid-column-start: 5 !important;
}

[dir=rtl] .rtl\:g-col-start-5 {
  grid-column-start: 5 !important;
}

.g-col-start-6 {
  grid-column-start: 6 !important;
}

[dir=ltr] .ltr\:g-col-start-6 {
  grid-column-start: 6 !important;
}

[dir=rtl] .rtl\:g-col-start-6 {
  grid-column-start: 6 !important;
}

.g-col-start-7 {
  grid-column-start: 7 !important;
}

[dir=ltr] .ltr\:g-col-start-7 {
  grid-column-start: 7 !important;
}

[dir=rtl] .rtl\:g-col-start-7 {
  grid-column-start: 7 !important;
}

.g-col-start-8 {
  grid-column-start: 8 !important;
}

[dir=ltr] .ltr\:g-col-start-8 {
  grid-column-start: 8 !important;
}

[dir=rtl] .rtl\:g-col-start-8 {
  grid-column-start: 8 !important;
}

.g-col-start-9 {
  grid-column-start: 9 !important;
}

[dir=ltr] .ltr\:g-col-start-9 {
  grid-column-start: 9 !important;
}

[dir=rtl] .rtl\:g-col-start-9 {
  grid-column-start: 9 !important;
}

.g-col-start-10 {
  grid-column-start: 10 !important;
}

[dir=ltr] .ltr\:g-col-start-10 {
  grid-column-start: 10 !important;
}

[dir=rtl] .rtl\:g-col-start-10 {
  grid-column-start: 10 !important;
}

.g-col-start-11 {
  grid-column-start: 11 !important;
}

[dir=ltr] .ltr\:g-col-start-11 {
  grid-column-start: 11 !important;
}

[dir=rtl] .rtl\:g-col-start-11 {
  grid-column-start: 11 !important;
}

.g-col-start-12 {
  grid-column-start: 12 !important;
}

[dir=ltr] .ltr\:g-col-start-12 {
  grid-column-start: 12 !important;
}

[dir=rtl] .rtl\:g-col-start-12 {
  grid-column-start: 12 !important;
}

.g-col-start-13 {
  grid-column-start: 13 !important;
}

[dir=ltr] .ltr\:g-col-start-13 {
  grid-column-start: 13 !important;
}

[dir=rtl] .rtl\:g-col-start-13 {
  grid-column-start: 13 !important;
}

.g-col-start-auto {
  grid-column-start: auto !important;
}

[dir=ltr] .ltr\:g-col-start-auto {
  grid-column-start: auto !important;
}

[dir=rtl] .rtl\:g-col-start-auto {
  grid-column-start: auto !important;
}

.g-col-end-1 {
  grid-column-end: 1 !important;
}

[dir=ltr] .ltr\:g-col-end-1 {
  grid-column-end: 1 !important;
}

[dir=rtl] .rtl\:g-col-end-1 {
  grid-column-end: 1 !important;
}

.g-col-end-2 {
  grid-column-end: 2 !important;
}

[dir=ltr] .ltr\:g-col-end-2 {
  grid-column-end: 2 !important;
}

[dir=rtl] .rtl\:g-col-end-2 {
  grid-column-end: 2 !important;
}

.g-col-end-3 {
  grid-column-end: 3 !important;
}

[dir=ltr] .ltr\:g-col-end-3 {
  grid-column-end: 3 !important;
}

[dir=rtl] .rtl\:g-col-end-3 {
  grid-column-end: 3 !important;
}

.g-col-end-4 {
  grid-column-end: 4 !important;
}

[dir=ltr] .ltr\:g-col-end-4 {
  grid-column-end: 4 !important;
}

[dir=rtl] .rtl\:g-col-end-4 {
  grid-column-end: 4 !important;
}

.g-col-end-5 {
  grid-column-end: 5 !important;
}

[dir=ltr] .ltr\:g-col-end-5 {
  grid-column-end: 5 !important;
}

[dir=rtl] .rtl\:g-col-end-5 {
  grid-column-end: 5 !important;
}

.g-col-end-6 {
  grid-column-end: 6 !important;
}

[dir=ltr] .ltr\:g-col-end-6 {
  grid-column-end: 6 !important;
}

[dir=rtl] .rtl\:g-col-end-6 {
  grid-column-end: 6 !important;
}

.g-col-end-7 {
  grid-column-end: 7 !important;
}

[dir=ltr] .ltr\:g-col-end-7 {
  grid-column-end: 7 !important;
}

[dir=rtl] .rtl\:g-col-end-7 {
  grid-column-end: 7 !important;
}

.g-col-end-8 {
  grid-column-end: 8 !important;
}

[dir=ltr] .ltr\:g-col-end-8 {
  grid-column-end: 8 !important;
}

[dir=rtl] .rtl\:g-col-end-8 {
  grid-column-end: 8 !important;
}

.g-col-end-9 {
  grid-column-end: 9 !important;
}

[dir=ltr] .ltr\:g-col-end-9 {
  grid-column-end: 9 !important;
}

[dir=rtl] .rtl\:g-col-end-9 {
  grid-column-end: 9 !important;
}

.g-col-end-10 {
  grid-column-end: 10 !important;
}

[dir=ltr] .ltr\:g-col-end-10 {
  grid-column-end: 10 !important;
}

[dir=rtl] .rtl\:g-col-end-10 {
  grid-column-end: 10 !important;
}

.g-col-end-11 {
  grid-column-end: 11 !important;
}

[dir=ltr] .ltr\:g-col-end-11 {
  grid-column-end: 11 !important;
}

[dir=rtl] .rtl\:g-col-end-11 {
  grid-column-end: 11 !important;
}

.g-col-end-12 {
  grid-column-end: 12 !important;
}

[dir=ltr] .ltr\:g-col-end-12 {
  grid-column-end: 12 !important;
}

[dir=rtl] .rtl\:g-col-end-12 {
  grid-column-end: 12 !important;
}

.g-col-end-13 {
  grid-column-end: 13 !important;
}

[dir=ltr] .ltr\:g-col-end-13 {
  grid-column-end: 13 !important;
}

[dir=rtl] .rtl\:g-col-end-13 {
  grid-column-end: 13 !important;
}

.g-col-end-auto {
  grid-column-end: auto !important;
}

[dir=ltr] .ltr\:g-col-end-auto {
  grid-column-end: auto !important;
}

[dir=rtl] .rtl\:g-col-end-auto {
  grid-column-end: auto !important;
}

.g-col-auto {
  grid-column: auto !important;
}

.text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.text-truncate-2 {
  -webkit-line-clamp: 2 !important;
}

.text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.text-truncate-4 {
  -webkit-line-clamp: 4 !important;
}

.text-truncate-5 {
  -webkit-line-clamp: 5 !important;
}

.text-truncate-6 {
  -webkit-line-clamp: 6 !important;
}

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

.min-w-2px, .min-w-2px-hover:hover, .hover\:min-w-2px:hover {
  min-width: 2px !important;
}

.min-w-4px, .min-w-4px-hover:hover, .hover\:min-w-4px:hover {
  min-width: 4px !important;
}

.min-w-8px, .min-w-8px-hover:hover, .hover\:min-w-8px:hover {
  min-width: 8px !important;
}

.min-w-16px, .min-w-16px-hover:hover, .hover\:min-w-16px:hover {
  min-width: 16px !important;
}

.min-w-18px, .min-w-18px-hover:hover, .hover\:min-w-18px:hover {
  min-width: 18px !important;
}

.min-w-20px, .min-w-20px-hover:hover, .hover\:min-w-20px:hover {
  min-width: 20px !important;
}

.min-w-24px, .min-w-24px-hover:hover, .hover\:min-w-24px:hover {
  min-width: 24px !important;
}

.min-w-32px, .min-w-32px-hover:hover, .hover\:min-w-32px:hover {
  min-width: 32px !important;
}

.min-w-36px, .min-w-36px-hover:hover, .hover\:min-w-36px:hover {
  min-width: 36px !important;
}

.min-w-40px, .min-w-40px-hover:hover, .hover\:min-w-40px:hover {
  min-width: 40px !important;
}

.min-w-48px, .min-w-48px-hover:hover, .hover\:min-w-48px:hover {
  min-width: 48px !important;
}

.min-w-56px, .min-w-56px-hover:hover, .hover\:min-w-56px:hover {
  min-width: 56px !important;
}

.min-w-64px, .min-w-64px-hover:hover, .hover\:min-w-64px:hover {
  min-width: 64px !important;
}

.min-w-72px, .min-w-72px-hover:hover, .hover\:min-w-72px:hover {
  min-width: 72px !important;
}

.min-w-80px, .min-w-80px-hover:hover, .hover\:min-w-80px:hover {
  min-width: 80px !important;
}

.min-w-96px, .min-w-96px-hover:hover, .hover\:min-w-96px:hover {
  min-width: 96px !important;
}

.min-w-100px, .min-w-100px-hover:hover, .hover\:min-w-100px:hover {
  min-width: 100px !important;
}

.min-w-128px, .min-w-128px-hover:hover, .hover\:min-w-128px:hover {
  min-width: 128px !important;
}

.min-w-150px, .min-w-150px-hover:hover, .hover\:min-w-150px:hover {
  min-width: 150px !important;
}

.min-w-200px, .min-w-200px-hover:hover, .hover\:min-w-200px:hover {
  min-width: 200px !important;
}

.min-w-250px, .min-w-250px-hover:hover, .hover\:min-w-250px:hover {
  min-width: 250px !important;
}

.min-w-300px, .min-w-300px-hover:hover, .hover\:min-w-300px:hover {
  min-width: 300px !important;
}

.min-w-350px, .min-w-350px-hover:hover, .hover\:min-w-350px:hover {
  min-width: 350px !important;
}

.min-w-400px, .min-w-400px-hover:hover, .hover\:min-w-400px:hover {
  min-width: 400px !important;
}

.min-w-450px, .min-w-450px-hover:hover, .hover\:min-w-450px:hover {
  min-width: 450px !important;
}

.min-w-500px, .min-w-500px-hover:hover, .hover\:min-w-500px:hover {
  min-width: 500px !important;
}

.min-w-550px, .min-w-550px-hover:hover, .hover\:min-w-550px:hover {
  min-width: 550px !important;
}

.min-w-600px, .min-w-600px-hover:hover, .hover\:min-w-600px:hover {
  min-width: 600px !important;
}

.min-w-650px, .min-w-650px-hover:hover, .hover\:min-w-650px:hover {
  min-width: 650px !important;
}

.min-w-700px, .min-w-700px-hover:hover, .hover\:min-w-700px:hover {
  min-width: 700px !important;
}

.min-w-750px, .min-w-750px-hover:hover, .hover\:min-w-750px:hover {
  min-width: 750px !important;
}

.min-w-800px, .min-w-800px-hover:hover, .hover\:min-w-800px:hover {
  min-width: 800px !important;
}

.min-w-850px, .min-w-850px-hover:hover, .hover\:min-w-850px:hover {
  min-width: 850px !important;
}

.min-w-900px, .min-w-900px-hover:hover, .hover\:min-w-900px:hover {
  min-width: 900px !important;
}

.min-w-950px, .min-w-950px-hover:hover, .hover\:min-w-950px:hover {
  min-width: 950px !important;
}

.min-w-1000px, .min-w-1000px-hover:hover, .hover\:min-w-1000px:hover {
  min-width: 1000px !important;
}

.min-w-1170px, .min-w-1170px-hover:hover, .hover\:min-w-1170px:hover {
  min-width: 1170px !important;
}

.min-w-1280px, .min-w-1280px-hover:hover, .hover\:min-w-1280px:hover {
  min-width: 1280px !important;
}

.min-w-1320px, .min-w-1320px-hover:hover, .hover\:min-w-1320px:hover {
  min-width: 1320px !important;
}

.min-w-1440px, .min-w-1440px-hover:hover, .hover\:min-w-1440px:hover {
  min-width: 1440px !important;
}

.min-w-1\/6, .min-w-1\/6-hover:hover, .hover\:min-w-1\/6:hover {
  min-width: 16.6666667% !important;
}

.min-w-2\/6, .min-w-2\/6-hover:hover, .hover\:min-w-2\/6:hover {
  min-width: 33.3333333% !important;
}

.min-w-3\/6, .min-w-3\/6-hover:hover, .hover\:min-w-3\/6:hover {
  min-width: 50% !important;
}

.min-w-4\/6, .min-w-4\/6-hover:hover, .hover\:min-w-4\/6:hover {
  min-width: 66.6666667% !important;
}

.min-w-5\/6, .min-w-5\/6-hover:hover, .hover\:min-w-5\/6:hover {
  min-width: 83.3333333% !important;
}

.min-w-1\/5, .min-w-1\/5-hover:hover, .hover\:min-w-1\/5:hover {
  min-width: 20% !important;
}

.min-w-2\/5, .min-w-2\/5-hover:hover, .hover\:min-w-2\/5:hover {
  min-width: 40% !important;
}

.min-w-3\/5, .min-w-3\/5-hover:hover, .hover\:min-w-3\/5:hover {
  min-width: 60% !important;
}

.min-w-4\/5, .min-w-4\/5-hover:hover, .hover\:min-w-4\/5:hover {
  min-width: 80% !important;
}

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

.min-w-2\/4, .min-w-2\/4-hover:hover, .hover\:min-w-2\/4:hover {
  min-width: 50% !important;
}

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

.min-w-1\/3, .min-w-1\/3-hover:hover, .hover\:min-w-1\/3:hover {
  min-width: 33.3333333% !important;
}

.min-w-2\/3, .min-w-2\/3-hover:hover, .hover\:min-w-2\/3:hover {
  min-width: 66.6666667% !important;
}

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

.min-w-xs, .min-w-xs-hover:hover, .hover\:min-w-xs:hover {
  min-width: 320px !important;
}

.min-w-sm, .min-w-sm-hover:hover, .hover\:min-w-sm:hover {
  min-width: 640px !important;
}

.min-w-md, .min-w-md-hover:hover, .hover\:min-w-md:hover {
  min-width: 720px !important;
}

.min-w-lg, .min-w-lg-hover:hover, .hover\:min-w-lg:hover {
  min-width: 1040px !important;
}

.min-w-xl, .min-w-xl-hover:hover, .hover\:min-w-xl:hover {
  min-width: 1280px !important;
}

.min-w-2xl, .min-w-2xl-hover:hover, .hover\:min-w-2xl:hover {
  min-width: 1312px !important;
}

.min-w-100, .min-w-100-hover:hover, .hover\:min-w-100:hover {
  min-width: 100% !important;
}

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

.min-w-min, .min-w-min-hover:hover, .hover\:min-w-min:hover {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max, .min-w-max-hover:hover, .hover\:min-w-max:hover {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

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

.min-w-0, .min-w-0-hover:hover, .hover\:min-w-0:hover {
  min-width: 0 !important;
}

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

.min-h-2px, .min-h-2px-hover:hover, .hover\:min-h-2px:hover {
  min-height: 2px !important;
}

.min-h-4px, .min-h-4px-hover:hover, .hover\:min-h-4px:hover {
  min-height: 4px !important;
}

.min-h-8px, .min-h-8px-hover:hover, .hover\:min-h-8px:hover {
  min-height: 8px !important;
}

.min-h-16px, .min-h-16px-hover:hover, .hover\:min-h-16px:hover {
  min-height: 16px !important;
}

.min-h-18px, .min-h-18px-hover:hover, .hover\:min-h-18px:hover {
  min-height: 18px !important;
}

.min-h-20px, .min-h-20px-hover:hover, .hover\:min-h-20px:hover {
  min-height: 20px !important;
}

.min-h-24px, .min-h-24px-hover:hover, .hover\:min-h-24px:hover {
  min-height: 24px !important;
}

.min-h-32px, .min-h-32px-hover:hover, .hover\:min-h-32px:hover {
  min-height: 32px !important;
}

.min-h-36px, .min-h-36px-hover:hover, .hover\:min-h-36px:hover {
  min-height: 36px !important;
}

.min-h-40px, .min-h-40px-hover:hover, .hover\:min-h-40px:hover {
  min-height: 40px !important;
}

.min-h-48px, .min-h-48px-hover:hover, .hover\:min-h-48px:hover {
  min-height: 48px !important;
}

.min-h-56px, .min-h-56px-hover:hover, .hover\:min-h-56px:hover {
  min-height: 56px !important;
}

.min-h-64px, .min-h-64px-hover:hover, .hover\:min-h-64px:hover {
  min-height: 64px !important;
}

.min-h-72px, .min-h-72px-hover:hover, .hover\:min-h-72px:hover {
  min-height: 72px !important;
}

.min-h-80px, .min-h-80px-hover:hover, .hover\:min-h-80px:hover {
  min-height: 80px !important;
}

.min-h-96px, .min-h-96px-hover:hover, .hover\:min-h-96px:hover {
  min-height: 96px !important;
}

.min-h-100px, .min-h-100px-hover:hover, .hover\:min-h-100px:hover {
  min-height: 100px !important;
}

.min-h-128px, .min-h-128px-hover:hover, .hover\:min-h-128px:hover {
  min-height: 128px !important;
}

.min-h-150px, .min-h-150px-hover:hover, .hover\:min-h-150px:hover {
  min-height: 150px !important;
}

.min-h-200px, .min-h-200px-hover:hover, .hover\:min-h-200px:hover {
  min-height: 200px !important;
}

.min-h-250px, .min-h-250px-hover:hover, .hover\:min-h-250px:hover {
  min-height: 250px !important;
}

.min-h-300px, .min-h-300px-hover:hover, .hover\:min-h-300px:hover {
  min-height: 300px !important;
}

.min-h-350px, .min-h-350px-hover:hover, .hover\:min-h-350px:hover {
  min-height: 350px !important;
}

.min-h-400px, .min-h-400px-hover:hover, .hover\:min-h-400px:hover {
  min-height: 400px !important;
}

.min-h-450px, .min-h-450px-hover:hover, .hover\:min-h-450px:hover {
  min-height: 450px !important;
}

.min-h-500px, .min-h-500px-hover:hover, .hover\:min-h-500px:hover {
  min-height: 500px !important;
}

.min-h-550px, .min-h-550px-hover:hover, .hover\:min-h-550px:hover {
  min-height: 550px !important;
}

.min-h-600px, .min-h-600px-hover:hover, .hover\:min-h-600px:hover {
  min-height: 600px !important;
}

.min-h-650px, .min-h-650px-hover:hover, .hover\:min-h-650px:hover {
  min-height: 650px !important;
}

.min-h-700px, .min-h-700px-hover:hover, .hover\:min-h-700px:hover {
  min-height: 700px !important;
}

.min-h-750px, .min-h-750px-hover:hover, .hover\:min-h-750px:hover {
  min-height: 750px !important;
}

.min-h-800px, .min-h-800px-hover:hover, .hover\:min-h-800px:hover {
  min-height: 800px !important;
}

.min-h-850px, .min-h-850px-hover:hover, .hover\:min-h-850px:hover {
  min-height: 850px !important;
}

.min-h-900px, .min-h-900px-hover:hover, .hover\:min-h-900px:hover {
  min-height: 900px !important;
}

.min-h-950px, .min-h-950px-hover:hover, .hover\:min-h-950px:hover {
  min-height: 950px !important;
}

.min-h-1000px, .min-h-1000px-hover:hover, .hover\:min-h-1000px:hover {
  min-height: 1000px !important;
}

.min-h-1170px, .min-h-1170px-hover:hover, .hover\:min-h-1170px:hover {
  min-height: 1170px !important;
}

.min-h-1280px, .min-h-1280px-hover:hover, .hover\:min-h-1280px:hover {
  min-height: 1280px !important;
}

.min-h-1320px, .min-h-1320px-hover:hover, .hover\:min-h-1320px:hover {
  min-height: 1320px !important;
}

.min-h-1440px, .min-h-1440px-hover:hover, .hover\:min-h-1440px:hover {
  min-height: 1440px !important;
}

.min-h-1\/6, .min-h-1\/6-hover:hover, .hover\:min-h-1\/6:hover {
  min-height: 16.6666667% !important;
}

.min-h-2\/6, .min-h-2\/6-hover:hover, .hover\:min-h-2\/6:hover {
  min-height: 33.3333333% !important;
}

.min-h-3\/6, .min-h-3\/6-hover:hover, .hover\:min-h-3\/6:hover {
  min-height: 50% !important;
}

.min-h-4\/6, .min-h-4\/6-hover:hover, .hover\:min-h-4\/6:hover {
  min-height: 66.6666667% !important;
}

.min-h-5\/6, .min-h-5\/6-hover:hover, .hover\:min-h-5\/6:hover {
  min-height: 83.3333333% !important;
}

.min-h-1\/5, .min-h-1\/5-hover:hover, .hover\:min-h-1\/5:hover {
  min-height: 20% !important;
}

.min-h-2\/5, .min-h-2\/5-hover:hover, .hover\:min-h-2\/5:hover {
  min-height: 40% !important;
}

.min-h-3\/5, .min-h-3\/5-hover:hover, .hover\:min-h-3\/5:hover {
  min-height: 60% !important;
}

.min-h-4\/5, .min-h-4\/5-hover:hover, .hover\:min-h-4\/5:hover {
  min-height: 80% !important;
}

.min-h-1\/4, .min-h-1\/4-hover:hover, .hover\:min-h-1\/4:hover {
  min-height: 25% !important;
}

.min-h-2\/4, .min-h-2\/4-hover:hover, .hover\:min-h-2\/4:hover {
  min-height: 50% !important;
}

.min-h-3\/4, .min-h-3\/4-hover:hover, .hover\:min-h-3\/4:hover {
  min-height: 75% !important;
}

.min-h-1\/3, .min-h-1\/3-hover:hover, .hover\:min-h-1\/3:hover {
  min-height: 33.3333333% !important;
}

.min-h-2\/3, .min-h-2\/3-hover:hover, .hover\:min-h-2\/3:hover {
  min-height: 66.6666667% !important;
}

.min-h-1\/2, .min-h-1\/2-hover:hover, .hover\:min-h-1\/2:hover {
  min-height: 50% !important;
}

.min-h-xs, .min-h-xs-hover:hover, .hover\:min-h-xs:hover {
  min-height: 320px !important;
}

.min-h-sm, .min-h-sm-hover:hover, .hover\:min-h-sm:hover {
  min-height: 640px !important;
}

.min-h-md, .min-h-md-hover:hover, .hover\:min-h-md:hover {
  min-height: 720px !important;
}

.min-h-lg, .min-h-lg-hover:hover, .hover\:min-h-lg:hover {
  min-height: 1040px !important;
}

.min-h-xl, .min-h-xl-hover:hover, .hover\:min-h-xl:hover {
  min-height: 1280px !important;
}

.min-h-2xl, .min-h-2xl-hover:hover, .hover\:min-h-2xl:hover {
  min-height: 1312px !important;
}

.min-h-100, .min-h-100-hover:hover, .hover\:min-h-100:hover {
  min-height: 100% !important;
}

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

.min-h-min, .min-h-min-hover:hover, .hover\:min-h-min:hover {
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.min-h-max, .min-h-max-hover:hover, .hover\:min-h-max:hover {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.min-h-fit, .min-h-fit-hover:hover, .hover\:min-h-fit:hover {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.min-h-0, .min-h-0-hover:hover, .hover\:min-h-0:hover {
  min-height: 0 !important;
}

.min-h-screen, .min-h-screen-hover:hover, .hover\:min-h-screen:hover {
  min-height: 100vh !important;
}

.icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.icon-5 {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important;
}

.icon-6 {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
}

.mask-x {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-x-1 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-x-2 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-x-3 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-x-4 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-x-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.mask-start {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-start {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-start {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-start-1 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-start-1 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-start-1 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-start-2 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-start-2 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-start-2 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-start-3 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-start-3 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-start-3 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-start-4 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-start-4 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-start-4 {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-start-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

[dir=ltr] .ltr\:mask-start-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

[dir=rtl] .rtl\:mask-start-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.mask-end {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-end {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-end {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-end-1 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-end-1 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-end-1 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-end-2 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-end-2 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-end-2 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-end-3 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-end-3 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-end-3 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-end-4 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=ltr] .ltr\:mask-end-4 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

[dir=rtl] .rtl\:mask-end-4 {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

.mask-end-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

[dir=ltr] .ltr\:mask-end-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

[dir=rtl] .rtl\:mask-end-0 {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.contrast-shadow, .contrast-shadow-hover:hover, .hover\:contrast-shadow:hover {
  box-shadow: 4px 4px 0 0 currentColor !important;
}

.contrast-shadow-xs, .contrast-shadow-xs-hover:hover, .hover\:contrast-shadow-xs:hover {
  box-shadow: 1px 1px 0 0 currentColor !important;
}

.contrast-shadow-sm, .contrast-shadow-sm-hover:hover, .hover\:contrast-shadow-sm:hover {
  box-shadow: 2px 2px 0 0 currentColor !important;
}

.contrast-shadow-md, .contrast-shadow-md-hover:hover, .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 currentColor !important;
}

.contrast-shadow-lg, .contrast-shadow-lg-hover:hover, .hover\:contrast-shadow-lg:hover {
  box-shadow: 8px 8px 0 0 currentColor !important;
}

.contrast-shadow-xl, .contrast-shadow-xl-hover:hover, .hover\:contrast-shadow-xl:hover {
  box-shadow: 16px 16px 0 0 currentColor !important;
}

.contrast-shadow-none, .contrast-shadow-none-hover:hover, .hover\:contrast-shadow-none:hover {
  box-shadow: none !important;
}

:where(.uc-dark) .dark\:contrast-shadow, :where(.uc-dark) .dark\:contrast-shadow-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow:hover {
  box-shadow: 4px 4px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-xs, :where(.uc-dark) .dark\:contrast-shadow-xs-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-xs:hover {
  box-shadow: 1px 1px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-sm, :where(.uc-dark) .dark\:contrast-shadow-sm-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-sm:hover {
  box-shadow: 2px 2px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-md, :where(.uc-dark) .dark\:contrast-shadow-md-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-lg, :where(.uc-dark) .dark\:contrast-shadow-lg-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-lg:hover {
  box-shadow: 8px 8px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-xl, :where(.uc-dark) .dark\:contrast-shadow-xl-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-xl:hover {
  box-shadow: 16px 16px 0 0 currentColor !important;
}

:where(.uc-dark) .dark\:contrast-shadow-none, :where(.uc-dark) .dark\:contrast-shadow-none-hover:hover, :where(.uc-dark) .dark\:hover\:contrast-shadow-none:hover {
  box-shadow: none !important;
}

.text-shadow, .text-shadow-hover:hover, .hover\:text-shadow:hover {
  text-shadow: 1px 1px 0 var(--shadow-color) !important;
}

.text-shadow-xs, .text-shadow-xs-hover:hover, .hover\:text-shadow-xs:hover {
  text-shadow: 1px 1px 0 var(--shadow-color) !important;
}

.text-shadow-sm, .text-shadow-sm-hover:hover, .hover\:text-shadow-sm:hover {
  text-shadow: 2px 2px 0 var(--shadow-color) !important;
}

.text-shadow-md, .text-shadow-md-hover:hover, .hover\:text-shadow-md:hover {
  text-shadow: 4px 4px 0 var(--shadow-color) !important;
}

.text-shadow-lg, .text-shadow-lg-hover:hover, .hover\:text-shadow-lg:hover {
  text-shadow: 8px 8px 0 var(--shadow-color) !important;
}

.text-shadow-xl, .text-shadow-xl-hover:hover, .hover\:text-shadow-xl:hover {
  text-shadow: 16px 16px 0 var(--shadow-color) !important;
}

.text-shadow-2xl, .text-shadow-2xl-hover:hover, .hover\:text-shadow-2xl:hover {
  text-shadow: 24px 24px 0 var(--shadow-color) !important;
}

.text-shadow-none, .text-shadow-none-hover:hover, .hover\:text-shadow-none:hover {
  text-shadow: none !important;
}

:where(.uc-dark) .dark\:text-shadow, :where(.uc-dark) .dark\:text-shadow-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow:hover {
  text-shadow: 1px 1px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-xs, :where(.uc-dark) .dark\:text-shadow-xs-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-xs:hover {
  text-shadow: 1px 1px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-sm, :where(.uc-dark) .dark\:text-shadow-sm-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-sm:hover {
  text-shadow: 2px 2px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-md, :where(.uc-dark) .dark\:text-shadow-md-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-md:hover {
  text-shadow: 4px 4px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-lg, :where(.uc-dark) .dark\:text-shadow-lg-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-lg:hover {
  text-shadow: 8px 8px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-xl, :where(.uc-dark) .dark\:text-shadow-xl-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-xl:hover {
  text-shadow: 16px 16px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-2xl, :where(.uc-dark) .dark\:text-shadow-2xl-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-2xl:hover {
  text-shadow: 24px 24px 0 var(--shadow-color) !important;
}

:where(.uc-dark) .dark\:text-shadow-none, :where(.uc-dark) .dark\:text-shadow-none-hover:hover, :where(.uc-dark) .dark\:hover\:text-shadow-none:hover {
  text-shadow: none !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

[dir=ltr] .ltr\:ls-0 {
  letter-spacing: 0 !important;
}

[dir=rtl] .rtl\:ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

[dir=ltr] .ltr\:ls-1 {
  letter-spacing: 1px !important;
}

[dir=rtl] .rtl\:ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

[dir=ltr] .ltr\:ls-2 {
  letter-spacing: 2px !important;
}

[dir=rtl] .rtl\:ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

[dir=ltr] .ltr\:ls-3 {
  letter-spacing: 3px !important;
}

[dir=rtl] .rtl\:ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

[dir=ltr] .ltr\:ls-4 {
  letter-spacing: 4px !important;
}

[dir=rtl] .rtl\:ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

[dir=ltr] .ltr\:ls-5 {
  letter-spacing: 5px !important;
}

[dir=rtl] .rtl\:ls-5 {
  letter-spacing: 5px !important;
}

.ls-6 {
  letter-spacing: 6px !important;
}

[dir=ltr] .ltr\:ls-6 {
  letter-spacing: 6px !important;
}

[dir=rtl] .rtl\:ls-6 {
  letter-spacing: 6px !important;
}

.-ls-1 {
  letter-spacing: -1px !important;
}

[dir=ltr] .ltr\:-ls-1 {
  letter-spacing: -1px !important;
}

[dir=rtl] .rtl\:-ls-1 {
  letter-spacing: -1px !important;
}

.-ls-2 {
  letter-spacing: -2px !important;
}

[dir=ltr] .ltr\:-ls-2 {
  letter-spacing: -2px !important;
}

[dir=rtl] .rtl\:-ls-2 {
  letter-spacing: -2px !important;
}

.-ls-3 {
  letter-spacing: -3px !important;
}

[dir=ltr] .ltr\:-ls-3 {
  letter-spacing: -3px !important;
}

[dir=rtl] .rtl\:-ls-3 {
  letter-spacing: -3px !important;
}

.-ls-4 {
  letter-spacing: -4px !important;
}

[dir=ltr] .ltr\:-ls-4 {
  letter-spacing: -4px !important;
}

[dir=rtl] .rtl\:-ls-4 {
  letter-spacing: -4px !important;
}

.-ls-5 {
  letter-spacing: -5px !important;
}

[dir=ltr] .ltr\:-ls-5 {
  letter-spacing: -5px !important;
}

[dir=rtl] .rtl\:-ls-5 {
  letter-spacing: -5px !important;
}

.-ls-6 {
  letter-spacing: -6px !important;
}

[dir=ltr] .ltr\:-ls-6 {
  letter-spacing: -6px !important;
}

[dir=rtl] .rtl\:-ls-6 {
  letter-spacing: -6px !important;
}

.object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

[dir=ltr] .ltr\:object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

[dir=rtl] .rtl\:object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

[dir=ltr] .ltr\:object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

[dir=rtl] .rtl\:object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.object-position-right {
  -o-object-position: right !important;
     object-position: right !important;
}

[dir=ltr] .ltr\:object-position-right {
  -o-object-position: right !important;
     object-position: right !important;
}

[dir=rtl] .rtl\:object-position-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-position-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

[dir=ltr] .ltr\:object-position-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

[dir=rtl] .rtl\:object-position-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-position-left {
  -o-object-position: left !important;
     object-position: left !important;
}

[dir=ltr] .ltr\:object-position-left {
  -o-object-position: left !important;
     object-position: left !important;
}

[dir=rtl] .rtl\:object-position-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.transition, .transition-hover:hover, .hover\:transition:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.transition-all, .transition-all-hover:hover, .hover\:transition-all:hover {
  transition-property: all !important;
}

.transition-colors, .transition-colors-hover:hover, .hover\:transition-colors:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.transition-sizes, .transition-sizes-hover:hover, .hover\:transition-sizes:hover {
  transition-property: width, height, padding, margin !important;
}

.transition-opacity, .transition-opacity-hover:hover, .hover\:transition-opacity:hover {
  transition-property: opacity !important;
}

.transition-shadow, .transition-shadow-hover:hover, .hover\:transition-shadow:hover {
  transition-property: shadow !important;
}

.transition-transform, .transition-transform-hover:hover, .hover\:transition-transform:hover {
  transition-property: transform !important;
}

.transition-none, .transition-none-hover:hover, .hover\:transition-none:hover {
  transition-property: none !important;
}

.duration-0, .duration-0-hover:hover, .hover\:duration-0:hover {
  transition-duration: 0ms !important;
}

.duration-75, .duration-75-hover:hover, .hover\:duration-75:hover {
  transition-duration: 75ms !important;
}

.duration-100, .duration-100-hover:hover, .hover\:duration-100:hover {
  transition-duration: 100ms !important;
}

.duration-150, .duration-150-hover:hover, .hover\:duration-150:hover {
  transition-duration: 150ms !important;
}

.duration-200, .duration-200-hover:hover, .hover\:duration-200:hover {
  transition-duration: 200ms !important;
}

.duration-250, .duration-250-hover:hover, .hover\:duration-250:hover {
  transition-duration: 250ms !important;
}

.duration-300, .duration-300-hover:hover, .hover\:duration-300:hover {
  transition-duration: 300ms !important;
}

.duration-350, .duration-350-hover:hover, .hover\:duration-350:hover {
  transition-duration: 350ms !important;
}

.duration-400, .duration-400-hover:hover, .hover\:duration-400:hover {
  transition-duration: 400ms !important;
}

.duration-500, .duration-500-hover:hover, .hover\:duration-500:hover {
  transition-duration: 500ms !important;
}

.duration-600, .duration-600-hover:hover, .hover\:duration-600:hover {
  transition-duration: 600ms !important;
}

.duration-700, .duration-700-hover:hover, .hover\:duration-700:hover {
  transition-duration: 700ms !important;
}

.duration-750, .duration-750-hover:hover, .hover\:duration-750:hover {
  transition-duration: 750ms !important;
}

.duration-1s, .duration-1s-hover:hover, .hover\:duration-1s:hover {
  transition-duration: 1000ms !important;
}

.duration-2s, .duration-2s-hover:hover, .hover\:duration-2s:hover {
  transition-duration: 2000ms !important;
}

.duration-3s, .duration-3s-hover:hover, .hover\:duration-3s:hover {
  transition-duration: 3000ms !important;
}

.duration-4s, .duration-4s-hover:hover, .hover\:duration-4s:hover {
  transition-duration: 4000ms !important;
}

.duration-5s, .duration-5s-hover:hover, .hover\:duration-5s:hover {
  transition-duration: 5000ms !important;
}

.duration-10s, .duration-10s-hover:hover, .hover\:duration-10s:hover {
  transition-duration: 10000ms !important;
}

.delay-0, .delay-0-hover:hover, .hover\:delay-0:hover {
  transition-delay: 0ms !important;
}

.delay-75, .delay-75-hover:hover, .hover\:delay-75:hover {
  transition-delay: 75ms !important;
}

.delay-100, .delay-100-hover:hover, .hover\:delay-100:hover {
  transition-delay: 100ms !important;
}

.delay-150, .delay-150-hover:hover, .hover\:delay-150:hover {
  transition-delay: 150ms !important;
}

.delay-200, .delay-200-hover:hover, .hover\:delay-200:hover {
  transition-delay: 200ms !important;
}

.delay-250, .delay-250-hover:hover, .hover\:delay-250:hover {
  transition-delay: 250ms !important;
}

.delay-300, .delay-300-hover:hover, .hover\:delay-300:hover {
  transition-delay: 300ms !important;
}

.delay-350, .delay-350-hover:hover, .hover\:delay-350:hover {
  transition-delay: 350ms !important;
}

.delay-400, .delay-400-hover:hover, .hover\:delay-400:hover {
  transition-delay: 400ms !important;
}

.delay-500, .delay-500-hover:hover, .hover\:delay-500:hover {
  transition-delay: 500ms !important;
}

.delay-600, .delay-600-hover:hover, .hover\:delay-600:hover {
  transition-delay: 600ms !important;
}

.delay-700, .delay-700-hover:hover, .hover\:delay-700:hover {
  transition-delay: 700ms !important;
}

.delay-750, .delay-750-hover:hover, .hover\:delay-750:hover {
  transition-delay: 750ms !important;
}

.delay-1s, .delay-1s-hover:hover, .hover\:delay-1s:hover {
  transition-delay: 1000ms !important;
}

.delay-2s, .delay-2s-hover:hover, .hover\:delay-2s:hover {
  transition-delay: 2000ms !important;
}

.delay-3s, .delay-3s-hover:hover, .hover\:delay-3s:hover {
  transition-delay: 3000ms !important;
}

.delay-4s, .delay-4s-hover:hover, .hover\:delay-4s:hover {
  transition-delay: 4000ms !important;
}

.delay-5s, .delay-5s-hover:hover, .hover\:delay-5s:hover {
  transition-delay: 5000ms !important;
}

.delay-10s, .delay-10s-hover:hover, .hover\:delay-10s:hover {
  transition-delay: 10000ms !important;
}

.ease-linear, .ease-linear-hover:hover, .hover\:ease-linear:hover {
  transition-timing-function: linear !important;
}

.ease-in, .ease-in-hover:hover, .hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out, .ease-out-hover:hover, .hover\:ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out, .ease-in-out-hover:hover, .hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-elastic, .ease-elastic-hover:hover, .hover\:ease-elastic:hover {
  transition-timing-function: cubic-bezier(1, 0, 1, 0) !important;
}

.ease-expo, .ease-expo-hover:hover, .hover\:ease-expo:hover {
  transition-timing-function: cubic-bezier(1, 0, 0, 1) !important;
}

.ease-bounce, .ease-bounce-hover:hover, .hover\:ease-bounce:hover {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.scale-0, .scale-0-hover:hover, .hover\:scale-0:hover {
  transform: scale(0) !important;
}

.scale-x-0, .scale-x-0-hover:hover, .hover\:scale-x-0:hover {
  transform: scaleX(0) !important;
}

.scale-y-0, .scale-y-0-hover:hover, .hover\:scale-y-0:hover {
  transform: scaleY(0) !important;
}

.scale-50, .scale-50-hover:hover, .hover\:scale-50:hover {
  transform: scale(0.5) !important;
}

.scale-x-50, .scale-x-50-hover:hover, .hover\:scale-x-50:hover {
  transform: scaleX(0.5) !important;
}

.scale-y-50, .scale-y-50-hover:hover, .hover\:scale-y-50:hover {
  transform: scaleY(0.5) !important;
}

.scale-75, .scale-75-hover:hover, .hover\:scale-75:hover {
  transform: scale(0.75) !important;
}

.scale-x-75, .scale-x-75-hover:hover, .hover\:scale-x-75:hover {
  transform: scaleX(0.75) !important;
}

.scale-y-75, .scale-y-75-hover:hover, .hover\:scale-y-75:hover {
  transform: scaleY(0.75) !important;
}

.scale-90, .scale-90-hover:hover, .hover\:scale-90:hover {
  transform: scale(0.9) !important;
}

.scale-x-90, .scale-x-90-hover:hover, .hover\:scale-x-90:hover {
  transform: scaleX(0.9) !important;
}

.scale-y-90, .scale-y-90-hover:hover, .hover\:scale-y-90:hover {
  transform: scaleY(0.9) !important;
}

.scale-95, .scale-95-hover:hover, .hover\:scale-95:hover {
  transform: scale(0.95) !important;
}

.scale-x-95, .scale-x-95-hover:hover, .hover\:scale-x-95:hover {
  transform: scaleX(0.95) !important;
}

.scale-y-95, .scale-y-95-hover:hover, .hover\:scale-y-95:hover {
  transform: scaleY(0.95) !important;
}

.scale-100, .scale-100-hover:hover, .hover\:scale-100:hover {
  transform: scale(1) !important;
}

.scale-x-100, .scale-x-100-hover:hover, .hover\:scale-x-100:hover {
  transform: scaleX(1) !important;
}

.scale-y-100, .scale-y-100-hover:hover, .hover\:scale-y-100:hover {
  transform: scaleY(1) !important;
}

.scale-105, .scale-105-hover:hover, .hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.scale-x-105, .scale-x-105-hover:hover, .hover\:scale-x-105:hover {
  transform: scaleX(1.05) !important;
}

.scale-y-105, .scale-y-105-hover:hover, .hover\:scale-y-105:hover {
  transform: scaleY(1.05) !important;
}

.scale-110, .scale-110-hover:hover, .hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.scale-x-110, .scale-x-110-hover:hover, .hover\:scale-x-110:hover {
  transform: scaleX(1.1) !important;
}

.scale-y-110, .scale-y-110-hover:hover, .hover\:scale-y-110:hover {
  transform: scaleY(1.1) !important;
}

.scale-125, .scale-125-hover:hover, .hover\:scale-125:hover {
  transform: scale(1.25) !important;
}

.scale-x-125, .scale-x-125-hover:hover, .hover\:scale-x-125:hover {
  transform: scaleX(1.25) !important;
}

.scale-y-125, .scale-y-125-hover:hover, .hover\:scale-y-125:hover {
  transform: scaleY(1.25) !important;
}

.scale-150, .scale-150-hover:hover, .hover\:scale-150:hover {
  transform: scale(1.5) !important;
}

.scale-x-150, .scale-x-150-hover:hover, .hover\:scale-x-150:hover {
  transform: scaleX(1.5) !important;
}

.scale-y-150, .scale-y-150-hover:hover, .hover\:scale-y-150:hover {
  transform: scaleY(1.5) !important;
}

.translate-x-0, .translate-x-0-hover:hover, .hover\:translate-x-0:hover {
  transform: translateX(0) !important;
}

.translate-y-0, .translate-y-0-hover:hover, .hover\:translate-y-0:hover {
  transform: translateY(0) !important;
}

.translate-x-px, .translate-x-px-hover:hover, .hover\:translate-x-px:hover {
  transform: translateX(1px) !important;
}

.translate-y-px, .translate-y-px-hover:hover, .hover\:translate-y-px:hover {
  transform: translateY(1px) !important;
}

.translate-x-narrow, .translate-x-narrow-hover:hover, .hover\:translate-x-narrow:hover {
  transform: translateX(0.25rem) !important;
}

.translate-y-narrow, .translate-y-narrow-hover:hover, .hover\:translate-y-narrow:hover {
  transform: translateY(0.25rem) !important;
}

.translate-x-1, .translate-x-1-hover:hover, .hover\:translate-x-1:hover {
  transform: translateX(0.5rem) !important;
}

.translate-y-1, .translate-y-1-hover:hover, .hover\:translate-y-1:hover {
  transform: translateY(0.5rem) !important;
}

.translate-x-2, .translate-x-2-hover:hover, .hover\:translate-x-2:hover {
  transform: translateX(1rem) !important;
}

.translate-y-2, .translate-y-2-hover:hover, .hover\:translate-y-2:hover {
  transform: translateY(1rem) !important;
}

.translate-x-3, .translate-x-3-hover:hover, .hover\:translate-x-3:hover {
  transform: translateX(1.5rem) !important;
}

.translate-y-3, .translate-y-3-hover:hover, .hover\:translate-y-3:hover {
  transform: translateY(1.5rem) !important;
}

.translate-x-4, .translate-x-4-hover:hover, .hover\:translate-x-4:hover {
  transform: translateX(2rem) !important;
}

.translate-y-4, .translate-y-4-hover:hover, .hover\:translate-y-4:hover {
  transform: translateY(2rem) !important;
}

.translate-x-5, .translate-x-5-hover:hover, .hover\:translate-x-5:hover {
  transform: translateX(2.5rem) !important;
}

.translate-y-5, .translate-y-5-hover:hover, .hover\:translate-y-5:hover {
  transform: translateY(2.5rem) !important;
}

.translate-x-6, .translate-x-6-hover:hover, .hover\:translate-x-6:hover {
  transform: translateX(3rem) !important;
}

.translate-y-6, .translate-y-6-hover:hover, .hover\:translate-y-6:hover {
  transform: translateY(3rem) !important;
}

.translate-x-7, .translate-x-7-hover:hover, .hover\:translate-x-7:hover {
  transform: translateX(4rem) !important;
}

.translate-y-7, .translate-y-7-hover:hover, .hover\:translate-y-7:hover {
  transform: translateY(4rem) !important;
}

.translate-x-8, .translate-x-8-hover:hover, .hover\:translate-x-8:hover {
  transform: translateX(5rem) !important;
}

.translate-y-8, .translate-y-8-hover:hover, .hover\:translate-y-8:hover {
  transform: translateY(5rem) !important;
}

.translate-x-9, .translate-x-9-hover:hover, .hover\:translate-x-9:hover {
  transform: translateX(6rem) !important;
}

.translate-y-9, .translate-y-9-hover:hover, .hover\:translate-y-9:hover {
  transform: translateY(6rem) !important;
}

.translate-x-10, .translate-x-10-hover:hover, .hover\:translate-x-10:hover {
  transform: translateX(8rem) !important;
}

.translate-y-10, .translate-y-10-hover:hover, .hover\:translate-y-10:hover {
  transform: translateY(8rem) !important;
}

.translate-x-25, .translate-x-25-hover:hover, .hover\:translate-x-25:hover {
  transform: translateX(25%) !important;
}

.translate-y-25, .translate-y-25-hover:hover, .hover\:translate-y-25:hover {
  transform: translateY(25%) !important;
}

.translate-x-50, .translate-x-50-hover:hover, .hover\:translate-x-50:hover {
  transform: translateX(50%) !important;
}

.translate-y-50, .translate-y-50-hover:hover, .hover\:translate-y-50:hover {
  transform: translateY(50%) !important;
}

.translate-x-75, .translate-x-75-hover:hover, .hover\:translate-x-75:hover {
  transform: translateX(75%) !important;
}

.translate-y-75, .translate-y-75-hover:hover, .hover\:translate-y-75:hover {
  transform: translateY(75%) !important;
}

.translate-x-full, .translate-x-full-hover:hover, .hover\:translate-x-full:hover {
  transform: translateX(100%) !important;
}

.translate-y-full, .translate-y-full-hover:hover, .hover\:translate-y-full:hover {
  transform: translateY(100%) !important;
}

.-translate-x-px, .-translate-x-px-hover:hover, .hover\:-translate-x-px:hover {
  transform: translateX(-1px) !important;
}

.-translate-y-px, .-translate-y-px-hover:hover, .hover\:-translate-y-px:hover {
  transform: translateY(-1px) !important;
}

.-translate-x-narrow, .-translate-x-narrow-hover:hover, .hover\:-translate-x-narrow:hover {
  transform: translateX(-0.25rem) !important;
}

.-translate-y-narrow, .-translate-y-narrow-hover:hover, .hover\:-translate-y-narrow:hover {
  transform: translateY(-0.25rem) !important;
}

.-translate-x-1, .-translate-x-1-hover:hover, .hover\:-translate-x-1:hover {
  transform: translateX(-0.5rem) !important;
}

.-translate-y-1, .-translate-y-1-hover:hover, .hover\:-translate-y-1:hover {
  transform: translateY(-0.5rem) !important;
}

.-translate-x-2, .-translate-x-2-hover:hover, .hover\:-translate-x-2:hover {
  transform: translateX(-1rem) !important;
}

.-translate-y-2, .-translate-y-2-hover:hover, .hover\:-translate-y-2:hover {
  transform: translateY(-1rem) !important;
}

.-translate-x-3, .-translate-x-3-hover:hover, .hover\:-translate-x-3:hover {
  transform: translateX(-1.5rem) !important;
}

.-translate-y-3, .-translate-y-3-hover:hover, .hover\:-translate-y-3:hover {
  transform: translateY(-1.5rem) !important;
}

.-translate-x-4, .-translate-x-4-hover:hover, .hover\:-translate-x-4:hover {
  transform: translateX(-2rem) !important;
}

.-translate-y-4, .-translate-y-4-hover:hover, .hover\:-translate-y-4:hover {
  transform: translateY(-2rem) !important;
}

.-translate-x-5, .-translate-x-5-hover:hover, .hover\:-translate-x-5:hover {
  transform: translateX(-2.5rem) !important;
}

.-translate-y-5, .-translate-y-5-hover:hover, .hover\:-translate-y-5:hover {
  transform: translateY(-2.5rem) !important;
}

.-translate-x-6, .-translate-x-6-hover:hover, .hover\:-translate-x-6:hover {
  transform: translateX(-3rem) !important;
}

.-translate-y-6, .-translate-y-6-hover:hover, .hover\:-translate-y-6:hover {
  transform: translateY(-3rem) !important;
}

.-translate-x-7, .-translate-x-7-hover:hover, .hover\:-translate-x-7:hover {
  transform: translateX(-4rem) !important;
}

.-translate-y-7, .-translate-y-7-hover:hover, .hover\:-translate-y-7:hover {
  transform: translateY(-4rem) !important;
}

.-translate-x-8, .-translate-x-8-hover:hover, .hover\:-translate-x-8:hover {
  transform: translateX(-5rem) !important;
}

.-translate-y-8, .-translate-y-8-hover:hover, .hover\:-translate-y-8:hover {
  transform: translateY(-5rem) !important;
}

.-translate-x-9, .-translate-x-9-hover:hover, .hover\:-translate-x-9:hover {
  transform: translateX(-6rem) !important;
}

.-translate-y-9, .-translate-y-9-hover:hover, .hover\:-translate-y-9:hover {
  transform: translateY(-6rem) !important;
}

.-translate-x-10, .-translate-x-10-hover:hover, .hover\:-translate-x-10:hover {
  transform: translateX(-8rem) !important;
}

.-translate-y-10, .-translate-y-10-hover:hover, .hover\:-translate-y-10:hover {
  transform: translateY(-8rem) !important;
}

.-translate-x-25, .-translate-x-25-hover:hover, .hover\:-translate-x-25:hover {
  transform: translateX(-25%) !important;
}

.-translate-y-25, .-translate-y-25-hover:hover, .hover\:-translate-y-25:hover {
  transform: translateY(-25%) !important;
}

.-translate-x-50, .-translate-x-50-hover:hover, .hover\:-translate-x-50:hover {
  transform: translateX(-50%) !important;
}

.-translate-y-50, .-translate-y-50-hover:hover, .hover\:-translate-y-50:hover {
  transform: translateY(-50%) !important;
}

.-translate-x-75, .-translate-x-75-hover:hover, .hover\:-translate-x-75:hover {
  transform: translateX(-75%) !important;
}

.-translate-y-75, .-translate-y-75-hover:hover, .hover\:-translate-y-75:hover {
  transform: translateY(-75%) !important;
}

.-translate-x-full, .-translate-x-full-hover:hover, .hover\:-translate-x-full:hover {
  transform: translateX(-100%) !important;
}

.-translate-y-full, .-translate-y-full-hover:hover, .hover\:-translate-y-full:hover {
  transform: translateY(-100%) !important;
}

.rotate-0, .rotate-0-hover:hover, .hover\:rotate-0:hover {
  transform: rotate(0deg) !important;
}

[dir=ltr] .ltr\:rotate-0 {
  transform: rotate(0deg) !important;
}

[dir=rtl] .rtl\:rotate-0 {
  transform: rotate(0deg) !important;
}

.rotate-1, .rotate-1-hover:hover, .hover\:rotate-1:hover {
  transform: rotate(1deg) !important;
}

[dir=ltr] .ltr\:rotate-1 {
  transform: rotate(1deg) !important;
}

[dir=rtl] .rtl\:rotate-1 {
  transform: rotate(1deg) !important;
}

.rotate-2, .rotate-2-hover:hover, .hover\:rotate-2:hover {
  transform: rotate(2deg) !important;
}

[dir=ltr] .ltr\:rotate-2 {
  transform: rotate(2deg) !important;
}

[dir=rtl] .rtl\:rotate-2 {
  transform: rotate(2deg) !important;
}

.rotate-3, .rotate-3-hover:hover, .hover\:rotate-3:hover {
  transform: rotate(3deg) !important;
}

[dir=ltr] .ltr\:rotate-3 {
  transform: rotate(3deg) !important;
}

[dir=rtl] .rtl\:rotate-3 {
  transform: rotate(3deg) !important;
}

.rotate-6, .rotate-6-hover:hover, .hover\:rotate-6:hover {
  transform: rotate(6deg) !important;
}

[dir=ltr] .ltr\:rotate-6 {
  transform: rotate(6deg) !important;
}

[dir=rtl] .rtl\:rotate-6 {
  transform: rotate(6deg) !important;
}

.rotate-12, .rotate-12-hover:hover, .hover\:rotate-12:hover {
  transform: rotate(12deg) !important;
}

[dir=ltr] .ltr\:rotate-12 {
  transform: rotate(12deg) !important;
}

[dir=rtl] .rtl\:rotate-12 {
  transform: rotate(12deg) !important;
}

.rotate-45, .rotate-45-hover:hover, .hover\:rotate-45:hover {
  transform: rotate(45deg) !important;
}

[dir=ltr] .ltr\:rotate-45 {
  transform: rotate(45deg) !important;
}

[dir=rtl] .rtl\:rotate-45 {
  transform: rotate(45deg) !important;
}

.rotate-90, .rotate-90-hover:hover, .hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

[dir=ltr] .ltr\:rotate-90 {
  transform: rotate(90deg) !important;
}

[dir=rtl] .rtl\:rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180, .rotate-180-hover:hover, .hover\:rotate-180:hover {
  transform: rotate(180deg) !important;
}

[dir=ltr] .ltr\:rotate-180 {
  transform: rotate(180deg) !important;
}

[dir=rtl] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.-rotate-1, .-rotate-1-hover:hover, .hover\:-rotate-1:hover {
  transform: rotate(-1deg) !important;
}

[dir=ltr] .ltr\:-rotate-1 {
  transform: rotate(-1deg) !important;
}

[dir=rtl] .rtl\:-rotate-1 {
  transform: rotate(-1deg) !important;
}

.-rotate-2, .-rotate-2-hover:hover, .hover\:-rotate-2:hover {
  transform: rotate(-2deg) !important;
}

[dir=ltr] .ltr\:-rotate-2 {
  transform: rotate(-2deg) !important;
}

[dir=rtl] .rtl\:-rotate-2 {
  transform: rotate(-2deg) !important;
}

.-rotate-3, .-rotate-3-hover:hover, .hover\:-rotate-3:hover {
  transform: rotate(-3deg) !important;
}

[dir=ltr] .ltr\:-rotate-3 {
  transform: rotate(-3deg) !important;
}

[dir=rtl] .rtl\:-rotate-3 {
  transform: rotate(-3deg) !important;
}

.-rotate-6, .-rotate-6-hover:hover, .hover\:-rotate-6:hover {
  transform: rotate(-6deg) !important;
}

[dir=ltr] .ltr\:-rotate-6 {
  transform: rotate(-6deg) !important;
}

[dir=rtl] .rtl\:-rotate-6 {
  transform: rotate(-6deg) !important;
}

.-rotate-12, .-rotate-12-hover:hover, .hover\:-rotate-12:hover {
  transform: rotate(-12deg) !important;
}

[dir=ltr] .ltr\:-rotate-12 {
  transform: rotate(-12deg) !important;
}

[dir=rtl] .rtl\:-rotate-12 {
  transform: rotate(-12deg) !important;
}

.-rotate-45, .-rotate-45-hover:hover, .hover\:-rotate-45:hover {
  transform: rotate(-45deg) !important;
}

[dir=ltr] .ltr\:-rotate-45 {
  transform: rotate(-45deg) !important;
}

[dir=rtl] .rtl\:-rotate-45 {
  transform: rotate(-45deg) !important;
}

.-rotate-90, .-rotate-90-hover:hover, .hover\:-rotate-90:hover {
  transform: rotate(-90deg) !important;
}

[dir=ltr] .ltr\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

[dir=rtl] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.-rotate-180, .-rotate-180-hover:hover, .hover\:-rotate-180:hover {
  transform: rotate(-180deg) !important;
}

[dir=ltr] .ltr\:-rotate-180 {
  transform: rotate(-180deg) !important;
}

[dir=rtl] .rtl\:-rotate-180 {
  transform: rotate(-180deg) !important;
}

.origin-center, .origin-center-hover:hover, .hover\:origin-center:hover {
  transform-origin: center !important;
}

[dir=ltr] .ltr\:origin-center {
  transform-origin: center !important;
}

[dir=rtl] .rtl\:origin-center {
  transform-origin: center !important;
}

.origin-top, .origin-top-hover:hover, .hover\:origin-top:hover {
  transform-origin: top !important;
}

[dir=ltr] .ltr\:origin-top {
  transform-origin: top !important;
}

[dir=rtl] .rtl\:origin-top {
  transform-origin: top !important;
}

.origin-top-right, .origin-top-right-hover:hover, .hover\:origin-top-right:hover {
  transform-origin: top right !important;
}

[dir=ltr] .ltr\:origin-top-right {
  transform-origin: top right !important;
}

[dir=rtl] .rtl\:origin-top-right {
  transform-origin: top right !important;
}

.origin-top-left, .origin-top-left-hover:hover, .hover\:origin-top-left:hover {
  transform-origin: top left !important;
}

[dir=ltr] .ltr\:origin-top-left {
  transform-origin: top left !important;
}

[dir=rtl] .rtl\:origin-top-left {
  transform-origin: top left !important;
}

.origin-left, .origin-left-hover:hover, .hover\:origin-left:hover {
  transform-origin: left !important;
}

[dir=ltr] .ltr\:origin-left {
  transform-origin: left !important;
}

[dir=rtl] .rtl\:origin-left {
  transform-origin: left !important;
}

.origin-right, .origin-right-hover:hover, .hover\:origin-right:hover {
  transform-origin: right !important;
}

[dir=ltr] .ltr\:origin-right {
  transform-origin: right !important;
}

[dir=rtl] .rtl\:origin-right {
  transform-origin: right !important;
}

.origin-bottom-right, .origin-bottom-right-hover:hover, .hover\:origin-bottom-right:hover {
  transform-origin: bottom right !important;
}

[dir=ltr] .ltr\:origin-bottom-right {
  transform-origin: bottom right !important;
}

[dir=rtl] .rtl\:origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom, .origin-bottom-hover:hover, .hover\:origin-bottom:hover {
  transform-origin: bottom !important;
}

[dir=ltr] .ltr\:origin-bottom {
  transform-origin: bottom !important;
}

[dir=rtl] .rtl\:origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left, .origin-bottom-left-hover:hover, .hover\:origin-bottom-left:hover {
  transform-origin: bottom left !important;
}

[dir=ltr] .ltr\:origin-bottom-left {
  transform-origin: bottom left !important;
}

[dir=rtl] .rtl\:origin-bottom-left {
  transform-origin: bottom left !important;
}

.blend-color, .blend-color-hover:hover, .hover\:blend-color:hover {
  mix-blend-mode: color !important;
}

.blend-color-burn, .blend-color-burn-hover:hover, .hover\:blend-color-burn:hover {
  mix-blend-mode: color-burn !important;
}

.blend-color-dodge, .blend-color-dodge-hover:hover, .hover\:blend-color-dodge:hover {
  mix-blend-mode: color-dodge !important;
}

.blend-darken, .blend-darken-hover:hover, .hover\:blend-darken:hover {
  mix-blend-mode: darken !important;
}

.blend-difference, .blend-difference-hover:hover, .hover\:blend-difference:hover {
  mix-blend-mode: difference !important;
}

.blend-exclusion, .blend-exclusion-hover:hover, .hover\:blend-exclusion:hover {
  mix-blend-mode: exclusion !important;
}

.blend-hard-light, .blend-hard-light-hover:hover, .hover\:blend-hard-light:hover {
  mix-blend-mode: hard-light !important;
}

.blend-hue, .blend-hue-hover:hover, .hover\:blend-hue:hover {
  mix-blend-mode: hue !important;
}

.blend-lighten, .blend-lighten-hover:hover, .hover\:blend-lighten:hover {
  mix-blend-mode: lighten !important;
}

.blend-luminosity, .blend-luminosity-hover:hover, .hover\:blend-luminosity:hover {
  mix-blend-mode: luminosity !important;
}

.blend-multiply, .blend-multiply-hover:hover, .hover\:blend-multiply:hover {
  mix-blend-mode: multiply !important;
}

.blend-normal, .blend-normal-hover:hover, .hover\:blend-normal:hover {
  mix-blend-mode: normal !important;
}

.blend-overlay, .blend-overlay-hover:hover, .hover\:blend-overlay:hover {
  mix-blend-mode: overlay !important;
}

.blend-plus-lighter, .blend-plus-lighter-hover:hover, .hover\:blend-plus-lighter:hover {
  mix-blend-mode: plus-lighter !important;
}

.blend-revert, .blend-revert-hover:hover, .hover\:blend-revert:hover {
  mix-blend-mode: revert !important;
}

.blend-saturation, .blend-saturation-hover:hover, .hover\:blend-saturation:hover {
  mix-blend-mode: saturation !important;
}

.blend-screen, .blend-screen-hover:hover, .hover\:blend-screen:hover {
  mix-blend-mode: screen !important;
}

.blend-soft-light, .blend-soft-light-hover:hover, .hover\:blend-soft-light:hover {
  mix-blend-mode: soft-light !important;
}

.blend-unset, .blend-unset-hover:hover, .hover\:blend-unset:hover {
  mix-blend-mode: unset !important;
}

:where(.uc-dark) .dark\:blend-color, :where(.uc-dark) .dark\:blend-color-hover:hover, :where(.uc-dark) .dark\:hover\:blend-color:hover {
  mix-blend-mode: color !important;
}

:where(.uc-dark) .dark\:blend-color-burn, :where(.uc-dark) .dark\:blend-color-burn-hover:hover, :where(.uc-dark) .dark\:hover\:blend-color-burn:hover {
  mix-blend-mode: color-burn !important;
}

:where(.uc-dark) .dark\:blend-color-dodge, :where(.uc-dark) .dark\:blend-color-dodge-hover:hover, :where(.uc-dark) .dark\:hover\:blend-color-dodge:hover {
  mix-blend-mode: color-dodge !important;
}

:where(.uc-dark) .dark\:blend-darken, :where(.uc-dark) .dark\:blend-darken-hover:hover, :where(.uc-dark) .dark\:hover\:blend-darken:hover {
  mix-blend-mode: darken !important;
}

:where(.uc-dark) .dark\:blend-difference, :where(.uc-dark) .dark\:blend-difference-hover:hover, :where(.uc-dark) .dark\:hover\:blend-difference:hover {
  mix-blend-mode: difference !important;
}

:where(.uc-dark) .dark\:blend-exclusion, :where(.uc-dark) .dark\:blend-exclusion-hover:hover, :where(.uc-dark) .dark\:hover\:blend-exclusion:hover {
  mix-blend-mode: exclusion !important;
}

:where(.uc-dark) .dark\:blend-hard-light, :where(.uc-dark) .dark\:blend-hard-light-hover:hover, :where(.uc-dark) .dark\:hover\:blend-hard-light:hover {
  mix-blend-mode: hard-light !important;
}

:where(.uc-dark) .dark\:blend-hue, :where(.uc-dark) .dark\:blend-hue-hover:hover, :where(.uc-dark) .dark\:hover\:blend-hue:hover {
  mix-blend-mode: hue !important;
}

:where(.uc-dark) .dark\:blend-lighten, :where(.uc-dark) .dark\:blend-lighten-hover:hover, :where(.uc-dark) .dark\:hover\:blend-lighten:hover {
  mix-blend-mode: lighten !important;
}

:where(.uc-dark) .dark\:blend-luminosity, :where(.uc-dark) .dark\:blend-luminosity-hover:hover, :where(.uc-dark) .dark\:hover\:blend-luminosity:hover {
  mix-blend-mode: luminosity !important;
}

:where(.uc-dark) .dark\:blend-multiply, :where(.uc-dark) .dark\:blend-multiply-hover:hover, :where(.uc-dark) .dark\:hover\:blend-multiply:hover {
  mix-blend-mode: multiply !important;
}

:where(.uc-dark) .dark\:blend-normal, :where(.uc-dark) .dark\:blend-normal-hover:hover, :where(.uc-dark) .dark\:hover\:blend-normal:hover {
  mix-blend-mode: normal !important;
}

:where(.uc-dark) .dark\:blend-overlay, :where(.uc-dark) .dark\:blend-overlay-hover:hover, :where(.uc-dark) .dark\:hover\:blend-overlay:hover {
  mix-blend-mode: overlay !important;
}

:where(.uc-dark) .dark\:blend-plus-lighter, :where(.uc-dark) .dark\:blend-plus-lighter-hover:hover, :where(.uc-dark) .dark\:hover\:blend-plus-lighter:hover {
  mix-blend-mode: plus-lighter !important;
}

:where(.uc-dark) .dark\:blend-revert, :where(.uc-dark) .dark\:blend-revert-hover:hover, :where(.uc-dark) .dark\:hover\:blend-revert:hover {
  mix-blend-mode: revert !important;
}

:where(.uc-dark) .dark\:blend-saturation, :where(.uc-dark) .dark\:blend-saturation-hover:hover, :where(.uc-dark) .dark\:hover\:blend-saturation:hover {
  mix-blend-mode: saturation !important;
}

:where(.uc-dark) .dark\:blend-screen, :where(.uc-dark) .dark\:blend-screen-hover:hover, :where(.uc-dark) .dark\:hover\:blend-screen:hover {
  mix-blend-mode: screen !important;
}

:where(.uc-dark) .dark\:blend-soft-light, :where(.uc-dark) .dark\:blend-soft-light-hover:hover, :where(.uc-dark) .dark\:hover\:blend-soft-light:hover {
  mix-blend-mode: soft-light !important;
}

:where(.uc-dark) .dark\:blend-unset, :where(.uc-dark) .dark\:blend-unset-hover:hover, :where(.uc-dark) .dark\:hover\:blend-unset:hover {
  mix-blend-mode: unset !important;
}

.blur-0, .blur-0-hover:hover, .hover\:blur-0:hover {
  filter: blur(0) !important;
}

.blur-1, .blur-1-hover:hover, .hover\:blur-1:hover {
  filter: blur(4px) !important;
}

.blur-2, .blur-2-hover:hover, .hover\:blur-2:hover {
  filter: blur(8px) !important;
}

.blur-3, .blur-3-hover:hover, .hover\:blur-3:hover {
  filter: blur(16px) !important;
}

.blur-4, .blur-4-hover:hover, .hover\:blur-4:hover {
  filter: blur(24px) !important;
}

.blur-5, .blur-5-hover:hover, .hover\:blur-5:hover {
  filter: blur(32px) !important;
}

.blur-6, .blur-6-hover:hover, .hover\:blur-6:hover {
  filter: blur(48px) !important;
}

.blur-7, .blur-7-hover:hover, .hover\:blur-7:hover {
  filter: blur(64px) !important;
}

.blur-8, .blur-8-hover:hover, .hover\:blur-8:hover {
  filter: blur(80px) !important;
}

.blur-9, .blur-9-hover:hover, .hover\:blur-9:hover {
  filter: blur(96px) !important;
}

.blur-10, .blur-10-hover:hover, .hover\:blur-10:hover {
  filter: blur(128px) !important;
}

:where(.uc-dark) .dark\:blur-0, :where(.uc-dark) .dark\:blur-0-hover:hover, :where(.uc-dark) .dark\:hover\:blur-0:hover {
  filter: blur(0) !important;
}

:where(.uc-dark) .dark\:blur-1, :where(.uc-dark) .dark\:blur-1-hover:hover, :where(.uc-dark) .dark\:hover\:blur-1:hover {
  filter: blur(4px) !important;
}

:where(.uc-dark) .dark\:blur-2, :where(.uc-dark) .dark\:blur-2-hover:hover, :where(.uc-dark) .dark\:hover\:blur-2:hover {
  filter: blur(8px) !important;
}

:where(.uc-dark) .dark\:blur-3, :where(.uc-dark) .dark\:blur-3-hover:hover, :where(.uc-dark) .dark\:hover\:blur-3:hover {
  filter: blur(16px) !important;
}

:where(.uc-dark) .dark\:blur-4, :where(.uc-dark) .dark\:blur-4-hover:hover, :where(.uc-dark) .dark\:hover\:blur-4:hover {
  filter: blur(24px) !important;
}

:where(.uc-dark) .dark\:blur-5, :where(.uc-dark) .dark\:blur-5-hover:hover, :where(.uc-dark) .dark\:hover\:blur-5:hover {
  filter: blur(32px) !important;
}

:where(.uc-dark) .dark\:blur-6, :where(.uc-dark) .dark\:blur-6-hover:hover, :where(.uc-dark) .dark\:hover\:blur-6:hover {
  filter: blur(48px) !important;
}

:where(.uc-dark) .dark\:blur-7, :where(.uc-dark) .dark\:blur-7-hover:hover, :where(.uc-dark) .dark\:hover\:blur-7:hover {
  filter: blur(64px) !important;
}

:where(.uc-dark) .dark\:blur-8, :where(.uc-dark) .dark\:blur-8-hover:hover, :where(.uc-dark) .dark\:hover\:blur-8:hover {
  filter: blur(80px) !important;
}

:where(.uc-dark) .dark\:blur-9, :where(.uc-dark) .dark\:blur-9-hover:hover, :where(.uc-dark) .dark\:hover\:blur-9:hover {
  filter: blur(96px) !important;
}

:where(.uc-dark) .dark\:blur-10, :where(.uc-dark) .dark\:blur-10-hover:hover, :where(.uc-dark) .dark\:hover\:blur-10:hover {
  filter: blur(128px) !important;
}

.rounded-top-start, .rounded-top-start-hover:hover, .hover\:rounded-top-start:hover {
  border-top-left-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-top-start {
  border-top-left-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-top-start {
  border-top-left-radius: var(--radius) !important;
}

.rounded-top-start-default, .rounded-top-start-default-hover:hover, .hover\:rounded-top-start-default:hover {
  border-top-left-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-top-start-default {
  border-top-left-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-top-start-default {
  border-top-left-radius: 8px !important;
}

.rounded-top-start-0-5, .rounded-top-start-0-5-hover:hover, .hover\:rounded-top-start-0-5:hover {
  border-top-left-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-top-start-0-5 {
  border-top-left-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-top-start-0-5 {
  border-top-left-radius: 2px !important;
}

.rounded-top-start-1, .rounded-top-start-1-hover:hover, .hover\:rounded-top-start-1:hover {
  border-top-left-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-top-start-1 {
  border-top-left-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-top-start-1 {
  border-top-left-radius: 4px !important;
}

.rounded-top-start-1-5, .rounded-top-start-1-5-hover:hover, .hover\:rounded-top-start-1-5:hover {
  border-top-left-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

.rounded-top-start-2, .rounded-top-start-2-hover:hover, .hover\:rounded-top-start-2:hover {
  border-top-left-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-top-start-2 {
  border-top-left-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-top-start-2 {
  border-top-left-radius: 16px !important;
}

.rounded-top-start-2-5, .rounded-top-start-2-5-hover:hover, .hover\:rounded-top-start-2-5:hover {
  border-top-left-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-top-start-2-5 {
  border-top-left-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-top-start-2-5 {
  border-top-left-radius: 20px !important;
}

.rounded-top-start-3, .rounded-top-start-3-hover:hover, .hover\:rounded-top-start-3:hover {
  border-top-left-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-top-start-3 {
  border-top-left-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-top-start-3 {
  border-top-left-radius: 24px !important;
}

.rounded-top-start-3-5, .rounded-top-start-3-5-hover:hover, .hover\:rounded-top-start-3-5:hover {
  border-top-left-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-top-start-3-5 {
  border-top-left-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-top-start-3-5 {
  border-top-left-radius: 28px !important;
}

.rounded-top-start-4, .rounded-top-start-4-hover:hover, .hover\:rounded-top-start-4:hover {
  border-top-left-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-top-start-4 {
  border-top-left-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-top-start-4 {
  border-top-left-radius: 32px !important;
}

.rounded-top-start-4-5, .rounded-top-start-4-5-hover:hover, .hover\:rounded-top-start-4-5:hover {
  border-top-left-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-top-start-4-5 {
  border-top-left-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-top-start-4-5 {
  border-top-left-radius: 36px !important;
}

.rounded-top-start-5, .rounded-top-start-5-hover:hover, .hover\:rounded-top-start-5:hover {
  border-top-left-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-top-start-5 {
  border-top-left-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-top-start-5 {
  border-top-left-radius: 40px !important;
}

.rounded-top-start-5-5, .rounded-top-start-5-5-hover:hover, .hover\:rounded-top-start-5-5:hover {
  border-top-left-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-top-start-5-5 {
  border-top-left-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-top-start-5-5 {
  border-top-left-radius: 44px !important;
}

.rounded-top-start-6, .rounded-top-start-6-hover:hover, .hover\:rounded-top-start-6:hover {
  border-top-left-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-top-start-6 {
  border-top-left-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-top-start-6 {
  border-top-left-radius: 48px !important;
}

.rounded-top-start-6-5, .rounded-top-start-6-5-hover:hover, .hover\:rounded-top-start-6-5:hover {
  border-top-left-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-top-start-6-5 {
  border-top-left-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-top-start-6-5 {
  border-top-left-radius: 52px !important;
}

.rounded-top-start-7, .rounded-top-start-7-hover:hover, .hover\:rounded-top-start-7:hover {
  border-top-left-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-top-start-7 {
  border-top-left-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-top-start-7 {
  border-top-left-radius: 56px !important;
}

.rounded-top-start-7-5, .rounded-top-start-7-5-hover:hover, .hover\:rounded-top-start-7-5:hover {
  border-top-left-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-top-start-7-5 {
  border-top-left-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-top-start-7-5 {
  border-top-left-radius: 60px !important;
}

.rounded-top-start-8, .rounded-top-start-8-hover:hover, .hover\:rounded-top-start-8:hover {
  border-top-left-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-top-start-8 {
  border-top-left-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-top-start-8 {
  border-top-left-radius: 64px !important;
}

.rounded-top-start-8-5, .rounded-top-start-8-5-hover:hover, .hover\:rounded-top-start-8-5:hover {
  border-top-left-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-top-start-8-5 {
  border-top-left-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-top-start-8-5 {
  border-top-left-radius: 68px !important;
}

.rounded-top-start-9, .rounded-top-start-9-hover:hover, .hover\:rounded-top-start-9:hover {
  border-top-left-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-top-start-9 {
  border-top-left-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-top-start-9 {
  border-top-left-radius: 72px !important;
}

.rounded-top-start-9-5, .rounded-top-start-9-5-hover:hover, .hover\:rounded-top-start-9-5:hover {
  border-top-left-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-top-start-9-5 {
  border-top-left-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-top-start-9-5 {
  border-top-left-radius: 76px !important;
}

.rounded-top-start-10, .rounded-top-start-10-hover:hover, .hover\:rounded-top-start-10:hover {
  border-top-left-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-top-start-10 {
  border-top-left-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-top-start-10 {
  border-top-left-radius: 80px !important;
}

.rounded-top-start-circle, .rounded-top-start-circle-hover:hover, .hover\:rounded-top-start-circle:hover {
  border-top-left-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-top-start-circle {
  border-top-left-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-top-start-circle {
  border-top-left-radius: 50% !important;
}

.rounded-top-start-full, .rounded-top-start-full-hover:hover, .hover\:rounded-top-start-full:hover {
  border-top-left-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-top-start-full {
  border-top-left-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-top-start-full {
  border-top-left-radius: 100% !important;
}

.rounded-top-start-pill, .rounded-top-start-pill-hover:hover, .hover\:rounded-top-start-pill:hover {
  border-top-left-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-top-start-pill {
  border-top-left-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-top-start-pill {
  border-top-left-radius: 50rem !important;
}

.rounded-top-start-0, .rounded-top-start-0-hover:hover, .hover\:rounded-top-start-0:hover {
  border-top-left-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-top-start-0 {
  border-top-left-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-top-start-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-end, .rounded-top-end-hover:hover, .hover\:rounded-top-end:hover {
  border-top-right-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-top-end {
  border-top-right-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-top-end {
  border-top-right-radius: var(--radius) !important;
}

.rounded-top-end-default, .rounded-top-end-default-hover:hover, .hover\:rounded-top-end-default:hover {
  border-top-right-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-top-end-default {
  border-top-right-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-top-end-default {
  border-top-right-radius: 8px !important;
}

.rounded-top-end-0-5, .rounded-top-end-0-5-hover:hover, .hover\:rounded-top-end-0-5:hover {
  border-top-right-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-top-end-0-5 {
  border-top-right-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-top-end-0-5 {
  border-top-right-radius: 2px !important;
}

.rounded-top-end-1, .rounded-top-end-1-hover:hover, .hover\:rounded-top-end-1:hover {
  border-top-right-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-top-end-1 {
  border-top-right-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-top-end-1 {
  border-top-right-radius: 4px !important;
}

.rounded-top-end-1-5, .rounded-top-end-1-5-hover:hover, .hover\:rounded-top-end-1-5:hover {
  border-top-right-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

.rounded-top-end-2, .rounded-top-end-2-hover:hover, .hover\:rounded-top-end-2:hover {
  border-top-right-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-top-end-2 {
  border-top-right-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-top-end-2 {
  border-top-right-radius: 16px !important;
}

.rounded-top-end-2-5, .rounded-top-end-2-5-hover:hover, .hover\:rounded-top-end-2-5:hover {
  border-top-right-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-top-end-2-5 {
  border-top-right-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-top-end-2-5 {
  border-top-right-radius: 20px !important;
}

.rounded-top-end-3, .rounded-top-end-3-hover:hover, .hover\:rounded-top-end-3:hover {
  border-top-right-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-top-end-3 {
  border-top-right-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-top-end-3 {
  border-top-right-radius: 24px !important;
}

.rounded-top-end-3-5, .rounded-top-end-3-5-hover:hover, .hover\:rounded-top-end-3-5:hover {
  border-top-right-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-top-end-3-5 {
  border-top-right-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-top-end-3-5 {
  border-top-right-radius: 28px !important;
}

.rounded-top-end-4, .rounded-top-end-4-hover:hover, .hover\:rounded-top-end-4:hover {
  border-top-right-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-top-end-4 {
  border-top-right-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-top-end-4 {
  border-top-right-radius: 32px !important;
}

.rounded-top-end-4-5, .rounded-top-end-4-5-hover:hover, .hover\:rounded-top-end-4-5:hover {
  border-top-right-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-top-end-4-5 {
  border-top-right-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-top-end-4-5 {
  border-top-right-radius: 36px !important;
}

.rounded-top-end-5, .rounded-top-end-5-hover:hover, .hover\:rounded-top-end-5:hover {
  border-top-right-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-top-end-5 {
  border-top-right-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-top-end-5 {
  border-top-right-radius: 40px !important;
}

.rounded-top-end-5-5, .rounded-top-end-5-5-hover:hover, .hover\:rounded-top-end-5-5:hover {
  border-top-right-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-top-end-5-5 {
  border-top-right-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-top-end-5-5 {
  border-top-right-radius: 44px !important;
}

.rounded-top-end-6, .rounded-top-end-6-hover:hover, .hover\:rounded-top-end-6:hover {
  border-top-right-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-top-end-6 {
  border-top-right-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-top-end-6 {
  border-top-right-radius: 48px !important;
}

.rounded-top-end-6-5, .rounded-top-end-6-5-hover:hover, .hover\:rounded-top-end-6-5:hover {
  border-top-right-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-top-end-6-5 {
  border-top-right-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-top-end-6-5 {
  border-top-right-radius: 52px !important;
}

.rounded-top-end-7, .rounded-top-end-7-hover:hover, .hover\:rounded-top-end-7:hover {
  border-top-right-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-top-end-7 {
  border-top-right-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-top-end-7 {
  border-top-right-radius: 56px !important;
}

.rounded-top-end-7-5, .rounded-top-end-7-5-hover:hover, .hover\:rounded-top-end-7-5:hover {
  border-top-right-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-top-end-7-5 {
  border-top-right-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-top-end-7-5 {
  border-top-right-radius: 60px !important;
}

.rounded-top-end-8, .rounded-top-end-8-hover:hover, .hover\:rounded-top-end-8:hover {
  border-top-right-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-top-end-8 {
  border-top-right-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-top-end-8 {
  border-top-right-radius: 64px !important;
}

.rounded-top-end-8-5, .rounded-top-end-8-5-hover:hover, .hover\:rounded-top-end-8-5:hover {
  border-top-right-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-top-end-8-5 {
  border-top-right-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-top-end-8-5 {
  border-top-right-radius: 68px !important;
}

.rounded-top-end-9, .rounded-top-end-9-hover:hover, .hover\:rounded-top-end-9:hover {
  border-top-right-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-top-end-9 {
  border-top-right-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-top-end-9 {
  border-top-right-radius: 72px !important;
}

.rounded-top-end-9-5, .rounded-top-end-9-5-hover:hover, .hover\:rounded-top-end-9-5:hover {
  border-top-right-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-top-end-9-5 {
  border-top-right-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-top-end-9-5 {
  border-top-right-radius: 76px !important;
}

.rounded-top-end-10, .rounded-top-end-10-hover:hover, .hover\:rounded-top-end-10:hover {
  border-top-right-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-top-end-10 {
  border-top-right-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-top-end-10 {
  border-top-right-radius: 80px !important;
}

.rounded-top-end-circle, .rounded-top-end-circle-hover:hover, .hover\:rounded-top-end-circle:hover {
  border-top-right-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-top-end-circle {
  border-top-right-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-top-end-circle {
  border-top-right-radius: 50% !important;
}

.rounded-top-end-full, .rounded-top-end-full-hover:hover, .hover\:rounded-top-end-full:hover {
  border-top-right-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-top-end-full {
  border-top-right-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-top-end-full {
  border-top-right-radius: 100% !important;
}

.rounded-top-end-pill, .rounded-top-end-pill-hover:hover, .hover\:rounded-top-end-pill:hover {
  border-top-right-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-top-end-pill {
  border-top-right-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-top-end-pill {
  border-top-right-radius: 50rem !important;
}

.rounded-top-end-0, .rounded-top-end-0-hover:hover, .hover\:rounded-top-end-0:hover {
  border-top-right-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-top-end-0 {
  border-top-right-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-top-end-0 {
  border-top-right-radius: 0 !important;
}

.rounded-bottom-start, .rounded-bottom-start-hover:hover, .hover\:rounded-bottom-start:hover {
  border-bottom-left-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-bottom-start {
  border-bottom-left-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-bottom-start {
  border-bottom-left-radius: var(--radius) !important;
}

.rounded-bottom-start-default, .rounded-bottom-start-default-hover:hover, .hover\:rounded-bottom-start-default:hover {
  border-bottom-left-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-default {
  border-bottom-left-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-default {
  border-bottom-left-radius: 8px !important;
}

.rounded-bottom-start-0-5, .rounded-bottom-start-0-5-hover:hover, .hover\:rounded-bottom-start-0-5:hover {
  border-bottom-left-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-0-5 {
  border-bottom-left-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-0-5 {
  border-bottom-left-radius: 2px !important;
}

.rounded-bottom-start-1, .rounded-bottom-start-1-hover:hover, .hover\:rounded-bottom-start-1:hover {
  border-bottom-left-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-1 {
  border-bottom-left-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-1 {
  border-bottom-left-radius: 4px !important;
}

.rounded-bottom-start-1-5, .rounded-bottom-start-1-5-hover:hover, .hover\:rounded-bottom-start-1-5:hover {
  border-bottom-left-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-1-5 {
  border-bottom-left-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-1-5 {
  border-bottom-left-radius: 12px !important;
}

.rounded-bottom-start-2, .rounded-bottom-start-2-hover:hover, .hover\:rounded-bottom-start-2:hover {
  border-bottom-left-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-2 {
  border-bottom-left-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-2 {
  border-bottom-left-radius: 16px !important;
}

.rounded-bottom-start-2-5, .rounded-bottom-start-2-5-hover:hover, .hover\:rounded-bottom-start-2-5:hover {
  border-bottom-left-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-2-5 {
  border-bottom-left-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-2-5 {
  border-bottom-left-radius: 20px !important;
}

.rounded-bottom-start-3, .rounded-bottom-start-3-hover:hover, .hover\:rounded-bottom-start-3:hover {
  border-bottom-left-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-3 {
  border-bottom-left-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-3 {
  border-bottom-left-radius: 24px !important;
}

.rounded-bottom-start-3-5, .rounded-bottom-start-3-5-hover:hover, .hover\:rounded-bottom-start-3-5:hover {
  border-bottom-left-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-3-5 {
  border-bottom-left-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-3-5 {
  border-bottom-left-radius: 28px !important;
}

.rounded-bottom-start-4, .rounded-bottom-start-4-hover:hover, .hover\:rounded-bottom-start-4:hover {
  border-bottom-left-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-4 {
  border-bottom-left-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-4 {
  border-bottom-left-radius: 32px !important;
}

.rounded-bottom-start-4-5, .rounded-bottom-start-4-5-hover:hover, .hover\:rounded-bottom-start-4-5:hover {
  border-bottom-left-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-4-5 {
  border-bottom-left-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-4-5 {
  border-bottom-left-radius: 36px !important;
}

.rounded-bottom-start-5, .rounded-bottom-start-5-hover:hover, .hover\:rounded-bottom-start-5:hover {
  border-bottom-left-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-5 {
  border-bottom-left-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-5 {
  border-bottom-left-radius: 40px !important;
}

.rounded-bottom-start-5-5, .rounded-bottom-start-5-5-hover:hover, .hover\:rounded-bottom-start-5-5:hover {
  border-bottom-left-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-5-5 {
  border-bottom-left-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-5-5 {
  border-bottom-left-radius: 44px !important;
}

.rounded-bottom-start-6, .rounded-bottom-start-6-hover:hover, .hover\:rounded-bottom-start-6:hover {
  border-bottom-left-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-6 {
  border-bottom-left-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-6 {
  border-bottom-left-radius: 48px !important;
}

.rounded-bottom-start-6-5, .rounded-bottom-start-6-5-hover:hover, .hover\:rounded-bottom-start-6-5:hover {
  border-bottom-left-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-6-5 {
  border-bottom-left-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-6-5 {
  border-bottom-left-radius: 52px !important;
}

.rounded-bottom-start-7, .rounded-bottom-start-7-hover:hover, .hover\:rounded-bottom-start-7:hover {
  border-bottom-left-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-7 {
  border-bottom-left-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-7 {
  border-bottom-left-radius: 56px !important;
}

.rounded-bottom-start-7-5, .rounded-bottom-start-7-5-hover:hover, .hover\:rounded-bottom-start-7-5:hover {
  border-bottom-left-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-7-5 {
  border-bottom-left-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-7-5 {
  border-bottom-left-radius: 60px !important;
}

.rounded-bottom-start-8, .rounded-bottom-start-8-hover:hover, .hover\:rounded-bottom-start-8:hover {
  border-bottom-left-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-8 {
  border-bottom-left-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-8 {
  border-bottom-left-radius: 64px !important;
}

.rounded-bottom-start-8-5, .rounded-bottom-start-8-5-hover:hover, .hover\:rounded-bottom-start-8-5:hover {
  border-bottom-left-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-8-5 {
  border-bottom-left-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-8-5 {
  border-bottom-left-radius: 68px !important;
}

.rounded-bottom-start-9, .rounded-bottom-start-9-hover:hover, .hover\:rounded-bottom-start-9:hover {
  border-bottom-left-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-9 {
  border-bottom-left-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-9 {
  border-bottom-left-radius: 72px !important;
}

.rounded-bottom-start-9-5, .rounded-bottom-start-9-5-hover:hover, .hover\:rounded-bottom-start-9-5:hover {
  border-bottom-left-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-9-5 {
  border-bottom-left-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-9-5 {
  border-bottom-left-radius: 76px !important;
}

.rounded-bottom-start-10, .rounded-bottom-start-10-hover:hover, .hover\:rounded-bottom-start-10:hover {
  border-bottom-left-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-10 {
  border-bottom-left-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-10 {
  border-bottom-left-radius: 80px !important;
}

.rounded-bottom-start-circle, .rounded-bottom-start-circle-hover:hover, .hover\:rounded-bottom-start-circle:hover {
  border-bottom-left-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-circle {
  border-bottom-left-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-circle {
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-start-full, .rounded-bottom-start-full-hover:hover, .hover\:rounded-bottom-start-full:hover {
  border-bottom-left-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-full {
  border-bottom-left-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-full {
  border-bottom-left-radius: 100% !important;
}

.rounded-bottom-start-pill, .rounded-bottom-start-pill-hover:hover, .hover\:rounded-bottom-start-pill:hover {
  border-bottom-left-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-pill {
  border-bottom-left-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-pill {
  border-bottom-left-radius: 50rem !important;
}

.rounded-bottom-start-0, .rounded-bottom-start-0-hover:hover, .hover\:rounded-bottom-start-0:hover {
  border-bottom-left-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-bottom-start-0 {
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-bottom-start-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-end, .rounded-bottom-end-hover:hover, .hover\:rounded-bottom-end:hover {
  border-bottom-right-radius: var(--radius) !important;
}

[dir=ltr] .ltr\:rounded-bottom-end {
  border-bottom-right-radius: var(--radius) !important;
}

[dir=rtl] .rtl\:rounded-bottom-end {
  border-bottom-right-radius: var(--radius) !important;
}

.rounded-bottom-end-default, .rounded-bottom-end-default-hover:hover, .hover\:rounded-bottom-end-default:hover {
  border-bottom-right-radius: 8px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-default {
  border-bottom-right-radius: 8px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-default {
  border-bottom-right-radius: 8px !important;
}

.rounded-bottom-end-0-5, .rounded-bottom-end-0-5-hover:hover, .hover\:rounded-bottom-end-0-5:hover {
  border-bottom-right-radius: 2px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-0-5 {
  border-bottom-right-radius: 2px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-0-5 {
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom-end-1, .rounded-bottom-end-1-hover:hover, .hover\:rounded-bottom-end-1:hover {
  border-bottom-right-radius: 4px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-1 {
  border-bottom-right-radius: 4px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-1 {
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom-end-1-5, .rounded-bottom-end-1-5-hover:hover, .hover\:rounded-bottom-end-1-5:hover {
  border-bottom-right-radius: 12px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-1-5 {
  border-bottom-right-radius: 12px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-1-5 {
  border-bottom-right-radius: 12px !important;
}

.rounded-bottom-end-2, .rounded-bottom-end-2-hover:hover, .hover\:rounded-bottom-end-2:hover {
  border-bottom-right-radius: 16px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-2 {
  border-bottom-right-radius: 16px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-2 {
  border-bottom-right-radius: 16px !important;
}

.rounded-bottom-end-2-5, .rounded-bottom-end-2-5-hover:hover, .hover\:rounded-bottom-end-2-5:hover {
  border-bottom-right-radius: 20px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-2-5 {
  border-bottom-right-radius: 20px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-2-5 {
  border-bottom-right-radius: 20px !important;
}

.rounded-bottom-end-3, .rounded-bottom-end-3-hover:hover, .hover\:rounded-bottom-end-3:hover {
  border-bottom-right-radius: 24px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-3 {
  border-bottom-right-radius: 24px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-3 {
  border-bottom-right-radius: 24px !important;
}

.rounded-bottom-end-3-5, .rounded-bottom-end-3-5-hover:hover, .hover\:rounded-bottom-end-3-5:hover {
  border-bottom-right-radius: 28px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-3-5 {
  border-bottom-right-radius: 28px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-3-5 {
  border-bottom-right-radius: 28px !important;
}

.rounded-bottom-end-4, .rounded-bottom-end-4-hover:hover, .hover\:rounded-bottom-end-4:hover {
  border-bottom-right-radius: 32px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-4 {
  border-bottom-right-radius: 32px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-4 {
  border-bottom-right-radius: 32px !important;
}

.rounded-bottom-end-4-5, .rounded-bottom-end-4-5-hover:hover, .hover\:rounded-bottom-end-4-5:hover {
  border-bottom-right-radius: 36px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-4-5 {
  border-bottom-right-radius: 36px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-4-5 {
  border-bottom-right-radius: 36px !important;
}

.rounded-bottom-end-5, .rounded-bottom-end-5-hover:hover, .hover\:rounded-bottom-end-5:hover {
  border-bottom-right-radius: 40px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-5 {
  border-bottom-right-radius: 40px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-5 {
  border-bottom-right-radius: 40px !important;
}

.rounded-bottom-end-5-5, .rounded-bottom-end-5-5-hover:hover, .hover\:rounded-bottom-end-5-5:hover {
  border-bottom-right-radius: 44px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-5-5 {
  border-bottom-right-radius: 44px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-5-5 {
  border-bottom-right-radius: 44px !important;
}

.rounded-bottom-end-6, .rounded-bottom-end-6-hover:hover, .hover\:rounded-bottom-end-6:hover {
  border-bottom-right-radius: 48px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-6 {
  border-bottom-right-radius: 48px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-6 {
  border-bottom-right-radius: 48px !important;
}

.rounded-bottom-end-6-5, .rounded-bottom-end-6-5-hover:hover, .hover\:rounded-bottom-end-6-5:hover {
  border-bottom-right-radius: 52px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-6-5 {
  border-bottom-right-radius: 52px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-6-5 {
  border-bottom-right-radius: 52px !important;
}

.rounded-bottom-end-7, .rounded-bottom-end-7-hover:hover, .hover\:rounded-bottom-end-7:hover {
  border-bottom-right-radius: 56px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-7 {
  border-bottom-right-radius: 56px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-7 {
  border-bottom-right-radius: 56px !important;
}

.rounded-bottom-end-7-5, .rounded-bottom-end-7-5-hover:hover, .hover\:rounded-bottom-end-7-5:hover {
  border-bottom-right-radius: 60px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-7-5 {
  border-bottom-right-radius: 60px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-7-5 {
  border-bottom-right-radius: 60px !important;
}

.rounded-bottom-end-8, .rounded-bottom-end-8-hover:hover, .hover\:rounded-bottom-end-8:hover {
  border-bottom-right-radius: 64px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-8 {
  border-bottom-right-radius: 64px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-8 {
  border-bottom-right-radius: 64px !important;
}

.rounded-bottom-end-8-5, .rounded-bottom-end-8-5-hover:hover, .hover\:rounded-bottom-end-8-5:hover {
  border-bottom-right-radius: 68px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-8-5 {
  border-bottom-right-radius: 68px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-8-5 {
  border-bottom-right-radius: 68px !important;
}

.rounded-bottom-end-9, .rounded-bottom-end-9-hover:hover, .hover\:rounded-bottom-end-9:hover {
  border-bottom-right-radius: 72px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-9 {
  border-bottom-right-radius: 72px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-9 {
  border-bottom-right-radius: 72px !important;
}

.rounded-bottom-end-9-5, .rounded-bottom-end-9-5-hover:hover, .hover\:rounded-bottom-end-9-5:hover {
  border-bottom-right-radius: 76px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-9-5 {
  border-bottom-right-radius: 76px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-9-5 {
  border-bottom-right-radius: 76px !important;
}

.rounded-bottom-end-10, .rounded-bottom-end-10-hover:hover, .hover\:rounded-bottom-end-10:hover {
  border-bottom-right-radius: 80px !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-10 {
  border-bottom-right-radius: 80px !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-10 {
  border-bottom-right-radius: 80px !important;
}

.rounded-bottom-end-circle, .rounded-bottom-end-circle-hover:hover, .hover\:rounded-bottom-end-circle:hover {
  border-bottom-right-radius: 50% !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-circle {
  border-bottom-right-radius: 50% !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-circle {
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom-end-full, .rounded-bottom-end-full-hover:hover, .hover\:rounded-bottom-end-full:hover {
  border-bottom-right-radius: 100% !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-full {
  border-bottom-right-radius: 100% !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-full {
  border-bottom-right-radius: 100% !important;
}

.rounded-bottom-end-pill, .rounded-bottom-end-pill-hover:hover, .hover\:rounded-bottom-end-pill:hover {
  border-bottom-right-radius: 50rem !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-pill {
  border-bottom-right-radius: 50rem !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-pill {
  border-bottom-right-radius: 50rem !important;
}

.rounded-bottom-end-0, .rounded-bottom-end-0-hover:hover, .hover\:rounded-bottom-end-0:hover {
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .ltr\:rounded-bottom-end-0 {
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rtl\:rounded-bottom-end-0 {
  border-bottom-right-radius: 0 !important;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.ratio-1x2 {
  --bs-aspect-ratio: 200% !important;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666667% !important;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.333333% !important;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571% !important;
}

@media (min-width: 459px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .sm\:float-start {
    float: left !important;
  }
  .sm\:float-end {
    float: right !important;
  }
  .sm\:float-none {
    float: none !important;
  }
  .opacity-sm-0, .opacity-sm-0-hover:hover, .hover\:opacity-sm-0:hover {
    opacity: 0 !important;
  }
  .opacity-sm-5, .opacity-sm-5-hover:hover, .hover\:opacity-sm-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-sm-10, .opacity-sm-10-hover:hover, .hover\:opacity-sm-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-sm-15, .opacity-sm-15-hover:hover, .hover\:opacity-sm-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-sm-20, .opacity-sm-20-hover:hover, .hover\:opacity-sm-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-sm-25, .opacity-sm-25-hover:hover, .hover\:opacity-sm-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-sm-30, .opacity-sm-30-hover:hover, .hover\:opacity-sm-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-sm-35, .opacity-sm-35-hover:hover, .hover\:opacity-sm-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-sm-40, .opacity-sm-40-hover:hover, .hover\:opacity-sm-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-sm-45, .opacity-sm-45-hover:hover, .hover\:opacity-sm-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-sm-50, .opacity-sm-50-hover:hover, .hover\:opacity-sm-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-sm-55, .opacity-sm-55-hover:hover, .hover\:opacity-sm-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-sm-60, .opacity-sm-60-hover:hover, .hover\:opacity-sm-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-sm-65, .opacity-sm-65-hover:hover, .hover\:opacity-sm-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-sm-70, .opacity-sm-70-hover:hover, .hover\:opacity-sm-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-sm-75, .opacity-sm-75-hover:hover, .hover\:opacity-sm-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-sm-80, .opacity-sm-80-hover:hover, .hover\:opacity-sm-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-sm-85, .opacity-sm-85-hover:hover, .hover\:opacity-sm-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-sm-90, .opacity-sm-90-hover:hover, .hover\:opacity-sm-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-sm-95, .opacity-sm-95-hover:hover, .hover\:opacity-sm-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-sm-100, .opacity-sm-100-hover:hover, .hover\:opacity-sm-100:hover {
    opacity: 1 !important;
  }
  .sm\:opacity-0, .sm\:opacity-0-hover:hover, .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .sm\:opacity-5, .sm\:opacity-5-hover:hover, .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  .sm\:opacity-10, .sm\:opacity-10-hover:hover, .sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  .sm\:opacity-15, .sm\:opacity-15-hover:hover, .sm\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  .sm\:opacity-20, .sm\:opacity-20-hover:hover, .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  .sm\:opacity-25, .sm\:opacity-25-hover:hover, .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  .sm\:opacity-30, .sm\:opacity-30-hover:hover, .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  .sm\:opacity-35, .sm\:opacity-35-hover:hover, .sm\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  .sm\:opacity-40, .sm\:opacity-40-hover:hover, .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  .sm\:opacity-45, .sm\:opacity-45-hover:hover, .sm\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  .sm\:opacity-50, .sm\:opacity-50-hover:hover, .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  .sm\:opacity-55, .sm\:opacity-55-hover:hover, .sm\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  .sm\:opacity-60, .sm\:opacity-60-hover:hover, .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  .sm\:opacity-65, .sm\:opacity-65-hover:hover, .sm\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  .sm\:opacity-70, .sm\:opacity-70-hover:hover, .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  .sm\:opacity-75, .sm\:opacity-75-hover:hover, .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  .sm\:opacity-80, .sm\:opacity-80-hover:hover, .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  .sm\:opacity-85, .sm\:opacity-85-hover:hover, .sm\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  .sm\:opacity-90, .sm\:opacity-90-hover:hover, .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  .sm\:opacity-95, .sm\:opacity-95-hover:hover, .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  .sm\:opacity-100, .sm\:opacity-100-hover:hover, .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-0, :where(.uc-dark) .dark\:opacity-sm-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-5, :where(.uc-dark) .dark\:opacity-sm-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-10, :where(.uc-dark) .dark\:opacity-sm-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-15, :where(.uc-dark) .dark\:opacity-sm-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-20, :where(.uc-dark) .dark\:opacity-sm-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-25, :where(.uc-dark) .dark\:opacity-sm-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-30, :where(.uc-dark) .dark\:opacity-sm-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-35, :where(.uc-dark) .dark\:opacity-sm-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-40, :where(.uc-dark) .dark\:opacity-sm-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-45, :where(.uc-dark) .dark\:opacity-sm-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-50, :where(.uc-dark) .dark\:opacity-sm-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-55, :where(.uc-dark) .dark\:opacity-sm-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-60, :where(.uc-dark) .dark\:opacity-sm-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-65, :where(.uc-dark) .dark\:opacity-sm-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-70, :where(.uc-dark) .dark\:opacity-sm-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-75, :where(.uc-dark) .dark\:opacity-sm-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-80, :where(.uc-dark) .dark\:opacity-sm-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-85, :where(.uc-dark) .dark\:opacity-sm-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-90, :where(.uc-dark) .dark\:opacity-sm-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-95, :where(.uc-dark) .dark\:opacity-sm-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-sm-100, :where(.uc-dark) .dark\:opacity-sm-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-sm-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-0, :where(.uc-dark) .dark\:sm\:opacity-0-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-5, :where(.uc-dark) .dark\:sm\:opacity-5-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-10, :where(.uc-dark) .dark\:sm\:opacity-10-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-15, :where(.uc-dark) .dark\:sm\:opacity-15-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-20, :where(.uc-dark) .dark\:sm\:opacity-20-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-25, :where(.uc-dark) .dark\:sm\:opacity-25-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-30, :where(.uc-dark) .dark\:sm\:opacity-30-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-35, :where(.uc-dark) .dark\:sm\:opacity-35-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-40, :where(.uc-dark) .dark\:sm\:opacity-40-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-45, :where(.uc-dark) .dark\:sm\:opacity-45-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-50, :where(.uc-dark) .dark\:sm\:opacity-50-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-55, :where(.uc-dark) .dark\:sm\:opacity-55-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-60, :where(.uc-dark) .dark\:sm\:opacity-60-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-65, :where(.uc-dark) .dark\:sm\:opacity-65-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-70, :where(.uc-dark) .dark\:sm\:opacity-70-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-75, :where(.uc-dark) .dark\:sm\:opacity-75-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-80, :where(.uc-dark) .dark\:sm\:opacity-80-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-85, :where(.uc-dark) .dark\:sm\:opacity-85-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-90, :where(.uc-dark) .dark\:sm\:opacity-90-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-95, :where(.uc-dark) .dark\:sm\:opacity-95-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:sm\:opacity-100, :where(.uc-dark) .dark\:sm\:opacity-100-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .overflow-sm-unset {
    overflow: unset !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .sm\:overflow-unset {
    overflow: unset !important;
  }
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-sm-unset {
    overflow-x: unset !important;
  }
  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll !important;
  }
  .sm\:overflow-x-unset {
    overflow-x: unset !important;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-sm-unset {
    overflow-y: unset !important;
  }
  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll !important;
  }
  .sm\:overflow-y-unset {
    overflow-y: unset !important;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-sm-inline, .d-sm-inline-hover:hover, .hover\:d-sm-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-sm-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block, .d-sm-inline-block-hover:hover, .hover\:d-sm-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-sm-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block, .d-sm-block-hover:hover, .hover\:d-sm-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-sm-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-sm-block {
    display: block !important;
  }
  .d-sm-grid, .d-sm-grid-hover:hover, .hover\:d-sm-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-sm-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-sm-grid {
    display: grid !important;
  }
  .d-sm-table, .d-sm-table-hover:hover, .hover\:d-sm-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-sm-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-sm-table {
    display: table !important;
  }
  .d-sm-table-row, .d-sm-table-row-hover:hover, .hover\:d-sm-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-sm-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell, .d-sm-table-cell-hover:hover, .hover\:d-sm-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-sm-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex, .d-sm-flex-hover:hover, .hover\:d-sm-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-sm-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex, .d-sm-inline-flex-hover:hover, .hover\:d-sm-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-sm-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none, .d-sm-none-hover:hover, .hover\:d-sm-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-sm-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-sm-none {
    display: none !important;
  }
  .sm\:d-inline, .sm\:d-inline-hover:hover, .sm\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline {
    display: inline !important;
  }
  .sm\:d-inline-block, .sm\:d-inline-block-hover:hover, .sm\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block, .sm\:d-block-hover:hover, .sm\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:sm\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:sm\:d-block {
    display: block !important;
  }
  .sm\:d-grid, .sm\:d-grid-hover:hover, .sm\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:sm\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:sm\:d-grid {
    display: grid !important;
  }
  .sm\:d-table, .sm\:d-table-hover:hover, .sm\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:sm\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:sm\:d-table {
    display: table !important;
  }
  .sm\:d-table-row, .sm\:d-table-row-hover:hover, .sm\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:sm\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:sm\:d-table-row {
    display: table-row !important;
  }
  .sm\:d-table-cell, .sm\:d-table-cell-hover:hover, .sm\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:sm\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:sm\:d-table-cell {
    display: table-cell !important;
  }
  .sm\:d-flex, .sm\:d-flex-hover:hover, .sm\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:sm\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:sm\:d-flex {
    display: flex !important;
  }
  .sm\:d-inline-flex, .sm\:d-inline-flex-hover:hover, .sm\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline-flex {
    display: inline-flex !important;
  }
  .sm\:d-none, .sm\:d-none-hover:hover, .sm\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:sm\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:sm\:d-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-sm-inline, :where(.uc-dark) .dark\:d-sm-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-sm-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-sm-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-sm-inline-block, :where(.uc-dark) .dark\:d-sm-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-sm-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-sm-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-sm-block, :where(.uc-dark) .dark\:d-sm-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-sm-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-sm-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-sm-grid, :where(.uc-dark) .dark\:d-sm-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-sm-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-sm-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-sm-table, :where(.uc-dark) .dark\:d-sm-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-sm-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-sm-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-sm-table-row, :where(.uc-dark) .dark\:d-sm-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-sm-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-sm-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-sm-table-cell, :where(.uc-dark) .dark\:d-sm-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-sm-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-sm-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-sm-flex, :where(.uc-dark) .dark\:d-sm-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-sm-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-sm-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-sm-inline-flex, :where(.uc-dark) .dark\:d-sm-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-sm-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-sm-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-sm-none, :where(.uc-dark) .dark\:d-sm-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-sm-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-sm-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-sm-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:sm\:d-inline, :where(.uc-dark) .dark\:sm\:d-inline-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:sm\:d-inline-block, :where(.uc-dark) .dark\:sm\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:sm\:d-block, :where(.uc-dark) .dark\:sm\:d-block-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:sm\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:sm\:d-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:sm\:d-grid, :where(.uc-dark) .dark\:sm\:d-grid-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:sm\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:sm\:d-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:sm\:d-table, :where(.uc-dark) .dark\:sm\:d-table-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:sm\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:sm\:d-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:sm\:d-table-row, :where(.uc-dark) .dark\:sm\:d-table-row-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:sm\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:sm\:d-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:sm\:d-table-cell, :where(.uc-dark) .dark\:sm\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:sm\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:sm\:d-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:sm\:d-flex, :where(.uc-dark) .dark\:sm\:d-flex-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:sm\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:sm\:d-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:sm\:d-inline-flex, :where(.uc-dark) .dark\:sm\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:sm\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:sm\:d-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:sm\:d-none, :where(.uc-dark) .dark\:sm\:d-none-hover:hover, :where(.uc-dark) .dark\:sm\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:sm\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:sm\:d-none {
    display: none !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .sm\:border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .sm\:border-top-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:border-end-sm-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:border-end-sm-0 {
    border-right: 0 !important;
  }
  .sm\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:sm\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:sm\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .sm\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .sm\:border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .sm\:border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:border-start-sm-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:border-start-sm-0 {
    border-left: 0 !important;
  }
  .sm\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:sm\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:sm\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .sm\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:border-start-0 {
    border-left: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .sm\:border-1 {
    border-width: 1px !important;
  }
  .sm\:border-2 {
    border-width: 2px !important;
  }
  .sm\:border-3 {
    border-width: 3px !important;
  }
  .sm\:border-4 {
    border-width: 4px !important;
  }
  .sm\:border-5 {
    border-width: 5px !important;
  }
  .w-sm-px, .w-sm-px-hover:hover, .hover\:w-sm-px:hover, .w-sm-px-focus:focus, .focus\:w-sm-px:focus {
    width: 1px !important;
  }
  .w-sm-2px, .w-sm-2px-hover:hover, .hover\:w-sm-2px:hover, .w-sm-2px-focus:focus, .focus\:w-sm-2px:focus {
    width: 2px !important;
  }
  .w-sm-4px, .w-sm-4px-hover:hover, .hover\:w-sm-4px:hover, .w-sm-4px-focus:focus, .focus\:w-sm-4px:focus {
    width: 4px !important;
  }
  .w-sm-8px, .w-sm-8px-hover:hover, .hover\:w-sm-8px:hover, .w-sm-8px-focus:focus, .focus\:w-sm-8px:focus {
    width: 8px !important;
  }
  .w-sm-16px, .w-sm-16px-hover:hover, .hover\:w-sm-16px:hover, .w-sm-16px-focus:focus, .focus\:w-sm-16px:focus {
    width: 16px !important;
  }
  .w-sm-18px, .w-sm-18px-hover:hover, .hover\:w-sm-18px:hover, .w-sm-18px-focus:focus, .focus\:w-sm-18px:focus {
    width: 18px !important;
  }
  .w-sm-20px, .w-sm-20px-hover:hover, .hover\:w-sm-20px:hover, .w-sm-20px-focus:focus, .focus\:w-sm-20px:focus {
    width: 20px !important;
  }
  .w-sm-24px, .w-sm-24px-hover:hover, .hover\:w-sm-24px:hover, .w-sm-24px-focus:focus, .focus\:w-sm-24px:focus {
    width: 24px !important;
  }
  .w-sm-32px, .w-sm-32px-hover:hover, .hover\:w-sm-32px:hover, .w-sm-32px-focus:focus, .focus\:w-sm-32px:focus {
    width: 32px !important;
  }
  .w-sm-36px, .w-sm-36px-hover:hover, .hover\:w-sm-36px:hover, .w-sm-36px-focus:focus, .focus\:w-sm-36px:focus {
    width: 36px !important;
  }
  .w-sm-40px, .w-sm-40px-hover:hover, .hover\:w-sm-40px:hover, .w-sm-40px-focus:focus, .focus\:w-sm-40px:focus {
    width: 40px !important;
  }
  .w-sm-48px, .w-sm-48px-hover:hover, .hover\:w-sm-48px:hover, .w-sm-48px-focus:focus, .focus\:w-sm-48px:focus {
    width: 48px !important;
  }
  .w-sm-56px, .w-sm-56px-hover:hover, .hover\:w-sm-56px:hover, .w-sm-56px-focus:focus, .focus\:w-sm-56px:focus {
    width: 56px !important;
  }
  .w-sm-64px, .w-sm-64px-hover:hover, .hover\:w-sm-64px:hover, .w-sm-64px-focus:focus, .focus\:w-sm-64px:focus {
    width: 64px !important;
  }
  .w-sm-72px, .w-sm-72px-hover:hover, .hover\:w-sm-72px:hover, .w-sm-72px-focus:focus, .focus\:w-sm-72px:focus {
    width: 72px !important;
  }
  .w-sm-80px, .w-sm-80px-hover:hover, .hover\:w-sm-80px:hover, .w-sm-80px-focus:focus, .focus\:w-sm-80px:focus {
    width: 80px !important;
  }
  .w-sm-96px, .w-sm-96px-hover:hover, .hover\:w-sm-96px:hover, .w-sm-96px-focus:focus, .focus\:w-sm-96px:focus {
    width: 96px !important;
  }
  .w-sm-100px, .w-sm-100px-hover:hover, .hover\:w-sm-100px:hover, .w-sm-100px-focus:focus, .focus\:w-sm-100px:focus {
    width: 100px !important;
  }
  .w-sm-128px, .w-sm-128px-hover:hover, .hover\:w-sm-128px:hover, .w-sm-128px-focus:focus, .focus\:w-sm-128px:focus {
    width: 128px !important;
  }
  .w-sm-150px, .w-sm-150px-hover:hover, .hover\:w-sm-150px:hover, .w-sm-150px-focus:focus, .focus\:w-sm-150px:focus {
    width: 150px !important;
  }
  .w-sm-200px, .w-sm-200px-hover:hover, .hover\:w-sm-200px:hover, .w-sm-200px-focus:focus, .focus\:w-sm-200px:focus {
    width: 200px !important;
  }
  .w-sm-250px, .w-sm-250px-hover:hover, .hover\:w-sm-250px:hover, .w-sm-250px-focus:focus, .focus\:w-sm-250px:focus {
    width: 250px !important;
  }
  .w-sm-300px, .w-sm-300px-hover:hover, .hover\:w-sm-300px:hover, .w-sm-300px-focus:focus, .focus\:w-sm-300px:focus {
    width: 300px !important;
  }
  .w-sm-350px, .w-sm-350px-hover:hover, .hover\:w-sm-350px:hover, .w-sm-350px-focus:focus, .focus\:w-sm-350px:focus {
    width: 350px !important;
  }
  .w-sm-400px, .w-sm-400px-hover:hover, .hover\:w-sm-400px:hover, .w-sm-400px-focus:focus, .focus\:w-sm-400px:focus {
    width: 400px !important;
  }
  .w-sm-450px, .w-sm-450px-hover:hover, .hover\:w-sm-450px:hover, .w-sm-450px-focus:focus, .focus\:w-sm-450px:focus {
    width: 450px !important;
  }
  .w-sm-500px, .w-sm-500px-hover:hover, .hover\:w-sm-500px:hover, .w-sm-500px-focus:focus, .focus\:w-sm-500px:focus {
    width: 500px !important;
  }
  .w-sm-550px, .w-sm-550px-hover:hover, .hover\:w-sm-550px:hover, .w-sm-550px-focus:focus, .focus\:w-sm-550px:focus {
    width: 550px !important;
  }
  .w-sm-600px, .w-sm-600px-hover:hover, .hover\:w-sm-600px:hover, .w-sm-600px-focus:focus, .focus\:w-sm-600px:focus {
    width: 600px !important;
  }
  .w-sm-650px, .w-sm-650px-hover:hover, .hover\:w-sm-650px:hover, .w-sm-650px-focus:focus, .focus\:w-sm-650px:focus {
    width: 650px !important;
  }
  .w-sm-700px, .w-sm-700px-hover:hover, .hover\:w-sm-700px:hover, .w-sm-700px-focus:focus, .focus\:w-sm-700px:focus {
    width: 700px !important;
  }
  .w-sm-750px, .w-sm-750px-hover:hover, .hover\:w-sm-750px:hover, .w-sm-750px-focus:focus, .focus\:w-sm-750px:focus {
    width: 750px !important;
  }
  .w-sm-800px, .w-sm-800px-hover:hover, .hover\:w-sm-800px:hover, .w-sm-800px-focus:focus, .focus\:w-sm-800px:focus {
    width: 800px !important;
  }
  .w-sm-850px, .w-sm-850px-hover:hover, .hover\:w-sm-850px:hover, .w-sm-850px-focus:focus, .focus\:w-sm-850px:focus {
    width: 850px !important;
  }
  .w-sm-900px, .w-sm-900px-hover:hover, .hover\:w-sm-900px:hover, .w-sm-900px-focus:focus, .focus\:w-sm-900px:focus {
    width: 900px !important;
  }
  .w-sm-950px, .w-sm-950px-hover:hover, .hover\:w-sm-950px:hover, .w-sm-950px-focus:focus, .focus\:w-sm-950px:focus {
    width: 950px !important;
  }
  .w-sm-1000px, .w-sm-1000px-hover:hover, .hover\:w-sm-1000px:hover, .w-sm-1000px-focus:focus, .focus\:w-sm-1000px:focus {
    width: 1000px !important;
  }
  .w-sm-1170px, .w-sm-1170px-hover:hover, .hover\:w-sm-1170px:hover, .w-sm-1170px-focus:focus, .focus\:w-sm-1170px:focus {
    width: 1170px !important;
  }
  .w-sm-1280px, .w-sm-1280px-hover:hover, .hover\:w-sm-1280px:hover, .w-sm-1280px-focus:focus, .focus\:w-sm-1280px:focus {
    width: 1280px !important;
  }
  .w-sm-1320px, .w-sm-1320px-hover:hover, .hover\:w-sm-1320px:hover, .w-sm-1320px-focus:focus, .focus\:w-sm-1320px:focus {
    width: 1320px !important;
  }
  .w-sm-1440px, .w-sm-1440px-hover:hover, .hover\:w-sm-1440px:hover, .w-sm-1440px-focus:focus, .focus\:w-sm-1440px:focus {
    width: 1440px !important;
  }
  .w-sm-xs, .w-sm-xs-hover:hover, .hover\:w-sm-xs:hover, .w-sm-xs-focus:focus, .focus\:w-sm-xs:focus {
    width: 320px !important;
  }
  .w-sm-sm, .w-sm-sm-hover:hover, .hover\:w-sm-sm:hover, .w-sm-sm-focus:focus, .focus\:w-sm-sm:focus {
    width: 640px !important;
  }
  .w-sm-md, .w-sm-md-hover:hover, .hover\:w-sm-md:hover, .w-sm-md-focus:focus, .focus\:w-sm-md:focus {
    width: 720px !important;
  }
  .w-sm-lg, .w-sm-lg-hover:hover, .hover\:w-sm-lg:hover, .w-sm-lg-focus:focus, .focus\:w-sm-lg:focus {
    width: 1040px !important;
  }
  .w-sm-xl, .w-sm-xl-hover:hover, .hover\:w-sm-xl:hover, .w-sm-xl-focus:focus, .focus\:w-sm-xl:focus {
    width: 1280px !important;
  }
  .w-sm-2xl, .w-sm-2xl-hover:hover, .hover\:w-sm-2xl:hover, .w-sm-2xl-focus:focus, .focus\:w-sm-2xl:focus {
    width: 1312px !important;
  }
  .w-sm-1\/6, .w-sm-1\/6-hover:hover, .hover\:w-sm-1\/6:hover, .w-sm-1\/6-focus:focus, .focus\:w-sm-1\/6:focus {
    width: 16.6666667% !important;
  }
  .w-sm-2\/6, .w-sm-2\/6-hover:hover, .hover\:w-sm-2\/6:hover, .w-sm-2\/6-focus:focus, .focus\:w-sm-2\/6:focus {
    width: 33.3333333% !important;
  }
  .w-sm-3\/6, .w-sm-3\/6-hover:hover, .hover\:w-sm-3\/6:hover, .w-sm-3\/6-focus:focus, .focus\:w-sm-3\/6:focus {
    width: 50% !important;
  }
  .w-sm-4\/6, .w-sm-4\/6-hover:hover, .hover\:w-sm-4\/6:hover, .w-sm-4\/6-focus:focus, .focus\:w-sm-4\/6:focus {
    width: 66.6666667% !important;
  }
  .w-sm-5\/6, .w-sm-5\/6-hover:hover, .hover\:w-sm-5\/6:hover, .w-sm-5\/6-focus:focus, .focus\:w-sm-5\/6:focus {
    width: 83.3333333% !important;
  }
  .w-sm-1\/5, .w-sm-1\/5-hover:hover, .hover\:w-sm-1\/5:hover, .w-sm-1\/5-focus:focus, .focus\:w-sm-1\/5:focus {
    width: 20% !important;
  }
  .w-sm-2\/5, .w-sm-2\/5-hover:hover, .hover\:w-sm-2\/5:hover, .w-sm-2\/5-focus:focus, .focus\:w-sm-2\/5:focus {
    width: 40% !important;
  }
  .w-sm-3\/5, .w-sm-3\/5-hover:hover, .hover\:w-sm-3\/5:hover, .w-sm-3\/5-focus:focus, .focus\:w-sm-3\/5:focus {
    width: 60% !important;
  }
  .w-sm-4\/5, .w-sm-4\/5-hover:hover, .hover\:w-sm-4\/5:hover, .w-sm-4\/5-focus:focus, .focus\:w-sm-4\/5:focus {
    width: 80% !important;
  }
  .w-sm-1\/4, .w-sm-1\/4-hover:hover, .hover\:w-sm-1\/4:hover, .w-sm-1\/4-focus:focus, .focus\:w-sm-1\/4:focus {
    width: 25% !important;
  }
  .w-sm-2\/4, .w-sm-2\/4-hover:hover, .hover\:w-sm-2\/4:hover, .w-sm-2\/4-focus:focus, .focus\:w-sm-2\/4:focus {
    width: 50% !important;
  }
  .w-sm-3\/4, .w-sm-3\/4-hover:hover, .hover\:w-sm-3\/4:hover, .w-sm-3\/4-focus:focus, .focus\:w-sm-3\/4:focus {
    width: 75% !important;
  }
  .w-sm-1\/3, .w-sm-1\/3-hover:hover, .hover\:w-sm-1\/3:hover, .w-sm-1\/3-focus:focus, .focus\:w-sm-1\/3:focus {
    width: 33.3333333% !important;
  }
  .w-sm-2\/3, .w-sm-2\/3-hover:hover, .hover\:w-sm-2\/3:hover, .w-sm-2\/3-focus:focus, .focus\:w-sm-2\/3:focus {
    width: 66.6666667% !important;
  }
  .w-sm-1\/2, .w-sm-1\/2-hover:hover, .hover\:w-sm-1\/2:hover, .w-sm-1\/2-focus:focus, .focus\:w-sm-1\/2:focus {
    width: 50% !important;
  }
  .w-sm-100, .w-sm-100-hover:hover, .hover\:w-sm-100:hover, .w-sm-100-focus:focus, .focus\:w-sm-100:focus {
    width: 100% !important;
  }
  .w-sm-full, .w-sm-full-hover:hover, .hover\:w-sm-full:hover, .w-sm-full-focus:focus, .focus\:w-sm-full:focus {
    width: 100% !important;
  }
  .w-sm-min, .w-sm-min-hover:hover, .hover\:w-sm-min:hover, .w-sm-min-focus:focus, .focus\:w-sm-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .w-sm-max, .w-sm-max-hover:hover, .hover\:w-sm-max:hover, .w-sm-max-focus:focus, .focus\:w-sm-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-sm-fit, .w-sm-fit-hover:hover, .hover\:w-sm-fit:hover, .w-sm-fit-focus:focus, .focus\:w-sm-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-sm-auto, .w-sm-auto-hover:hover, .hover\:w-sm-auto:hover, .w-sm-auto-focus:focus, .focus\:w-sm-auto:focus {
    width: auto !important;
  }
  .w-sm-0, .w-sm-0-hover:hover, .hover\:w-sm-0:hover, .w-sm-0-focus:focus, .focus\:w-sm-0:focus {
    width: 0 !important;
  }
  .w-sm-screen, .w-sm-screen-hover:hover, .hover\:w-sm-screen:hover, .w-sm-screen-focus:focus, .focus\:w-sm-screen:focus {
    width: 100vw !important;
  }
  .sm\:w-px, .sm\:w-px-hover:hover, .sm\:hover\:w-px:hover, .sm\:w-px-focus:focus, .sm\:focus\:w-px:focus {
    width: 1px !important;
  }
  .sm\:w-2px, .sm\:w-2px-hover:hover, .sm\:hover\:w-2px:hover, .sm\:w-2px-focus:focus, .sm\:focus\:w-2px:focus {
    width: 2px !important;
  }
  .sm\:w-4px, .sm\:w-4px-hover:hover, .sm\:hover\:w-4px:hover, .sm\:w-4px-focus:focus, .sm\:focus\:w-4px:focus {
    width: 4px !important;
  }
  .sm\:w-8px, .sm\:w-8px-hover:hover, .sm\:hover\:w-8px:hover, .sm\:w-8px-focus:focus, .sm\:focus\:w-8px:focus {
    width: 8px !important;
  }
  .sm\:w-16px, .sm\:w-16px-hover:hover, .sm\:hover\:w-16px:hover, .sm\:w-16px-focus:focus, .sm\:focus\:w-16px:focus {
    width: 16px !important;
  }
  .sm\:w-18px, .sm\:w-18px-hover:hover, .sm\:hover\:w-18px:hover, .sm\:w-18px-focus:focus, .sm\:focus\:w-18px:focus {
    width: 18px !important;
  }
  .sm\:w-20px, .sm\:w-20px-hover:hover, .sm\:hover\:w-20px:hover, .sm\:w-20px-focus:focus, .sm\:focus\:w-20px:focus {
    width: 20px !important;
  }
  .sm\:w-24px, .sm\:w-24px-hover:hover, .sm\:hover\:w-24px:hover, .sm\:w-24px-focus:focus, .sm\:focus\:w-24px:focus {
    width: 24px !important;
  }
  .sm\:w-32px, .sm\:w-32px-hover:hover, .sm\:hover\:w-32px:hover, .sm\:w-32px-focus:focus, .sm\:focus\:w-32px:focus {
    width: 32px !important;
  }
  .sm\:w-36px, .sm\:w-36px-hover:hover, .sm\:hover\:w-36px:hover, .sm\:w-36px-focus:focus, .sm\:focus\:w-36px:focus {
    width: 36px !important;
  }
  .sm\:w-40px, .sm\:w-40px-hover:hover, .sm\:hover\:w-40px:hover, .sm\:w-40px-focus:focus, .sm\:focus\:w-40px:focus {
    width: 40px !important;
  }
  .sm\:w-48px, .sm\:w-48px-hover:hover, .sm\:hover\:w-48px:hover, .sm\:w-48px-focus:focus, .sm\:focus\:w-48px:focus {
    width: 48px !important;
  }
  .sm\:w-56px, .sm\:w-56px-hover:hover, .sm\:hover\:w-56px:hover, .sm\:w-56px-focus:focus, .sm\:focus\:w-56px:focus {
    width: 56px !important;
  }
  .sm\:w-64px, .sm\:w-64px-hover:hover, .sm\:hover\:w-64px:hover, .sm\:w-64px-focus:focus, .sm\:focus\:w-64px:focus {
    width: 64px !important;
  }
  .sm\:w-72px, .sm\:w-72px-hover:hover, .sm\:hover\:w-72px:hover, .sm\:w-72px-focus:focus, .sm\:focus\:w-72px:focus {
    width: 72px !important;
  }
  .sm\:w-80px, .sm\:w-80px-hover:hover, .sm\:hover\:w-80px:hover, .sm\:w-80px-focus:focus, .sm\:focus\:w-80px:focus {
    width: 80px !important;
  }
  .sm\:w-96px, .sm\:w-96px-hover:hover, .sm\:hover\:w-96px:hover, .sm\:w-96px-focus:focus, .sm\:focus\:w-96px:focus {
    width: 96px !important;
  }
  .sm\:w-100px, .sm\:w-100px-hover:hover, .sm\:hover\:w-100px:hover, .sm\:w-100px-focus:focus, .sm\:focus\:w-100px:focus {
    width: 100px !important;
  }
  .sm\:w-128px, .sm\:w-128px-hover:hover, .sm\:hover\:w-128px:hover, .sm\:w-128px-focus:focus, .sm\:focus\:w-128px:focus {
    width: 128px !important;
  }
  .sm\:w-150px, .sm\:w-150px-hover:hover, .sm\:hover\:w-150px:hover, .sm\:w-150px-focus:focus, .sm\:focus\:w-150px:focus {
    width: 150px !important;
  }
  .sm\:w-200px, .sm\:w-200px-hover:hover, .sm\:hover\:w-200px:hover, .sm\:w-200px-focus:focus, .sm\:focus\:w-200px:focus {
    width: 200px !important;
  }
  .sm\:w-250px, .sm\:w-250px-hover:hover, .sm\:hover\:w-250px:hover, .sm\:w-250px-focus:focus, .sm\:focus\:w-250px:focus {
    width: 250px !important;
  }
  .sm\:w-300px, .sm\:w-300px-hover:hover, .sm\:hover\:w-300px:hover, .sm\:w-300px-focus:focus, .sm\:focus\:w-300px:focus {
    width: 300px !important;
  }
  .sm\:w-350px, .sm\:w-350px-hover:hover, .sm\:hover\:w-350px:hover, .sm\:w-350px-focus:focus, .sm\:focus\:w-350px:focus {
    width: 350px !important;
  }
  .sm\:w-400px, .sm\:w-400px-hover:hover, .sm\:hover\:w-400px:hover, .sm\:w-400px-focus:focus, .sm\:focus\:w-400px:focus {
    width: 400px !important;
  }
  .sm\:w-450px, .sm\:w-450px-hover:hover, .sm\:hover\:w-450px:hover, .sm\:w-450px-focus:focus, .sm\:focus\:w-450px:focus {
    width: 450px !important;
  }
  .sm\:w-500px, .sm\:w-500px-hover:hover, .sm\:hover\:w-500px:hover, .sm\:w-500px-focus:focus, .sm\:focus\:w-500px:focus {
    width: 500px !important;
  }
  .sm\:w-550px, .sm\:w-550px-hover:hover, .sm\:hover\:w-550px:hover, .sm\:w-550px-focus:focus, .sm\:focus\:w-550px:focus {
    width: 550px !important;
  }
  .sm\:w-600px, .sm\:w-600px-hover:hover, .sm\:hover\:w-600px:hover, .sm\:w-600px-focus:focus, .sm\:focus\:w-600px:focus {
    width: 600px !important;
  }
  .sm\:w-650px, .sm\:w-650px-hover:hover, .sm\:hover\:w-650px:hover, .sm\:w-650px-focus:focus, .sm\:focus\:w-650px:focus {
    width: 650px !important;
  }
  .sm\:w-700px, .sm\:w-700px-hover:hover, .sm\:hover\:w-700px:hover, .sm\:w-700px-focus:focus, .sm\:focus\:w-700px:focus {
    width: 700px !important;
  }
  .sm\:w-750px, .sm\:w-750px-hover:hover, .sm\:hover\:w-750px:hover, .sm\:w-750px-focus:focus, .sm\:focus\:w-750px:focus {
    width: 750px !important;
  }
  .sm\:w-800px, .sm\:w-800px-hover:hover, .sm\:hover\:w-800px:hover, .sm\:w-800px-focus:focus, .sm\:focus\:w-800px:focus {
    width: 800px !important;
  }
  .sm\:w-850px, .sm\:w-850px-hover:hover, .sm\:hover\:w-850px:hover, .sm\:w-850px-focus:focus, .sm\:focus\:w-850px:focus {
    width: 850px !important;
  }
  .sm\:w-900px, .sm\:w-900px-hover:hover, .sm\:hover\:w-900px:hover, .sm\:w-900px-focus:focus, .sm\:focus\:w-900px:focus {
    width: 900px !important;
  }
  .sm\:w-950px, .sm\:w-950px-hover:hover, .sm\:hover\:w-950px:hover, .sm\:w-950px-focus:focus, .sm\:focus\:w-950px:focus {
    width: 950px !important;
  }
  .sm\:w-1000px, .sm\:w-1000px-hover:hover, .sm\:hover\:w-1000px:hover, .sm\:w-1000px-focus:focus, .sm\:focus\:w-1000px:focus {
    width: 1000px !important;
  }
  .sm\:w-1170px, .sm\:w-1170px-hover:hover, .sm\:hover\:w-1170px:hover, .sm\:w-1170px-focus:focus, .sm\:focus\:w-1170px:focus {
    width: 1170px !important;
  }
  .sm\:w-1280px, .sm\:w-1280px-hover:hover, .sm\:hover\:w-1280px:hover, .sm\:w-1280px-focus:focus, .sm\:focus\:w-1280px:focus {
    width: 1280px !important;
  }
  .sm\:w-1320px, .sm\:w-1320px-hover:hover, .sm\:hover\:w-1320px:hover, .sm\:w-1320px-focus:focus, .sm\:focus\:w-1320px:focus {
    width: 1320px !important;
  }
  .sm\:w-1440px, .sm\:w-1440px-hover:hover, .sm\:hover\:w-1440px:hover, .sm\:w-1440px-focus:focus, .sm\:focus\:w-1440px:focus {
    width: 1440px !important;
  }
  .sm\:w-xs, .sm\:w-xs-hover:hover, .sm\:hover\:w-xs:hover, .sm\:w-xs-focus:focus, .sm\:focus\:w-xs:focus {
    width: 320px !important;
  }
  .sm\:w-sm, .sm\:w-sm-hover:hover, .sm\:hover\:w-sm:hover, .sm\:w-sm-focus:focus, .sm\:focus\:w-sm:focus {
    width: 640px !important;
  }
  .sm\:w-md, .sm\:w-md-hover:hover, .sm\:hover\:w-md:hover, .sm\:w-md-focus:focus, .sm\:focus\:w-md:focus {
    width: 720px !important;
  }
  .sm\:w-lg, .sm\:w-lg-hover:hover, .sm\:hover\:w-lg:hover, .sm\:w-lg-focus:focus, .sm\:focus\:w-lg:focus {
    width: 1040px !important;
  }
  .sm\:w-xl, .sm\:w-xl-hover:hover, .sm\:hover\:w-xl:hover, .sm\:w-xl-focus:focus, .sm\:focus\:w-xl:focus {
    width: 1280px !important;
  }
  .sm\:w-2xl, .sm\:w-2xl-hover:hover, .sm\:hover\:w-2xl:hover, .sm\:w-2xl-focus:focus, .sm\:focus\:w-2xl:focus {
    width: 1312px !important;
  }
  .sm\:w-1\/6, .sm\:w-1\/6-hover:hover, .sm\:hover\:w-1\/6:hover, .sm\:w-1\/6-focus:focus, .sm\:focus\:w-1\/6:focus {
    width: 16.6666667% !important;
  }
  .sm\:w-2\/6, .sm\:w-2\/6-hover:hover, .sm\:hover\:w-2\/6:hover, .sm\:w-2\/6-focus:focus, .sm\:focus\:w-2\/6:focus {
    width: 33.3333333% !important;
  }
  .sm\:w-3\/6, .sm\:w-3\/6-hover:hover, .sm\:hover\:w-3\/6:hover, .sm\:w-3\/6-focus:focus, .sm\:focus\:w-3\/6:focus {
    width: 50% !important;
  }
  .sm\:w-4\/6, .sm\:w-4\/6-hover:hover, .sm\:hover\:w-4\/6:hover, .sm\:w-4\/6-focus:focus, .sm\:focus\:w-4\/6:focus {
    width: 66.6666667% !important;
  }
  .sm\:w-5\/6, .sm\:w-5\/6-hover:hover, .sm\:hover\:w-5\/6:hover, .sm\:w-5\/6-focus:focus, .sm\:focus\:w-5\/6:focus {
    width: 83.3333333% !important;
  }
  .sm\:w-1\/5, .sm\:w-1\/5-hover:hover, .sm\:hover\:w-1\/5:hover, .sm\:w-1\/5-focus:focus, .sm\:focus\:w-1\/5:focus {
    width: 20% !important;
  }
  .sm\:w-2\/5, .sm\:w-2\/5-hover:hover, .sm\:hover\:w-2\/5:hover, .sm\:w-2\/5-focus:focus, .sm\:focus\:w-2\/5:focus {
    width: 40% !important;
  }
  .sm\:w-3\/5, .sm\:w-3\/5-hover:hover, .sm\:hover\:w-3\/5:hover, .sm\:w-3\/5-focus:focus, .sm\:focus\:w-3\/5:focus {
    width: 60% !important;
  }
  .sm\:w-4\/5, .sm\:w-4\/5-hover:hover, .sm\:hover\:w-4\/5:hover, .sm\:w-4\/5-focus:focus, .sm\:focus\:w-4\/5:focus {
    width: 80% !important;
  }
  .sm\:w-1\/4, .sm\:w-1\/4-hover:hover, .sm\:hover\:w-1\/4:hover, .sm\:w-1\/4-focus:focus, .sm\:focus\:w-1\/4:focus {
    width: 25% !important;
  }
  .sm\:w-2\/4, .sm\:w-2\/4-hover:hover, .sm\:hover\:w-2\/4:hover, .sm\:w-2\/4-focus:focus, .sm\:focus\:w-2\/4:focus {
    width: 50% !important;
  }
  .sm\:w-3\/4, .sm\:w-3\/4-hover:hover, .sm\:hover\:w-3\/4:hover, .sm\:w-3\/4-focus:focus, .sm\:focus\:w-3\/4:focus {
    width: 75% !important;
  }
  .sm\:w-1\/3, .sm\:w-1\/3-hover:hover, .sm\:hover\:w-1\/3:hover, .sm\:w-1\/3-focus:focus, .sm\:focus\:w-1\/3:focus {
    width: 33.3333333% !important;
  }
  .sm\:w-2\/3, .sm\:w-2\/3-hover:hover, .sm\:hover\:w-2\/3:hover, .sm\:w-2\/3-focus:focus, .sm\:focus\:w-2\/3:focus {
    width: 66.6666667% !important;
  }
  .sm\:w-1\/2, .sm\:w-1\/2-hover:hover, .sm\:hover\:w-1\/2:hover, .sm\:w-1\/2-focus:focus, .sm\:focus\:w-1\/2:focus {
    width: 50% !important;
  }
  .sm\:w-100, .sm\:w-100-hover:hover, .sm\:hover\:w-100:hover, .sm\:w-100-focus:focus, .sm\:focus\:w-100:focus {
    width: 100% !important;
  }
  .sm\:w-full, .sm\:w-full-hover:hover, .sm\:hover\:w-full:hover, .sm\:w-full-focus:focus, .sm\:focus\:w-full:focus {
    width: 100% !important;
  }
  .sm\:w-min, .sm\:w-min-hover:hover, .sm\:hover\:w-min:hover, .sm\:w-min-focus:focus, .sm\:focus\:w-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .sm\:w-max, .sm\:w-max-hover:hover, .sm\:hover\:w-max:hover, .sm\:w-max-focus:focus, .sm\:focus\:w-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .sm\:w-fit, .sm\:w-fit-hover:hover, .sm\:hover\:w-fit:hover, .sm\:w-fit-focus:focus, .sm\:focus\:w-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sm\:w-auto, .sm\:w-auto-hover:hover, .sm\:hover\:w-auto:hover, .sm\:w-auto-focus:focus, .sm\:focus\:w-auto:focus {
    width: auto !important;
  }
  .sm\:w-0, .sm\:w-0-hover:hover, .sm\:hover\:w-0:hover, .sm\:w-0-focus:focus, .sm\:focus\:w-0:focus {
    width: 0 !important;
  }
  .sm\:w-screen, .sm\:w-screen-hover:hover, .sm\:hover\:w-screen:hover, .sm\:w-screen-focus:focus, .sm\:focus\:w-screen:focus {
    width: 100vw !important;
  }
  .max-w-sm-none, .max-w-sm-none-hover:hover, .hover\:max-w-sm-none:hover {
    max-width: none !important;
  }
  .max-w-sm-px, .max-w-sm-px-hover:hover, .hover\:max-w-sm-px:hover {
    max-width: 1px !important;
  }
  .max-w-sm-2px, .max-w-sm-2px-hover:hover, .hover\:max-w-sm-2px:hover {
    max-width: 2px !important;
  }
  .max-w-sm-4px, .max-w-sm-4px-hover:hover, .hover\:max-w-sm-4px:hover {
    max-width: 4px !important;
  }
  .max-w-sm-8px, .max-w-sm-8px-hover:hover, .hover\:max-w-sm-8px:hover {
    max-width: 8px !important;
  }
  .max-w-sm-16px, .max-w-sm-16px-hover:hover, .hover\:max-w-sm-16px:hover {
    max-width: 16px !important;
  }
  .max-w-sm-18px, .max-w-sm-18px-hover:hover, .hover\:max-w-sm-18px:hover {
    max-width: 18px !important;
  }
  .max-w-sm-20px, .max-w-sm-20px-hover:hover, .hover\:max-w-sm-20px:hover {
    max-width: 20px !important;
  }
  .max-w-sm-24px, .max-w-sm-24px-hover:hover, .hover\:max-w-sm-24px:hover {
    max-width: 24px !important;
  }
  .max-w-sm-32px, .max-w-sm-32px-hover:hover, .hover\:max-w-sm-32px:hover {
    max-width: 32px !important;
  }
  .max-w-sm-36px, .max-w-sm-36px-hover:hover, .hover\:max-w-sm-36px:hover {
    max-width: 36px !important;
  }
  .max-w-sm-40px, .max-w-sm-40px-hover:hover, .hover\:max-w-sm-40px:hover {
    max-width: 40px !important;
  }
  .max-w-sm-48px, .max-w-sm-48px-hover:hover, .hover\:max-w-sm-48px:hover {
    max-width: 48px !important;
  }
  .max-w-sm-56px, .max-w-sm-56px-hover:hover, .hover\:max-w-sm-56px:hover {
    max-width: 56px !important;
  }
  .max-w-sm-64px, .max-w-sm-64px-hover:hover, .hover\:max-w-sm-64px:hover {
    max-width: 64px !important;
  }
  .max-w-sm-72px, .max-w-sm-72px-hover:hover, .hover\:max-w-sm-72px:hover {
    max-width: 72px !important;
  }
  .max-w-sm-80px, .max-w-sm-80px-hover:hover, .hover\:max-w-sm-80px:hover {
    max-width: 80px !important;
  }
  .max-w-sm-96px, .max-w-sm-96px-hover:hover, .hover\:max-w-sm-96px:hover {
    max-width: 96px !important;
  }
  .max-w-sm-100px, .max-w-sm-100px-hover:hover, .hover\:max-w-sm-100px:hover {
    max-width: 100px !important;
  }
  .max-w-sm-128px, .max-w-sm-128px-hover:hover, .hover\:max-w-sm-128px:hover {
    max-width: 128px !important;
  }
  .max-w-sm-150px, .max-w-sm-150px-hover:hover, .hover\:max-w-sm-150px:hover {
    max-width: 150px !important;
  }
  .max-w-sm-200px, .max-w-sm-200px-hover:hover, .hover\:max-w-sm-200px:hover {
    max-width: 200px !important;
  }
  .max-w-sm-250px, .max-w-sm-250px-hover:hover, .hover\:max-w-sm-250px:hover {
    max-width: 250px !important;
  }
  .max-w-sm-300px, .max-w-sm-300px-hover:hover, .hover\:max-w-sm-300px:hover {
    max-width: 300px !important;
  }
  .max-w-sm-350px, .max-w-sm-350px-hover:hover, .hover\:max-w-sm-350px:hover {
    max-width: 350px !important;
  }
  .max-w-sm-400px, .max-w-sm-400px-hover:hover, .hover\:max-w-sm-400px:hover {
    max-width: 400px !important;
  }
  .max-w-sm-450px, .max-w-sm-450px-hover:hover, .hover\:max-w-sm-450px:hover {
    max-width: 450px !important;
  }
  .max-w-sm-500px, .max-w-sm-500px-hover:hover, .hover\:max-w-sm-500px:hover {
    max-width: 500px !important;
  }
  .max-w-sm-550px, .max-w-sm-550px-hover:hover, .hover\:max-w-sm-550px:hover {
    max-width: 550px !important;
  }
  .max-w-sm-600px, .max-w-sm-600px-hover:hover, .hover\:max-w-sm-600px:hover {
    max-width: 600px !important;
  }
  .max-w-sm-650px, .max-w-sm-650px-hover:hover, .hover\:max-w-sm-650px:hover {
    max-width: 650px !important;
  }
  .max-w-sm-700px, .max-w-sm-700px-hover:hover, .hover\:max-w-sm-700px:hover {
    max-width: 700px !important;
  }
  .max-w-sm-750px, .max-w-sm-750px-hover:hover, .hover\:max-w-sm-750px:hover {
    max-width: 750px !important;
  }
  .max-w-sm-800px, .max-w-sm-800px-hover:hover, .hover\:max-w-sm-800px:hover {
    max-width: 800px !important;
  }
  .max-w-sm-850px, .max-w-sm-850px-hover:hover, .hover\:max-w-sm-850px:hover {
    max-width: 850px !important;
  }
  .max-w-sm-900px, .max-w-sm-900px-hover:hover, .hover\:max-w-sm-900px:hover {
    max-width: 900px !important;
  }
  .max-w-sm-950px, .max-w-sm-950px-hover:hover, .hover\:max-w-sm-950px:hover {
    max-width: 950px !important;
  }
  .max-w-sm-1000px, .max-w-sm-1000px-hover:hover, .hover\:max-w-sm-1000px:hover {
    max-width: 1000px !important;
  }
  .max-w-sm-1170px, .max-w-sm-1170px-hover:hover, .hover\:max-w-sm-1170px:hover {
    max-width: 1170px !important;
  }
  .max-w-sm-1280px, .max-w-sm-1280px-hover:hover, .hover\:max-w-sm-1280px:hover {
    max-width: 1280px !important;
  }
  .max-w-sm-1320px, .max-w-sm-1320px-hover:hover, .hover\:max-w-sm-1320px:hover {
    max-width: 1320px !important;
  }
  .max-w-sm-1440px, .max-w-sm-1440px-hover:hover, .hover\:max-w-sm-1440px:hover {
    max-width: 1440px !important;
  }
  .max-w-sm-1\/6, .max-w-sm-1\/6-hover:hover, .hover\:max-w-sm-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .max-w-sm-2\/6, .max-w-sm-2\/6-hover:hover, .hover\:max-w-sm-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-sm-3\/6, .max-w-sm-3\/6-hover:hover, .hover\:max-w-sm-3\/6:hover {
    max-width: 50% !important;
  }
  .max-w-sm-4\/6, .max-w-sm-4\/6-hover:hover, .hover\:max-w-sm-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-sm-5\/6, .max-w-sm-5\/6-hover:hover, .hover\:max-w-sm-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .max-w-sm-1\/5, .max-w-sm-1\/5-hover:hover, .hover\:max-w-sm-1\/5:hover {
    max-width: 20% !important;
  }
  .max-w-sm-2\/5, .max-w-sm-2\/5-hover:hover, .hover\:max-w-sm-2\/5:hover {
    max-width: 40% !important;
  }
  .max-w-sm-3\/5, .max-w-sm-3\/5-hover:hover, .hover\:max-w-sm-3\/5:hover {
    max-width: 60% !important;
  }
  .max-w-sm-4\/5, .max-w-sm-4\/5-hover:hover, .hover\:max-w-sm-4\/5:hover {
    max-width: 80% !important;
  }
  .max-w-sm-1\/4, .max-w-sm-1\/4-hover:hover, .hover\:max-w-sm-1\/4:hover {
    max-width: 25% !important;
  }
  .max-w-sm-2\/4, .max-w-sm-2\/4-hover:hover, .hover\:max-w-sm-2\/4:hover {
    max-width: 50% !important;
  }
  .max-w-sm-3\/4, .max-w-sm-3\/4-hover:hover, .hover\:max-w-sm-3\/4:hover {
    max-width: 75% !important;
  }
  .max-w-sm-1\/3, .max-w-sm-1\/3-hover:hover, .hover\:max-w-sm-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-sm-2\/3, .max-w-sm-2\/3-hover:hover, .hover\:max-w-sm-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-sm-1\/2, .max-w-sm-1\/2-hover:hover, .hover\:max-w-sm-1\/2:hover {
    max-width: 50% !important;
  }
  .max-w-sm-xs, .max-w-sm-xs-hover:hover, .hover\:max-w-sm-xs:hover {
    max-width: 320px !important;
  }
  .max-w-sm-sm, .max-w-sm-sm-hover:hover, .hover\:max-w-sm-sm:hover {
    max-width: 640px !important;
  }
  .max-w-sm-md, .max-w-sm-md-hover:hover, .hover\:max-w-sm-md:hover {
    max-width: 720px !important;
  }
  .max-w-sm-lg, .max-w-sm-lg-hover:hover, .hover\:max-w-sm-lg:hover {
    max-width: 1040px !important;
  }
  .max-w-sm-xl, .max-w-sm-xl-hover:hover, .hover\:max-w-sm-xl:hover {
    max-width: 1280px !important;
  }
  .max-w-sm-2xl, .max-w-sm-2xl-hover:hover, .hover\:max-w-sm-2xl:hover {
    max-width: 1312px !important;
  }
  .max-w-sm-100, .max-w-sm-100-hover:hover, .hover\:max-w-sm-100:hover {
    max-width: 100% !important;
  }
  .max-w-sm-full, .max-w-sm-full-hover:hover, .hover\:max-w-sm-full:hover {
    max-width: 100% !important;
  }
  .max-w-sm-min, .max-w-sm-min-hover:hover, .hover\:max-w-sm-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .max-w-sm-max, .max-w-sm-max-hover:hover, .hover\:max-w-sm-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .max-w-sm-fit, .max-w-sm-fit-hover:hover, .hover\:max-w-sm-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .max-w-sm-0, .max-w-sm-0-hover:hover, .hover\:max-w-sm-0:hover {
    max-width: 0 !important;
  }
  .sm\:max-w-none, .sm\:max-w-none-hover:hover, .sm\:hover\:max-w-none:hover {
    max-width: none !important;
  }
  .sm\:max-w-px, .sm\:max-w-px-hover:hover, .sm\:hover\:max-w-px:hover {
    max-width: 1px !important;
  }
  .sm\:max-w-2px, .sm\:max-w-2px-hover:hover, .sm\:hover\:max-w-2px:hover {
    max-width: 2px !important;
  }
  .sm\:max-w-4px, .sm\:max-w-4px-hover:hover, .sm\:hover\:max-w-4px:hover {
    max-width: 4px !important;
  }
  .sm\:max-w-8px, .sm\:max-w-8px-hover:hover, .sm\:hover\:max-w-8px:hover {
    max-width: 8px !important;
  }
  .sm\:max-w-16px, .sm\:max-w-16px-hover:hover, .sm\:hover\:max-w-16px:hover {
    max-width: 16px !important;
  }
  .sm\:max-w-18px, .sm\:max-w-18px-hover:hover, .sm\:hover\:max-w-18px:hover {
    max-width: 18px !important;
  }
  .sm\:max-w-20px, .sm\:max-w-20px-hover:hover, .sm\:hover\:max-w-20px:hover {
    max-width: 20px !important;
  }
  .sm\:max-w-24px, .sm\:max-w-24px-hover:hover, .sm\:hover\:max-w-24px:hover {
    max-width: 24px !important;
  }
  .sm\:max-w-32px, .sm\:max-w-32px-hover:hover, .sm\:hover\:max-w-32px:hover {
    max-width: 32px !important;
  }
  .sm\:max-w-36px, .sm\:max-w-36px-hover:hover, .sm\:hover\:max-w-36px:hover {
    max-width: 36px !important;
  }
  .sm\:max-w-40px, .sm\:max-w-40px-hover:hover, .sm\:hover\:max-w-40px:hover {
    max-width: 40px !important;
  }
  .sm\:max-w-48px, .sm\:max-w-48px-hover:hover, .sm\:hover\:max-w-48px:hover {
    max-width: 48px !important;
  }
  .sm\:max-w-56px, .sm\:max-w-56px-hover:hover, .sm\:hover\:max-w-56px:hover {
    max-width: 56px !important;
  }
  .sm\:max-w-64px, .sm\:max-w-64px-hover:hover, .sm\:hover\:max-w-64px:hover {
    max-width: 64px !important;
  }
  .sm\:max-w-72px, .sm\:max-w-72px-hover:hover, .sm\:hover\:max-w-72px:hover {
    max-width: 72px !important;
  }
  .sm\:max-w-80px, .sm\:max-w-80px-hover:hover, .sm\:hover\:max-w-80px:hover {
    max-width: 80px !important;
  }
  .sm\:max-w-96px, .sm\:max-w-96px-hover:hover, .sm\:hover\:max-w-96px:hover {
    max-width: 96px !important;
  }
  .sm\:max-w-100px, .sm\:max-w-100px-hover:hover, .sm\:hover\:max-w-100px:hover {
    max-width: 100px !important;
  }
  .sm\:max-w-128px, .sm\:max-w-128px-hover:hover, .sm\:hover\:max-w-128px:hover {
    max-width: 128px !important;
  }
  .sm\:max-w-150px, .sm\:max-w-150px-hover:hover, .sm\:hover\:max-w-150px:hover {
    max-width: 150px !important;
  }
  .sm\:max-w-200px, .sm\:max-w-200px-hover:hover, .sm\:hover\:max-w-200px:hover {
    max-width: 200px !important;
  }
  .sm\:max-w-250px, .sm\:max-w-250px-hover:hover, .sm\:hover\:max-w-250px:hover {
    max-width: 250px !important;
  }
  .sm\:max-w-300px, .sm\:max-w-300px-hover:hover, .sm\:hover\:max-w-300px:hover {
    max-width: 300px !important;
  }
  .sm\:max-w-350px, .sm\:max-w-350px-hover:hover, .sm\:hover\:max-w-350px:hover {
    max-width: 350px !important;
  }
  .sm\:max-w-400px, .sm\:max-w-400px-hover:hover, .sm\:hover\:max-w-400px:hover {
    max-width: 400px !important;
  }
  .sm\:max-w-450px, .sm\:max-w-450px-hover:hover, .sm\:hover\:max-w-450px:hover {
    max-width: 450px !important;
  }
  .sm\:max-w-500px, .sm\:max-w-500px-hover:hover, .sm\:hover\:max-w-500px:hover {
    max-width: 500px !important;
  }
  .sm\:max-w-550px, .sm\:max-w-550px-hover:hover, .sm\:hover\:max-w-550px:hover {
    max-width: 550px !important;
  }
  .sm\:max-w-600px, .sm\:max-w-600px-hover:hover, .sm\:hover\:max-w-600px:hover {
    max-width: 600px !important;
  }
  .sm\:max-w-650px, .sm\:max-w-650px-hover:hover, .sm\:hover\:max-w-650px:hover {
    max-width: 650px !important;
  }
  .sm\:max-w-700px, .sm\:max-w-700px-hover:hover, .sm\:hover\:max-w-700px:hover {
    max-width: 700px !important;
  }
  .sm\:max-w-750px, .sm\:max-w-750px-hover:hover, .sm\:hover\:max-w-750px:hover {
    max-width: 750px !important;
  }
  .sm\:max-w-800px, .sm\:max-w-800px-hover:hover, .sm\:hover\:max-w-800px:hover {
    max-width: 800px !important;
  }
  .sm\:max-w-850px, .sm\:max-w-850px-hover:hover, .sm\:hover\:max-w-850px:hover {
    max-width: 850px !important;
  }
  .sm\:max-w-900px, .sm\:max-w-900px-hover:hover, .sm\:hover\:max-w-900px:hover {
    max-width: 900px !important;
  }
  .sm\:max-w-950px, .sm\:max-w-950px-hover:hover, .sm\:hover\:max-w-950px:hover {
    max-width: 950px !important;
  }
  .sm\:max-w-1000px, .sm\:max-w-1000px-hover:hover, .sm\:hover\:max-w-1000px:hover {
    max-width: 1000px !important;
  }
  .sm\:max-w-1170px, .sm\:max-w-1170px-hover:hover, .sm\:hover\:max-w-1170px:hover {
    max-width: 1170px !important;
  }
  .sm\:max-w-1280px, .sm\:max-w-1280px-hover:hover, .sm\:hover\:max-w-1280px:hover {
    max-width: 1280px !important;
  }
  .sm\:max-w-1320px, .sm\:max-w-1320px-hover:hover, .sm\:hover\:max-w-1320px:hover {
    max-width: 1320px !important;
  }
  .sm\:max-w-1440px, .sm\:max-w-1440px-hover:hover, .sm\:hover\:max-w-1440px:hover {
    max-width: 1440px !important;
  }
  .sm\:max-w-1\/6, .sm\:max-w-1\/6-hover:hover, .sm\:hover\:max-w-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .sm\:max-w-2\/6, .sm\:max-w-2\/6-hover:hover, .sm\:hover\:max-w-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .sm\:max-w-3\/6, .sm\:max-w-3\/6-hover:hover, .sm\:hover\:max-w-3\/6:hover {
    max-width: 50% !important;
  }
  .sm\:max-w-4\/6, .sm\:max-w-4\/6-hover:hover, .sm\:hover\:max-w-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .sm\:max-w-5\/6, .sm\:max-w-5\/6-hover:hover, .sm\:hover\:max-w-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .sm\:max-w-1\/5, .sm\:max-w-1\/5-hover:hover, .sm\:hover\:max-w-1\/5:hover {
    max-width: 20% !important;
  }
  .sm\:max-w-2\/5, .sm\:max-w-2\/5-hover:hover, .sm\:hover\:max-w-2\/5:hover {
    max-width: 40% !important;
  }
  .sm\:max-w-3\/5, .sm\:max-w-3\/5-hover:hover, .sm\:hover\:max-w-3\/5:hover {
    max-width: 60% !important;
  }
  .sm\:max-w-4\/5, .sm\:max-w-4\/5-hover:hover, .sm\:hover\:max-w-4\/5:hover {
    max-width: 80% !important;
  }
  .sm\:max-w-1\/4, .sm\:max-w-1\/4-hover:hover, .sm\:hover\:max-w-1\/4:hover {
    max-width: 25% !important;
  }
  .sm\:max-w-2\/4, .sm\:max-w-2\/4-hover:hover, .sm\:hover\:max-w-2\/4:hover {
    max-width: 50% !important;
  }
  .sm\:max-w-3\/4, .sm\:max-w-3\/4-hover:hover, .sm\:hover\:max-w-3\/4:hover {
    max-width: 75% !important;
  }
  .sm\:max-w-1\/3, .sm\:max-w-1\/3-hover:hover, .sm\:hover\:max-w-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .sm\:max-w-2\/3, .sm\:max-w-2\/3-hover:hover, .sm\:hover\:max-w-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .sm\:max-w-1\/2, .sm\:max-w-1\/2-hover:hover, .sm\:hover\:max-w-1\/2:hover {
    max-width: 50% !important;
  }
  .sm\:max-w-xs, .sm\:max-w-xs-hover:hover, .sm\:hover\:max-w-xs:hover {
    max-width: 320px !important;
  }
  .sm\:max-w-sm, .sm\:max-w-sm-hover:hover, .sm\:hover\:max-w-sm:hover {
    max-width: 640px !important;
  }
  .sm\:max-w-md, .sm\:max-w-md-hover:hover, .sm\:hover\:max-w-md:hover {
    max-width: 720px !important;
  }
  .sm\:max-w-lg, .sm\:max-w-lg-hover:hover, .sm\:hover\:max-w-lg:hover {
    max-width: 1040px !important;
  }
  .sm\:max-w-xl, .sm\:max-w-xl-hover:hover, .sm\:hover\:max-w-xl:hover {
    max-width: 1280px !important;
  }
  .sm\:max-w-2xl, .sm\:max-w-2xl-hover:hover, .sm\:hover\:max-w-2xl:hover {
    max-width: 1312px !important;
  }
  .sm\:max-w-100, .sm\:max-w-100-hover:hover, .sm\:hover\:max-w-100:hover {
    max-width: 100% !important;
  }
  .sm\:max-w-full, .sm\:max-w-full-hover:hover, .sm\:hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .sm\:max-w-min, .sm\:max-w-min-hover:hover, .sm\:hover\:max-w-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .sm\:max-w-max, .sm\:max-w-max-hover:hover, .sm\:hover\:max-w-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .sm\:max-w-fit, .sm\:max-w-fit-hover:hover, .sm\:hover\:max-w-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .sm\:max-w-0, .sm\:max-w-0-hover:hover, .sm\:hover\:max-w-0:hover {
    max-width: 0 !important;
  }
  .h-sm-px, .h-sm-px-hover:hover, .hover\:h-sm-px:hover {
    height: 1px !important;
  }
  .h-sm-2px, .h-sm-2px-hover:hover, .hover\:h-sm-2px:hover {
    height: 2px !important;
  }
  .h-sm-4px, .h-sm-4px-hover:hover, .hover\:h-sm-4px:hover {
    height: 4px !important;
  }
  .h-sm-8px, .h-sm-8px-hover:hover, .hover\:h-sm-8px:hover {
    height: 8px !important;
  }
  .h-sm-16px, .h-sm-16px-hover:hover, .hover\:h-sm-16px:hover {
    height: 16px !important;
  }
  .h-sm-18px, .h-sm-18px-hover:hover, .hover\:h-sm-18px:hover {
    height: 18px !important;
  }
  .h-sm-20px, .h-sm-20px-hover:hover, .hover\:h-sm-20px:hover {
    height: 20px !important;
  }
  .h-sm-24px, .h-sm-24px-hover:hover, .hover\:h-sm-24px:hover {
    height: 24px !important;
  }
  .h-sm-32px, .h-sm-32px-hover:hover, .hover\:h-sm-32px:hover {
    height: 32px !important;
  }
  .h-sm-36px, .h-sm-36px-hover:hover, .hover\:h-sm-36px:hover {
    height: 36px !important;
  }
  .h-sm-40px, .h-sm-40px-hover:hover, .hover\:h-sm-40px:hover {
    height: 40px !important;
  }
  .h-sm-48px, .h-sm-48px-hover:hover, .hover\:h-sm-48px:hover {
    height: 48px !important;
  }
  .h-sm-56px, .h-sm-56px-hover:hover, .hover\:h-sm-56px:hover {
    height: 56px !important;
  }
  .h-sm-64px, .h-sm-64px-hover:hover, .hover\:h-sm-64px:hover {
    height: 64px !important;
  }
  .h-sm-72px, .h-sm-72px-hover:hover, .hover\:h-sm-72px:hover {
    height: 72px !important;
  }
  .h-sm-80px, .h-sm-80px-hover:hover, .hover\:h-sm-80px:hover {
    height: 80px !important;
  }
  .h-sm-96px, .h-sm-96px-hover:hover, .hover\:h-sm-96px:hover {
    height: 96px !important;
  }
  .h-sm-100px, .h-sm-100px-hover:hover, .hover\:h-sm-100px:hover {
    height: 100px !important;
  }
  .h-sm-128px, .h-sm-128px-hover:hover, .hover\:h-sm-128px:hover {
    height: 128px !important;
  }
  .h-sm-150px, .h-sm-150px-hover:hover, .hover\:h-sm-150px:hover {
    height: 150px !important;
  }
  .h-sm-200px, .h-sm-200px-hover:hover, .hover\:h-sm-200px:hover {
    height: 200px !important;
  }
  .h-sm-250px, .h-sm-250px-hover:hover, .hover\:h-sm-250px:hover {
    height: 250px !important;
  }
  .h-sm-300px, .h-sm-300px-hover:hover, .hover\:h-sm-300px:hover {
    height: 300px !important;
  }
  .h-sm-350px, .h-sm-350px-hover:hover, .hover\:h-sm-350px:hover {
    height: 350px !important;
  }
  .h-sm-400px, .h-sm-400px-hover:hover, .hover\:h-sm-400px:hover {
    height: 400px !important;
  }
  .h-sm-450px, .h-sm-450px-hover:hover, .hover\:h-sm-450px:hover {
    height: 450px !important;
  }
  .h-sm-500px, .h-sm-500px-hover:hover, .hover\:h-sm-500px:hover {
    height: 500px !important;
  }
  .h-sm-550px, .h-sm-550px-hover:hover, .hover\:h-sm-550px:hover {
    height: 550px !important;
  }
  .h-sm-600px, .h-sm-600px-hover:hover, .hover\:h-sm-600px:hover {
    height: 600px !important;
  }
  .h-sm-650px, .h-sm-650px-hover:hover, .hover\:h-sm-650px:hover {
    height: 650px !important;
  }
  .h-sm-700px, .h-sm-700px-hover:hover, .hover\:h-sm-700px:hover {
    height: 700px !important;
  }
  .h-sm-750px, .h-sm-750px-hover:hover, .hover\:h-sm-750px:hover {
    height: 750px !important;
  }
  .h-sm-800px, .h-sm-800px-hover:hover, .hover\:h-sm-800px:hover {
    height: 800px !important;
  }
  .h-sm-850px, .h-sm-850px-hover:hover, .hover\:h-sm-850px:hover {
    height: 850px !important;
  }
  .h-sm-900px, .h-sm-900px-hover:hover, .hover\:h-sm-900px:hover {
    height: 900px !important;
  }
  .h-sm-950px, .h-sm-950px-hover:hover, .hover\:h-sm-950px:hover {
    height: 950px !important;
  }
  .h-sm-1000px, .h-sm-1000px-hover:hover, .hover\:h-sm-1000px:hover {
    height: 1000px !important;
  }
  .h-sm-1170px, .h-sm-1170px-hover:hover, .hover\:h-sm-1170px:hover {
    height: 1170px !important;
  }
  .h-sm-1280px, .h-sm-1280px-hover:hover, .hover\:h-sm-1280px:hover {
    height: 1280px !important;
  }
  .h-sm-1320px, .h-sm-1320px-hover:hover, .hover\:h-sm-1320px:hover {
    height: 1320px !important;
  }
  .h-sm-1440px, .h-sm-1440px-hover:hover, .hover\:h-sm-1440px:hover {
    height: 1440px !important;
  }
  .h-sm-xs, .h-sm-xs-hover:hover, .hover\:h-sm-xs:hover {
    height: 320px !important;
  }
  .h-sm-sm, .h-sm-sm-hover:hover, .hover\:h-sm-sm:hover {
    height: 640px !important;
  }
  .h-sm-md, .h-sm-md-hover:hover, .hover\:h-sm-md:hover {
    height: 720px !important;
  }
  .h-sm-lg, .h-sm-lg-hover:hover, .hover\:h-sm-lg:hover {
    height: 1040px !important;
  }
  .h-sm-xl, .h-sm-xl-hover:hover, .hover\:h-sm-xl:hover {
    height: 1280px !important;
  }
  .h-sm-2xl, .h-sm-2xl-hover:hover, .hover\:h-sm-2xl:hover {
    height: 1312px !important;
  }
  .h-sm-1\/6, .h-sm-1\/6-hover:hover, .hover\:h-sm-1\/6:hover {
    height: 16.6666667% !important;
  }
  .h-sm-2\/6, .h-sm-2\/6-hover:hover, .hover\:h-sm-2\/6:hover {
    height: 33.3333333% !important;
  }
  .h-sm-3\/6, .h-sm-3\/6-hover:hover, .hover\:h-sm-3\/6:hover {
    height: 50% !important;
  }
  .h-sm-4\/6, .h-sm-4\/6-hover:hover, .hover\:h-sm-4\/6:hover {
    height: 66.6666667% !important;
  }
  .h-sm-5\/6, .h-sm-5\/6-hover:hover, .hover\:h-sm-5\/6:hover {
    height: 83.3333333% !important;
  }
  .h-sm-1\/5, .h-sm-1\/5-hover:hover, .hover\:h-sm-1\/5:hover {
    height: 20% !important;
  }
  .h-sm-2\/5, .h-sm-2\/5-hover:hover, .hover\:h-sm-2\/5:hover {
    height: 40% !important;
  }
  .h-sm-3\/5, .h-sm-3\/5-hover:hover, .hover\:h-sm-3\/5:hover {
    height: 60% !important;
  }
  .h-sm-4\/5, .h-sm-4\/5-hover:hover, .hover\:h-sm-4\/5:hover {
    height: 80% !important;
  }
  .h-sm-1\/4, .h-sm-1\/4-hover:hover, .hover\:h-sm-1\/4:hover {
    height: 25% !important;
  }
  .h-sm-2\/4, .h-sm-2\/4-hover:hover, .hover\:h-sm-2\/4:hover {
    height: 50% !important;
  }
  .h-sm-3\/4, .h-sm-3\/4-hover:hover, .hover\:h-sm-3\/4:hover {
    height: 75% !important;
  }
  .h-sm-1\/3, .h-sm-1\/3-hover:hover, .hover\:h-sm-1\/3:hover {
    height: 33.3333333% !important;
  }
  .h-sm-2\/3, .h-sm-2\/3-hover:hover, .hover\:h-sm-2\/3:hover {
    height: 66.6666667% !important;
  }
  .h-sm-1\/2, .h-sm-1\/2-hover:hover, .hover\:h-sm-1\/2:hover {
    height: 50% !important;
  }
  .h-sm-100, .h-sm-100-hover:hover, .hover\:h-sm-100:hover {
    height: 100% !important;
  }
  .h-sm-full, .h-sm-full-hover:hover, .hover\:h-sm-full:hover {
    height: 100% !important;
  }
  .h-sm-min, .h-sm-min-hover:hover, .hover\:h-sm-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .h-sm-max, .h-sm-max-hover:hover, .hover\:h-sm-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-sm-fit, .h-sm-fit-hover:hover, .hover\:h-sm-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-sm-auto, .h-sm-auto-hover:hover, .hover\:h-sm-auto:hover {
    height: auto !important;
  }
  .h-sm-0, .h-sm-0-hover:hover, .hover\:h-sm-0:hover {
    height: 0 !important;
  }
  .h-sm-screen, .h-sm-screen-hover:hover, .hover\:h-sm-screen:hover {
    height: 100vh !important;
  }
  .sm\:h-px, .sm\:h-px-hover:hover, .sm\:hover\:h-px:hover {
    height: 1px !important;
  }
  .sm\:h-2px, .sm\:h-2px-hover:hover, .sm\:hover\:h-2px:hover {
    height: 2px !important;
  }
  .sm\:h-4px, .sm\:h-4px-hover:hover, .sm\:hover\:h-4px:hover {
    height: 4px !important;
  }
  .sm\:h-8px, .sm\:h-8px-hover:hover, .sm\:hover\:h-8px:hover {
    height: 8px !important;
  }
  .sm\:h-16px, .sm\:h-16px-hover:hover, .sm\:hover\:h-16px:hover {
    height: 16px !important;
  }
  .sm\:h-18px, .sm\:h-18px-hover:hover, .sm\:hover\:h-18px:hover {
    height: 18px !important;
  }
  .sm\:h-20px, .sm\:h-20px-hover:hover, .sm\:hover\:h-20px:hover {
    height: 20px !important;
  }
  .sm\:h-24px, .sm\:h-24px-hover:hover, .sm\:hover\:h-24px:hover {
    height: 24px !important;
  }
  .sm\:h-32px, .sm\:h-32px-hover:hover, .sm\:hover\:h-32px:hover {
    height: 32px !important;
  }
  .sm\:h-36px, .sm\:h-36px-hover:hover, .sm\:hover\:h-36px:hover {
    height: 36px !important;
  }
  .sm\:h-40px, .sm\:h-40px-hover:hover, .sm\:hover\:h-40px:hover {
    height: 40px !important;
  }
  .sm\:h-48px, .sm\:h-48px-hover:hover, .sm\:hover\:h-48px:hover {
    height: 48px !important;
  }
  .sm\:h-56px, .sm\:h-56px-hover:hover, .sm\:hover\:h-56px:hover {
    height: 56px !important;
  }
  .sm\:h-64px, .sm\:h-64px-hover:hover, .sm\:hover\:h-64px:hover {
    height: 64px !important;
  }
  .sm\:h-72px, .sm\:h-72px-hover:hover, .sm\:hover\:h-72px:hover {
    height: 72px !important;
  }
  .sm\:h-80px, .sm\:h-80px-hover:hover, .sm\:hover\:h-80px:hover {
    height: 80px !important;
  }
  .sm\:h-96px, .sm\:h-96px-hover:hover, .sm\:hover\:h-96px:hover {
    height: 96px !important;
  }
  .sm\:h-100px, .sm\:h-100px-hover:hover, .sm\:hover\:h-100px:hover {
    height: 100px !important;
  }
  .sm\:h-128px, .sm\:h-128px-hover:hover, .sm\:hover\:h-128px:hover {
    height: 128px !important;
  }
  .sm\:h-150px, .sm\:h-150px-hover:hover, .sm\:hover\:h-150px:hover {
    height: 150px !important;
  }
  .sm\:h-200px, .sm\:h-200px-hover:hover, .sm\:hover\:h-200px:hover {
    height: 200px !important;
  }
  .sm\:h-250px, .sm\:h-250px-hover:hover, .sm\:hover\:h-250px:hover {
    height: 250px !important;
  }
  .sm\:h-300px, .sm\:h-300px-hover:hover, .sm\:hover\:h-300px:hover {
    height: 300px !important;
  }
  .sm\:h-350px, .sm\:h-350px-hover:hover, .sm\:hover\:h-350px:hover {
    height: 350px !important;
  }
  .sm\:h-400px, .sm\:h-400px-hover:hover, .sm\:hover\:h-400px:hover {
    height: 400px !important;
  }
  .sm\:h-450px, .sm\:h-450px-hover:hover, .sm\:hover\:h-450px:hover {
    height: 450px !important;
  }
  .sm\:h-500px, .sm\:h-500px-hover:hover, .sm\:hover\:h-500px:hover {
    height: 500px !important;
  }
  .sm\:h-550px, .sm\:h-550px-hover:hover, .sm\:hover\:h-550px:hover {
    height: 550px !important;
  }
  .sm\:h-600px, .sm\:h-600px-hover:hover, .sm\:hover\:h-600px:hover {
    height: 600px !important;
  }
  .sm\:h-650px, .sm\:h-650px-hover:hover, .sm\:hover\:h-650px:hover {
    height: 650px !important;
  }
  .sm\:h-700px, .sm\:h-700px-hover:hover, .sm\:hover\:h-700px:hover {
    height: 700px !important;
  }
  .sm\:h-750px, .sm\:h-750px-hover:hover, .sm\:hover\:h-750px:hover {
    height: 750px !important;
  }
  .sm\:h-800px, .sm\:h-800px-hover:hover, .sm\:hover\:h-800px:hover {
    height: 800px !important;
  }
  .sm\:h-850px, .sm\:h-850px-hover:hover, .sm\:hover\:h-850px:hover {
    height: 850px !important;
  }
  .sm\:h-900px, .sm\:h-900px-hover:hover, .sm\:hover\:h-900px:hover {
    height: 900px !important;
  }
  .sm\:h-950px, .sm\:h-950px-hover:hover, .sm\:hover\:h-950px:hover {
    height: 950px !important;
  }
  .sm\:h-1000px, .sm\:h-1000px-hover:hover, .sm\:hover\:h-1000px:hover {
    height: 1000px !important;
  }
  .sm\:h-1170px, .sm\:h-1170px-hover:hover, .sm\:hover\:h-1170px:hover {
    height: 1170px !important;
  }
  .sm\:h-1280px, .sm\:h-1280px-hover:hover, .sm\:hover\:h-1280px:hover {
    height: 1280px !important;
  }
  .sm\:h-1320px, .sm\:h-1320px-hover:hover, .sm\:hover\:h-1320px:hover {
    height: 1320px !important;
  }
  .sm\:h-1440px, .sm\:h-1440px-hover:hover, .sm\:hover\:h-1440px:hover {
    height: 1440px !important;
  }
  .sm\:h-xs, .sm\:h-xs-hover:hover, .sm\:hover\:h-xs:hover {
    height: 320px !important;
  }
  .sm\:h-sm, .sm\:h-sm-hover:hover, .sm\:hover\:h-sm:hover {
    height: 640px !important;
  }
  .sm\:h-md, .sm\:h-md-hover:hover, .sm\:hover\:h-md:hover {
    height: 720px !important;
  }
  .sm\:h-lg, .sm\:h-lg-hover:hover, .sm\:hover\:h-lg:hover {
    height: 1040px !important;
  }
  .sm\:h-xl, .sm\:h-xl-hover:hover, .sm\:hover\:h-xl:hover {
    height: 1280px !important;
  }
  .sm\:h-2xl, .sm\:h-2xl-hover:hover, .sm\:hover\:h-2xl:hover {
    height: 1312px !important;
  }
  .sm\:h-1\/6, .sm\:h-1\/6-hover:hover, .sm\:hover\:h-1\/6:hover {
    height: 16.6666667% !important;
  }
  .sm\:h-2\/6, .sm\:h-2\/6-hover:hover, .sm\:hover\:h-2\/6:hover {
    height: 33.3333333% !important;
  }
  .sm\:h-3\/6, .sm\:h-3\/6-hover:hover, .sm\:hover\:h-3\/6:hover {
    height: 50% !important;
  }
  .sm\:h-4\/6, .sm\:h-4\/6-hover:hover, .sm\:hover\:h-4\/6:hover {
    height: 66.6666667% !important;
  }
  .sm\:h-5\/6, .sm\:h-5\/6-hover:hover, .sm\:hover\:h-5\/6:hover {
    height: 83.3333333% !important;
  }
  .sm\:h-1\/5, .sm\:h-1\/5-hover:hover, .sm\:hover\:h-1\/5:hover {
    height: 20% !important;
  }
  .sm\:h-2\/5, .sm\:h-2\/5-hover:hover, .sm\:hover\:h-2\/5:hover {
    height: 40% !important;
  }
  .sm\:h-3\/5, .sm\:h-3\/5-hover:hover, .sm\:hover\:h-3\/5:hover {
    height: 60% !important;
  }
  .sm\:h-4\/5, .sm\:h-4\/5-hover:hover, .sm\:hover\:h-4\/5:hover {
    height: 80% !important;
  }
  .sm\:h-1\/4, .sm\:h-1\/4-hover:hover, .sm\:hover\:h-1\/4:hover {
    height: 25% !important;
  }
  .sm\:h-2\/4, .sm\:h-2\/4-hover:hover, .sm\:hover\:h-2\/4:hover {
    height: 50% !important;
  }
  .sm\:h-3\/4, .sm\:h-3\/4-hover:hover, .sm\:hover\:h-3\/4:hover {
    height: 75% !important;
  }
  .sm\:h-1\/3, .sm\:h-1\/3-hover:hover, .sm\:hover\:h-1\/3:hover {
    height: 33.3333333% !important;
  }
  .sm\:h-2\/3, .sm\:h-2\/3-hover:hover, .sm\:hover\:h-2\/3:hover {
    height: 66.6666667% !important;
  }
  .sm\:h-1\/2, .sm\:h-1\/2-hover:hover, .sm\:hover\:h-1\/2:hover {
    height: 50% !important;
  }
  .sm\:h-100, .sm\:h-100-hover:hover, .sm\:hover\:h-100:hover {
    height: 100% !important;
  }
  .sm\:h-full, .sm\:h-full-hover:hover, .sm\:hover\:h-full:hover {
    height: 100% !important;
  }
  .sm\:h-min, .sm\:h-min-hover:hover, .sm\:hover\:h-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .sm\:h-max, .sm\:h-max-hover:hover, .sm\:hover\:h-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .sm\:h-fit, .sm\:h-fit-hover:hover, .sm\:hover\:h-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .sm\:h-auto, .sm\:h-auto-hover:hover, .sm\:hover\:h-auto:hover {
    height: auto !important;
  }
  .sm\:h-0, .sm\:h-0-hover:hover, .sm\:hover\:h-0:hover {
    height: 0 !important;
  }
  .sm\:h-screen, .sm\:h-screen-hover:hover, .sm\:hover\:h-screen:hover {
    height: 100vh !important;
  }
  .max-h-sm-none, .max-h-sm-none-hover:hover, .hover\:max-h-sm-none:hover {
    max-height: none !important;
  }
  .max-h-sm-px, .max-h-sm-px-hover:hover, .hover\:max-h-sm-px:hover {
    max-height: 1px !important;
  }
  .max-h-sm-2px, .max-h-sm-2px-hover:hover, .hover\:max-h-sm-2px:hover {
    max-height: 2px !important;
  }
  .max-h-sm-4px, .max-h-sm-4px-hover:hover, .hover\:max-h-sm-4px:hover {
    max-height: 4px !important;
  }
  .max-h-sm-8px, .max-h-sm-8px-hover:hover, .hover\:max-h-sm-8px:hover {
    max-height: 8px !important;
  }
  .max-h-sm-16px, .max-h-sm-16px-hover:hover, .hover\:max-h-sm-16px:hover {
    max-height: 16px !important;
  }
  .max-h-sm-18px, .max-h-sm-18px-hover:hover, .hover\:max-h-sm-18px:hover {
    max-height: 18px !important;
  }
  .max-h-sm-20px, .max-h-sm-20px-hover:hover, .hover\:max-h-sm-20px:hover {
    max-height: 20px !important;
  }
  .max-h-sm-24px, .max-h-sm-24px-hover:hover, .hover\:max-h-sm-24px:hover {
    max-height: 24px !important;
  }
  .max-h-sm-32px, .max-h-sm-32px-hover:hover, .hover\:max-h-sm-32px:hover {
    max-height: 32px !important;
  }
  .max-h-sm-36px, .max-h-sm-36px-hover:hover, .hover\:max-h-sm-36px:hover {
    max-height: 36px !important;
  }
  .max-h-sm-40px, .max-h-sm-40px-hover:hover, .hover\:max-h-sm-40px:hover {
    max-height: 40px !important;
  }
  .max-h-sm-48px, .max-h-sm-48px-hover:hover, .hover\:max-h-sm-48px:hover {
    max-height: 48px !important;
  }
  .max-h-sm-56px, .max-h-sm-56px-hover:hover, .hover\:max-h-sm-56px:hover {
    max-height: 56px !important;
  }
  .max-h-sm-64px, .max-h-sm-64px-hover:hover, .hover\:max-h-sm-64px:hover {
    max-height: 64px !important;
  }
  .max-h-sm-72px, .max-h-sm-72px-hover:hover, .hover\:max-h-sm-72px:hover {
    max-height: 72px !important;
  }
  .max-h-sm-80px, .max-h-sm-80px-hover:hover, .hover\:max-h-sm-80px:hover {
    max-height: 80px !important;
  }
  .max-h-sm-96px, .max-h-sm-96px-hover:hover, .hover\:max-h-sm-96px:hover {
    max-height: 96px !important;
  }
  .max-h-sm-100px, .max-h-sm-100px-hover:hover, .hover\:max-h-sm-100px:hover {
    max-height: 100px !important;
  }
  .max-h-sm-128px, .max-h-sm-128px-hover:hover, .hover\:max-h-sm-128px:hover {
    max-height: 128px !important;
  }
  .max-h-sm-150px, .max-h-sm-150px-hover:hover, .hover\:max-h-sm-150px:hover {
    max-height: 150px !important;
  }
  .max-h-sm-200px, .max-h-sm-200px-hover:hover, .hover\:max-h-sm-200px:hover {
    max-height: 200px !important;
  }
  .max-h-sm-250px, .max-h-sm-250px-hover:hover, .hover\:max-h-sm-250px:hover {
    max-height: 250px !important;
  }
  .max-h-sm-300px, .max-h-sm-300px-hover:hover, .hover\:max-h-sm-300px:hover {
    max-height: 300px !important;
  }
  .max-h-sm-350px, .max-h-sm-350px-hover:hover, .hover\:max-h-sm-350px:hover {
    max-height: 350px !important;
  }
  .max-h-sm-400px, .max-h-sm-400px-hover:hover, .hover\:max-h-sm-400px:hover {
    max-height: 400px !important;
  }
  .max-h-sm-450px, .max-h-sm-450px-hover:hover, .hover\:max-h-sm-450px:hover {
    max-height: 450px !important;
  }
  .max-h-sm-500px, .max-h-sm-500px-hover:hover, .hover\:max-h-sm-500px:hover {
    max-height: 500px !important;
  }
  .max-h-sm-550px, .max-h-sm-550px-hover:hover, .hover\:max-h-sm-550px:hover {
    max-height: 550px !important;
  }
  .max-h-sm-600px, .max-h-sm-600px-hover:hover, .hover\:max-h-sm-600px:hover {
    max-height: 600px !important;
  }
  .max-h-sm-650px, .max-h-sm-650px-hover:hover, .hover\:max-h-sm-650px:hover {
    max-height: 650px !important;
  }
  .max-h-sm-700px, .max-h-sm-700px-hover:hover, .hover\:max-h-sm-700px:hover {
    max-height: 700px !important;
  }
  .max-h-sm-750px, .max-h-sm-750px-hover:hover, .hover\:max-h-sm-750px:hover {
    max-height: 750px !important;
  }
  .max-h-sm-800px, .max-h-sm-800px-hover:hover, .hover\:max-h-sm-800px:hover {
    max-height: 800px !important;
  }
  .max-h-sm-850px, .max-h-sm-850px-hover:hover, .hover\:max-h-sm-850px:hover {
    max-height: 850px !important;
  }
  .max-h-sm-900px, .max-h-sm-900px-hover:hover, .hover\:max-h-sm-900px:hover {
    max-height: 900px !important;
  }
  .max-h-sm-950px, .max-h-sm-950px-hover:hover, .hover\:max-h-sm-950px:hover {
    max-height: 950px !important;
  }
  .max-h-sm-1000px, .max-h-sm-1000px-hover:hover, .hover\:max-h-sm-1000px:hover {
    max-height: 1000px !important;
  }
  .max-h-sm-1170px, .max-h-sm-1170px-hover:hover, .hover\:max-h-sm-1170px:hover {
    max-height: 1170px !important;
  }
  .max-h-sm-1280px, .max-h-sm-1280px-hover:hover, .hover\:max-h-sm-1280px:hover {
    max-height: 1280px !important;
  }
  .max-h-sm-1320px, .max-h-sm-1320px-hover:hover, .hover\:max-h-sm-1320px:hover {
    max-height: 1320px !important;
  }
  .max-h-sm-1440px, .max-h-sm-1440px-hover:hover, .hover\:max-h-sm-1440px:hover {
    max-height: 1440px !important;
  }
  .max-h-sm-1\/6, .max-h-sm-1\/6-hover:hover, .hover\:max-h-sm-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .max-h-sm-2\/6, .max-h-sm-2\/6-hover:hover, .hover\:max-h-sm-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-sm-3\/6, .max-h-sm-3\/6-hover:hover, .hover\:max-h-sm-3\/6:hover {
    max-height: 50% !important;
  }
  .max-h-sm-4\/6, .max-h-sm-4\/6-hover:hover, .hover\:max-h-sm-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-sm-5\/6, .max-h-sm-5\/6-hover:hover, .hover\:max-h-sm-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .max-h-sm-1\/5, .max-h-sm-1\/5-hover:hover, .hover\:max-h-sm-1\/5:hover {
    max-height: 20% !important;
  }
  .max-h-sm-2\/5, .max-h-sm-2\/5-hover:hover, .hover\:max-h-sm-2\/5:hover {
    max-height: 40% !important;
  }
  .max-h-sm-3\/5, .max-h-sm-3\/5-hover:hover, .hover\:max-h-sm-3\/5:hover {
    max-height: 60% !important;
  }
  .max-h-sm-4\/5, .max-h-sm-4\/5-hover:hover, .hover\:max-h-sm-4\/5:hover {
    max-height: 80% !important;
  }
  .max-h-sm-1\/4, .max-h-sm-1\/4-hover:hover, .hover\:max-h-sm-1\/4:hover {
    max-height: 25% !important;
  }
  .max-h-sm-2\/4, .max-h-sm-2\/4-hover:hover, .hover\:max-h-sm-2\/4:hover {
    max-height: 50% !important;
  }
  .max-h-sm-3\/4, .max-h-sm-3\/4-hover:hover, .hover\:max-h-sm-3\/4:hover {
    max-height: 75% !important;
  }
  .max-h-sm-1\/3, .max-h-sm-1\/3-hover:hover, .hover\:max-h-sm-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-sm-2\/3, .max-h-sm-2\/3-hover:hover, .hover\:max-h-sm-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-sm-1\/2, .max-h-sm-1\/2-hover:hover, .hover\:max-h-sm-1\/2:hover {
    max-height: 50% !important;
  }
  .max-h-sm-xs, .max-h-sm-xs-hover:hover, .hover\:max-h-sm-xs:hover {
    max-height: 320px !important;
  }
  .max-h-sm-sm, .max-h-sm-sm-hover:hover, .hover\:max-h-sm-sm:hover {
    max-height: 640px !important;
  }
  .max-h-sm-md, .max-h-sm-md-hover:hover, .hover\:max-h-sm-md:hover {
    max-height: 720px !important;
  }
  .max-h-sm-lg, .max-h-sm-lg-hover:hover, .hover\:max-h-sm-lg:hover {
    max-height: 1040px !important;
  }
  .max-h-sm-xl, .max-h-sm-xl-hover:hover, .hover\:max-h-sm-xl:hover {
    max-height: 1280px !important;
  }
  .max-h-sm-2xl, .max-h-sm-2xl-hover:hover, .hover\:max-h-sm-2xl:hover {
    max-height: 1312px !important;
  }
  .max-h-sm-100, .max-h-sm-100-hover:hover, .hover\:max-h-sm-100:hover {
    max-height: 100% !important;
  }
  .max-h-sm-full, .max-h-sm-full-hover:hover, .hover\:max-h-sm-full:hover {
    max-height: 100% !important;
  }
  .max-h-sm-min, .max-h-sm-min-hover:hover, .hover\:max-h-sm-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .max-h-sm-max, .max-h-sm-max-hover:hover, .hover\:max-h-sm-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .max-h-sm-fit, .max-h-sm-fit-hover:hover, .hover\:max-h-sm-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .max-h-sm-0, .max-h-sm-0-hover:hover, .hover\:max-h-sm-0:hover {
    max-height: 0 !important;
  }
  .max-h-sm-screen, .max-h-sm-screen-hover:hover, .hover\:max-h-sm-screen:hover {
    max-height: 100vh !important;
  }
  .sm\:max-h-none, .sm\:max-h-none-hover:hover, .sm\:hover\:max-h-none:hover {
    max-height: none !important;
  }
  .sm\:max-h-px, .sm\:max-h-px-hover:hover, .sm\:hover\:max-h-px:hover {
    max-height: 1px !important;
  }
  .sm\:max-h-2px, .sm\:max-h-2px-hover:hover, .sm\:hover\:max-h-2px:hover {
    max-height: 2px !important;
  }
  .sm\:max-h-4px, .sm\:max-h-4px-hover:hover, .sm\:hover\:max-h-4px:hover {
    max-height: 4px !important;
  }
  .sm\:max-h-8px, .sm\:max-h-8px-hover:hover, .sm\:hover\:max-h-8px:hover {
    max-height: 8px !important;
  }
  .sm\:max-h-16px, .sm\:max-h-16px-hover:hover, .sm\:hover\:max-h-16px:hover {
    max-height: 16px !important;
  }
  .sm\:max-h-18px, .sm\:max-h-18px-hover:hover, .sm\:hover\:max-h-18px:hover {
    max-height: 18px !important;
  }
  .sm\:max-h-20px, .sm\:max-h-20px-hover:hover, .sm\:hover\:max-h-20px:hover {
    max-height: 20px !important;
  }
  .sm\:max-h-24px, .sm\:max-h-24px-hover:hover, .sm\:hover\:max-h-24px:hover {
    max-height: 24px !important;
  }
  .sm\:max-h-32px, .sm\:max-h-32px-hover:hover, .sm\:hover\:max-h-32px:hover {
    max-height: 32px !important;
  }
  .sm\:max-h-36px, .sm\:max-h-36px-hover:hover, .sm\:hover\:max-h-36px:hover {
    max-height: 36px !important;
  }
  .sm\:max-h-40px, .sm\:max-h-40px-hover:hover, .sm\:hover\:max-h-40px:hover {
    max-height: 40px !important;
  }
  .sm\:max-h-48px, .sm\:max-h-48px-hover:hover, .sm\:hover\:max-h-48px:hover {
    max-height: 48px !important;
  }
  .sm\:max-h-56px, .sm\:max-h-56px-hover:hover, .sm\:hover\:max-h-56px:hover {
    max-height: 56px !important;
  }
  .sm\:max-h-64px, .sm\:max-h-64px-hover:hover, .sm\:hover\:max-h-64px:hover {
    max-height: 64px !important;
  }
  .sm\:max-h-72px, .sm\:max-h-72px-hover:hover, .sm\:hover\:max-h-72px:hover {
    max-height: 72px !important;
  }
  .sm\:max-h-80px, .sm\:max-h-80px-hover:hover, .sm\:hover\:max-h-80px:hover {
    max-height: 80px !important;
  }
  .sm\:max-h-96px, .sm\:max-h-96px-hover:hover, .sm\:hover\:max-h-96px:hover {
    max-height: 96px !important;
  }
  .sm\:max-h-100px, .sm\:max-h-100px-hover:hover, .sm\:hover\:max-h-100px:hover {
    max-height: 100px !important;
  }
  .sm\:max-h-128px, .sm\:max-h-128px-hover:hover, .sm\:hover\:max-h-128px:hover {
    max-height: 128px !important;
  }
  .sm\:max-h-150px, .sm\:max-h-150px-hover:hover, .sm\:hover\:max-h-150px:hover {
    max-height: 150px !important;
  }
  .sm\:max-h-200px, .sm\:max-h-200px-hover:hover, .sm\:hover\:max-h-200px:hover {
    max-height: 200px !important;
  }
  .sm\:max-h-250px, .sm\:max-h-250px-hover:hover, .sm\:hover\:max-h-250px:hover {
    max-height: 250px !important;
  }
  .sm\:max-h-300px, .sm\:max-h-300px-hover:hover, .sm\:hover\:max-h-300px:hover {
    max-height: 300px !important;
  }
  .sm\:max-h-350px, .sm\:max-h-350px-hover:hover, .sm\:hover\:max-h-350px:hover {
    max-height: 350px !important;
  }
  .sm\:max-h-400px, .sm\:max-h-400px-hover:hover, .sm\:hover\:max-h-400px:hover {
    max-height: 400px !important;
  }
  .sm\:max-h-450px, .sm\:max-h-450px-hover:hover, .sm\:hover\:max-h-450px:hover {
    max-height: 450px !important;
  }
  .sm\:max-h-500px, .sm\:max-h-500px-hover:hover, .sm\:hover\:max-h-500px:hover {
    max-height: 500px !important;
  }
  .sm\:max-h-550px, .sm\:max-h-550px-hover:hover, .sm\:hover\:max-h-550px:hover {
    max-height: 550px !important;
  }
  .sm\:max-h-600px, .sm\:max-h-600px-hover:hover, .sm\:hover\:max-h-600px:hover {
    max-height: 600px !important;
  }
  .sm\:max-h-650px, .sm\:max-h-650px-hover:hover, .sm\:hover\:max-h-650px:hover {
    max-height: 650px !important;
  }
  .sm\:max-h-700px, .sm\:max-h-700px-hover:hover, .sm\:hover\:max-h-700px:hover {
    max-height: 700px !important;
  }
  .sm\:max-h-750px, .sm\:max-h-750px-hover:hover, .sm\:hover\:max-h-750px:hover {
    max-height: 750px !important;
  }
  .sm\:max-h-800px, .sm\:max-h-800px-hover:hover, .sm\:hover\:max-h-800px:hover {
    max-height: 800px !important;
  }
  .sm\:max-h-850px, .sm\:max-h-850px-hover:hover, .sm\:hover\:max-h-850px:hover {
    max-height: 850px !important;
  }
  .sm\:max-h-900px, .sm\:max-h-900px-hover:hover, .sm\:hover\:max-h-900px:hover {
    max-height: 900px !important;
  }
  .sm\:max-h-950px, .sm\:max-h-950px-hover:hover, .sm\:hover\:max-h-950px:hover {
    max-height: 950px !important;
  }
  .sm\:max-h-1000px, .sm\:max-h-1000px-hover:hover, .sm\:hover\:max-h-1000px:hover {
    max-height: 1000px !important;
  }
  .sm\:max-h-1170px, .sm\:max-h-1170px-hover:hover, .sm\:hover\:max-h-1170px:hover {
    max-height: 1170px !important;
  }
  .sm\:max-h-1280px, .sm\:max-h-1280px-hover:hover, .sm\:hover\:max-h-1280px:hover {
    max-height: 1280px !important;
  }
  .sm\:max-h-1320px, .sm\:max-h-1320px-hover:hover, .sm\:hover\:max-h-1320px:hover {
    max-height: 1320px !important;
  }
  .sm\:max-h-1440px, .sm\:max-h-1440px-hover:hover, .sm\:hover\:max-h-1440px:hover {
    max-height: 1440px !important;
  }
  .sm\:max-h-1\/6, .sm\:max-h-1\/6-hover:hover, .sm\:hover\:max-h-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .sm\:max-h-2\/6, .sm\:max-h-2\/6-hover:hover, .sm\:hover\:max-h-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .sm\:max-h-3\/6, .sm\:max-h-3\/6-hover:hover, .sm\:hover\:max-h-3\/6:hover {
    max-height: 50% !important;
  }
  .sm\:max-h-4\/6, .sm\:max-h-4\/6-hover:hover, .sm\:hover\:max-h-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .sm\:max-h-5\/6, .sm\:max-h-5\/6-hover:hover, .sm\:hover\:max-h-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .sm\:max-h-1\/5, .sm\:max-h-1\/5-hover:hover, .sm\:hover\:max-h-1\/5:hover {
    max-height: 20% !important;
  }
  .sm\:max-h-2\/5, .sm\:max-h-2\/5-hover:hover, .sm\:hover\:max-h-2\/5:hover {
    max-height: 40% !important;
  }
  .sm\:max-h-3\/5, .sm\:max-h-3\/5-hover:hover, .sm\:hover\:max-h-3\/5:hover {
    max-height: 60% !important;
  }
  .sm\:max-h-4\/5, .sm\:max-h-4\/5-hover:hover, .sm\:hover\:max-h-4\/5:hover {
    max-height: 80% !important;
  }
  .sm\:max-h-1\/4, .sm\:max-h-1\/4-hover:hover, .sm\:hover\:max-h-1\/4:hover {
    max-height: 25% !important;
  }
  .sm\:max-h-2\/4, .sm\:max-h-2\/4-hover:hover, .sm\:hover\:max-h-2\/4:hover {
    max-height: 50% !important;
  }
  .sm\:max-h-3\/4, .sm\:max-h-3\/4-hover:hover, .sm\:hover\:max-h-3\/4:hover {
    max-height: 75% !important;
  }
  .sm\:max-h-1\/3, .sm\:max-h-1\/3-hover:hover, .sm\:hover\:max-h-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .sm\:max-h-2\/3, .sm\:max-h-2\/3-hover:hover, .sm\:hover\:max-h-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .sm\:max-h-1\/2, .sm\:max-h-1\/2-hover:hover, .sm\:hover\:max-h-1\/2:hover {
    max-height: 50% !important;
  }
  .sm\:max-h-xs, .sm\:max-h-xs-hover:hover, .sm\:hover\:max-h-xs:hover {
    max-height: 320px !important;
  }
  .sm\:max-h-sm, .sm\:max-h-sm-hover:hover, .sm\:hover\:max-h-sm:hover {
    max-height: 640px !important;
  }
  .sm\:max-h-md, .sm\:max-h-md-hover:hover, .sm\:hover\:max-h-md:hover {
    max-height: 720px !important;
  }
  .sm\:max-h-lg, .sm\:max-h-lg-hover:hover, .sm\:hover\:max-h-lg:hover {
    max-height: 1040px !important;
  }
  .sm\:max-h-xl, .sm\:max-h-xl-hover:hover, .sm\:hover\:max-h-xl:hover {
    max-height: 1280px !important;
  }
  .sm\:max-h-2xl, .sm\:max-h-2xl-hover:hover, .sm\:hover\:max-h-2xl:hover {
    max-height: 1312px !important;
  }
  .sm\:max-h-100, .sm\:max-h-100-hover:hover, .sm\:hover\:max-h-100:hover {
    max-height: 100% !important;
  }
  .sm\:max-h-full, .sm\:max-h-full-hover:hover, .sm\:hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .sm\:max-h-min, .sm\:max-h-min-hover:hover, .sm\:hover\:max-h-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .sm\:max-h-max, .sm\:max-h-max-hover:hover, .sm\:hover\:max-h-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .sm\:max-h-fit, .sm\:max-h-fit-hover:hover, .sm\:hover\:max-h-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .sm\:max-h-0, .sm\:max-h-0-hover:hover, .sm\:hover\:max-h-0:hover {
    max-height: 0 !important;
  }
  .sm\:max-h-screen, .sm\:max-h-screen-hover:hover, .sm\:hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .flex-sm-auto {
    flex: 1 1 auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-initial {
    flex: 0 1 auto !important;
  }
  .flex-sm-1 {
    flex: 1 1 0% !important;
  }
  .flex-sm-none {
    flex: none !important;
  }
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  .sm\:flex-fill {
    flex: 1 1 auto !important;
  }
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:flex-none {
    flex: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-between {
    justify-content: space-between !important;
  }
  .justify-sm-around {
    justify-content: space-around !important;
  }
  .justify-sm-evenly {
    justify-content: space-evenly !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .items-sm-start {
    align-items: flex-start !important;
  }
  .items-sm-center {
    align-items: center !important;
  }
  .items-sm-end {
    align-items: flex-end !important;
  }
  .items-sm-stretch {
    align-items: stretch !important;
  }
  .items-sm-baseline {
    align-items: baseline !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-stretch {
    align-items: stretch !important;
  }
  .sm\:items-baseline {
    align-items: baseline !important;
  }
  .content-sm-start {
    align-content: flex-start !important;
  }
  .content-sm-center {
    align-content: center !important;
  }
  .content-sm-end {
    align-content: flex-end !important;
  }
  .content-sm-between {
    align-content: space-between !important;
  }
  .content-sm-around {
    align-content: space-around !important;
  }
  .content-sm-evenly {
    align-content: space-evenly !important;
  }
  .content-sm-baseline {
    align-content: baseline !important;
  }
  .sm\:content-start {
    align-content: flex-start !important;
  }
  .sm\:content-center {
    align-content: center !important;
  }
  .sm\:content-end {
    align-content: flex-end !important;
  }
  .sm\:content-between {
    align-content: space-between !important;
  }
  .sm\:content-around {
    align-content: space-around !important;
  }
  .sm\:content-evenly {
    align-content: space-evenly !important;
  }
  .sm\:content-baseline {
    align-content: baseline !important;
  }
  .self-sm-auto {
    align-self: auto !important;
  }
  .self-sm-start {
    align-self: flex-start !important;
  }
  .self-sm-center {
    align-self: center !important;
  }
  .self-sm-end {
    align-self: flex-end !important;
  }
  .self-sm-stretch {
    align-self: stretch !important;
  }
  .self-sm-baseline {
    align-self: baseline !important;
  }
  .sm\:self-auto {
    align-self: auto !important;
  }
  .sm\:self-start {
    align-self: flex-start !important;
  }
  .sm\:self-center {
    align-self: center !important;
  }
  .sm\:self-end {
    align-self: flex-end !important;
  }
  .sm\:self-stretch {
    align-self: stretch !important;
  }
  .sm\:self-baseline {
    align-self: baseline !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:order-sm-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:order-sm-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:order-sm-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:order-sm-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:order-sm-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:order-sm-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:order-sm-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:order-sm-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:order-sm-last {
    order: 6 !important;
  }
  .sm\:order-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:sm\:order-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:sm\:order-first {
    order: -1 !important;
  }
  .sm\:order-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:order-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:order-0 {
    order: 0 !important;
  }
  .sm\:order-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:sm\:order-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:sm\:order-1 {
    order: 1 !important;
  }
  .sm\:order-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:sm\:order-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:sm\:order-2 {
    order: 2 !important;
  }
  .sm\:order-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:sm\:order-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:sm\:order-3 {
    order: 3 !important;
  }
  .sm\:order-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:sm\:order-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:sm\:order-4 {
    order: 4 !important;
  }
  .sm\:order-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:sm\:order-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:sm\:order-5 {
    order: 5 !important;
  }
  .sm\:order-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:sm\:order-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:sm\:order-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-narrow {
    margin: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .m-sm-7 {
    margin: 3.5rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:m-narrow {
    margin: 0.25rem !important;
  }
  .sm\:m-1 {
    margin: 0.5rem !important;
  }
  .sm\:m-2 {
    margin: 1rem !important;
  }
  .sm\:m-3 {
    margin: 1.5rem !important;
  }
  .sm\:m-4 {
    margin: 2rem !important;
  }
  .sm\:m-5 {
    margin: 2.5rem !important;
  }
  .sm\:m-6 {
    margin: 3rem !important;
  }
  .sm\:m-7 {
    margin: 3.5rem !important;
  }
  .sm\:m-8 {
    margin: 4rem !important;
  }
  .sm\:m-9 {
    margin: 5rem !important;
  }
  .sm\:m-10 {
    margin: 8rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .sm\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sm\:mx-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .sm\:mx-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .sm\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .sm\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .sm\:mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .sm\:mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .sm\:mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .sm\:mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .sm\:mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .sm\:mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .sm\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .sm\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sm\:my-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .sm\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-narrow {
    margin-top: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mt-narrow {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-2 {
    margin-top: 1rem !important;
  }
  .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-4 {
    margin-top: 2rem !important;
  }
  .sm\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .sm\:mt-6 {
    margin-top: 3rem !important;
  }
  .sm\:mt-7 {
    margin-top: 3.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 4rem !important;
  }
  .sm\:mt-9 {
    margin-top: 5rem !important;
  }
  .sm\:mt-10 {
    margin-top: 8rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:me-sm-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:me-sm-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:me-sm-narrow {
    margin-right: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:me-sm-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-3 {
    margin-right: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:me-sm-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:me-sm-4 {
    margin-right: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:me-sm-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:me-sm-6 {
    margin-right: 3rem !important;
  }
  .me-sm-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-7 {
    margin-right: 3.5rem !important;
  }
  .me-sm-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:me-sm-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:me-sm-8 {
    margin-right: 4rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:me-sm-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:me-sm-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:me-sm-auto {
    margin-right: auto !important;
  }
  .sm\:me-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:me-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:me-0 {
    margin-right: 0 !important;
  }
  .sm\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-narrow {
    margin-right: 0.25rem !important;
  }
  .sm\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-1 {
    margin-right: 0.5rem !important;
  }
  .sm\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-2 {
    margin-right: 1rem !important;
  }
  .sm\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-3 {
    margin-right: 1.5rem !important;
  }
  .sm\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-4 {
    margin-right: 2rem !important;
  }
  .sm\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-5 {
    margin-right: 2.5rem !important;
  }
  .sm\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-6 {
    margin-right: 3rem !important;
  }
  .sm\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-7 {
    margin-right: 3.5rem !important;
  }
  .sm\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-8 {
    margin-right: 4rem !important;
  }
  .sm\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-9 {
    margin-right: 5rem !important;
  }
  .sm\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-10 {
    margin-right: 8rem !important;
  }
  .sm\:me-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:sm\:me-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:sm\:me-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-narrow {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:mb-narrow {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-9 {
    margin-bottom: 5rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 8rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:ms-sm-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-narrow {
    margin-left: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-4 {
    margin-left: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-6 {
    margin-left: 3rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-7 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-8 {
    margin-left: 4rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:ms-sm-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:ms-sm-auto {
    margin-left: auto !important;
  }
  .sm\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:ms-0 {
    margin-left: 0 !important;
  }
  .sm\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  .sm\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-1 {
    margin-left: 0.5rem !important;
  }
  .sm\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-2 {
    margin-left: 1rem !important;
  }
  .sm\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .sm\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-4 {
    margin-left: 2rem !important;
  }
  .sm\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-5 {
    margin-left: 2.5rem !important;
  }
  .sm\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-6 {
    margin-left: 3rem !important;
  }
  .sm\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-7 {
    margin-left: 3.5rem !important;
  }
  .sm\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-8 {
    margin-left: 4rem !important;
  }
  .sm\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-9 {
    margin-left: 5rem !important;
  }
  .sm\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-10 {
    margin-left: 8rem !important;
  }
  .sm\:ms-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:sm\:ms-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:sm\:ms-auto {
    margin-left: auto !important;
  }
  .m-sm-nnarrow {
    margin: -0.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .m-sm-n5 {
    margin: -2.5rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .m-sm-n7 {
    margin: -3.5rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .m-sm-n10 {
    margin: -8rem !important;
  }
  .sm\:m-nnarrow {
    margin: -0.25rem !important;
  }
  .sm\:m-n1 {
    margin: -0.5rem !important;
  }
  .sm\:m-n2 {
    margin: -1rem !important;
  }
  .sm\:m-n3 {
    margin: -1.5rem !important;
  }
  .sm\:m-n4 {
    margin: -2rem !important;
  }
  .sm\:m-n5 {
    margin: -2.5rem !important;
  }
  .sm\:m-n6 {
    margin: -3rem !important;
  }
  .sm\:m-n7 {
    margin: -3.5rem !important;
  }
  .sm\:m-n8 {
    margin: -4rem !important;
  }
  .sm\:m-n9 {
    margin: -5rem !important;
  }
  .sm\:m-n10 {
    margin: -8rem !important;
  }
  .mx-sm-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .sm\:mx-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .sm\:mx-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .sm\:mx-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .sm\:mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .sm\:mx-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .sm\:mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .sm\:mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .sm\:mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .sm\:mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .sm\:mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .sm\:mx-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-sm-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .sm\:my-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:my-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:my-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:my-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .sm\:my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .sm\:my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:my-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:my-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-sm-nnarrow {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3rem !important;
  }
  .mt-sm-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -4rem !important;
  }
  .mt-sm-n9 {
    margin-top: -5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -8rem !important;
  }
  .sm\:mt-nnarrow {
    margin-top: -0.25rem !important;
  }
  .sm\:mt-n1 {
    margin-top: -0.5rem !important;
  }
  .sm\:mt-n2 {
    margin-top: -1rem !important;
  }
  .sm\:mt-n3 {
    margin-top: -1.5rem !important;
  }
  .sm\:mt-n4 {
    margin-top: -2rem !important;
  }
  .sm\:mt-n5 {
    margin-top: -2.5rem !important;
  }
  .sm\:mt-n6 {
    margin-top: -3rem !important;
  }
  .sm\:mt-n7 {
    margin-top: -3.5rem !important;
  }
  .sm\:mt-n8 {
    margin-top: -4rem !important;
  }
  .sm\:mt-n9 {
    margin-top: -5rem !important;
  }
  .sm\:mt-n10 {
    margin-top: -8rem !important;
  }
  .me-sm-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:me-sm-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:me-sm-nnarrow {
    margin-right: -0.25rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n2 {
    margin-right: -1rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n4 {
    margin-right: -2rem !important;
  }
  .me-sm-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n5 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n6 {
    margin-right: -3rem !important;
  }
  .me-sm-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n7 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n8 {
    margin-right: -4rem !important;
  }
  .me-sm-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n9 {
    margin-right: -5rem !important;
  }
  .me-sm-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:me-sm-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:me-sm-n10 {
    margin-right: -8rem !important;
  }
  .sm\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  .sm\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n1 {
    margin-right: -0.5rem !important;
  }
  .sm\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n2 {
    margin-right: -1rem !important;
  }
  .sm\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n3 {
    margin-right: -1.5rem !important;
  }
  .sm\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n4 {
    margin-right: -2rem !important;
  }
  .sm\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n5 {
    margin-right: -2.5rem !important;
  }
  .sm\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n6 {
    margin-right: -3rem !important;
  }
  .sm\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n7 {
    margin-right: -3.5rem !important;
  }
  .sm\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n8 {
    margin-right: -4rem !important;
  }
  .sm\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n9 {
    margin-right: -5rem !important;
  }
  .sm\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:sm\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:sm\:me-n10 {
    margin-right: -8rem !important;
  }
  .mb-sm-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -8rem !important;
  }
  .sm\:mb-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .sm\:mb-n1 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:mb-n2 {
    margin-bottom: -1rem !important;
  }
  .sm\:mb-n3 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:mb-n4 {
    margin-bottom: -2rem !important;
  }
  .sm\:mb-n5 {
    margin-bottom: -2.5rem !important;
  }
  .sm\:mb-n6 {
    margin-bottom: -3rem !important;
  }
  .sm\:mb-n7 {
    margin-bottom: -3.5rem !important;
  }
  .sm\:mb-n8 {
    margin-bottom: -4rem !important;
  }
  .sm\:mb-n9 {
    margin-bottom: -5rem !important;
  }
  .sm\:mb-n10 {
    margin-bottom: -8rem !important;
  }
  .ms-sm-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-nnarrow {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n2 {
    margin-left: -1rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n4 {
    margin-left: -2rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n6 {
    margin-left: -3rem !important;
  }
  .ms-sm-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n8 {
    margin-left: -4rem !important;
  }
  .ms-sm-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n9 {
    margin-left: -5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:ms-sm-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:ms-sm-n10 {
    margin-left: -8rem !important;
  }
  .sm\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  .sm\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  .sm\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n2 {
    margin-left: -1rem !important;
  }
  .sm\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  .sm\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n4 {
    margin-left: -2rem !important;
  }
  .sm\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  .sm\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n6 {
    margin-left: -3rem !important;
  }
  .sm\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  .sm\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n8 {
    margin-left: -4rem !important;
  }
  .sm\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n9 {
    margin-left: -5rem !important;
  }
  .sm\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:sm\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:sm\:ms-n10 {
    margin-left: -8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-narrow {
    padding: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .p-sm-7 {
    padding: 3.5rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-narrow {
    padding: 0.25rem !important;
  }
  .sm\:p-1 {
    padding: 0.5rem !important;
  }
  .sm\:p-2 {
    padding: 1rem !important;
  }
  .sm\:p-3 {
    padding: 1.5rem !important;
  }
  .sm\:p-4 {
    padding: 2rem !important;
  }
  .sm\:p-5 {
    padding: 2.5rem !important;
  }
  .sm\:p-6 {
    padding: 3rem !important;
  }
  .sm\:p-7 {
    padding: 3.5rem !important;
  }
  .sm\:p-8 {
    padding: 4rem !important;
  }
  .sm\:p-9 {
    padding: 5rem !important;
  }
  .sm\:p-10 {
    padding: 8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sm\:px-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .sm\:px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .sm\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .sm\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .sm\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .sm\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .sm\:px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .sm\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .sm\:px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sm\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm\:py-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-narrow {
    padding-top: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pt-narrow {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-2 {
    padding-top: 1rem !important;
  }
  .sm\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-4 {
    padding-top: 2rem !important;
  }
  .sm\:pt-5 {
    padding-top: 2.5rem !important;
  }
  .sm\:pt-6 {
    padding-top: 3rem !important;
  }
  .sm\:pt-7 {
    padding-top: 3.5rem !important;
  }
  .sm\:pt-8 {
    padding-top: 4rem !important;
  }
  .sm\:pt-9 {
    padding-top: 5rem !important;
  }
  .sm\:pt-10 {
    padding-top: 8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:pe-sm-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-narrow {
    padding-right: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-4 {
    padding-right: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-6 {
    padding-right: 3rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-7 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-8 {
    padding-right: 4rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:pe-sm-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pe-sm-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:pe-sm-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:pe-sm-auto {
    padding-right: auto !important;
  }
  .sm\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:pe-0 {
    padding-right: 0 !important;
  }
  .sm\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  .sm\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-1 {
    padding-right: 0.5rem !important;
  }
  .sm\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-2 {
    padding-right: 1rem !important;
  }
  .sm\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .sm\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-4 {
    padding-right: 2rem !important;
  }
  .sm\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-5 {
    padding-right: 2.5rem !important;
  }
  .sm\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-6 {
    padding-right: 3rem !important;
  }
  .sm\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-7 {
    padding-right: 3.5rem !important;
  }
  .sm\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-8 {
    padding-right: 4rem !important;
  }
  .sm\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-9 {
    padding-right: 5rem !important;
  }
  .sm\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:sm\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:sm\:pe-10 {
    padding-right: 8rem !important;
  }
  .sm\:pe-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:sm\:pe-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:sm\:pe-auto {
    padding-right: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-narrow {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pb-narrow {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:ps-sm-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-narrow {
    padding-left: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-4 {
    padding-left: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-6 {
    padding-left: 3rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-7 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-8 {
    padding-left: 4rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-9 {
    padding-left: 5rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ps-sm-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ps-sm-10 {
    padding-left: 8rem !important;
  }
  .ps-sm-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:ps-sm-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:ps-sm-auto {
    padding-left: auto !important;
  }
  .sm\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:ps-0 {
    padding-left: 0 !important;
  }
  .sm\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  .sm\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-1 {
    padding-left: 0.5rem !important;
  }
  .sm\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-2 {
    padding-left: 1rem !important;
  }
  .sm\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .sm\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-4 {
    padding-left: 2rem !important;
  }
  .sm\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-5 {
    padding-left: 2.5rem !important;
  }
  .sm\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-6 {
    padding-left: 3rem !important;
  }
  .sm\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-7 {
    padding-left: 3.5rem !important;
  }
  .sm\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-8 {
    padding-left: 4rem !important;
  }
  .sm\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-9 {
    padding-left: 5rem !important;
  }
  .sm\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:sm\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:sm\:ps-10 {
    padding-left: 8rem !important;
  }
  .sm\:ps-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:sm\:ps-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:sm\:ps-auto {
    padding-left: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-narrow {
    gap: 0.25rem !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
  .gap-sm-4 {
    gap: 2rem !important;
  }
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
  .gap-sm-6 {
    gap: 3rem !important;
  }
  .gap-sm-7 {
    gap: 3.5rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 8rem !important;
  }
  .sm\:gap-0 {
    gap: 0 !important;
  }
  .sm\:gap-narrow {
    gap: 0.25rem !important;
  }
  .sm\:gap-1 {
    gap: 0.5rem !important;
  }
  .sm\:gap-2 {
    gap: 1rem !important;
  }
  .sm\:gap-3 {
    gap: 1.5rem !important;
  }
  .sm\:gap-4 {
    gap: 2rem !important;
  }
  .sm\:gap-5 {
    gap: 2.5rem !important;
  }
  .sm\:gap-6 {
    gap: 3rem !important;
  }
  .sm\:gap-7 {
    gap: 3.5rem !important;
  }
  .sm\:gap-8 {
    gap: 4rem !important;
  }
  .sm\:gap-9 {
    gap: 5rem !important;
  }
  .sm\:gap-10 {
    gap: 8rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-narrow {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 8rem !important;
  }
  .sm\:row-gap-0 {
    row-gap: 0 !important;
  }
  .sm\:row-gap-narrow {
    row-gap: 0.25rem !important;
  }
  .sm\:row-gap-1 {
    row-gap: 0.5rem !important;
  }
  .sm\:row-gap-2 {
    row-gap: 1rem !important;
  }
  .sm\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .sm\:row-gap-4 {
    row-gap: 2rem !important;
  }
  .sm\:row-gap-5 {
    row-gap: 2.5rem !important;
  }
  .sm\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .sm\:row-gap-7 {
    row-gap: 3.5rem !important;
  }
  .sm\:row-gap-8 {
    row-gap: 4rem !important;
  }
  .sm\:row-gap-9 {
    row-gap: 5rem !important;
  }
  .sm\:row-gap-10 {
    row-gap: 8rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .sm\:column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .sm\:column-gap-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .sm\:column-gap-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .sm\:column-gap-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .sm\:column-gap-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .sm\:column-gap-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .sm\:column-gap-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .sm\:column-gap-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .sm\:column-gap-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .sm\:column-gap-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .sm\:column-gap-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .sm\:column-gap-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .fs-sm-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-1 {
    font-size: 1.75rem !important;
  }
  .fs-sm-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-2 {
    font-size: 1.5rem !important;
  }
  .fs-sm-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-3 {
    font-size: 1.25rem !important;
  }
  .fs-sm-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-4 {
    font-size: 1.125rem !important;
  }
  .fs-sm-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-5 {
    font-size: 1rem !important;
  }
  .fs-sm-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-6 {
    font-size: 0.95rem !important;
  }
  .fs-sm-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-7 {
    font-size: 0.875rem !important;
  }
  .fs-sm-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:fs-sm-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:fs-sm-8 {
    font-size: 0.75rem !important;
  }
  .sm\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-1 {
    font-size: 1.75rem !important;
  }
  .sm\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-2 {
    font-size: 1.5rem !important;
  }
  .sm\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-3 {
    font-size: 1.25rem !important;
  }
  .sm\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-4 {
    font-size: 1.125rem !important;
  }
  .sm\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-5 {
    font-size: 1rem !important;
  }
  .sm\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-6 {
    font-size: 0.95rem !important;
  }
  .sm\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-7 {
    font-size: 0.875rem !important;
  }
  .sm\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:sm\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:sm\:fs-8 {
    font-size: 0.75rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:text-sm-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:text-sm-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:text-sm-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:text-sm-center {
    text-align: center !important;
  }
  .sm\:text-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:sm\:text-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:sm\:text-start {
    text-align: left !important;
  }
  .sm\:text-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:sm\:text-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:sm\:text-end {
    text-align: right !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:sm\:text-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:sm\:text-center {
    text-align: center !important;
  }
  .rounded-sm, .rounded-sm-hover:hover, .hover\:rounded-sm:hover {
    border-radius: var(--radius) !important;
  }
  .rounded-sm-default, .rounded-sm-default-hover:hover, .hover\:rounded-sm-default:hover {
    border-radius: 8px !important;
  }
  .rounded-sm-0-5, .rounded-sm-0-5-hover:hover, .hover\:rounded-sm-0-5:hover {
    border-radius: 2px !important;
  }
  .rounded-sm-1, .rounded-sm-1-hover:hover, .hover\:rounded-sm-1:hover {
    border-radius: 4px !important;
  }
  .rounded-sm-1-5, .rounded-sm-1-5-hover:hover, .hover\:rounded-sm-1-5:hover {
    border-radius: 12px !important;
  }
  .rounded-sm-2, .rounded-sm-2-hover:hover, .hover\:rounded-sm-2:hover {
    border-radius: 16px !important;
  }
  .rounded-sm-2-5, .rounded-sm-2-5-hover:hover, .hover\:rounded-sm-2-5:hover {
    border-radius: 20px !important;
  }
  .rounded-sm-3, .rounded-sm-3-hover:hover, .hover\:rounded-sm-3:hover {
    border-radius: 24px !important;
  }
  .rounded-sm-3-5, .rounded-sm-3-5-hover:hover, .hover\:rounded-sm-3-5:hover {
    border-radius: 28px !important;
  }
  .rounded-sm-4, .rounded-sm-4-hover:hover, .hover\:rounded-sm-4:hover {
    border-radius: 32px !important;
  }
  .rounded-sm-4-5, .rounded-sm-4-5-hover:hover, .hover\:rounded-sm-4-5:hover {
    border-radius: 36px !important;
  }
  .rounded-sm-5, .rounded-sm-5-hover:hover, .hover\:rounded-sm-5:hover {
    border-radius: 40px !important;
  }
  .rounded-sm-5-5, .rounded-sm-5-5-hover:hover, .hover\:rounded-sm-5-5:hover {
    border-radius: 44px !important;
  }
  .rounded-sm-6, .rounded-sm-6-hover:hover, .hover\:rounded-sm-6:hover {
    border-radius: 48px !important;
  }
  .rounded-sm-6-5, .rounded-sm-6-5-hover:hover, .hover\:rounded-sm-6-5:hover {
    border-radius: 52px !important;
  }
  .rounded-sm-7, .rounded-sm-7-hover:hover, .hover\:rounded-sm-7:hover {
    border-radius: 56px !important;
  }
  .rounded-sm-7-5, .rounded-sm-7-5-hover:hover, .hover\:rounded-sm-7-5:hover {
    border-radius: 60px !important;
  }
  .rounded-sm-8, .rounded-sm-8-hover:hover, .hover\:rounded-sm-8:hover {
    border-radius: 64px !important;
  }
  .rounded-sm-8-5, .rounded-sm-8-5-hover:hover, .hover\:rounded-sm-8-5:hover {
    border-radius: 68px !important;
  }
  .rounded-sm-9, .rounded-sm-9-hover:hover, .hover\:rounded-sm-9:hover {
    border-radius: 72px !important;
  }
  .rounded-sm-9-5, .rounded-sm-9-5-hover:hover, .hover\:rounded-sm-9-5:hover {
    border-radius: 76px !important;
  }
  .rounded-sm-10, .rounded-sm-10-hover:hover, .hover\:rounded-sm-10:hover {
    border-radius: 80px !important;
  }
  .rounded-sm-circle, .rounded-sm-circle-hover:hover, .hover\:rounded-sm-circle:hover {
    border-radius: 50% !important;
  }
  .rounded-sm-full, .rounded-sm-full-hover:hover, .hover\:rounded-sm-full:hover {
    border-radius: 100% !important;
  }
  .rounded-sm-pill, .rounded-sm-pill-hover:hover, .hover\:rounded-sm-pill:hover {
    border-radius: 50rem !important;
  }
  .rounded-sm-0, .rounded-sm-0-hover:hover, .hover\:rounded-sm-0:hover {
    border-radius: 0 !important;
  }
  .sm\:rounded, .sm\:rounded-hover:hover, .sm\:hover\:rounded:hover {
    border-radius: var(--radius) !important;
  }
  .sm\:rounded-default, .sm\:rounded-default-hover:hover, .sm\:hover\:rounded-default:hover {
    border-radius: 8px !important;
  }
  .sm\:rounded-0-5, .sm\:rounded-0-5-hover:hover, .sm\:hover\:rounded-0-5:hover {
    border-radius: 2px !important;
  }
  .sm\:rounded-1, .sm\:rounded-1-hover:hover, .sm\:hover\:rounded-1:hover {
    border-radius: 4px !important;
  }
  .sm\:rounded-1-5, .sm\:rounded-1-5-hover:hover, .sm\:hover\:rounded-1-5:hover {
    border-radius: 12px !important;
  }
  .sm\:rounded-2, .sm\:rounded-2-hover:hover, .sm\:hover\:rounded-2:hover {
    border-radius: 16px !important;
  }
  .sm\:rounded-2-5, .sm\:rounded-2-5-hover:hover, .sm\:hover\:rounded-2-5:hover {
    border-radius: 20px !important;
  }
  .sm\:rounded-3, .sm\:rounded-3-hover:hover, .sm\:hover\:rounded-3:hover {
    border-radius: 24px !important;
  }
  .sm\:rounded-3-5, .sm\:rounded-3-5-hover:hover, .sm\:hover\:rounded-3-5:hover {
    border-radius: 28px !important;
  }
  .sm\:rounded-4, .sm\:rounded-4-hover:hover, .sm\:hover\:rounded-4:hover {
    border-radius: 32px !important;
  }
  .sm\:rounded-4-5, .sm\:rounded-4-5-hover:hover, .sm\:hover\:rounded-4-5:hover {
    border-radius: 36px !important;
  }
  .sm\:rounded-5, .sm\:rounded-5-hover:hover, .sm\:hover\:rounded-5:hover {
    border-radius: 40px !important;
  }
  .sm\:rounded-5-5, .sm\:rounded-5-5-hover:hover, .sm\:hover\:rounded-5-5:hover {
    border-radius: 44px !important;
  }
  .sm\:rounded-6, .sm\:rounded-6-hover:hover, .sm\:hover\:rounded-6:hover {
    border-radius: 48px !important;
  }
  .sm\:rounded-6-5, .sm\:rounded-6-5-hover:hover, .sm\:hover\:rounded-6-5:hover {
    border-radius: 52px !important;
  }
  .sm\:rounded-7, .sm\:rounded-7-hover:hover, .sm\:hover\:rounded-7:hover {
    border-radius: 56px !important;
  }
  .sm\:rounded-7-5, .sm\:rounded-7-5-hover:hover, .sm\:hover\:rounded-7-5:hover {
    border-radius: 60px !important;
  }
  .sm\:rounded-8, .sm\:rounded-8-hover:hover, .sm\:hover\:rounded-8:hover {
    border-radius: 64px !important;
  }
  .sm\:rounded-8-5, .sm\:rounded-8-5-hover:hover, .sm\:hover\:rounded-8-5:hover {
    border-radius: 68px !important;
  }
  .sm\:rounded-9, .sm\:rounded-9-hover:hover, .sm\:hover\:rounded-9:hover {
    border-radius: 72px !important;
  }
  .sm\:rounded-9-5, .sm\:rounded-9-5-hover:hover, .sm\:hover\:rounded-9-5:hover {
    border-radius: 76px !important;
  }
  .sm\:rounded-10, .sm\:rounded-10-hover:hover, .sm\:hover\:rounded-10:hover {
    border-radius: 80px !important;
  }
  .sm\:rounded-circle, .sm\:rounded-circle-hover:hover, .sm\:hover\:rounded-circle:hover {
    border-radius: 50% !important;
  }
  .sm\:rounded-full, .sm\:rounded-full-hover:hover, .sm\:hover\:rounded-full:hover {
    border-radius: 100% !important;
  }
  .sm\:rounded-pill, .sm\:rounded-pill-hover:hover, .sm\:hover\:rounded-pill:hover {
    border-radius: 50rem !important;
  }
  .sm\:rounded-0, .sm\:rounded-0-hover:hover, .sm\:hover\:rounded-0:hover {
    border-radius: 0 !important;
  }
  .rounded-top-sm, .rounded-top-sm-hover:hover, .hover\:rounded-top-sm:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-sm-default, .rounded-top-sm-default-hover:hover, .hover\:rounded-top-sm-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-sm-0-5, .rounded-top-sm-0-5-hover:hover, .hover\:rounded-top-sm-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-sm-1, .rounded-top-sm-1-hover:hover, .hover\:rounded-top-sm-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-sm-1-5, .rounded-top-sm-1-5-hover:hover, .hover\:rounded-top-sm-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .rounded-top-sm-2, .rounded-top-sm-2-hover:hover, .hover\:rounded-top-sm-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .rounded-top-sm-2-5, .rounded-top-sm-2-5-hover:hover, .hover\:rounded-top-sm-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .rounded-top-sm-3, .rounded-top-sm-3-hover:hover, .hover\:rounded-top-sm-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .rounded-top-sm-3-5, .rounded-top-sm-3-5-hover:hover, .hover\:rounded-top-sm-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .rounded-top-sm-4, .rounded-top-sm-4-hover:hover, .hover\:rounded-top-sm-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .rounded-top-sm-4-5, .rounded-top-sm-4-5-hover:hover, .hover\:rounded-top-sm-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .rounded-top-sm-5, .rounded-top-sm-5-hover:hover, .hover\:rounded-top-sm-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .rounded-top-sm-5-5, .rounded-top-sm-5-5-hover:hover, .hover\:rounded-top-sm-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .rounded-top-sm-6, .rounded-top-sm-6-hover:hover, .hover\:rounded-top-sm-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .rounded-top-sm-6-5, .rounded-top-sm-6-5-hover:hover, .hover\:rounded-top-sm-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .rounded-top-sm-7, .rounded-top-sm-7-hover:hover, .hover\:rounded-top-sm-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .rounded-top-sm-7-5, .rounded-top-sm-7-5-hover:hover, .hover\:rounded-top-sm-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .rounded-top-sm-8, .rounded-top-sm-8-hover:hover, .hover\:rounded-top-sm-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .rounded-top-sm-8-5, .rounded-top-sm-8-5-hover:hover, .hover\:rounded-top-sm-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .rounded-top-sm-9, .rounded-top-sm-9-hover:hover, .hover\:rounded-top-sm-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .rounded-top-sm-9-5, .rounded-top-sm-9-5-hover:hover, .hover\:rounded-top-sm-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .rounded-top-sm-10, .rounded-top-sm-10-hover:hover, .hover\:rounded-top-sm-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .rounded-top-sm-circle, .rounded-top-sm-circle-hover:hover, .hover\:rounded-top-sm-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-sm-full, .rounded-top-sm-full-hover:hover, .hover\:rounded-top-sm-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .rounded-top-sm-pill, .rounded-top-sm-pill-hover:hover, .hover\:rounded-top-sm-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-sm-0, .rounded-top-sm-0-hover:hover, .hover\:rounded-top-sm-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .sm\:rounded-top, .sm\:rounded-top-hover:hover, .sm\:hover\:rounded-top:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .sm\:rounded-top-default, .sm\:rounded-top-default-hover:hover, .sm\:hover\:rounded-top-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .sm\:rounded-top-0-5, .sm\:rounded-top-0-5-hover:hover, .sm\:hover\:rounded-top-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .sm\:rounded-top-1, .sm\:rounded-top-1-hover:hover, .sm\:hover\:rounded-top-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .sm\:rounded-top-1-5, .sm\:rounded-top-1-5-hover:hover, .sm\:hover\:rounded-top-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .sm\:rounded-top-2, .sm\:rounded-top-2-hover:hover, .sm\:hover\:rounded-top-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .sm\:rounded-top-2-5, .sm\:rounded-top-2-5-hover:hover, .sm\:hover\:rounded-top-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .sm\:rounded-top-3, .sm\:rounded-top-3-hover:hover, .sm\:hover\:rounded-top-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .sm\:rounded-top-3-5, .sm\:rounded-top-3-5-hover:hover, .sm\:hover\:rounded-top-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .sm\:rounded-top-4, .sm\:rounded-top-4-hover:hover, .sm\:hover\:rounded-top-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .sm\:rounded-top-4-5, .sm\:rounded-top-4-5-hover:hover, .sm\:hover\:rounded-top-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .sm\:rounded-top-5, .sm\:rounded-top-5-hover:hover, .sm\:hover\:rounded-top-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .sm\:rounded-top-5-5, .sm\:rounded-top-5-5-hover:hover, .sm\:hover\:rounded-top-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .sm\:rounded-top-6, .sm\:rounded-top-6-hover:hover, .sm\:hover\:rounded-top-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .sm\:rounded-top-6-5, .sm\:rounded-top-6-5-hover:hover, .sm\:hover\:rounded-top-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .sm\:rounded-top-7, .sm\:rounded-top-7-hover:hover, .sm\:hover\:rounded-top-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .sm\:rounded-top-7-5, .sm\:rounded-top-7-5-hover:hover, .sm\:hover\:rounded-top-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .sm\:rounded-top-8, .sm\:rounded-top-8-hover:hover, .sm\:hover\:rounded-top-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .sm\:rounded-top-8-5, .sm\:rounded-top-8-5-hover:hover, .sm\:hover\:rounded-top-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .sm\:rounded-top-9, .sm\:rounded-top-9-hover:hover, .sm\:hover\:rounded-top-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .sm\:rounded-top-9-5, .sm\:rounded-top-9-5-hover:hover, .sm\:hover\:rounded-top-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .sm\:rounded-top-10, .sm\:rounded-top-10-hover:hover, .sm\:hover\:rounded-top-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .sm\:rounded-top-circle, .sm\:rounded-top-circle-hover:hover, .sm\:hover\:rounded-top-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .sm\:rounded-top-full, .sm\:rounded-top-full-hover:hover, .sm\:hover\:rounded-top-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .sm\:rounded-top-pill, .sm\:rounded-top-pill-hover:hover, .sm\:hover\:rounded-top-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .sm\:rounded-top-0, .sm\:rounded-top-0-hover:hover, .sm\:hover\:rounded-top-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-end-sm, .rounded-end-sm-hover:hover, .hover\:rounded-end-sm:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-end-sm-default, .rounded-end-sm-default-hover:hover, .hover\:rounded-end-sm-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-sm-0-5, .rounded-end-sm-0-5-hover:hover, .hover\:rounded-end-sm-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-sm-1, .rounded-end-sm-1-hover:hover, .hover\:rounded-end-sm-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-sm-1-5, .rounded-end-sm-1-5-hover:hover, .hover\:rounded-end-sm-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .rounded-end-sm-2, .rounded-end-sm-2-hover:hover, .hover\:rounded-end-sm-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .rounded-end-sm-2-5, .rounded-end-sm-2-5-hover:hover, .hover\:rounded-end-sm-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .rounded-end-sm-3, .rounded-end-sm-3-hover:hover, .hover\:rounded-end-sm-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .rounded-end-sm-3-5, .rounded-end-sm-3-5-hover:hover, .hover\:rounded-end-sm-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .rounded-end-sm-4, .rounded-end-sm-4-hover:hover, .hover\:rounded-end-sm-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .rounded-end-sm-4-5, .rounded-end-sm-4-5-hover:hover, .hover\:rounded-end-sm-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .rounded-end-sm-5, .rounded-end-sm-5-hover:hover, .hover\:rounded-end-sm-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .rounded-end-sm-5-5, .rounded-end-sm-5-5-hover:hover, .hover\:rounded-end-sm-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .rounded-end-sm-6, .rounded-end-sm-6-hover:hover, .hover\:rounded-end-sm-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .rounded-end-sm-6-5, .rounded-end-sm-6-5-hover:hover, .hover\:rounded-end-sm-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .rounded-end-sm-7, .rounded-end-sm-7-hover:hover, .hover\:rounded-end-sm-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .rounded-end-sm-7-5, .rounded-end-sm-7-5-hover:hover, .hover\:rounded-end-sm-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .rounded-end-sm-8, .rounded-end-sm-8-hover:hover, .hover\:rounded-end-sm-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .rounded-end-sm-8-5, .rounded-end-sm-8-5-hover:hover, .hover\:rounded-end-sm-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .rounded-end-sm-9, .rounded-end-sm-9-hover:hover, .hover\:rounded-end-sm-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .rounded-end-sm-9-5, .rounded-end-sm-9-5-hover:hover, .hover\:rounded-end-sm-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .rounded-end-sm-10, .rounded-end-sm-10-hover:hover, .hover\:rounded-end-sm-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .rounded-end-sm-circle, .rounded-end-sm-circle-hover:hover, .hover\:rounded-end-sm-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-sm-full, .rounded-end-sm-full-hover:hover, .hover\:rounded-end-sm-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .rounded-end-sm-pill, .rounded-end-sm-pill-hover:hover, .hover\:rounded-end-sm-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-sm-0, .rounded-end-sm-0-hover:hover, .hover\:rounded-end-sm-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:rounded-end, .sm\:rounded-end-hover:hover, .sm\:hover\:rounded-end:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .sm\:rounded-end-default, .sm\:rounded-end-default-hover:hover, .sm\:hover\:rounded-end-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .sm\:rounded-end-0-5, .sm\:rounded-end-0-5-hover:hover, .sm\:hover\:rounded-end-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .sm\:rounded-end-1, .sm\:rounded-end-1-hover:hover, .sm\:hover\:rounded-end-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .sm\:rounded-end-1-5, .sm\:rounded-end-1-5-hover:hover, .sm\:hover\:rounded-end-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .sm\:rounded-end-2, .sm\:rounded-end-2-hover:hover, .sm\:hover\:rounded-end-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .sm\:rounded-end-2-5, .sm\:rounded-end-2-5-hover:hover, .sm\:hover\:rounded-end-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .sm\:rounded-end-3, .sm\:rounded-end-3-hover:hover, .sm\:hover\:rounded-end-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .sm\:rounded-end-3-5, .sm\:rounded-end-3-5-hover:hover, .sm\:hover\:rounded-end-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .sm\:rounded-end-4, .sm\:rounded-end-4-hover:hover, .sm\:hover\:rounded-end-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .sm\:rounded-end-4-5, .sm\:rounded-end-4-5-hover:hover, .sm\:hover\:rounded-end-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .sm\:rounded-end-5, .sm\:rounded-end-5-hover:hover, .sm\:hover\:rounded-end-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .sm\:rounded-end-5-5, .sm\:rounded-end-5-5-hover:hover, .sm\:hover\:rounded-end-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .sm\:rounded-end-6, .sm\:rounded-end-6-hover:hover, .sm\:hover\:rounded-end-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .sm\:rounded-end-6-5, .sm\:rounded-end-6-5-hover:hover, .sm\:hover\:rounded-end-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .sm\:rounded-end-7, .sm\:rounded-end-7-hover:hover, .sm\:hover\:rounded-end-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .sm\:rounded-end-7-5, .sm\:rounded-end-7-5-hover:hover, .sm\:hover\:rounded-end-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .sm\:rounded-end-8, .sm\:rounded-end-8-hover:hover, .sm\:hover\:rounded-end-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .sm\:rounded-end-8-5, .sm\:rounded-end-8-5-hover:hover, .sm\:hover\:rounded-end-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .sm\:rounded-end-9, .sm\:rounded-end-9-hover:hover, .sm\:hover\:rounded-end-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .sm\:rounded-end-9-5, .sm\:rounded-end-9-5-hover:hover, .sm\:hover\:rounded-end-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .sm\:rounded-end-10, .sm\:rounded-end-10-hover:hover, .sm\:hover\:rounded-end-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .sm\:rounded-end-circle, .sm\:rounded-end-circle-hover:hover, .sm\:hover\:rounded-end-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .sm\:rounded-end-full, .sm\:rounded-end-full-hover:hover, .sm\:hover\:rounded-end-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .sm\:rounded-end-pill, .sm\:rounded-end-pill-hover:hover, .sm\:hover\:rounded-end-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .sm\:rounded-end-0, .sm\:rounded-end-0-hover:hover, .sm\:hover\:rounded-end-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-bottom-sm, .rounded-bottom-sm-hover:hover, .hover\:rounded-bottom-sm:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-sm-default, .rounded-bottom-sm-default-hover:hover, .hover\:rounded-bottom-sm-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-sm-0-5, .rounded-bottom-sm-0-5-hover:hover, .hover\:rounded-bottom-sm-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-sm-1, .rounded-bottom-sm-1-hover:hover, .hover\:rounded-bottom-sm-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-sm-1-5, .rounded-bottom-sm-1-5-hover:hover, .hover\:rounded-bottom-sm-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-sm-2, .rounded-bottom-sm-2-hover:hover, .hover\:rounded-bottom-sm-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-sm-2-5, .rounded-bottom-sm-2-5-hover:hover, .hover\:rounded-bottom-sm-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-sm-3, .rounded-bottom-sm-3-hover:hover, .hover\:rounded-bottom-sm-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-sm-3-5, .rounded-bottom-sm-3-5-hover:hover, .hover\:rounded-bottom-sm-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-sm-4, .rounded-bottom-sm-4-hover:hover, .hover\:rounded-bottom-sm-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-sm-4-5, .rounded-bottom-sm-4-5-hover:hover, .hover\:rounded-bottom-sm-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-sm-5, .rounded-bottom-sm-5-hover:hover, .hover\:rounded-bottom-sm-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-sm-5-5, .rounded-bottom-sm-5-5-hover:hover, .hover\:rounded-bottom-sm-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-sm-6, .rounded-bottom-sm-6-hover:hover, .hover\:rounded-bottom-sm-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-sm-6-5, .rounded-bottom-sm-6-5-hover:hover, .hover\:rounded-bottom-sm-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-sm-7, .rounded-bottom-sm-7-hover:hover, .hover\:rounded-bottom-sm-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-sm-7-5, .rounded-bottom-sm-7-5-hover:hover, .hover\:rounded-bottom-sm-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-sm-8, .rounded-bottom-sm-8-hover:hover, .hover\:rounded-bottom-sm-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-sm-8-5, .rounded-bottom-sm-8-5-hover:hover, .hover\:rounded-bottom-sm-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-sm-9, .rounded-bottom-sm-9-hover:hover, .hover\:rounded-bottom-sm-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-sm-9-5, .rounded-bottom-sm-9-5-hover:hover, .hover\:rounded-bottom-sm-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-sm-10, .rounded-bottom-sm-10-hover:hover, .hover\:rounded-bottom-sm-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-sm-circle, .rounded-bottom-sm-circle-hover:hover, .hover\:rounded-bottom-sm-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-sm-full, .rounded-bottom-sm-full-hover:hover, .hover\:rounded-bottom-sm-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-sm-pill, .rounded-bottom-sm-pill-hover:hover, .hover\:rounded-bottom-sm-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-sm-0, .rounded-bottom-sm-0-hover:hover, .hover\:rounded-bottom-sm-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:rounded-bottom, .sm\:rounded-bottom-hover:hover, .sm\:hover\:rounded-bottom:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .sm\:rounded-bottom-default, .sm\:rounded-bottom-default-hover:hover, .sm\:hover\:rounded-bottom-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .sm\:rounded-bottom-0-5, .sm\:rounded-bottom-0-5-hover:hover, .sm\:hover\:rounded-bottom-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .sm\:rounded-bottom-1, .sm\:rounded-bottom-1-hover:hover, .sm\:hover\:rounded-bottom-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .sm\:rounded-bottom-1-5, .sm\:rounded-bottom-1-5-hover:hover, .sm\:hover\:rounded-bottom-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .sm\:rounded-bottom-2, .sm\:rounded-bottom-2-hover:hover, .sm\:hover\:rounded-bottom-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .sm\:rounded-bottom-2-5, .sm\:rounded-bottom-2-5-hover:hover, .sm\:hover\:rounded-bottom-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .sm\:rounded-bottom-3, .sm\:rounded-bottom-3-hover:hover, .sm\:hover\:rounded-bottom-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .sm\:rounded-bottom-3-5, .sm\:rounded-bottom-3-5-hover:hover, .sm\:hover\:rounded-bottom-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .sm\:rounded-bottom-4, .sm\:rounded-bottom-4-hover:hover, .sm\:hover\:rounded-bottom-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .sm\:rounded-bottom-4-5, .sm\:rounded-bottom-4-5-hover:hover, .sm\:hover\:rounded-bottom-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .sm\:rounded-bottom-5, .sm\:rounded-bottom-5-hover:hover, .sm\:hover\:rounded-bottom-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .sm\:rounded-bottom-5-5, .sm\:rounded-bottom-5-5-hover:hover, .sm\:hover\:rounded-bottom-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .sm\:rounded-bottom-6, .sm\:rounded-bottom-6-hover:hover, .sm\:hover\:rounded-bottom-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .sm\:rounded-bottom-6-5, .sm\:rounded-bottom-6-5-hover:hover, .sm\:hover\:rounded-bottom-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .sm\:rounded-bottom-7, .sm\:rounded-bottom-7-hover:hover, .sm\:hover\:rounded-bottom-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .sm\:rounded-bottom-7-5, .sm\:rounded-bottom-7-5-hover:hover, .sm\:hover\:rounded-bottom-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .sm\:rounded-bottom-8, .sm\:rounded-bottom-8-hover:hover, .sm\:hover\:rounded-bottom-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .sm\:rounded-bottom-8-5, .sm\:rounded-bottom-8-5-hover:hover, .sm\:hover\:rounded-bottom-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .sm\:rounded-bottom-9, .sm\:rounded-bottom-9-hover:hover, .sm\:hover\:rounded-bottom-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .sm\:rounded-bottom-9-5, .sm\:rounded-bottom-9-5-hover:hover, .sm\:hover\:rounded-bottom-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .sm\:rounded-bottom-10, .sm\:rounded-bottom-10-hover:hover, .sm\:hover\:rounded-bottom-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .sm\:rounded-bottom-circle, .sm\:rounded-bottom-circle-hover:hover, .sm\:hover\:rounded-bottom-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .sm\:rounded-bottom-full, .sm\:rounded-bottom-full-hover:hover, .sm\:hover\:rounded-bottom-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .sm\:rounded-bottom-pill, .sm\:rounded-bottom-pill-hover:hover, .sm\:hover\:rounded-bottom-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .sm\:rounded-bottom-0, .sm\:rounded-bottom-0-hover:hover, .sm\:hover\:rounded-bottom-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-start-sm, .rounded-start-sm-hover:hover, .hover\:rounded-start-sm:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-start-sm-default, .rounded-start-sm-default-hover:hover, .hover\:rounded-start-sm-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-sm-0-5, .rounded-start-sm-0-5-hover:hover, .hover\:rounded-start-sm-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-sm-1, .rounded-start-sm-1-hover:hover, .hover\:rounded-start-sm-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-sm-1-5, .rounded-start-sm-1-5-hover:hover, .hover\:rounded-start-sm-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .rounded-start-sm-2, .rounded-start-sm-2-hover:hover, .hover\:rounded-start-sm-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .rounded-start-sm-2-5, .rounded-start-sm-2-5-hover:hover, .hover\:rounded-start-sm-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .rounded-start-sm-3, .rounded-start-sm-3-hover:hover, .hover\:rounded-start-sm-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .rounded-start-sm-3-5, .rounded-start-sm-3-5-hover:hover, .hover\:rounded-start-sm-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .rounded-start-sm-4, .rounded-start-sm-4-hover:hover, .hover\:rounded-start-sm-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .rounded-start-sm-4-5, .rounded-start-sm-4-5-hover:hover, .hover\:rounded-start-sm-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .rounded-start-sm-5, .rounded-start-sm-5-hover:hover, .hover\:rounded-start-sm-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .rounded-start-sm-5-5, .rounded-start-sm-5-5-hover:hover, .hover\:rounded-start-sm-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .rounded-start-sm-6, .rounded-start-sm-6-hover:hover, .hover\:rounded-start-sm-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .rounded-start-sm-6-5, .rounded-start-sm-6-5-hover:hover, .hover\:rounded-start-sm-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .rounded-start-sm-7, .rounded-start-sm-7-hover:hover, .hover\:rounded-start-sm-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .rounded-start-sm-7-5, .rounded-start-sm-7-5-hover:hover, .hover\:rounded-start-sm-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .rounded-start-sm-8, .rounded-start-sm-8-hover:hover, .hover\:rounded-start-sm-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .rounded-start-sm-8-5, .rounded-start-sm-8-5-hover:hover, .hover\:rounded-start-sm-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .rounded-start-sm-9, .rounded-start-sm-9-hover:hover, .hover\:rounded-start-sm-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .rounded-start-sm-9-5, .rounded-start-sm-9-5-hover:hover, .hover\:rounded-start-sm-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .rounded-start-sm-10, .rounded-start-sm-10-hover:hover, .hover\:rounded-start-sm-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .rounded-start-sm-circle, .rounded-start-sm-circle-hover:hover, .hover\:rounded-start-sm-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-sm-full, .rounded-start-sm-full-hover:hover, .hover\:rounded-start-sm-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .rounded-start-sm-pill, .rounded-start-sm-pill-hover:hover, .hover\:rounded-start-sm-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-sm-0, .rounded-start-sm-0-hover:hover, .hover\:rounded-start-sm-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .sm\:rounded-start, .sm\:rounded-start-hover:hover, .sm\:hover\:rounded-start:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .sm\:rounded-start-default, .sm\:rounded-start-default-hover:hover, .sm\:hover\:rounded-start-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .sm\:rounded-start-0-5, .sm\:rounded-start-0-5-hover:hover, .sm\:hover\:rounded-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .sm\:rounded-start-1, .sm\:rounded-start-1-hover:hover, .sm\:hover\:rounded-start-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .sm\:rounded-start-1-5, .sm\:rounded-start-1-5-hover:hover, .sm\:hover\:rounded-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .sm\:rounded-start-2, .sm\:rounded-start-2-hover:hover, .sm\:hover\:rounded-start-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .sm\:rounded-start-2-5, .sm\:rounded-start-2-5-hover:hover, .sm\:hover\:rounded-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .sm\:rounded-start-3, .sm\:rounded-start-3-hover:hover, .sm\:hover\:rounded-start-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .sm\:rounded-start-3-5, .sm\:rounded-start-3-5-hover:hover, .sm\:hover\:rounded-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .sm\:rounded-start-4, .sm\:rounded-start-4-hover:hover, .sm\:hover\:rounded-start-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .sm\:rounded-start-4-5, .sm\:rounded-start-4-5-hover:hover, .sm\:hover\:rounded-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .sm\:rounded-start-5, .sm\:rounded-start-5-hover:hover, .sm\:hover\:rounded-start-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .sm\:rounded-start-5-5, .sm\:rounded-start-5-5-hover:hover, .sm\:hover\:rounded-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .sm\:rounded-start-6, .sm\:rounded-start-6-hover:hover, .sm\:hover\:rounded-start-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .sm\:rounded-start-6-5, .sm\:rounded-start-6-5-hover:hover, .sm\:hover\:rounded-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .sm\:rounded-start-7, .sm\:rounded-start-7-hover:hover, .sm\:hover\:rounded-start-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .sm\:rounded-start-7-5, .sm\:rounded-start-7-5-hover:hover, .sm\:hover\:rounded-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .sm\:rounded-start-8, .sm\:rounded-start-8-hover:hover, .sm\:hover\:rounded-start-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .sm\:rounded-start-8-5, .sm\:rounded-start-8-5-hover:hover, .sm\:hover\:rounded-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .sm\:rounded-start-9, .sm\:rounded-start-9-hover:hover, .sm\:hover\:rounded-start-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .sm\:rounded-start-9-5, .sm\:rounded-start-9-5-hover:hover, .sm\:hover\:rounded-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .sm\:rounded-start-10, .sm\:rounded-start-10-hover:hover, .sm\:hover\:rounded-start-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .sm\:rounded-start-circle, .sm\:rounded-start-circle-hover:hover, .sm\:hover\:rounded-start-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .sm\:rounded-start-full, .sm\:rounded-start-full-hover:hover, .sm\:hover\:rounded-start-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .sm\:rounded-start-pill, .sm\:rounded-start-pill-hover:hover, .sm\:hover\:rounded-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .sm\:rounded-start-0, .sm\:rounded-start-0-hover:hover, .sm\:hover\:rounded-start-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .justify-items-sm-start {
    justify-items: start !important;
  }
  .justify-items-sm-center {
    justify-items: center !important;
  }
  .justify-items-sm-end {
    justify-items: end !important;
  }
  .justify-items-sm-stretch {
    justify-items: stretch !important;
  }
  .sm\:justify-items-start {
    justify-items: start !important;
  }
  .sm\:justify-items-center {
    justify-items: center !important;
  }
  .sm\:justify-items-end {
    justify-items: end !important;
  }
  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .justify-self-sm-auto {
    justify-self: auto !important;
  }
  .justify-self-sm-start {
    justify-self: start !important;
  }
  .justify-self-sm-center {
    justify-self: center !important;
  }
  .justify-self-sm-end {
    justify-self: end !important;
  }
  .justify-self-sm-stretch {
    justify-self: stretch !important;
  }
  .sm\:justify-self-auto {
    justify-self: auto !important;
  }
  .sm\:justify-self-start {
    justify-self: start !important;
  }
  .sm\:justify-self-center {
    justify-self: center !important;
  }
  .sm\:justify-self-end {
    justify-self: end !important;
  }
  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .place-sm-start {
    place-content: flex-start !important;
  }
  .place-sm-center {
    place-content: center !important;
  }
  .place-sm-end {
    place-content: flex-end !important;
  }
  .place-sm-between {
    place-content: space-between !important;
  }
  .place-sm-around {
    place-content: space-around !important;
  }
  .place-sm-evenly {
    place-content: space-evenly !important;
  }
  .place-sm-stretch {
    place-content: stretch !important;
  }
  .place-sm-baseline {
    place-content: baseline !important;
  }
  .sm\:place-start {
    place-content: flex-start !important;
  }
  .sm\:place-center {
    place-content: center !important;
  }
  .sm\:place-end {
    place-content: flex-end !important;
  }
  .sm\:place-between {
    place-content: space-between !important;
  }
  .sm\:place-around {
    place-content: space-around !important;
  }
  .sm\:place-evenly {
    place-content: space-evenly !important;
  }
  .sm\:place-stretch {
    place-content: stretch !important;
  }
  .sm\:place-baseline {
    place-content: baseline !important;
  }
  .place-items-sm-start {
    place-items: start !important;
  }
  .place-items-sm-center {
    place-items: center !important;
  }
  .place-items-sm-end {
    place-items: end !important;
  }
  .place-items-sm-stretch {
    place-items: stretch !important;
  }
  .place-items-sm-baseline {
    place-items: baseline !important;
  }
  .sm\:place-items-start {
    place-items: start !important;
  }
  .sm\:place-items-center {
    place-items: center !important;
  }
  .sm\:place-items-end {
    place-items: end !important;
  }
  .sm\:place-items-stretch {
    place-items: stretch !important;
  }
  .sm\:place-items-baseline {
    place-items: baseline !important;
  }
  .place-self-sm-auto {
    place-self: auto !important;
  }
  .place-self-sm-start {
    place-self: start !important;
  }
  .place-self-sm-center {
    place-self: center !important;
  }
  .place-self-sm-end {
    place-self: end !important;
  }
  .place-self-sm-stretch {
    place-self: stretch !important;
  }
  .sm\:place-self-auto {
    place-self: auto !important;
  }
  .sm\:place-self-start {
    place-self: start !important;
  }
  .sm\:place-self-center {
    place-self: center !important;
  }
  .sm\:place-self-end {
    place-self: end !important;
  }
  .sm\:place-self-stretch {
    place-self: stretch !important;
  }
  .g-row-span-sm-1 {
    grid-row: span 1/span 1 !important;
  }
  .g-row-span-sm-2 {
    grid-row: span 2/span 2 !important;
  }
  .g-row-span-sm-3 {
    grid-row: span 3/span 3 !important;
  }
  .g-row-span-sm-4 {
    grid-row: span 4/span 4 !important;
  }
  .g-row-span-sm-5 {
    grid-row: span 5/span 5 !important;
  }
  .g-row-span-sm-6 {
    grid-row: span 6/span 6 !important;
  }
  .g-row-span-sm-7 {
    grid-row: span 7/span 7 !important;
  }
  .g-row-span-sm-8 {
    grid-row: span 8/span 8 !important;
  }
  .g-row-span-sm-9 {
    grid-row: span 9/span 9 !important;
  }
  .g-row-span-sm-10 {
    grid-row: span 10/span 10 !important;
  }
  .g-row-span-sm-11 {
    grid-row: span 11/span 11 !important;
  }
  .g-row-span-sm-12 {
    grid-row: span 12/span 12 !important;
  }
  .g-row-span-sm-full {
    grid-row: "1 / -1" !important;
  }
  .sm\:g-row-span-1 {
    grid-row: span 1/span 1 !important;
  }
  .sm\:g-row-span-2 {
    grid-row: span 2/span 2 !important;
  }
  .sm\:g-row-span-3 {
    grid-row: span 3/span 3 !important;
  }
  .sm\:g-row-span-4 {
    grid-row: span 4/span 4 !important;
  }
  .sm\:g-row-span-5 {
    grid-row: span 5/span 5 !important;
  }
  .sm\:g-row-span-6 {
    grid-row: span 6/span 6 !important;
  }
  .sm\:g-row-span-7 {
    grid-row: span 7/span 7 !important;
  }
  .sm\:g-row-span-8 {
    grid-row: span 8/span 8 !important;
  }
  .sm\:g-row-span-9 {
    grid-row: span 9/span 9 !important;
  }
  .sm\:g-row-span-10 {
    grid-row: span 10/span 10 !important;
  }
  .sm\:g-row-span-11 {
    grid-row: span 11/span 11 !important;
  }
  .sm\:g-row-span-12 {
    grid-row: span 12/span 12 !important;
  }
  .sm\:g-row-span-full {
    grid-row: "1 / -1" !important;
  }
  .g-row-start-sm-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-1 {
    grid-row-start: 1 !important;
  }
  .g-row-start-sm-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-2 {
    grid-row-start: 2 !important;
  }
  .g-row-start-sm-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-3 {
    grid-row-start: 3 !important;
  }
  .g-row-start-sm-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-4 {
    grid-row-start: 4 !important;
  }
  .g-row-start-sm-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-5 {
    grid-row-start: 5 !important;
  }
  .g-row-start-sm-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-6 {
    grid-row-start: 6 !important;
  }
  .g-row-start-sm-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-7 {
    grid-row-start: 7 !important;
  }
  .g-row-start-sm-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-8 {
    grid-row-start: 8 !important;
  }
  .g-row-start-sm-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-9 {
    grid-row-start: 9 !important;
  }
  .g-row-start-sm-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-10 {
    grid-row-start: 10 !important;
  }
  .g-row-start-sm-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-11 {
    grid-row-start: 11 !important;
  }
  .g-row-start-sm-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-12 {
    grid-row-start: 12 !important;
  }
  .g-row-start-sm-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-13 {
    grid-row-start: 13 !important;
  }
  .g-row-start-sm-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:g-row-start-sm-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:g-row-start-sm-auto {
    grid-row-start: auto !important;
  }
  .sm\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  .sm\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  .sm\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  .sm\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  .sm\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  .sm\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  .sm\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  .sm\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  .sm\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  .sm\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  .sm\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  .sm\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  .sm\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  .sm\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  .g-row-end-sm-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-1 {
    grid-row-end: 1 !important;
  }
  .g-row-end-sm-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-2 {
    grid-row-end: 2 !important;
  }
  .g-row-end-sm-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-3 {
    grid-row-end: 3 !important;
  }
  .g-row-end-sm-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-4 {
    grid-row-end: 4 !important;
  }
  .g-row-end-sm-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-5 {
    grid-row-end: 5 !important;
  }
  .g-row-end-sm-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-6 {
    grid-row-end: 6 !important;
  }
  .g-row-end-sm-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-7 {
    grid-row-end: 7 !important;
  }
  .g-row-end-sm-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-8 {
    grid-row-end: 8 !important;
  }
  .g-row-end-sm-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-9 {
    grid-row-end: 9 !important;
  }
  .g-row-end-sm-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-10 {
    grid-row-end: 10 !important;
  }
  .g-row-end-sm-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-11 {
    grid-row-end: 11 !important;
  }
  .g-row-end-sm-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-12 {
    grid-row-end: 12 !important;
  }
  .g-row-end-sm-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-13 {
    grid-row-end: 13 !important;
  }
  .g-row-end-sm-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:g-row-end-sm-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:g-row-end-sm-auto {
    grid-row-end: auto !important;
  }
  .sm\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  .sm\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  .sm\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  .sm\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  .sm\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  .sm\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  .sm\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  .sm\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  .sm\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  .sm\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  .sm\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  .sm\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  .sm\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  .sm\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:sm\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:sm\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  .g-row-sm-auto {
    grid-row: auto !important;
  }
  .sm\:g-row-auto {
    grid-row: auto !important;
  }
  .g-col-span-sm-1 {
    grid-column: span 1/span 1 !important;
  }
  .g-col-span-sm-2 {
    grid-column: span 2/span 2 !important;
  }
  .g-col-span-sm-3 {
    grid-column: span 3/span 3 !important;
  }
  .g-col-span-sm-4 {
    grid-column: span 4/span 4 !important;
  }
  .g-col-span-sm-5 {
    grid-column: span 5/span 5 !important;
  }
  .g-col-span-sm-6 {
    grid-column: span 6/span 6 !important;
  }
  .g-col-span-sm-7 {
    grid-column: span 7/span 7 !important;
  }
  .g-col-span-sm-8 {
    grid-column: span 8/span 8 !important;
  }
  .g-col-span-sm-9 {
    grid-column: span 9/span 9 !important;
  }
  .g-col-span-sm-10 {
    grid-column: span 10/span 10 !important;
  }
  .g-col-span-sm-11 {
    grid-column: span 11/span 11 !important;
  }
  .g-col-span-sm-12 {
    grid-column: span 12/span 12 !important;
  }
  .g-col-span-sm-full {
    grid-column: "1 / -1" !important;
  }
  .sm\:g-col-span-1 {
    grid-column: span 1/span 1 !important;
  }
  .sm\:g-col-span-2 {
    grid-column: span 2/span 2 !important;
  }
  .sm\:g-col-span-3 {
    grid-column: span 3/span 3 !important;
  }
  .sm\:g-col-span-4 {
    grid-column: span 4/span 4 !important;
  }
  .sm\:g-col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .sm\:g-col-span-6 {
    grid-column: span 6/span 6 !important;
  }
  .sm\:g-col-span-7 {
    grid-column: span 7/span 7 !important;
  }
  .sm\:g-col-span-8 {
    grid-column: span 8/span 8 !important;
  }
  .sm\:g-col-span-9 {
    grid-column: span 9/span 9 !important;
  }
  .sm\:g-col-span-10 {
    grid-column: span 10/span 10 !important;
  }
  .sm\:g-col-span-11 {
    grid-column: span 11/span 11 !important;
  }
  .sm\:g-col-span-12 {
    grid-column: span 12/span 12 !important;
  }
  .sm\:g-col-span-full {
    grid-column: "1 / -1" !important;
  }
  .g-col-start-sm-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-1 {
    grid-column-start: 1 !important;
  }
  .g-col-start-sm-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-2 {
    grid-column-start: 2 !important;
  }
  .g-col-start-sm-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-3 {
    grid-column-start: 3 !important;
  }
  .g-col-start-sm-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-4 {
    grid-column-start: 4 !important;
  }
  .g-col-start-sm-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-5 {
    grid-column-start: 5 !important;
  }
  .g-col-start-sm-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-6 {
    grid-column-start: 6 !important;
  }
  .g-col-start-sm-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-7 {
    grid-column-start: 7 !important;
  }
  .g-col-start-sm-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-8 {
    grid-column-start: 8 !important;
  }
  .g-col-start-sm-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-9 {
    grid-column-start: 9 !important;
  }
  .g-col-start-sm-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-10 {
    grid-column-start: 10 !important;
  }
  .g-col-start-sm-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-11 {
    grid-column-start: 11 !important;
  }
  .g-col-start-sm-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-12 {
    grid-column-start: 12 !important;
  }
  .g-col-start-sm-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-13 {
    grid-column-start: 13 !important;
  }
  .g-col-start-sm-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:g-col-start-sm-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:g-col-start-sm-auto {
    grid-column-start: auto !important;
  }
  .sm\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  .sm\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  .sm\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  .sm\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  .sm\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  .sm\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  .sm\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  .sm\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  .sm\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  .sm\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  .sm\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  .sm\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  .sm\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  .sm\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  .g-col-end-sm-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-1 {
    grid-column-end: 1 !important;
  }
  .g-col-end-sm-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-2 {
    grid-column-end: 2 !important;
  }
  .g-col-end-sm-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-3 {
    grid-column-end: 3 !important;
  }
  .g-col-end-sm-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-4 {
    grid-column-end: 4 !important;
  }
  .g-col-end-sm-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-5 {
    grid-column-end: 5 !important;
  }
  .g-col-end-sm-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-6 {
    grid-column-end: 6 !important;
  }
  .g-col-end-sm-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-7 {
    grid-column-end: 7 !important;
  }
  .g-col-end-sm-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-8 {
    grid-column-end: 8 !important;
  }
  .g-col-end-sm-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-9 {
    grid-column-end: 9 !important;
  }
  .g-col-end-sm-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-10 {
    grid-column-end: 10 !important;
  }
  .g-col-end-sm-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-11 {
    grid-column-end: 11 !important;
  }
  .g-col-end-sm-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-12 {
    grid-column-end: 12 !important;
  }
  .g-col-end-sm-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-13 {
    grid-column-end: 13 !important;
  }
  .g-col-end-sm-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:g-col-end-sm-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:g-col-end-sm-auto {
    grid-column-end: auto !important;
  }
  .sm\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  .sm\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  .sm\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  .sm\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  .sm\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  .sm\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  .sm\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  .sm\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  .sm\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  .sm\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  .sm\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  .sm\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  .sm\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  .sm\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:sm\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:sm\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  .g-col-sm-auto {
    grid-column: auto !important;
  }
  .sm\:g-col-auto {
    grid-column: auto !important;
  }
  .text-truncate-sm-1 {
    -webkit-line-clamp: 1 !important;
  }
  .text-truncate-sm-2 {
    -webkit-line-clamp: 2 !important;
  }
  .text-truncate-sm-3 {
    -webkit-line-clamp: 3 !important;
  }
  .text-truncate-sm-4 {
    -webkit-line-clamp: 4 !important;
  }
  .text-truncate-sm-5 {
    -webkit-line-clamp: 5 !important;
  }
  .text-truncate-sm-6 {
    -webkit-line-clamp: 6 !important;
  }
  .sm\:text-truncate-1 {
    -webkit-line-clamp: 1 !important;
  }
  .sm\:text-truncate-2 {
    -webkit-line-clamp: 2 !important;
  }
  .sm\:text-truncate-3 {
    -webkit-line-clamp: 3 !important;
  }
  .sm\:text-truncate-4 {
    -webkit-line-clamp: 4 !important;
  }
  .sm\:text-truncate-5 {
    -webkit-line-clamp: 5 !important;
  }
  .sm\:text-truncate-6 {
    -webkit-line-clamp: 6 !important;
  }
  .min-w-sm-px, .min-w-sm-px-hover:hover, .hover\:min-w-sm-px:hover {
    min-width: 1px !important;
  }
  .min-w-sm-2px, .min-w-sm-2px-hover:hover, .hover\:min-w-sm-2px:hover {
    min-width: 2px !important;
  }
  .min-w-sm-4px, .min-w-sm-4px-hover:hover, .hover\:min-w-sm-4px:hover {
    min-width: 4px !important;
  }
  .min-w-sm-8px, .min-w-sm-8px-hover:hover, .hover\:min-w-sm-8px:hover {
    min-width: 8px !important;
  }
  .min-w-sm-16px, .min-w-sm-16px-hover:hover, .hover\:min-w-sm-16px:hover {
    min-width: 16px !important;
  }
  .min-w-sm-18px, .min-w-sm-18px-hover:hover, .hover\:min-w-sm-18px:hover {
    min-width: 18px !important;
  }
  .min-w-sm-20px, .min-w-sm-20px-hover:hover, .hover\:min-w-sm-20px:hover {
    min-width: 20px !important;
  }
  .min-w-sm-24px, .min-w-sm-24px-hover:hover, .hover\:min-w-sm-24px:hover {
    min-width: 24px !important;
  }
  .min-w-sm-32px, .min-w-sm-32px-hover:hover, .hover\:min-w-sm-32px:hover {
    min-width: 32px !important;
  }
  .min-w-sm-36px, .min-w-sm-36px-hover:hover, .hover\:min-w-sm-36px:hover {
    min-width: 36px !important;
  }
  .min-w-sm-40px, .min-w-sm-40px-hover:hover, .hover\:min-w-sm-40px:hover {
    min-width: 40px !important;
  }
  .min-w-sm-48px, .min-w-sm-48px-hover:hover, .hover\:min-w-sm-48px:hover {
    min-width: 48px !important;
  }
  .min-w-sm-56px, .min-w-sm-56px-hover:hover, .hover\:min-w-sm-56px:hover {
    min-width: 56px !important;
  }
  .min-w-sm-64px, .min-w-sm-64px-hover:hover, .hover\:min-w-sm-64px:hover {
    min-width: 64px !important;
  }
  .min-w-sm-72px, .min-w-sm-72px-hover:hover, .hover\:min-w-sm-72px:hover {
    min-width: 72px !important;
  }
  .min-w-sm-80px, .min-w-sm-80px-hover:hover, .hover\:min-w-sm-80px:hover {
    min-width: 80px !important;
  }
  .min-w-sm-96px, .min-w-sm-96px-hover:hover, .hover\:min-w-sm-96px:hover {
    min-width: 96px !important;
  }
  .min-w-sm-100px, .min-w-sm-100px-hover:hover, .hover\:min-w-sm-100px:hover {
    min-width: 100px !important;
  }
  .min-w-sm-128px, .min-w-sm-128px-hover:hover, .hover\:min-w-sm-128px:hover {
    min-width: 128px !important;
  }
  .min-w-sm-150px, .min-w-sm-150px-hover:hover, .hover\:min-w-sm-150px:hover {
    min-width: 150px !important;
  }
  .min-w-sm-200px, .min-w-sm-200px-hover:hover, .hover\:min-w-sm-200px:hover {
    min-width: 200px !important;
  }
  .min-w-sm-250px, .min-w-sm-250px-hover:hover, .hover\:min-w-sm-250px:hover {
    min-width: 250px !important;
  }
  .min-w-sm-300px, .min-w-sm-300px-hover:hover, .hover\:min-w-sm-300px:hover {
    min-width: 300px !important;
  }
  .min-w-sm-350px, .min-w-sm-350px-hover:hover, .hover\:min-w-sm-350px:hover {
    min-width: 350px !important;
  }
  .min-w-sm-400px, .min-w-sm-400px-hover:hover, .hover\:min-w-sm-400px:hover {
    min-width: 400px !important;
  }
  .min-w-sm-450px, .min-w-sm-450px-hover:hover, .hover\:min-w-sm-450px:hover {
    min-width: 450px !important;
  }
  .min-w-sm-500px, .min-w-sm-500px-hover:hover, .hover\:min-w-sm-500px:hover {
    min-width: 500px !important;
  }
  .min-w-sm-550px, .min-w-sm-550px-hover:hover, .hover\:min-w-sm-550px:hover {
    min-width: 550px !important;
  }
  .min-w-sm-600px, .min-w-sm-600px-hover:hover, .hover\:min-w-sm-600px:hover {
    min-width: 600px !important;
  }
  .min-w-sm-650px, .min-w-sm-650px-hover:hover, .hover\:min-w-sm-650px:hover {
    min-width: 650px !important;
  }
  .min-w-sm-700px, .min-w-sm-700px-hover:hover, .hover\:min-w-sm-700px:hover {
    min-width: 700px !important;
  }
  .min-w-sm-750px, .min-w-sm-750px-hover:hover, .hover\:min-w-sm-750px:hover {
    min-width: 750px !important;
  }
  .min-w-sm-800px, .min-w-sm-800px-hover:hover, .hover\:min-w-sm-800px:hover {
    min-width: 800px !important;
  }
  .min-w-sm-850px, .min-w-sm-850px-hover:hover, .hover\:min-w-sm-850px:hover {
    min-width: 850px !important;
  }
  .min-w-sm-900px, .min-w-sm-900px-hover:hover, .hover\:min-w-sm-900px:hover {
    min-width: 900px !important;
  }
  .min-w-sm-950px, .min-w-sm-950px-hover:hover, .hover\:min-w-sm-950px:hover {
    min-width: 950px !important;
  }
  .min-w-sm-1000px, .min-w-sm-1000px-hover:hover, .hover\:min-w-sm-1000px:hover {
    min-width: 1000px !important;
  }
  .min-w-sm-1170px, .min-w-sm-1170px-hover:hover, .hover\:min-w-sm-1170px:hover {
    min-width: 1170px !important;
  }
  .min-w-sm-1280px, .min-w-sm-1280px-hover:hover, .hover\:min-w-sm-1280px:hover {
    min-width: 1280px !important;
  }
  .min-w-sm-1320px, .min-w-sm-1320px-hover:hover, .hover\:min-w-sm-1320px:hover {
    min-width: 1320px !important;
  }
  .min-w-sm-1440px, .min-w-sm-1440px-hover:hover, .hover\:min-w-sm-1440px:hover {
    min-width: 1440px !important;
  }
  .min-w-sm-1\/6, .min-w-sm-1\/6-hover:hover, .hover\:min-w-sm-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .min-w-sm-2\/6, .min-w-sm-2\/6-hover:hover, .hover\:min-w-sm-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-sm-3\/6, .min-w-sm-3\/6-hover:hover, .hover\:min-w-sm-3\/6:hover {
    min-width: 50% !important;
  }
  .min-w-sm-4\/6, .min-w-sm-4\/6-hover:hover, .hover\:min-w-sm-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-sm-5\/6, .min-w-sm-5\/6-hover:hover, .hover\:min-w-sm-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .min-w-sm-1\/5, .min-w-sm-1\/5-hover:hover, .hover\:min-w-sm-1\/5:hover {
    min-width: 20% !important;
  }
  .min-w-sm-2\/5, .min-w-sm-2\/5-hover:hover, .hover\:min-w-sm-2\/5:hover {
    min-width: 40% !important;
  }
  .min-w-sm-3\/5, .min-w-sm-3\/5-hover:hover, .hover\:min-w-sm-3\/5:hover {
    min-width: 60% !important;
  }
  .min-w-sm-4\/5, .min-w-sm-4\/5-hover:hover, .hover\:min-w-sm-4\/5:hover {
    min-width: 80% !important;
  }
  .min-w-sm-1\/4, .min-w-sm-1\/4-hover:hover, .hover\:min-w-sm-1\/4:hover {
    min-width: 25% !important;
  }
  .min-w-sm-2\/4, .min-w-sm-2\/4-hover:hover, .hover\:min-w-sm-2\/4:hover {
    min-width: 50% !important;
  }
  .min-w-sm-3\/4, .min-w-sm-3\/4-hover:hover, .hover\:min-w-sm-3\/4:hover {
    min-width: 75% !important;
  }
  .min-w-sm-1\/3, .min-w-sm-1\/3-hover:hover, .hover\:min-w-sm-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-sm-2\/3, .min-w-sm-2\/3-hover:hover, .hover\:min-w-sm-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-sm-1\/2, .min-w-sm-1\/2-hover:hover, .hover\:min-w-sm-1\/2:hover {
    min-width: 50% !important;
  }
  .min-w-sm-xs, .min-w-sm-xs-hover:hover, .hover\:min-w-sm-xs:hover {
    min-width: 320px !important;
  }
  .min-w-sm-sm, .min-w-sm-sm-hover:hover, .hover\:min-w-sm-sm:hover {
    min-width: 640px !important;
  }
  .min-w-sm-md, .min-w-sm-md-hover:hover, .hover\:min-w-sm-md:hover {
    min-width: 720px !important;
  }
  .min-w-sm-lg, .min-w-sm-lg-hover:hover, .hover\:min-w-sm-lg:hover {
    min-width: 1040px !important;
  }
  .min-w-sm-xl, .min-w-sm-xl-hover:hover, .hover\:min-w-sm-xl:hover {
    min-width: 1280px !important;
  }
  .min-w-sm-2xl, .min-w-sm-2xl-hover:hover, .hover\:min-w-sm-2xl:hover {
    min-width: 1312px !important;
  }
  .min-w-sm-100, .min-w-sm-100-hover:hover, .hover\:min-w-sm-100:hover {
    min-width: 100% !important;
  }
  .min-w-sm-full, .min-w-sm-full-hover:hover, .hover\:min-w-sm-full:hover {
    min-width: 100% !important;
  }
  .min-w-sm-min, .min-w-sm-min-hover:hover, .hover\:min-w-sm-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .min-w-sm-max, .min-w-sm-max-hover:hover, .hover\:min-w-sm-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .min-w-sm-fit, .min-w-sm-fit-hover:hover, .hover\:min-w-sm-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .min-w-sm-0, .min-w-sm-0-hover:hover, .hover\:min-w-sm-0:hover {
    min-width: 0 !important;
  }
  .sm\:min-w-px, .sm\:min-w-px-hover:hover, .sm\:hover\:min-w-px:hover {
    min-width: 1px !important;
  }
  .sm\:min-w-2px, .sm\:min-w-2px-hover:hover, .sm\:hover\:min-w-2px:hover {
    min-width: 2px !important;
  }
  .sm\:min-w-4px, .sm\:min-w-4px-hover:hover, .sm\:hover\:min-w-4px:hover {
    min-width: 4px !important;
  }
  .sm\:min-w-8px, .sm\:min-w-8px-hover:hover, .sm\:hover\:min-w-8px:hover {
    min-width: 8px !important;
  }
  .sm\:min-w-16px, .sm\:min-w-16px-hover:hover, .sm\:hover\:min-w-16px:hover {
    min-width: 16px !important;
  }
  .sm\:min-w-18px, .sm\:min-w-18px-hover:hover, .sm\:hover\:min-w-18px:hover {
    min-width: 18px !important;
  }
  .sm\:min-w-20px, .sm\:min-w-20px-hover:hover, .sm\:hover\:min-w-20px:hover {
    min-width: 20px !important;
  }
  .sm\:min-w-24px, .sm\:min-w-24px-hover:hover, .sm\:hover\:min-w-24px:hover {
    min-width: 24px !important;
  }
  .sm\:min-w-32px, .sm\:min-w-32px-hover:hover, .sm\:hover\:min-w-32px:hover {
    min-width: 32px !important;
  }
  .sm\:min-w-36px, .sm\:min-w-36px-hover:hover, .sm\:hover\:min-w-36px:hover {
    min-width: 36px !important;
  }
  .sm\:min-w-40px, .sm\:min-w-40px-hover:hover, .sm\:hover\:min-w-40px:hover {
    min-width: 40px !important;
  }
  .sm\:min-w-48px, .sm\:min-w-48px-hover:hover, .sm\:hover\:min-w-48px:hover {
    min-width: 48px !important;
  }
  .sm\:min-w-56px, .sm\:min-w-56px-hover:hover, .sm\:hover\:min-w-56px:hover {
    min-width: 56px !important;
  }
  .sm\:min-w-64px, .sm\:min-w-64px-hover:hover, .sm\:hover\:min-w-64px:hover {
    min-width: 64px !important;
  }
  .sm\:min-w-72px, .sm\:min-w-72px-hover:hover, .sm\:hover\:min-w-72px:hover {
    min-width: 72px !important;
  }
  .sm\:min-w-80px, .sm\:min-w-80px-hover:hover, .sm\:hover\:min-w-80px:hover {
    min-width: 80px !important;
  }
  .sm\:min-w-96px, .sm\:min-w-96px-hover:hover, .sm\:hover\:min-w-96px:hover {
    min-width: 96px !important;
  }
  .sm\:min-w-100px, .sm\:min-w-100px-hover:hover, .sm\:hover\:min-w-100px:hover {
    min-width: 100px !important;
  }
  .sm\:min-w-128px, .sm\:min-w-128px-hover:hover, .sm\:hover\:min-w-128px:hover {
    min-width: 128px !important;
  }
  .sm\:min-w-150px, .sm\:min-w-150px-hover:hover, .sm\:hover\:min-w-150px:hover {
    min-width: 150px !important;
  }
  .sm\:min-w-200px, .sm\:min-w-200px-hover:hover, .sm\:hover\:min-w-200px:hover {
    min-width: 200px !important;
  }
  .sm\:min-w-250px, .sm\:min-w-250px-hover:hover, .sm\:hover\:min-w-250px:hover {
    min-width: 250px !important;
  }
  .sm\:min-w-300px, .sm\:min-w-300px-hover:hover, .sm\:hover\:min-w-300px:hover {
    min-width: 300px !important;
  }
  .sm\:min-w-350px, .sm\:min-w-350px-hover:hover, .sm\:hover\:min-w-350px:hover {
    min-width: 350px !important;
  }
  .sm\:min-w-400px, .sm\:min-w-400px-hover:hover, .sm\:hover\:min-w-400px:hover {
    min-width: 400px !important;
  }
  .sm\:min-w-450px, .sm\:min-w-450px-hover:hover, .sm\:hover\:min-w-450px:hover {
    min-width: 450px !important;
  }
  .sm\:min-w-500px, .sm\:min-w-500px-hover:hover, .sm\:hover\:min-w-500px:hover {
    min-width: 500px !important;
  }
  .sm\:min-w-550px, .sm\:min-w-550px-hover:hover, .sm\:hover\:min-w-550px:hover {
    min-width: 550px !important;
  }
  .sm\:min-w-600px, .sm\:min-w-600px-hover:hover, .sm\:hover\:min-w-600px:hover {
    min-width: 600px !important;
  }
  .sm\:min-w-650px, .sm\:min-w-650px-hover:hover, .sm\:hover\:min-w-650px:hover {
    min-width: 650px !important;
  }
  .sm\:min-w-700px, .sm\:min-w-700px-hover:hover, .sm\:hover\:min-w-700px:hover {
    min-width: 700px !important;
  }
  .sm\:min-w-750px, .sm\:min-w-750px-hover:hover, .sm\:hover\:min-w-750px:hover {
    min-width: 750px !important;
  }
  .sm\:min-w-800px, .sm\:min-w-800px-hover:hover, .sm\:hover\:min-w-800px:hover {
    min-width: 800px !important;
  }
  .sm\:min-w-850px, .sm\:min-w-850px-hover:hover, .sm\:hover\:min-w-850px:hover {
    min-width: 850px !important;
  }
  .sm\:min-w-900px, .sm\:min-w-900px-hover:hover, .sm\:hover\:min-w-900px:hover {
    min-width: 900px !important;
  }
  .sm\:min-w-950px, .sm\:min-w-950px-hover:hover, .sm\:hover\:min-w-950px:hover {
    min-width: 950px !important;
  }
  .sm\:min-w-1000px, .sm\:min-w-1000px-hover:hover, .sm\:hover\:min-w-1000px:hover {
    min-width: 1000px !important;
  }
  .sm\:min-w-1170px, .sm\:min-w-1170px-hover:hover, .sm\:hover\:min-w-1170px:hover {
    min-width: 1170px !important;
  }
  .sm\:min-w-1280px, .sm\:min-w-1280px-hover:hover, .sm\:hover\:min-w-1280px:hover {
    min-width: 1280px !important;
  }
  .sm\:min-w-1320px, .sm\:min-w-1320px-hover:hover, .sm\:hover\:min-w-1320px:hover {
    min-width: 1320px !important;
  }
  .sm\:min-w-1440px, .sm\:min-w-1440px-hover:hover, .sm\:hover\:min-w-1440px:hover {
    min-width: 1440px !important;
  }
  .sm\:min-w-1\/6, .sm\:min-w-1\/6-hover:hover, .sm\:hover\:min-w-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .sm\:min-w-2\/6, .sm\:min-w-2\/6-hover:hover, .sm\:hover\:min-w-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .sm\:min-w-3\/6, .sm\:min-w-3\/6-hover:hover, .sm\:hover\:min-w-3\/6:hover {
    min-width: 50% !important;
  }
  .sm\:min-w-4\/6, .sm\:min-w-4\/6-hover:hover, .sm\:hover\:min-w-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .sm\:min-w-5\/6, .sm\:min-w-5\/6-hover:hover, .sm\:hover\:min-w-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .sm\:min-w-1\/5, .sm\:min-w-1\/5-hover:hover, .sm\:hover\:min-w-1\/5:hover {
    min-width: 20% !important;
  }
  .sm\:min-w-2\/5, .sm\:min-w-2\/5-hover:hover, .sm\:hover\:min-w-2\/5:hover {
    min-width: 40% !important;
  }
  .sm\:min-w-3\/5, .sm\:min-w-3\/5-hover:hover, .sm\:hover\:min-w-3\/5:hover {
    min-width: 60% !important;
  }
  .sm\:min-w-4\/5, .sm\:min-w-4\/5-hover:hover, .sm\:hover\:min-w-4\/5:hover {
    min-width: 80% !important;
  }
  .sm\:min-w-1\/4, .sm\:min-w-1\/4-hover:hover, .sm\:hover\:min-w-1\/4:hover {
    min-width: 25% !important;
  }
  .sm\:min-w-2\/4, .sm\:min-w-2\/4-hover:hover, .sm\:hover\:min-w-2\/4:hover {
    min-width: 50% !important;
  }
  .sm\:min-w-3\/4, .sm\:min-w-3\/4-hover:hover, .sm\:hover\:min-w-3\/4:hover {
    min-width: 75% !important;
  }
  .sm\:min-w-1\/3, .sm\:min-w-1\/3-hover:hover, .sm\:hover\:min-w-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .sm\:min-w-2\/3, .sm\:min-w-2\/3-hover:hover, .sm\:hover\:min-w-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .sm\:min-w-1\/2, .sm\:min-w-1\/2-hover:hover, .sm\:hover\:min-w-1\/2:hover {
    min-width: 50% !important;
  }
  .sm\:min-w-xs, .sm\:min-w-xs-hover:hover, .sm\:hover\:min-w-xs:hover {
    min-width: 320px !important;
  }
  .sm\:min-w-sm, .sm\:min-w-sm-hover:hover, .sm\:hover\:min-w-sm:hover {
    min-width: 640px !important;
  }
  .sm\:min-w-md, .sm\:min-w-md-hover:hover, .sm\:hover\:min-w-md:hover {
    min-width: 720px !important;
  }
  .sm\:min-w-lg, .sm\:min-w-lg-hover:hover, .sm\:hover\:min-w-lg:hover {
    min-width: 1040px !important;
  }
  .sm\:min-w-xl, .sm\:min-w-xl-hover:hover, .sm\:hover\:min-w-xl:hover {
    min-width: 1280px !important;
  }
  .sm\:min-w-2xl, .sm\:min-w-2xl-hover:hover, .sm\:hover\:min-w-2xl:hover {
    min-width: 1312px !important;
  }
  .sm\:min-w-100, .sm\:min-w-100-hover:hover, .sm\:hover\:min-w-100:hover {
    min-width: 100% !important;
  }
  .sm\:min-w-full, .sm\:min-w-full-hover:hover, .sm\:hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .sm\:min-w-min, .sm\:min-w-min-hover:hover, .sm\:hover\:min-w-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .sm\:min-w-max, .sm\:min-w-max-hover:hover, .sm\:hover\:min-w-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .sm\:min-w-fit, .sm\:min-w-fit-hover:hover, .sm\:hover\:min-w-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .sm\:min-w-0, .sm\:min-w-0-hover:hover, .sm\:hover\:min-w-0:hover {
    min-width: 0 !important;
  }
  .min-h-sm-px, .min-h-sm-px-hover:hover, .hover\:min-h-sm-px:hover {
    min-height: 1px !important;
  }
  .min-h-sm-2px, .min-h-sm-2px-hover:hover, .hover\:min-h-sm-2px:hover {
    min-height: 2px !important;
  }
  .min-h-sm-4px, .min-h-sm-4px-hover:hover, .hover\:min-h-sm-4px:hover {
    min-height: 4px !important;
  }
  .min-h-sm-8px, .min-h-sm-8px-hover:hover, .hover\:min-h-sm-8px:hover {
    min-height: 8px !important;
  }
  .min-h-sm-16px, .min-h-sm-16px-hover:hover, .hover\:min-h-sm-16px:hover {
    min-height: 16px !important;
  }
  .min-h-sm-18px, .min-h-sm-18px-hover:hover, .hover\:min-h-sm-18px:hover {
    min-height: 18px !important;
  }
  .min-h-sm-20px, .min-h-sm-20px-hover:hover, .hover\:min-h-sm-20px:hover {
    min-height: 20px !important;
  }
  .min-h-sm-24px, .min-h-sm-24px-hover:hover, .hover\:min-h-sm-24px:hover {
    min-height: 24px !important;
  }
  .min-h-sm-32px, .min-h-sm-32px-hover:hover, .hover\:min-h-sm-32px:hover {
    min-height: 32px !important;
  }
  .min-h-sm-36px, .min-h-sm-36px-hover:hover, .hover\:min-h-sm-36px:hover {
    min-height: 36px !important;
  }
  .min-h-sm-40px, .min-h-sm-40px-hover:hover, .hover\:min-h-sm-40px:hover {
    min-height: 40px !important;
  }
  .min-h-sm-48px, .min-h-sm-48px-hover:hover, .hover\:min-h-sm-48px:hover {
    min-height: 48px !important;
  }
  .min-h-sm-56px, .min-h-sm-56px-hover:hover, .hover\:min-h-sm-56px:hover {
    min-height: 56px !important;
  }
  .min-h-sm-64px, .min-h-sm-64px-hover:hover, .hover\:min-h-sm-64px:hover {
    min-height: 64px !important;
  }
  .min-h-sm-72px, .min-h-sm-72px-hover:hover, .hover\:min-h-sm-72px:hover {
    min-height: 72px !important;
  }
  .min-h-sm-80px, .min-h-sm-80px-hover:hover, .hover\:min-h-sm-80px:hover {
    min-height: 80px !important;
  }
  .min-h-sm-96px, .min-h-sm-96px-hover:hover, .hover\:min-h-sm-96px:hover {
    min-height: 96px !important;
  }
  .min-h-sm-100px, .min-h-sm-100px-hover:hover, .hover\:min-h-sm-100px:hover {
    min-height: 100px !important;
  }
  .min-h-sm-128px, .min-h-sm-128px-hover:hover, .hover\:min-h-sm-128px:hover {
    min-height: 128px !important;
  }
  .min-h-sm-150px, .min-h-sm-150px-hover:hover, .hover\:min-h-sm-150px:hover {
    min-height: 150px !important;
  }
  .min-h-sm-200px, .min-h-sm-200px-hover:hover, .hover\:min-h-sm-200px:hover {
    min-height: 200px !important;
  }
  .min-h-sm-250px, .min-h-sm-250px-hover:hover, .hover\:min-h-sm-250px:hover {
    min-height: 250px !important;
  }
  .min-h-sm-300px, .min-h-sm-300px-hover:hover, .hover\:min-h-sm-300px:hover {
    min-height: 300px !important;
  }
  .min-h-sm-350px, .min-h-sm-350px-hover:hover, .hover\:min-h-sm-350px:hover {
    min-height: 350px !important;
  }
  .min-h-sm-400px, .min-h-sm-400px-hover:hover, .hover\:min-h-sm-400px:hover {
    min-height: 400px !important;
  }
  .min-h-sm-450px, .min-h-sm-450px-hover:hover, .hover\:min-h-sm-450px:hover {
    min-height: 450px !important;
  }
  .min-h-sm-500px, .min-h-sm-500px-hover:hover, .hover\:min-h-sm-500px:hover {
    min-height: 500px !important;
  }
  .min-h-sm-550px, .min-h-sm-550px-hover:hover, .hover\:min-h-sm-550px:hover {
    min-height: 550px !important;
  }
  .min-h-sm-600px, .min-h-sm-600px-hover:hover, .hover\:min-h-sm-600px:hover {
    min-height: 600px !important;
  }
  .min-h-sm-650px, .min-h-sm-650px-hover:hover, .hover\:min-h-sm-650px:hover {
    min-height: 650px !important;
  }
  .min-h-sm-700px, .min-h-sm-700px-hover:hover, .hover\:min-h-sm-700px:hover {
    min-height: 700px !important;
  }
  .min-h-sm-750px, .min-h-sm-750px-hover:hover, .hover\:min-h-sm-750px:hover {
    min-height: 750px !important;
  }
  .min-h-sm-800px, .min-h-sm-800px-hover:hover, .hover\:min-h-sm-800px:hover {
    min-height: 800px !important;
  }
  .min-h-sm-850px, .min-h-sm-850px-hover:hover, .hover\:min-h-sm-850px:hover {
    min-height: 850px !important;
  }
  .min-h-sm-900px, .min-h-sm-900px-hover:hover, .hover\:min-h-sm-900px:hover {
    min-height: 900px !important;
  }
  .min-h-sm-950px, .min-h-sm-950px-hover:hover, .hover\:min-h-sm-950px:hover {
    min-height: 950px !important;
  }
  .min-h-sm-1000px, .min-h-sm-1000px-hover:hover, .hover\:min-h-sm-1000px:hover {
    min-height: 1000px !important;
  }
  .min-h-sm-1170px, .min-h-sm-1170px-hover:hover, .hover\:min-h-sm-1170px:hover {
    min-height: 1170px !important;
  }
  .min-h-sm-1280px, .min-h-sm-1280px-hover:hover, .hover\:min-h-sm-1280px:hover {
    min-height: 1280px !important;
  }
  .min-h-sm-1320px, .min-h-sm-1320px-hover:hover, .hover\:min-h-sm-1320px:hover {
    min-height: 1320px !important;
  }
  .min-h-sm-1440px, .min-h-sm-1440px-hover:hover, .hover\:min-h-sm-1440px:hover {
    min-height: 1440px !important;
  }
  .min-h-sm-1\/6, .min-h-sm-1\/6-hover:hover, .hover\:min-h-sm-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .min-h-sm-2\/6, .min-h-sm-2\/6-hover:hover, .hover\:min-h-sm-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-sm-3\/6, .min-h-sm-3\/6-hover:hover, .hover\:min-h-sm-3\/6:hover {
    min-height: 50% !important;
  }
  .min-h-sm-4\/6, .min-h-sm-4\/6-hover:hover, .hover\:min-h-sm-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-sm-5\/6, .min-h-sm-5\/6-hover:hover, .hover\:min-h-sm-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .min-h-sm-1\/5, .min-h-sm-1\/5-hover:hover, .hover\:min-h-sm-1\/5:hover {
    min-height: 20% !important;
  }
  .min-h-sm-2\/5, .min-h-sm-2\/5-hover:hover, .hover\:min-h-sm-2\/5:hover {
    min-height: 40% !important;
  }
  .min-h-sm-3\/5, .min-h-sm-3\/5-hover:hover, .hover\:min-h-sm-3\/5:hover {
    min-height: 60% !important;
  }
  .min-h-sm-4\/5, .min-h-sm-4\/5-hover:hover, .hover\:min-h-sm-4\/5:hover {
    min-height: 80% !important;
  }
  .min-h-sm-1\/4, .min-h-sm-1\/4-hover:hover, .hover\:min-h-sm-1\/4:hover {
    min-height: 25% !important;
  }
  .min-h-sm-2\/4, .min-h-sm-2\/4-hover:hover, .hover\:min-h-sm-2\/4:hover {
    min-height: 50% !important;
  }
  .min-h-sm-3\/4, .min-h-sm-3\/4-hover:hover, .hover\:min-h-sm-3\/4:hover {
    min-height: 75% !important;
  }
  .min-h-sm-1\/3, .min-h-sm-1\/3-hover:hover, .hover\:min-h-sm-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-sm-2\/3, .min-h-sm-2\/3-hover:hover, .hover\:min-h-sm-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-sm-1\/2, .min-h-sm-1\/2-hover:hover, .hover\:min-h-sm-1\/2:hover {
    min-height: 50% !important;
  }
  .min-h-sm-xs, .min-h-sm-xs-hover:hover, .hover\:min-h-sm-xs:hover {
    min-height: 320px !important;
  }
  .min-h-sm-sm, .min-h-sm-sm-hover:hover, .hover\:min-h-sm-sm:hover {
    min-height: 640px !important;
  }
  .min-h-sm-md, .min-h-sm-md-hover:hover, .hover\:min-h-sm-md:hover {
    min-height: 720px !important;
  }
  .min-h-sm-lg, .min-h-sm-lg-hover:hover, .hover\:min-h-sm-lg:hover {
    min-height: 1040px !important;
  }
  .min-h-sm-xl, .min-h-sm-xl-hover:hover, .hover\:min-h-sm-xl:hover {
    min-height: 1280px !important;
  }
  .min-h-sm-2xl, .min-h-sm-2xl-hover:hover, .hover\:min-h-sm-2xl:hover {
    min-height: 1312px !important;
  }
  .min-h-sm-100, .min-h-sm-100-hover:hover, .hover\:min-h-sm-100:hover {
    min-height: 100% !important;
  }
  .min-h-sm-full, .min-h-sm-full-hover:hover, .hover\:min-h-sm-full:hover {
    min-height: 100% !important;
  }
  .min-h-sm-min, .min-h-sm-min-hover:hover, .hover\:min-h-sm-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .min-h-sm-max, .min-h-sm-max-hover:hover, .hover\:min-h-sm-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .min-h-sm-fit, .min-h-sm-fit-hover:hover, .hover\:min-h-sm-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .min-h-sm-0, .min-h-sm-0-hover:hover, .hover\:min-h-sm-0:hover {
    min-height: 0 !important;
  }
  .min-h-sm-screen, .min-h-sm-screen-hover:hover, .hover\:min-h-sm-screen:hover {
    min-height: 100vh !important;
  }
  .sm\:min-h-px, .sm\:min-h-px-hover:hover, .sm\:hover\:min-h-px:hover {
    min-height: 1px !important;
  }
  .sm\:min-h-2px, .sm\:min-h-2px-hover:hover, .sm\:hover\:min-h-2px:hover {
    min-height: 2px !important;
  }
  .sm\:min-h-4px, .sm\:min-h-4px-hover:hover, .sm\:hover\:min-h-4px:hover {
    min-height: 4px !important;
  }
  .sm\:min-h-8px, .sm\:min-h-8px-hover:hover, .sm\:hover\:min-h-8px:hover {
    min-height: 8px !important;
  }
  .sm\:min-h-16px, .sm\:min-h-16px-hover:hover, .sm\:hover\:min-h-16px:hover {
    min-height: 16px !important;
  }
  .sm\:min-h-18px, .sm\:min-h-18px-hover:hover, .sm\:hover\:min-h-18px:hover {
    min-height: 18px !important;
  }
  .sm\:min-h-20px, .sm\:min-h-20px-hover:hover, .sm\:hover\:min-h-20px:hover {
    min-height: 20px !important;
  }
  .sm\:min-h-24px, .sm\:min-h-24px-hover:hover, .sm\:hover\:min-h-24px:hover {
    min-height: 24px !important;
  }
  .sm\:min-h-32px, .sm\:min-h-32px-hover:hover, .sm\:hover\:min-h-32px:hover {
    min-height: 32px !important;
  }
  .sm\:min-h-36px, .sm\:min-h-36px-hover:hover, .sm\:hover\:min-h-36px:hover {
    min-height: 36px !important;
  }
  .sm\:min-h-40px, .sm\:min-h-40px-hover:hover, .sm\:hover\:min-h-40px:hover {
    min-height: 40px !important;
  }
  .sm\:min-h-48px, .sm\:min-h-48px-hover:hover, .sm\:hover\:min-h-48px:hover {
    min-height: 48px !important;
  }
  .sm\:min-h-56px, .sm\:min-h-56px-hover:hover, .sm\:hover\:min-h-56px:hover {
    min-height: 56px !important;
  }
  .sm\:min-h-64px, .sm\:min-h-64px-hover:hover, .sm\:hover\:min-h-64px:hover {
    min-height: 64px !important;
  }
  .sm\:min-h-72px, .sm\:min-h-72px-hover:hover, .sm\:hover\:min-h-72px:hover {
    min-height: 72px !important;
  }
  .sm\:min-h-80px, .sm\:min-h-80px-hover:hover, .sm\:hover\:min-h-80px:hover {
    min-height: 80px !important;
  }
  .sm\:min-h-96px, .sm\:min-h-96px-hover:hover, .sm\:hover\:min-h-96px:hover {
    min-height: 96px !important;
  }
  .sm\:min-h-100px, .sm\:min-h-100px-hover:hover, .sm\:hover\:min-h-100px:hover {
    min-height: 100px !important;
  }
  .sm\:min-h-128px, .sm\:min-h-128px-hover:hover, .sm\:hover\:min-h-128px:hover {
    min-height: 128px !important;
  }
  .sm\:min-h-150px, .sm\:min-h-150px-hover:hover, .sm\:hover\:min-h-150px:hover {
    min-height: 150px !important;
  }
  .sm\:min-h-200px, .sm\:min-h-200px-hover:hover, .sm\:hover\:min-h-200px:hover {
    min-height: 200px !important;
  }
  .sm\:min-h-250px, .sm\:min-h-250px-hover:hover, .sm\:hover\:min-h-250px:hover {
    min-height: 250px !important;
  }
  .sm\:min-h-300px, .sm\:min-h-300px-hover:hover, .sm\:hover\:min-h-300px:hover {
    min-height: 300px !important;
  }
  .sm\:min-h-350px, .sm\:min-h-350px-hover:hover, .sm\:hover\:min-h-350px:hover {
    min-height: 350px !important;
  }
  .sm\:min-h-400px, .sm\:min-h-400px-hover:hover, .sm\:hover\:min-h-400px:hover {
    min-height: 400px !important;
  }
  .sm\:min-h-450px, .sm\:min-h-450px-hover:hover, .sm\:hover\:min-h-450px:hover {
    min-height: 450px !important;
  }
  .sm\:min-h-500px, .sm\:min-h-500px-hover:hover, .sm\:hover\:min-h-500px:hover {
    min-height: 500px !important;
  }
  .sm\:min-h-550px, .sm\:min-h-550px-hover:hover, .sm\:hover\:min-h-550px:hover {
    min-height: 550px !important;
  }
  .sm\:min-h-600px, .sm\:min-h-600px-hover:hover, .sm\:hover\:min-h-600px:hover {
    min-height: 600px !important;
  }
  .sm\:min-h-650px, .sm\:min-h-650px-hover:hover, .sm\:hover\:min-h-650px:hover {
    min-height: 650px !important;
  }
  .sm\:min-h-700px, .sm\:min-h-700px-hover:hover, .sm\:hover\:min-h-700px:hover {
    min-height: 700px !important;
  }
  .sm\:min-h-750px, .sm\:min-h-750px-hover:hover, .sm\:hover\:min-h-750px:hover {
    min-height: 750px !important;
  }
  .sm\:min-h-800px, .sm\:min-h-800px-hover:hover, .sm\:hover\:min-h-800px:hover {
    min-height: 800px !important;
  }
  .sm\:min-h-850px, .sm\:min-h-850px-hover:hover, .sm\:hover\:min-h-850px:hover {
    min-height: 850px !important;
  }
  .sm\:min-h-900px, .sm\:min-h-900px-hover:hover, .sm\:hover\:min-h-900px:hover {
    min-height: 900px !important;
  }
  .sm\:min-h-950px, .sm\:min-h-950px-hover:hover, .sm\:hover\:min-h-950px:hover {
    min-height: 950px !important;
  }
  .sm\:min-h-1000px, .sm\:min-h-1000px-hover:hover, .sm\:hover\:min-h-1000px:hover {
    min-height: 1000px !important;
  }
  .sm\:min-h-1170px, .sm\:min-h-1170px-hover:hover, .sm\:hover\:min-h-1170px:hover {
    min-height: 1170px !important;
  }
  .sm\:min-h-1280px, .sm\:min-h-1280px-hover:hover, .sm\:hover\:min-h-1280px:hover {
    min-height: 1280px !important;
  }
  .sm\:min-h-1320px, .sm\:min-h-1320px-hover:hover, .sm\:hover\:min-h-1320px:hover {
    min-height: 1320px !important;
  }
  .sm\:min-h-1440px, .sm\:min-h-1440px-hover:hover, .sm\:hover\:min-h-1440px:hover {
    min-height: 1440px !important;
  }
  .sm\:min-h-1\/6, .sm\:min-h-1\/6-hover:hover, .sm\:hover\:min-h-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .sm\:min-h-2\/6, .sm\:min-h-2\/6-hover:hover, .sm\:hover\:min-h-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .sm\:min-h-3\/6, .sm\:min-h-3\/6-hover:hover, .sm\:hover\:min-h-3\/6:hover {
    min-height: 50% !important;
  }
  .sm\:min-h-4\/6, .sm\:min-h-4\/6-hover:hover, .sm\:hover\:min-h-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .sm\:min-h-5\/6, .sm\:min-h-5\/6-hover:hover, .sm\:hover\:min-h-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .sm\:min-h-1\/5, .sm\:min-h-1\/5-hover:hover, .sm\:hover\:min-h-1\/5:hover {
    min-height: 20% !important;
  }
  .sm\:min-h-2\/5, .sm\:min-h-2\/5-hover:hover, .sm\:hover\:min-h-2\/5:hover {
    min-height: 40% !important;
  }
  .sm\:min-h-3\/5, .sm\:min-h-3\/5-hover:hover, .sm\:hover\:min-h-3\/5:hover {
    min-height: 60% !important;
  }
  .sm\:min-h-4\/5, .sm\:min-h-4\/5-hover:hover, .sm\:hover\:min-h-4\/5:hover {
    min-height: 80% !important;
  }
  .sm\:min-h-1\/4, .sm\:min-h-1\/4-hover:hover, .sm\:hover\:min-h-1\/4:hover {
    min-height: 25% !important;
  }
  .sm\:min-h-2\/4, .sm\:min-h-2\/4-hover:hover, .sm\:hover\:min-h-2\/4:hover {
    min-height: 50% !important;
  }
  .sm\:min-h-3\/4, .sm\:min-h-3\/4-hover:hover, .sm\:hover\:min-h-3\/4:hover {
    min-height: 75% !important;
  }
  .sm\:min-h-1\/3, .sm\:min-h-1\/3-hover:hover, .sm\:hover\:min-h-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .sm\:min-h-2\/3, .sm\:min-h-2\/3-hover:hover, .sm\:hover\:min-h-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .sm\:min-h-1\/2, .sm\:min-h-1\/2-hover:hover, .sm\:hover\:min-h-1\/2:hover {
    min-height: 50% !important;
  }
  .sm\:min-h-xs, .sm\:min-h-xs-hover:hover, .sm\:hover\:min-h-xs:hover {
    min-height: 320px !important;
  }
  .sm\:min-h-sm, .sm\:min-h-sm-hover:hover, .sm\:hover\:min-h-sm:hover {
    min-height: 640px !important;
  }
  .sm\:min-h-md, .sm\:min-h-md-hover:hover, .sm\:hover\:min-h-md:hover {
    min-height: 720px !important;
  }
  .sm\:min-h-lg, .sm\:min-h-lg-hover:hover, .sm\:hover\:min-h-lg:hover {
    min-height: 1040px !important;
  }
  .sm\:min-h-xl, .sm\:min-h-xl-hover:hover, .sm\:hover\:min-h-xl:hover {
    min-height: 1280px !important;
  }
  .sm\:min-h-2xl, .sm\:min-h-2xl-hover:hover, .sm\:hover\:min-h-2xl:hover {
    min-height: 1312px !important;
  }
  .sm\:min-h-100, .sm\:min-h-100-hover:hover, .sm\:hover\:min-h-100:hover {
    min-height: 100% !important;
  }
  .sm\:min-h-full, .sm\:min-h-full-hover:hover, .sm\:hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .sm\:min-h-min, .sm\:min-h-min-hover:hover, .sm\:hover\:min-h-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .sm\:min-h-max, .sm\:min-h-max-hover:hover, .sm\:hover\:min-h-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .sm\:min-h-fit, .sm\:min-h-fit-hover:hover, .sm\:hover\:min-h-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .sm\:min-h-0, .sm\:min-h-0-hover:hover, .sm\:hover\:min-h-0:hover {
    min-height: 0 !important;
  }
  .sm\:min-h-screen, .sm\:min-h-screen-hover:hover, .sm\:hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .icon-sm-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .icon-sm-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .icon-sm-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .icon-sm-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .icon-sm-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .icon-sm-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .icon-sm-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .sm\:icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .sm\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .sm\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .sm\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .sm\:icon-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .sm\:icon-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .mask-x-sm {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-sm-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-sm-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-sm-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-sm-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .sm\:mask-x {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-x-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-x-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-x-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-x-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-x-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-start-sm {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-sm {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-sm {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-sm-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-sm-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-sm-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-sm-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-sm-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-sm-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-sm-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-sm-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-sm-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-sm-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-sm-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-sm-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-start-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-start-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .sm\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:sm\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:sm\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-end-sm {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-sm {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-sm {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-sm-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-sm-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-sm-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-sm-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-sm-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-sm-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-sm-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-sm-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-sm-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-sm-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-sm-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-sm-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-end-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-end-sm-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .sm\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .sm\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:sm\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:sm\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .scale-sm-0, .scale-sm-0-hover:hover, .hover\:scale-sm-0:hover {
    transform: scale(0) !important;
  }
  .scale-sm-x-0, .scale-sm-x-0-hover:hover, .hover\:scale-sm-x-0:hover {
    transform: scaleX(0) !important;
  }
  .scale-sm-y-0, .scale-sm-y-0-hover:hover, .hover\:scale-sm-y-0:hover {
    transform: scaleY(0) !important;
  }
  .scale-sm-50, .scale-sm-50-hover:hover, .hover\:scale-sm-50:hover {
    transform: scale(0.5) !important;
  }
  .scale-sm-x-50, .scale-sm-x-50-hover:hover, .hover\:scale-sm-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .scale-sm-y-50, .scale-sm-y-50-hover:hover, .hover\:scale-sm-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .scale-sm-75, .scale-sm-75-hover:hover, .hover\:scale-sm-75:hover {
    transform: scale(0.75) !important;
  }
  .scale-sm-x-75, .scale-sm-x-75-hover:hover, .hover\:scale-sm-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .scale-sm-y-75, .scale-sm-y-75-hover:hover, .hover\:scale-sm-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .scale-sm-90, .scale-sm-90-hover:hover, .hover\:scale-sm-90:hover {
    transform: scale(0.9) !important;
  }
  .scale-sm-x-90, .scale-sm-x-90-hover:hover, .hover\:scale-sm-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .scale-sm-y-90, .scale-sm-y-90-hover:hover, .hover\:scale-sm-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .scale-sm-95, .scale-sm-95-hover:hover, .hover\:scale-sm-95:hover {
    transform: scale(0.95) !important;
  }
  .scale-sm-x-95, .scale-sm-x-95-hover:hover, .hover\:scale-sm-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .scale-sm-y-95, .scale-sm-y-95-hover:hover, .hover\:scale-sm-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .scale-sm-100, .scale-sm-100-hover:hover, .hover\:scale-sm-100:hover {
    transform: scale(1) !important;
  }
  .scale-sm-x-100, .scale-sm-x-100-hover:hover, .hover\:scale-sm-x-100:hover {
    transform: scaleX(1) !important;
  }
  .scale-sm-y-100, .scale-sm-y-100-hover:hover, .hover\:scale-sm-y-100:hover {
    transform: scaleY(1) !important;
  }
  .scale-sm-105, .scale-sm-105-hover:hover, .hover\:scale-sm-105:hover {
    transform: scale(1.05) !important;
  }
  .scale-sm-x-105, .scale-sm-x-105-hover:hover, .hover\:scale-sm-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .scale-sm-y-105, .scale-sm-y-105-hover:hover, .hover\:scale-sm-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .scale-sm-110, .scale-sm-110-hover:hover, .hover\:scale-sm-110:hover {
    transform: scale(1.1) !important;
  }
  .scale-sm-x-110, .scale-sm-x-110-hover:hover, .hover\:scale-sm-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .scale-sm-y-110, .scale-sm-y-110-hover:hover, .hover\:scale-sm-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .scale-sm-125, .scale-sm-125-hover:hover, .hover\:scale-sm-125:hover {
    transform: scale(1.25) !important;
  }
  .scale-sm-x-125, .scale-sm-x-125-hover:hover, .hover\:scale-sm-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .scale-sm-y-125, .scale-sm-y-125-hover:hover, .hover\:scale-sm-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .scale-sm-150, .scale-sm-150-hover:hover, .hover\:scale-sm-150:hover {
    transform: scale(1.5) !important;
  }
  .scale-sm-x-150, .scale-sm-x-150-hover:hover, .hover\:scale-sm-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .scale-sm-y-150, .scale-sm-y-150-hover:hover, .hover\:scale-sm-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .sm\:scale-0, .sm\:scale-0-hover:hover, .sm\:hover\:scale-0:hover {
    transform: scale(0) !important;
  }
  .sm\:scale-x-0, .sm\:scale-x-0-hover:hover, .sm\:hover\:scale-x-0:hover {
    transform: scaleX(0) !important;
  }
  .sm\:scale-y-0, .sm\:scale-y-0-hover:hover, .sm\:hover\:scale-y-0:hover {
    transform: scaleY(0) !important;
  }
  .sm\:scale-50, .sm\:scale-50-hover:hover, .sm\:hover\:scale-50:hover {
    transform: scale(0.5) !important;
  }
  .sm\:scale-x-50, .sm\:scale-x-50-hover:hover, .sm\:hover\:scale-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .sm\:scale-y-50, .sm\:scale-y-50-hover:hover, .sm\:hover\:scale-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .sm\:scale-75, .sm\:scale-75-hover:hover, .sm\:hover\:scale-75:hover {
    transform: scale(0.75) !important;
  }
  .sm\:scale-x-75, .sm\:scale-x-75-hover:hover, .sm\:hover\:scale-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .sm\:scale-y-75, .sm\:scale-y-75-hover:hover, .sm\:hover\:scale-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .sm\:scale-90, .sm\:scale-90-hover:hover, .sm\:hover\:scale-90:hover {
    transform: scale(0.9) !important;
  }
  .sm\:scale-x-90, .sm\:scale-x-90-hover:hover, .sm\:hover\:scale-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .sm\:scale-y-90, .sm\:scale-y-90-hover:hover, .sm\:hover\:scale-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .sm\:scale-95, .sm\:scale-95-hover:hover, .sm\:hover\:scale-95:hover {
    transform: scale(0.95) !important;
  }
  .sm\:scale-x-95, .sm\:scale-x-95-hover:hover, .sm\:hover\:scale-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .sm\:scale-y-95, .sm\:scale-y-95-hover:hover, .sm\:hover\:scale-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .sm\:scale-100, .sm\:scale-100-hover:hover, .sm\:hover\:scale-100:hover {
    transform: scale(1) !important;
  }
  .sm\:scale-x-100, .sm\:scale-x-100-hover:hover, .sm\:hover\:scale-x-100:hover {
    transform: scaleX(1) !important;
  }
  .sm\:scale-y-100, .sm\:scale-y-100-hover:hover, .sm\:hover\:scale-y-100:hover {
    transform: scaleY(1) !important;
  }
  .sm\:scale-105, .sm\:scale-105-hover:hover, .sm\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }
  .sm\:scale-x-105, .sm\:scale-x-105-hover:hover, .sm\:hover\:scale-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .sm\:scale-y-105, .sm\:scale-y-105-hover:hover, .sm\:hover\:scale-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .sm\:scale-110, .sm\:scale-110-hover:hover, .sm\:hover\:scale-110:hover {
    transform: scale(1.1) !important;
  }
  .sm\:scale-x-110, .sm\:scale-x-110-hover:hover, .sm\:hover\:scale-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .sm\:scale-y-110, .sm\:scale-y-110-hover:hover, .sm\:hover\:scale-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .sm\:scale-125, .sm\:scale-125-hover:hover, .sm\:hover\:scale-125:hover {
    transform: scale(1.25) !important;
  }
  .sm\:scale-x-125, .sm\:scale-x-125-hover:hover, .sm\:hover\:scale-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .sm\:scale-y-125, .sm\:scale-y-125-hover:hover, .sm\:hover\:scale-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .sm\:scale-150, .sm\:scale-150-hover:hover, .sm\:hover\:scale-150:hover {
    transform: scale(1.5) !important;
  }
  .sm\:scale-x-150, .sm\:scale-x-150-hover:hover, .sm\:hover\:scale-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .sm\:scale-y-150, .sm\:scale-y-150-hover:hover, .sm\:hover\:scale-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .translate-sm-x-0, .translate-sm-x-0-hover:hover, .hover\:translate-sm-x-0:hover {
    transform: translateX(0) !important;
  }
  .translate-sm-y-0, .translate-sm-y-0-hover:hover, .hover\:translate-sm-y-0:hover {
    transform: translateY(0) !important;
  }
  .translate-sm-x-px, .translate-sm-x-px-hover:hover, .hover\:translate-sm-x-px:hover {
    transform: translateX(1px) !important;
  }
  .translate-sm-y-px, .translate-sm-y-px-hover:hover, .hover\:translate-sm-y-px:hover {
    transform: translateY(1px) !important;
  }
  .translate-sm-x-narrow, .translate-sm-x-narrow-hover:hover, .hover\:translate-sm-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .translate-sm-y-narrow, .translate-sm-y-narrow-hover:hover, .hover\:translate-sm-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .translate-sm-x-1, .translate-sm-x-1-hover:hover, .hover\:translate-sm-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .translate-sm-y-1, .translate-sm-y-1-hover:hover, .hover\:translate-sm-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .translate-sm-x-2, .translate-sm-x-2-hover:hover, .hover\:translate-sm-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .translate-sm-y-2, .translate-sm-y-2-hover:hover, .hover\:translate-sm-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .translate-sm-x-3, .translate-sm-x-3-hover:hover, .hover\:translate-sm-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .translate-sm-y-3, .translate-sm-y-3-hover:hover, .hover\:translate-sm-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .translate-sm-x-4, .translate-sm-x-4-hover:hover, .hover\:translate-sm-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .translate-sm-y-4, .translate-sm-y-4-hover:hover, .hover\:translate-sm-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .translate-sm-x-5, .translate-sm-x-5-hover:hover, .hover\:translate-sm-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .translate-sm-y-5, .translate-sm-y-5-hover:hover, .hover\:translate-sm-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .translate-sm-x-6, .translate-sm-x-6-hover:hover, .hover\:translate-sm-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .translate-sm-y-6, .translate-sm-y-6-hover:hover, .hover\:translate-sm-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .translate-sm-x-7, .translate-sm-x-7-hover:hover, .hover\:translate-sm-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .translate-sm-y-7, .translate-sm-y-7-hover:hover, .hover\:translate-sm-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .translate-sm-x-8, .translate-sm-x-8-hover:hover, .hover\:translate-sm-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .translate-sm-y-8, .translate-sm-y-8-hover:hover, .hover\:translate-sm-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .translate-sm-x-9, .translate-sm-x-9-hover:hover, .hover\:translate-sm-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .translate-sm-y-9, .translate-sm-y-9-hover:hover, .hover\:translate-sm-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .translate-sm-x-10, .translate-sm-x-10-hover:hover, .hover\:translate-sm-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .translate-sm-y-10, .translate-sm-y-10-hover:hover, .hover\:translate-sm-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .translate-sm-x-25, .translate-sm-x-25-hover:hover, .hover\:translate-sm-x-25:hover {
    transform: translateX(25%) !important;
  }
  .translate-sm-y-25, .translate-sm-y-25-hover:hover, .hover\:translate-sm-y-25:hover {
    transform: translateY(25%) !important;
  }
  .translate-sm-x-50, .translate-sm-x-50-hover:hover, .hover\:translate-sm-x-50:hover {
    transform: translateX(50%) !important;
  }
  .translate-sm-y-50, .translate-sm-y-50-hover:hover, .hover\:translate-sm-y-50:hover {
    transform: translateY(50%) !important;
  }
  .translate-sm-x-75, .translate-sm-x-75-hover:hover, .hover\:translate-sm-x-75:hover {
    transform: translateX(75%) !important;
  }
  .translate-sm-y-75, .translate-sm-y-75-hover:hover, .hover\:translate-sm-y-75:hover {
    transform: translateY(75%) !important;
  }
  .translate-sm-x-full, .translate-sm-x-full-hover:hover, .hover\:translate-sm-x-full:hover {
    transform: translateX(100%) !important;
  }
  .translate-sm-y-full, .translate-sm-y-full-hover:hover, .hover\:translate-sm-y-full:hover {
    transform: translateY(100%) !important;
  }
  .sm\:translate-x-0, .sm\:translate-x-0-hover:hover, .sm\:hover\:translate-x-0:hover {
    transform: translateX(0) !important;
  }
  .sm\:translate-y-0, .sm\:translate-y-0-hover:hover, .sm\:hover\:translate-y-0:hover {
    transform: translateY(0) !important;
  }
  .sm\:translate-x-px, .sm\:translate-x-px-hover:hover, .sm\:hover\:translate-x-px:hover {
    transform: translateX(1px) !important;
  }
  .sm\:translate-y-px, .sm\:translate-y-px-hover:hover, .sm\:hover\:translate-y-px:hover {
    transform: translateY(1px) !important;
  }
  .sm\:translate-x-narrow, .sm\:translate-x-narrow-hover:hover, .sm\:hover\:translate-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .sm\:translate-y-narrow, .sm\:translate-y-narrow-hover:hover, .sm\:hover\:translate-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .sm\:translate-x-1, .sm\:translate-x-1-hover:hover, .sm\:hover\:translate-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .sm\:translate-y-1, .sm\:translate-y-1-hover:hover, .sm\:hover\:translate-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .sm\:translate-x-2, .sm\:translate-x-2-hover:hover, .sm\:hover\:translate-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .sm\:translate-y-2, .sm\:translate-y-2-hover:hover, .sm\:hover\:translate-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .sm\:translate-x-3, .sm\:translate-x-3-hover:hover, .sm\:hover\:translate-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .sm\:translate-y-3, .sm\:translate-y-3-hover:hover, .sm\:hover\:translate-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .sm\:translate-x-4, .sm\:translate-x-4-hover:hover, .sm\:hover\:translate-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .sm\:translate-y-4, .sm\:translate-y-4-hover:hover, .sm\:hover\:translate-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .sm\:translate-x-5, .sm\:translate-x-5-hover:hover, .sm\:hover\:translate-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .sm\:translate-y-5, .sm\:translate-y-5-hover:hover, .sm\:hover\:translate-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .sm\:translate-x-6, .sm\:translate-x-6-hover:hover, .sm\:hover\:translate-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .sm\:translate-y-6, .sm\:translate-y-6-hover:hover, .sm\:hover\:translate-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .sm\:translate-x-7, .sm\:translate-x-7-hover:hover, .sm\:hover\:translate-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .sm\:translate-y-7, .sm\:translate-y-7-hover:hover, .sm\:hover\:translate-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .sm\:translate-x-8, .sm\:translate-x-8-hover:hover, .sm\:hover\:translate-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .sm\:translate-y-8, .sm\:translate-y-8-hover:hover, .sm\:hover\:translate-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .sm\:translate-x-9, .sm\:translate-x-9-hover:hover, .sm\:hover\:translate-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .sm\:translate-y-9, .sm\:translate-y-9-hover:hover, .sm\:hover\:translate-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .sm\:translate-x-10, .sm\:translate-x-10-hover:hover, .sm\:hover\:translate-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .sm\:translate-y-10, .sm\:translate-y-10-hover:hover, .sm\:hover\:translate-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .sm\:translate-x-25, .sm\:translate-x-25-hover:hover, .sm\:hover\:translate-x-25:hover {
    transform: translateX(25%) !important;
  }
  .sm\:translate-y-25, .sm\:translate-y-25-hover:hover, .sm\:hover\:translate-y-25:hover {
    transform: translateY(25%) !important;
  }
  .sm\:translate-x-50, .sm\:translate-x-50-hover:hover, .sm\:hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .sm\:translate-y-50, .sm\:translate-y-50-hover:hover, .sm\:hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .sm\:translate-x-75, .sm\:translate-x-75-hover:hover, .sm\:hover\:translate-x-75:hover {
    transform: translateX(75%) !important;
  }
  .sm\:translate-y-75, .sm\:translate-y-75-hover:hover, .sm\:hover\:translate-y-75:hover {
    transform: translateY(75%) !important;
  }
  .sm\:translate-x-full, .sm\:translate-x-full-hover:hover, .sm\:hover\:translate-x-full:hover {
    transform: translateX(100%) !important;
  }
  .sm\:translate-y-full, .sm\:translate-y-full-hover:hover, .sm\:hover\:translate-y-full:hover {
    transform: translateY(100%) !important;
  }
  .-translate-sm-x-px, .-translate-sm-x-px-hover:hover, .hover\:-translate-sm-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .-translate-sm-y-px, .-translate-sm-y-px-hover:hover, .hover\:-translate-sm-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .-translate-sm-x-narrow, .-translate-sm-x-narrow-hover:hover, .hover\:-translate-sm-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .-translate-sm-y-narrow, .-translate-sm-y-narrow-hover:hover, .hover\:-translate-sm-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .-translate-sm-x-1, .-translate-sm-x-1-hover:hover, .hover\:-translate-sm-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .-translate-sm-y-1, .-translate-sm-y-1-hover:hover, .hover\:-translate-sm-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .-translate-sm-x-2, .-translate-sm-x-2-hover:hover, .hover\:-translate-sm-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .-translate-sm-y-2, .-translate-sm-y-2-hover:hover, .hover\:-translate-sm-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .-translate-sm-x-3, .-translate-sm-x-3-hover:hover, .hover\:-translate-sm-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .-translate-sm-y-3, .-translate-sm-y-3-hover:hover, .hover\:-translate-sm-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .-translate-sm-x-4, .-translate-sm-x-4-hover:hover, .hover\:-translate-sm-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .-translate-sm-y-4, .-translate-sm-y-4-hover:hover, .hover\:-translate-sm-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .-translate-sm-x-5, .-translate-sm-x-5-hover:hover, .hover\:-translate-sm-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .-translate-sm-y-5, .-translate-sm-y-5-hover:hover, .hover\:-translate-sm-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .-translate-sm-x-6, .-translate-sm-x-6-hover:hover, .hover\:-translate-sm-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .-translate-sm-y-6, .-translate-sm-y-6-hover:hover, .hover\:-translate-sm-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .-translate-sm-x-7, .-translate-sm-x-7-hover:hover, .hover\:-translate-sm-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .-translate-sm-y-7, .-translate-sm-y-7-hover:hover, .hover\:-translate-sm-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .-translate-sm-x-8, .-translate-sm-x-8-hover:hover, .hover\:-translate-sm-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .-translate-sm-y-8, .-translate-sm-y-8-hover:hover, .hover\:-translate-sm-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .-translate-sm-x-9, .-translate-sm-x-9-hover:hover, .hover\:-translate-sm-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .-translate-sm-y-9, .-translate-sm-y-9-hover:hover, .hover\:-translate-sm-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .-translate-sm-x-10, .-translate-sm-x-10-hover:hover, .hover\:-translate-sm-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .-translate-sm-y-10, .-translate-sm-y-10-hover:hover, .hover\:-translate-sm-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .-translate-sm-x-25, .-translate-sm-x-25-hover:hover, .hover\:-translate-sm-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .-translate-sm-y-25, .-translate-sm-y-25-hover:hover, .hover\:-translate-sm-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .-translate-sm-x-50, .-translate-sm-x-50-hover:hover, .hover\:-translate-sm-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .-translate-sm-y-50, .-translate-sm-y-50-hover:hover, .hover\:-translate-sm-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .-translate-sm-x-75, .-translate-sm-x-75-hover:hover, .hover\:-translate-sm-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .-translate-sm-y-75, .-translate-sm-y-75-hover:hover, .hover\:-translate-sm-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .-translate-sm-x-full, .-translate-sm-x-full-hover:hover, .hover\:-translate-sm-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .-translate-sm-y-full, .-translate-sm-y-full-hover:hover, .hover\:-translate-sm-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .sm\:-translate-x-px, .sm\:-translate-x-px-hover:hover, .sm\:hover\:-translate-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .sm\:-translate-y-px, .sm\:-translate-y-px-hover:hover, .sm\:hover\:-translate-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .sm\:-translate-x-narrow, .sm\:-translate-x-narrow-hover:hover, .sm\:hover\:-translate-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .sm\:-translate-y-narrow, .sm\:-translate-y-narrow-hover:hover, .sm\:hover\:-translate-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .sm\:-translate-x-1, .sm\:-translate-x-1-hover:hover, .sm\:hover\:-translate-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .sm\:-translate-y-1, .sm\:-translate-y-1-hover:hover, .sm\:hover\:-translate-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .sm\:-translate-x-2, .sm\:-translate-x-2-hover:hover, .sm\:hover\:-translate-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .sm\:-translate-y-2, .sm\:-translate-y-2-hover:hover, .sm\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .sm\:-translate-x-3, .sm\:-translate-x-3-hover:hover, .sm\:hover\:-translate-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .sm\:-translate-y-3, .sm\:-translate-y-3-hover:hover, .sm\:hover\:-translate-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .sm\:-translate-x-4, .sm\:-translate-x-4-hover:hover, .sm\:hover\:-translate-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .sm\:-translate-y-4, .sm\:-translate-y-4-hover:hover, .sm\:hover\:-translate-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .sm\:-translate-x-5, .sm\:-translate-x-5-hover:hover, .sm\:hover\:-translate-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .sm\:-translate-y-5, .sm\:-translate-y-5-hover:hover, .sm\:hover\:-translate-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .sm\:-translate-x-6, .sm\:-translate-x-6-hover:hover, .sm\:hover\:-translate-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .sm\:-translate-y-6, .sm\:-translate-y-6-hover:hover, .sm\:hover\:-translate-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .sm\:-translate-x-7, .sm\:-translate-x-7-hover:hover, .sm\:hover\:-translate-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .sm\:-translate-y-7, .sm\:-translate-y-7-hover:hover, .sm\:hover\:-translate-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .sm\:-translate-x-8, .sm\:-translate-x-8-hover:hover, .sm\:hover\:-translate-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .sm\:-translate-y-8, .sm\:-translate-y-8-hover:hover, .sm\:hover\:-translate-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .sm\:-translate-x-9, .sm\:-translate-x-9-hover:hover, .sm\:hover\:-translate-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .sm\:-translate-y-9, .sm\:-translate-y-9-hover:hover, .sm\:hover\:-translate-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .sm\:-translate-x-10, .sm\:-translate-x-10-hover:hover, .sm\:hover\:-translate-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .sm\:-translate-y-10, .sm\:-translate-y-10-hover:hover, .sm\:hover\:-translate-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .sm\:-translate-x-25, .sm\:-translate-x-25-hover:hover, .sm\:hover\:-translate-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .sm\:-translate-y-25, .sm\:-translate-y-25-hover:hover, .sm\:hover\:-translate-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .sm\:-translate-x-50, .sm\:-translate-x-50-hover:hover, .sm\:hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .sm\:-translate-y-50, .sm\:-translate-y-50-hover:hover, .sm\:hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .sm\:-translate-x-75, .sm\:-translate-x-75-hover:hover, .sm\:hover\:-translate-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .sm\:-translate-y-75, .sm\:-translate-y-75-hover:hover, .sm\:hover\:-translate-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .sm\:-translate-x-full, .sm\:-translate-x-full-hover:hover, .sm\:hover\:-translate-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .sm\:-translate-y-full, .sm\:-translate-y-full-hover:hover, .sm\:hover\:-translate-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .rotate-sm-0, .rotate-sm-0-hover:hover, .hover\:rotate-sm-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-0 {
    transform: rotate(0deg) !important;
  }
  .rotate-sm-1, .rotate-sm-1-hover:hover, .hover\:rotate-sm-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-1 {
    transform: rotate(1deg) !important;
  }
  .rotate-sm-2, .rotate-sm-2-hover:hover, .hover\:rotate-sm-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-2 {
    transform: rotate(2deg) !important;
  }
  .rotate-sm-3, .rotate-sm-3-hover:hover, .hover\:rotate-sm-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-3 {
    transform: rotate(3deg) !important;
  }
  .rotate-sm-6, .rotate-sm-6-hover:hover, .hover\:rotate-sm-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-6 {
    transform: rotate(6deg) !important;
  }
  .rotate-sm-12, .rotate-sm-12-hover:hover, .hover\:rotate-sm-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-12 {
    transform: rotate(12deg) !important;
  }
  .rotate-sm-45, .rotate-sm-45-hover:hover, .hover\:rotate-sm-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-45 {
    transform: rotate(45deg) !important;
  }
  .rotate-sm-90, .rotate-sm-90-hover:hover, .hover\:rotate-sm-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-90 {
    transform: rotate(90deg) !important;
  }
  .rotate-sm-180, .rotate-sm-180-hover:hover, .hover\:rotate-sm-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:rotate-sm-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:rotate-sm-180 {
    transform: rotate(180deg) !important;
  }
  .sm\:rotate-0, .sm\:rotate-0-hover:hover, .sm\:hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .sm\:rotate-1, .sm\:rotate-1-hover:hover, .sm\:hover\:rotate-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  .sm\:rotate-2, .sm\:rotate-2-hover:hover, .sm\:hover\:rotate-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  .sm\:rotate-3, .sm\:rotate-3-hover:hover, .sm\:hover\:rotate-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  .sm\:rotate-6, .sm\:rotate-6-hover:hover, .sm\:hover\:rotate-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  .sm\:rotate-12, .sm\:rotate-12-hover:hover, .sm\:hover\:rotate-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  .sm\:rotate-45, .sm\:rotate-45-hover:hover, .sm\:hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .sm\:rotate-90, .sm\:rotate-90-hover:hover, .sm\:hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .sm\:rotate-180, .sm\:rotate-180-hover:hover, .sm\:hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .-rotate-sm-1, .-rotate-sm-1-hover:hover, .hover\:-rotate-sm-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-1 {
    transform: rotate(-1deg) !important;
  }
  .-rotate-sm-2, .-rotate-sm-2-hover:hover, .hover\:-rotate-sm-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-2 {
    transform: rotate(-2deg) !important;
  }
  .-rotate-sm-3, .-rotate-sm-3-hover:hover, .hover\:-rotate-sm-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-3 {
    transform: rotate(-3deg) !important;
  }
  .-rotate-sm-6, .-rotate-sm-6-hover:hover, .hover\:-rotate-sm-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-6 {
    transform: rotate(-6deg) !important;
  }
  .-rotate-sm-12, .-rotate-sm-12-hover:hover, .hover\:-rotate-sm-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-12 {
    transform: rotate(-12deg) !important;
  }
  .-rotate-sm-45, .-rotate-sm-45-hover:hover, .hover\:-rotate-sm-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-45 {
    transform: rotate(-45deg) !important;
  }
  .-rotate-sm-90, .-rotate-sm-90-hover:hover, .hover\:-rotate-sm-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-90 {
    transform: rotate(-90deg) !important;
  }
  .-rotate-sm-180, .-rotate-sm-180-hover:hover, .hover\:-rotate-sm-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-sm-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-sm-180 {
    transform: rotate(-180deg) !important;
  }
  .sm\:-rotate-1, .sm\:-rotate-1-hover:hover, .sm\:hover\:-rotate-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  .sm\:-rotate-2, .sm\:-rotate-2-hover:hover, .sm\:hover\:-rotate-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  .sm\:-rotate-3, .sm\:-rotate-3-hover:hover, .sm\:hover\:-rotate-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  .sm\:-rotate-6, .sm\:-rotate-6-hover:hover, .sm\:hover\:-rotate-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  .sm\:-rotate-12, .sm\:-rotate-12-hover:hover, .sm\:hover\:-rotate-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  .sm\:-rotate-45, .sm\:-rotate-45-hover:hover, .sm\:hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .sm\:-rotate-90, .sm\:-rotate-90-hover:hover, .sm\:hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .sm\:-rotate-180, .sm\:-rotate-180-hover:hover, .sm\:hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .origin-sm-center, .origin-sm-center-hover:hover, .hover\:origin-sm-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:origin-sm-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:origin-sm-center {
    transform-origin: center !important;
  }
  .origin-sm-top, .origin-sm-top-hover:hover, .hover\:origin-sm-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:origin-sm-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:origin-sm-top {
    transform-origin: top !important;
  }
  .origin-sm-top-right, .origin-sm-top-right-hover:hover, .hover\:origin-sm-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:origin-sm-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:origin-sm-top-right {
    transform-origin: top right !important;
  }
  .origin-sm-top-left, .origin-sm-top-left-hover:hover, .hover\:origin-sm-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:origin-sm-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:origin-sm-top-left {
    transform-origin: top left !important;
  }
  .origin-sm-left, .origin-sm-left-hover:hover, .hover\:origin-sm-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:origin-sm-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:origin-sm-left {
    transform-origin: left !important;
  }
  .origin-sm-right, .origin-sm-right-hover:hover, .hover\:origin-sm-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:origin-sm-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:origin-sm-right {
    transform-origin: right !important;
  }
  .origin-sm-bottom-right, .origin-sm-bottom-right-hover:hover, .hover\:origin-sm-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:origin-sm-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:origin-sm-bottom-right {
    transform-origin: bottom right !important;
  }
  .origin-sm-bottom, .origin-sm-bottom-hover:hover, .hover\:origin-sm-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:origin-sm-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:origin-sm-bottom {
    transform-origin: bottom !important;
  }
  .origin-sm-bottom-left, .origin-sm-bottom-left-hover:hover, .hover\:origin-sm-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:origin-sm-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:origin-sm-bottom-left {
    transform-origin: bottom left !important;
  }
  .sm\:origin-center, .sm\:origin-center-hover:hover, .sm\:hover\:origin-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:sm\:origin-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:sm\:origin-center {
    transform-origin: center !important;
  }
  .sm\:origin-top, .sm\:origin-top-hover:hover, .sm\:hover\:origin-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:sm\:origin-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:sm\:origin-top {
    transform-origin: top !important;
  }
  .sm\:origin-top-right, .sm\:origin-top-right-hover:hover, .sm\:hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:sm\:origin-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:sm\:origin-top-right {
    transform-origin: top right !important;
  }
  .sm\:origin-top-left, .sm\:origin-top-left-hover:hover, .sm\:hover\:origin-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:sm\:origin-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:sm\:origin-top-left {
    transform-origin: top left !important;
  }
  .sm\:origin-left, .sm\:origin-left-hover:hover, .sm\:hover\:origin-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:sm\:origin-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:sm\:origin-left {
    transform-origin: left !important;
  }
  .sm\:origin-right, .sm\:origin-right-hover:hover, .sm\:hover\:origin-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:sm\:origin-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:sm\:origin-right {
    transform-origin: right !important;
  }
  .sm\:origin-bottom-right, .sm\:origin-bottom-right-hover:hover, .sm\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .sm\:origin-bottom, .sm\:origin-bottom-hover:hover, .sm\:hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  .sm\:origin-bottom-left, .sm\:origin-bottom-left-hover:hover, .sm\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .rounded-top-start-sm, .rounded-top-start-sm-hover:hover, .hover\:rounded-top-start-sm:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm {
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-top-start-sm-default, .rounded-top-start-sm-default-hover:hover, .hover\:rounded-top-start-sm-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-default {
    border-top-left-radius: 8px !important;
  }
  .rounded-top-start-sm-0-5, .rounded-top-start-sm-0-5-hover:hover, .hover\:rounded-top-start-sm-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-0-5 {
    border-top-left-radius: 2px !important;
  }
  .rounded-top-start-sm-1, .rounded-top-start-sm-1-hover:hover, .hover\:rounded-top-start-sm-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-1 {
    border-top-left-radius: 4px !important;
  }
  .rounded-top-start-sm-1-5, .rounded-top-start-sm-1-5-hover:hover, .hover\:rounded-top-start-sm-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-1-5 {
    border-top-left-radius: 12px !important;
  }
  .rounded-top-start-sm-2, .rounded-top-start-sm-2-hover:hover, .hover\:rounded-top-start-sm-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-2 {
    border-top-left-radius: 16px !important;
  }
  .rounded-top-start-sm-2-5, .rounded-top-start-sm-2-5-hover:hover, .hover\:rounded-top-start-sm-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-2-5 {
    border-top-left-radius: 20px !important;
  }
  .rounded-top-start-sm-3, .rounded-top-start-sm-3-hover:hover, .hover\:rounded-top-start-sm-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-3 {
    border-top-left-radius: 24px !important;
  }
  .rounded-top-start-sm-3-5, .rounded-top-start-sm-3-5-hover:hover, .hover\:rounded-top-start-sm-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-3-5 {
    border-top-left-radius: 28px !important;
  }
  .rounded-top-start-sm-4, .rounded-top-start-sm-4-hover:hover, .hover\:rounded-top-start-sm-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-4 {
    border-top-left-radius: 32px !important;
  }
  .rounded-top-start-sm-4-5, .rounded-top-start-sm-4-5-hover:hover, .hover\:rounded-top-start-sm-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-4-5 {
    border-top-left-radius: 36px !important;
  }
  .rounded-top-start-sm-5, .rounded-top-start-sm-5-hover:hover, .hover\:rounded-top-start-sm-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-5 {
    border-top-left-radius: 40px !important;
  }
  .rounded-top-start-sm-5-5, .rounded-top-start-sm-5-5-hover:hover, .hover\:rounded-top-start-sm-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-5-5 {
    border-top-left-radius: 44px !important;
  }
  .rounded-top-start-sm-6, .rounded-top-start-sm-6-hover:hover, .hover\:rounded-top-start-sm-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-6 {
    border-top-left-radius: 48px !important;
  }
  .rounded-top-start-sm-6-5, .rounded-top-start-sm-6-5-hover:hover, .hover\:rounded-top-start-sm-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-6-5 {
    border-top-left-radius: 52px !important;
  }
  .rounded-top-start-sm-7, .rounded-top-start-sm-7-hover:hover, .hover\:rounded-top-start-sm-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-7 {
    border-top-left-radius: 56px !important;
  }
  .rounded-top-start-sm-7-5, .rounded-top-start-sm-7-5-hover:hover, .hover\:rounded-top-start-sm-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-7-5 {
    border-top-left-radius: 60px !important;
  }
  .rounded-top-start-sm-8, .rounded-top-start-sm-8-hover:hover, .hover\:rounded-top-start-sm-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-8 {
    border-top-left-radius: 64px !important;
  }
  .rounded-top-start-sm-8-5, .rounded-top-start-sm-8-5-hover:hover, .hover\:rounded-top-start-sm-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-8-5 {
    border-top-left-radius: 68px !important;
  }
  .rounded-top-start-sm-9, .rounded-top-start-sm-9-hover:hover, .hover\:rounded-top-start-sm-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-9 {
    border-top-left-radius: 72px !important;
  }
  .rounded-top-start-sm-9-5, .rounded-top-start-sm-9-5-hover:hover, .hover\:rounded-top-start-sm-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-9-5 {
    border-top-left-radius: 76px !important;
  }
  .rounded-top-start-sm-10, .rounded-top-start-sm-10-hover:hover, .hover\:rounded-top-start-sm-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-10 {
    border-top-left-radius: 80px !important;
  }
  .rounded-top-start-sm-circle, .rounded-top-start-sm-circle-hover:hover, .hover\:rounded-top-start-sm-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-circle {
    border-top-left-radius: 50% !important;
  }
  .rounded-top-start-sm-full, .rounded-top-start-sm-full-hover:hover, .hover\:rounded-top-start-sm-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-full {
    border-top-left-radius: 100% !important;
  }
  .rounded-top-start-sm-pill, .rounded-top-start-sm-pill-hover:hover, .hover\:rounded-top-start-sm-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-pill {
    border-top-left-radius: 50rem !important;
  }
  .rounded-top-start-sm-0, .rounded-top-start-sm-0-hover:hover, .hover\:rounded-top-start-sm-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-sm-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-0 {
    border-top-left-radius: 0 !important;
  }
  .sm\:rounded-top-start, .sm\:rounded-top-start-hover:hover, .sm\:hover\:rounded-top-start:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  .sm\:rounded-top-start-default, .sm\:rounded-top-start-default-hover:hover, .sm\:hover\:rounded-top-start-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  .sm\:rounded-top-start-0-5, .sm\:rounded-top-start-0-5-hover:hover, .sm\:hover\:rounded-top-start-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  .sm\:rounded-top-start-1, .sm\:rounded-top-start-1-hover:hover, .sm\:hover\:rounded-top-start-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  .sm\:rounded-top-start-1-5, .sm\:rounded-top-start-1-5-hover:hover, .sm\:hover\:rounded-top-start-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  .sm\:rounded-top-start-2, .sm\:rounded-top-start-2-hover:hover, .sm\:hover\:rounded-top-start-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  .sm\:rounded-top-start-2-5, .sm\:rounded-top-start-2-5-hover:hover, .sm\:hover\:rounded-top-start-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  .sm\:rounded-top-start-3, .sm\:rounded-top-start-3-hover:hover, .sm\:hover\:rounded-top-start-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  .sm\:rounded-top-start-3-5, .sm\:rounded-top-start-3-5-hover:hover, .sm\:hover\:rounded-top-start-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  .sm\:rounded-top-start-4, .sm\:rounded-top-start-4-hover:hover, .sm\:hover\:rounded-top-start-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  .sm\:rounded-top-start-4-5, .sm\:rounded-top-start-4-5-hover:hover, .sm\:hover\:rounded-top-start-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  .sm\:rounded-top-start-5, .sm\:rounded-top-start-5-hover:hover, .sm\:hover\:rounded-top-start-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  .sm\:rounded-top-start-5-5, .sm\:rounded-top-start-5-5-hover:hover, .sm\:hover\:rounded-top-start-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  .sm\:rounded-top-start-6, .sm\:rounded-top-start-6-hover:hover, .sm\:hover\:rounded-top-start-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  .sm\:rounded-top-start-6-5, .sm\:rounded-top-start-6-5-hover:hover, .sm\:hover\:rounded-top-start-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  .sm\:rounded-top-start-7, .sm\:rounded-top-start-7-hover:hover, .sm\:hover\:rounded-top-start-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  .sm\:rounded-top-start-7-5, .sm\:rounded-top-start-7-5-hover:hover, .sm\:hover\:rounded-top-start-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  .sm\:rounded-top-start-8, .sm\:rounded-top-start-8-hover:hover, .sm\:hover\:rounded-top-start-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  .sm\:rounded-top-start-8-5, .sm\:rounded-top-start-8-5-hover:hover, .sm\:hover\:rounded-top-start-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  .sm\:rounded-top-start-9, .sm\:rounded-top-start-9-hover:hover, .sm\:hover\:rounded-top-start-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  .sm\:rounded-top-start-9-5, .sm\:rounded-top-start-9-5-hover:hover, .sm\:hover\:rounded-top-start-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  .sm\:rounded-top-start-10, .sm\:rounded-top-start-10-hover:hover, .sm\:hover\:rounded-top-start-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  .sm\:rounded-top-start-circle, .sm\:rounded-top-start-circle-hover:hover, .sm\:hover\:rounded-top-start-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  .sm\:rounded-top-start-full, .sm\:rounded-top-start-full-hover:hover, .sm\:hover\:rounded-top-start-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  .sm\:rounded-top-start-pill, .sm\:rounded-top-start-pill-hover:hover, .sm\:hover\:rounded-top-start-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  .sm\:rounded-top-start-0, .sm\:rounded-top-start-0-hover:hover, .sm\:hover\:rounded-top-start-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  .rounded-top-end-sm, .rounded-top-end-sm-hover:hover, .hover\:rounded-top-end-sm:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm {
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-end-sm-default, .rounded-top-end-sm-default-hover:hover, .hover\:rounded-top-end-sm-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-default {
    border-top-right-radius: 8px !important;
  }
  .rounded-top-end-sm-0-5, .rounded-top-end-sm-0-5-hover:hover, .hover\:rounded-top-end-sm-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-0-5 {
    border-top-right-radius: 2px !important;
  }
  .rounded-top-end-sm-1, .rounded-top-end-sm-1-hover:hover, .hover\:rounded-top-end-sm-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-1 {
    border-top-right-radius: 4px !important;
  }
  .rounded-top-end-sm-1-5, .rounded-top-end-sm-1-5-hover:hover, .hover\:rounded-top-end-sm-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-1-5 {
    border-top-right-radius: 12px !important;
  }
  .rounded-top-end-sm-2, .rounded-top-end-sm-2-hover:hover, .hover\:rounded-top-end-sm-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-2 {
    border-top-right-radius: 16px !important;
  }
  .rounded-top-end-sm-2-5, .rounded-top-end-sm-2-5-hover:hover, .hover\:rounded-top-end-sm-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-2-5 {
    border-top-right-radius: 20px !important;
  }
  .rounded-top-end-sm-3, .rounded-top-end-sm-3-hover:hover, .hover\:rounded-top-end-sm-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-3 {
    border-top-right-radius: 24px !important;
  }
  .rounded-top-end-sm-3-5, .rounded-top-end-sm-3-5-hover:hover, .hover\:rounded-top-end-sm-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-3-5 {
    border-top-right-radius: 28px !important;
  }
  .rounded-top-end-sm-4, .rounded-top-end-sm-4-hover:hover, .hover\:rounded-top-end-sm-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-4 {
    border-top-right-radius: 32px !important;
  }
  .rounded-top-end-sm-4-5, .rounded-top-end-sm-4-5-hover:hover, .hover\:rounded-top-end-sm-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-4-5 {
    border-top-right-radius: 36px !important;
  }
  .rounded-top-end-sm-5, .rounded-top-end-sm-5-hover:hover, .hover\:rounded-top-end-sm-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-5 {
    border-top-right-radius: 40px !important;
  }
  .rounded-top-end-sm-5-5, .rounded-top-end-sm-5-5-hover:hover, .hover\:rounded-top-end-sm-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-5-5 {
    border-top-right-radius: 44px !important;
  }
  .rounded-top-end-sm-6, .rounded-top-end-sm-6-hover:hover, .hover\:rounded-top-end-sm-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-6 {
    border-top-right-radius: 48px !important;
  }
  .rounded-top-end-sm-6-5, .rounded-top-end-sm-6-5-hover:hover, .hover\:rounded-top-end-sm-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-6-5 {
    border-top-right-radius: 52px !important;
  }
  .rounded-top-end-sm-7, .rounded-top-end-sm-7-hover:hover, .hover\:rounded-top-end-sm-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-7 {
    border-top-right-radius: 56px !important;
  }
  .rounded-top-end-sm-7-5, .rounded-top-end-sm-7-5-hover:hover, .hover\:rounded-top-end-sm-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-7-5 {
    border-top-right-radius: 60px !important;
  }
  .rounded-top-end-sm-8, .rounded-top-end-sm-8-hover:hover, .hover\:rounded-top-end-sm-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-8 {
    border-top-right-radius: 64px !important;
  }
  .rounded-top-end-sm-8-5, .rounded-top-end-sm-8-5-hover:hover, .hover\:rounded-top-end-sm-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-8-5 {
    border-top-right-radius: 68px !important;
  }
  .rounded-top-end-sm-9, .rounded-top-end-sm-9-hover:hover, .hover\:rounded-top-end-sm-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-9 {
    border-top-right-radius: 72px !important;
  }
  .rounded-top-end-sm-9-5, .rounded-top-end-sm-9-5-hover:hover, .hover\:rounded-top-end-sm-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-9-5 {
    border-top-right-radius: 76px !important;
  }
  .rounded-top-end-sm-10, .rounded-top-end-sm-10-hover:hover, .hover\:rounded-top-end-sm-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-10 {
    border-top-right-radius: 80px !important;
  }
  .rounded-top-end-sm-circle, .rounded-top-end-sm-circle-hover:hover, .hover\:rounded-top-end-sm-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-circle {
    border-top-right-radius: 50% !important;
  }
  .rounded-top-end-sm-full, .rounded-top-end-sm-full-hover:hover, .hover\:rounded-top-end-sm-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-full {
    border-top-right-radius: 100% !important;
  }
  .rounded-top-end-sm-pill, .rounded-top-end-sm-pill-hover:hover, .hover\:rounded-top-end-sm-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-pill {
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-end-sm-0, .rounded-top-end-sm-0-hover:hover, .hover\:rounded-top-end-sm-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-sm-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-0 {
    border-top-right-radius: 0 !important;
  }
  .sm\:rounded-top-end, .sm\:rounded-top-end-hover:hover, .sm\:hover\:rounded-top-end:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  .sm\:rounded-top-end-default, .sm\:rounded-top-end-default-hover:hover, .sm\:hover\:rounded-top-end-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  .sm\:rounded-top-end-0-5, .sm\:rounded-top-end-0-5-hover:hover, .sm\:hover\:rounded-top-end-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  .sm\:rounded-top-end-1, .sm\:rounded-top-end-1-hover:hover, .sm\:hover\:rounded-top-end-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  .sm\:rounded-top-end-1-5, .sm\:rounded-top-end-1-5-hover:hover, .sm\:hover\:rounded-top-end-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  .sm\:rounded-top-end-2, .sm\:rounded-top-end-2-hover:hover, .sm\:hover\:rounded-top-end-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  .sm\:rounded-top-end-2-5, .sm\:rounded-top-end-2-5-hover:hover, .sm\:hover\:rounded-top-end-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  .sm\:rounded-top-end-3, .sm\:rounded-top-end-3-hover:hover, .sm\:hover\:rounded-top-end-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  .sm\:rounded-top-end-3-5, .sm\:rounded-top-end-3-5-hover:hover, .sm\:hover\:rounded-top-end-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  .sm\:rounded-top-end-4, .sm\:rounded-top-end-4-hover:hover, .sm\:hover\:rounded-top-end-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  .sm\:rounded-top-end-4-5, .sm\:rounded-top-end-4-5-hover:hover, .sm\:hover\:rounded-top-end-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  .sm\:rounded-top-end-5, .sm\:rounded-top-end-5-hover:hover, .sm\:hover\:rounded-top-end-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  .sm\:rounded-top-end-5-5, .sm\:rounded-top-end-5-5-hover:hover, .sm\:hover\:rounded-top-end-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  .sm\:rounded-top-end-6, .sm\:rounded-top-end-6-hover:hover, .sm\:hover\:rounded-top-end-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  .sm\:rounded-top-end-6-5, .sm\:rounded-top-end-6-5-hover:hover, .sm\:hover\:rounded-top-end-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  .sm\:rounded-top-end-7, .sm\:rounded-top-end-7-hover:hover, .sm\:hover\:rounded-top-end-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  .sm\:rounded-top-end-7-5, .sm\:rounded-top-end-7-5-hover:hover, .sm\:hover\:rounded-top-end-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  .sm\:rounded-top-end-8, .sm\:rounded-top-end-8-hover:hover, .sm\:hover\:rounded-top-end-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  .sm\:rounded-top-end-8-5, .sm\:rounded-top-end-8-5-hover:hover, .sm\:hover\:rounded-top-end-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  .sm\:rounded-top-end-9, .sm\:rounded-top-end-9-hover:hover, .sm\:hover\:rounded-top-end-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  .sm\:rounded-top-end-9-5, .sm\:rounded-top-end-9-5-hover:hover, .sm\:hover\:rounded-top-end-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  .sm\:rounded-top-end-10, .sm\:rounded-top-end-10-hover:hover, .sm\:hover\:rounded-top-end-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  .sm\:rounded-top-end-circle, .sm\:rounded-top-end-circle-hover:hover, .sm\:hover\:rounded-top-end-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  .sm\:rounded-top-end-full, .sm\:rounded-top-end-full-hover:hover, .sm\:hover\:rounded-top-end-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  .sm\:rounded-top-end-pill, .sm\:rounded-top-end-pill-hover:hover, .sm\:hover\:rounded-top-end-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  .sm\:rounded-top-end-0, .sm\:rounded-top-end-0-hover:hover, .sm\:hover\:rounded-top-end-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  .rounded-bottom-start-sm, .rounded-bottom-start-sm-hover:hover, .hover\:rounded-bottom-start-sm:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm {
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-start-sm-default, .rounded-bottom-start-sm-default-hover:hover, .hover\:rounded-bottom-start-sm-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-default {
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-start-sm-0-5, .rounded-bottom-start-sm-0-5-hover:hover, .hover\:rounded-bottom-start-sm-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-start-sm-1, .rounded-bottom-start-sm-1-hover:hover, .hover\:rounded-bottom-start-sm-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-1 {
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-start-sm-1-5, .rounded-bottom-start-sm-1-5-hover:hover, .hover\:rounded-bottom-start-sm-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-start-sm-2, .rounded-bottom-start-sm-2-hover:hover, .hover\:rounded-bottom-start-sm-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-2 {
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-start-sm-2-5, .rounded-bottom-start-sm-2-5-hover:hover, .hover\:rounded-bottom-start-sm-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-start-sm-3, .rounded-bottom-start-sm-3-hover:hover, .hover\:rounded-bottom-start-sm-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-3 {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-start-sm-3-5, .rounded-bottom-start-sm-3-5-hover:hover, .hover\:rounded-bottom-start-sm-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-start-sm-4, .rounded-bottom-start-sm-4-hover:hover, .hover\:rounded-bottom-start-sm-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-4 {
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-start-sm-4-5, .rounded-bottom-start-sm-4-5-hover:hover, .hover\:rounded-bottom-start-sm-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-start-sm-5, .rounded-bottom-start-sm-5-hover:hover, .hover\:rounded-bottom-start-sm-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-5 {
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-start-sm-5-5, .rounded-bottom-start-sm-5-5-hover:hover, .hover\:rounded-bottom-start-sm-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-start-sm-6, .rounded-bottom-start-sm-6-hover:hover, .hover\:rounded-bottom-start-sm-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-6 {
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-start-sm-6-5, .rounded-bottom-start-sm-6-5-hover:hover, .hover\:rounded-bottom-start-sm-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-start-sm-7, .rounded-bottom-start-sm-7-hover:hover, .hover\:rounded-bottom-start-sm-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-7 {
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-start-sm-7-5, .rounded-bottom-start-sm-7-5-hover:hover, .hover\:rounded-bottom-start-sm-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-start-sm-8, .rounded-bottom-start-sm-8-hover:hover, .hover\:rounded-bottom-start-sm-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-8 {
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-start-sm-8-5, .rounded-bottom-start-sm-8-5-hover:hover, .hover\:rounded-bottom-start-sm-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-start-sm-9, .rounded-bottom-start-sm-9-hover:hover, .hover\:rounded-bottom-start-sm-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-9 {
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-start-sm-9-5, .rounded-bottom-start-sm-9-5-hover:hover, .hover\:rounded-bottom-start-sm-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-start-sm-10, .rounded-bottom-start-sm-10-hover:hover, .hover\:rounded-bottom-start-sm-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-10 {
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-start-sm-circle, .rounded-bottom-start-sm-circle-hover:hover, .hover\:rounded-bottom-start-sm-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-circle {
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-start-sm-full, .rounded-bottom-start-sm-full-hover:hover, .hover\:rounded-bottom-start-sm-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-full {
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-start-sm-pill, .rounded-bottom-start-sm-pill-hover:hover, .hover\:rounded-bottom-start-sm-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-start-sm-0, .rounded-bottom-start-sm-0-hover:hover, .hover\:rounded-bottom-start-sm-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  .sm\:rounded-bottom-start, .sm\:rounded-bottom-start-hover:hover, .sm\:hover\:rounded-bottom-start:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  .sm\:rounded-bottom-start-default, .sm\:rounded-bottom-start-default-hover:hover, .sm\:hover\:rounded-bottom-start-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  .sm\:rounded-bottom-start-0-5, .sm\:rounded-bottom-start-0-5-hover:hover, .sm\:hover\:rounded-bottom-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .sm\:rounded-bottom-start-1, .sm\:rounded-bottom-start-1-hover:hover, .sm\:hover\:rounded-bottom-start-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  .sm\:rounded-bottom-start-1-5, .sm\:rounded-bottom-start-1-5-hover:hover, .sm\:hover\:rounded-bottom-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .sm\:rounded-bottom-start-2, .sm\:rounded-bottom-start-2-hover:hover, .sm\:hover\:rounded-bottom-start-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  .sm\:rounded-bottom-start-2-5, .sm\:rounded-bottom-start-2-5-hover:hover, .sm\:hover\:rounded-bottom-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .sm\:rounded-bottom-start-3, .sm\:rounded-bottom-start-3-hover:hover, .sm\:hover\:rounded-bottom-start-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  .sm\:rounded-bottom-start-3-5, .sm\:rounded-bottom-start-3-5-hover:hover, .sm\:hover\:rounded-bottom-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .sm\:rounded-bottom-start-4, .sm\:rounded-bottom-start-4-hover:hover, .sm\:hover\:rounded-bottom-start-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  .sm\:rounded-bottom-start-4-5, .sm\:rounded-bottom-start-4-5-hover:hover, .sm\:hover\:rounded-bottom-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .sm\:rounded-bottom-start-5, .sm\:rounded-bottom-start-5-hover:hover, .sm\:hover\:rounded-bottom-start-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  .sm\:rounded-bottom-start-5-5, .sm\:rounded-bottom-start-5-5-hover:hover, .sm\:hover\:rounded-bottom-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .sm\:rounded-bottom-start-6, .sm\:rounded-bottom-start-6-hover:hover, .sm\:hover\:rounded-bottom-start-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  .sm\:rounded-bottom-start-6-5, .sm\:rounded-bottom-start-6-5-hover:hover, .sm\:hover\:rounded-bottom-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .sm\:rounded-bottom-start-7, .sm\:rounded-bottom-start-7-hover:hover, .sm\:hover\:rounded-bottom-start-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  .sm\:rounded-bottom-start-7-5, .sm\:rounded-bottom-start-7-5-hover:hover, .sm\:hover\:rounded-bottom-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .sm\:rounded-bottom-start-8, .sm\:rounded-bottom-start-8-hover:hover, .sm\:hover\:rounded-bottom-start-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  .sm\:rounded-bottom-start-8-5, .sm\:rounded-bottom-start-8-5-hover:hover, .sm\:hover\:rounded-bottom-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .sm\:rounded-bottom-start-9, .sm\:rounded-bottom-start-9-hover:hover, .sm\:hover\:rounded-bottom-start-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  .sm\:rounded-bottom-start-9-5, .sm\:rounded-bottom-start-9-5-hover:hover, .sm\:hover\:rounded-bottom-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .sm\:rounded-bottom-start-10, .sm\:rounded-bottom-start-10-hover:hover, .sm\:hover\:rounded-bottom-start-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  .sm\:rounded-bottom-start-circle, .sm\:rounded-bottom-start-circle-hover:hover, .sm\:hover\:rounded-bottom-start-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  .sm\:rounded-bottom-start-full, .sm\:rounded-bottom-start-full-hover:hover, .sm\:hover\:rounded-bottom-start-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  .sm\:rounded-bottom-start-pill, .sm\:rounded-bottom-start-pill-hover:hover, .sm\:hover\:rounded-bottom-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .sm\:rounded-bottom-start-0, .sm\:rounded-bottom-start-0-hover:hover, .sm\:hover\:rounded-bottom-start-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-end-sm, .rounded-bottom-end-sm-hover:hover, .hover\:rounded-bottom-end-sm:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm {
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-bottom-end-sm-default, .rounded-bottom-end-sm-default-hover:hover, .hover\:rounded-bottom-end-sm-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-default {
    border-bottom-right-radius: 8px !important;
  }
  .rounded-bottom-end-sm-0-5, .rounded-bottom-end-sm-0-5-hover:hover, .hover\:rounded-bottom-end-sm-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom-end-sm-1, .rounded-bottom-end-sm-1-hover:hover, .hover\:rounded-bottom-end-sm-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-1 {
    border-bottom-right-radius: 4px !important;
  }
  .rounded-bottom-end-sm-1-5, .rounded-bottom-end-sm-1-5-hover:hover, .hover\:rounded-bottom-end-sm-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .rounded-bottom-end-sm-2, .rounded-bottom-end-sm-2-hover:hover, .hover\:rounded-bottom-end-sm-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-2 {
    border-bottom-right-radius: 16px !important;
  }
  .rounded-bottom-end-sm-2-5, .rounded-bottom-end-sm-2-5-hover:hover, .hover\:rounded-bottom-end-sm-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .rounded-bottom-end-sm-3, .rounded-bottom-end-sm-3-hover:hover, .hover\:rounded-bottom-end-sm-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-3 {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-bottom-end-sm-3-5, .rounded-bottom-end-sm-3-5-hover:hover, .hover\:rounded-bottom-end-sm-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .rounded-bottom-end-sm-4, .rounded-bottom-end-sm-4-hover:hover, .hover\:rounded-bottom-end-sm-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-4 {
    border-bottom-right-radius: 32px !important;
  }
  .rounded-bottom-end-sm-4-5, .rounded-bottom-end-sm-4-5-hover:hover, .hover\:rounded-bottom-end-sm-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .rounded-bottom-end-sm-5, .rounded-bottom-end-sm-5-hover:hover, .hover\:rounded-bottom-end-sm-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-5 {
    border-bottom-right-radius: 40px !important;
  }
  .rounded-bottom-end-sm-5-5, .rounded-bottom-end-sm-5-5-hover:hover, .hover\:rounded-bottom-end-sm-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .rounded-bottom-end-sm-6, .rounded-bottom-end-sm-6-hover:hover, .hover\:rounded-bottom-end-sm-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-6 {
    border-bottom-right-radius: 48px !important;
  }
  .rounded-bottom-end-sm-6-5, .rounded-bottom-end-sm-6-5-hover:hover, .hover\:rounded-bottom-end-sm-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .rounded-bottom-end-sm-7, .rounded-bottom-end-sm-7-hover:hover, .hover\:rounded-bottom-end-sm-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-7 {
    border-bottom-right-radius: 56px !important;
  }
  .rounded-bottom-end-sm-7-5, .rounded-bottom-end-sm-7-5-hover:hover, .hover\:rounded-bottom-end-sm-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .rounded-bottom-end-sm-8, .rounded-bottom-end-sm-8-hover:hover, .hover\:rounded-bottom-end-sm-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-8 {
    border-bottom-right-radius: 64px !important;
  }
  .rounded-bottom-end-sm-8-5, .rounded-bottom-end-sm-8-5-hover:hover, .hover\:rounded-bottom-end-sm-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .rounded-bottom-end-sm-9, .rounded-bottom-end-sm-9-hover:hover, .hover\:rounded-bottom-end-sm-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-9 {
    border-bottom-right-radius: 72px !important;
  }
  .rounded-bottom-end-sm-9-5, .rounded-bottom-end-sm-9-5-hover:hover, .hover\:rounded-bottom-end-sm-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .rounded-bottom-end-sm-10, .rounded-bottom-end-sm-10-hover:hover, .hover\:rounded-bottom-end-sm-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-10 {
    border-bottom-right-radius: 80px !important;
  }
  .rounded-bottom-end-sm-circle, .rounded-bottom-end-sm-circle-hover:hover, .hover\:rounded-bottom-end-sm-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-circle {
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-end-sm-full, .rounded-bottom-end-sm-full-hover:hover, .hover\:rounded-bottom-end-sm-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-full {
    border-bottom-right-radius: 100% !important;
  }
  .rounded-bottom-end-sm-pill, .rounded-bottom-end-sm-pill-hover:hover, .hover\:rounded-bottom-end-sm-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-bottom-end-sm-0, .rounded-bottom-end-sm-0-hover:hover, .hover\:rounded-bottom-end-sm-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  .sm\:rounded-bottom-end, .sm\:rounded-bottom-end-hover:hover, .sm\:hover\:rounded-bottom-end:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  .sm\:rounded-bottom-end-default, .sm\:rounded-bottom-end-default-hover:hover, .sm\:hover\:rounded-bottom-end-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  .sm\:rounded-bottom-end-0-5, .sm\:rounded-bottom-end-0-5-hover:hover, .sm\:hover\:rounded-bottom-end-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .sm\:rounded-bottom-end-1, .sm\:rounded-bottom-end-1-hover:hover, .sm\:hover\:rounded-bottom-end-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  .sm\:rounded-bottom-end-1-5, .sm\:rounded-bottom-end-1-5-hover:hover, .sm\:hover\:rounded-bottom-end-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .sm\:rounded-bottom-end-2, .sm\:rounded-bottom-end-2-hover:hover, .sm\:hover\:rounded-bottom-end-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  .sm\:rounded-bottom-end-2-5, .sm\:rounded-bottom-end-2-5-hover:hover, .sm\:hover\:rounded-bottom-end-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .sm\:rounded-bottom-end-3, .sm\:rounded-bottom-end-3-hover:hover, .sm\:hover\:rounded-bottom-end-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  .sm\:rounded-bottom-end-3-5, .sm\:rounded-bottom-end-3-5-hover:hover, .sm\:hover\:rounded-bottom-end-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .sm\:rounded-bottom-end-4, .sm\:rounded-bottom-end-4-hover:hover, .sm\:hover\:rounded-bottom-end-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  .sm\:rounded-bottom-end-4-5, .sm\:rounded-bottom-end-4-5-hover:hover, .sm\:hover\:rounded-bottom-end-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .sm\:rounded-bottom-end-5, .sm\:rounded-bottom-end-5-hover:hover, .sm\:hover\:rounded-bottom-end-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  .sm\:rounded-bottom-end-5-5, .sm\:rounded-bottom-end-5-5-hover:hover, .sm\:hover\:rounded-bottom-end-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .sm\:rounded-bottom-end-6, .sm\:rounded-bottom-end-6-hover:hover, .sm\:hover\:rounded-bottom-end-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  .sm\:rounded-bottom-end-6-5, .sm\:rounded-bottom-end-6-5-hover:hover, .sm\:hover\:rounded-bottom-end-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .sm\:rounded-bottom-end-7, .sm\:rounded-bottom-end-7-hover:hover, .sm\:hover\:rounded-bottom-end-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  .sm\:rounded-bottom-end-7-5, .sm\:rounded-bottom-end-7-5-hover:hover, .sm\:hover\:rounded-bottom-end-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .sm\:rounded-bottom-end-8, .sm\:rounded-bottom-end-8-hover:hover, .sm\:hover\:rounded-bottom-end-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  .sm\:rounded-bottom-end-8-5, .sm\:rounded-bottom-end-8-5-hover:hover, .sm\:hover\:rounded-bottom-end-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .sm\:rounded-bottom-end-9, .sm\:rounded-bottom-end-9-hover:hover, .sm\:hover\:rounded-bottom-end-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  .sm\:rounded-bottom-end-9-5, .sm\:rounded-bottom-end-9-5-hover:hover, .sm\:hover\:rounded-bottom-end-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .sm\:rounded-bottom-end-10, .sm\:rounded-bottom-end-10-hover:hover, .sm\:hover\:rounded-bottom-end-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  .sm\:rounded-bottom-end-circle, .sm\:rounded-bottom-end-circle-hover:hover, .sm\:hover\:rounded-bottom-end-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  .sm\:rounded-bottom-end-full, .sm\:rounded-bottom-end-full-hover:hover, .sm\:hover\:rounded-bottom-end-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  .sm\:rounded-bottom-end-pill, .sm\:rounded-bottom-end-pill-hover:hover, .sm\:hover\:rounded-bottom-end-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .sm\:rounded-bottom-end-0, .sm\:rounded-bottom-end-0-hover:hover, .sm\:hover\:rounded-bottom-end-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-sm-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .ratio-sm-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .ratio-sm-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .ratio-sm-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .ratio-sm-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-sm-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-sm-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .sm\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .sm\:ratio-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .sm\:ratio-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .sm\:ratio-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .sm\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .sm\:ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .sm\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .sm\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .sm\:ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .md\:float-start {
    float: left !important;
  }
  .md\:float-end {
    float: right !important;
  }
  .md\:float-none {
    float: none !important;
  }
  .opacity-md-0, .opacity-md-0-hover:hover, .hover\:opacity-md-0:hover {
    opacity: 0 !important;
  }
  .opacity-md-5, .opacity-md-5-hover:hover, .hover\:opacity-md-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-md-10, .opacity-md-10-hover:hover, .hover\:opacity-md-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-md-15, .opacity-md-15-hover:hover, .hover\:opacity-md-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-md-20, .opacity-md-20-hover:hover, .hover\:opacity-md-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-md-25, .opacity-md-25-hover:hover, .hover\:opacity-md-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-md-30, .opacity-md-30-hover:hover, .hover\:opacity-md-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-md-35, .opacity-md-35-hover:hover, .hover\:opacity-md-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-md-40, .opacity-md-40-hover:hover, .hover\:opacity-md-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-md-45, .opacity-md-45-hover:hover, .hover\:opacity-md-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-md-50, .opacity-md-50-hover:hover, .hover\:opacity-md-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-md-55, .opacity-md-55-hover:hover, .hover\:opacity-md-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-md-60, .opacity-md-60-hover:hover, .hover\:opacity-md-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-md-65, .opacity-md-65-hover:hover, .hover\:opacity-md-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-md-70, .opacity-md-70-hover:hover, .hover\:opacity-md-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-md-75, .opacity-md-75-hover:hover, .hover\:opacity-md-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-md-80, .opacity-md-80-hover:hover, .hover\:opacity-md-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-md-85, .opacity-md-85-hover:hover, .hover\:opacity-md-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-md-90, .opacity-md-90-hover:hover, .hover\:opacity-md-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-md-95, .opacity-md-95-hover:hover, .hover\:opacity-md-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-md-100, .opacity-md-100-hover:hover, .hover\:opacity-md-100:hover {
    opacity: 1 !important;
  }
  .md\:opacity-0, .md\:opacity-0-hover:hover, .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .md\:opacity-5, .md\:opacity-5-hover:hover, .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  .md\:opacity-10, .md\:opacity-10-hover:hover, .md\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  .md\:opacity-15, .md\:opacity-15-hover:hover, .md\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  .md\:opacity-20, .md\:opacity-20-hover:hover, .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  .md\:opacity-25, .md\:opacity-25-hover:hover, .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  .md\:opacity-30, .md\:opacity-30-hover:hover, .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  .md\:opacity-35, .md\:opacity-35-hover:hover, .md\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  .md\:opacity-40, .md\:opacity-40-hover:hover, .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  .md\:opacity-45, .md\:opacity-45-hover:hover, .md\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  .md\:opacity-50, .md\:opacity-50-hover:hover, .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  .md\:opacity-55, .md\:opacity-55-hover:hover, .md\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  .md\:opacity-60, .md\:opacity-60-hover:hover, .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  .md\:opacity-65, .md\:opacity-65-hover:hover, .md\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  .md\:opacity-70, .md\:opacity-70-hover:hover, .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  .md\:opacity-75, .md\:opacity-75-hover:hover, .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  .md\:opacity-80, .md\:opacity-80-hover:hover, .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  .md\:opacity-85, .md\:opacity-85-hover:hover, .md\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  .md\:opacity-90, .md\:opacity-90-hover:hover, .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  .md\:opacity-95, .md\:opacity-95-hover:hover, .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  .md\:opacity-100, .md\:opacity-100-hover:hover, .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-0, :where(.uc-dark) .dark\:opacity-md-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-5, :where(.uc-dark) .dark\:opacity-md-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-10, :where(.uc-dark) .dark\:opacity-md-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-15, :where(.uc-dark) .dark\:opacity-md-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-20, :where(.uc-dark) .dark\:opacity-md-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-25, :where(.uc-dark) .dark\:opacity-md-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-30, :where(.uc-dark) .dark\:opacity-md-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-35, :where(.uc-dark) .dark\:opacity-md-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-40, :where(.uc-dark) .dark\:opacity-md-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-45, :where(.uc-dark) .dark\:opacity-md-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-50, :where(.uc-dark) .dark\:opacity-md-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-55, :where(.uc-dark) .dark\:opacity-md-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-60, :where(.uc-dark) .dark\:opacity-md-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-65, :where(.uc-dark) .dark\:opacity-md-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-70, :where(.uc-dark) .dark\:opacity-md-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-75, :where(.uc-dark) .dark\:opacity-md-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-80, :where(.uc-dark) .dark\:opacity-md-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-85, :where(.uc-dark) .dark\:opacity-md-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-90, :where(.uc-dark) .dark\:opacity-md-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-95, :where(.uc-dark) .dark\:opacity-md-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-md-100, :where(.uc-dark) .dark\:opacity-md-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-md-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-0, :where(.uc-dark) .dark\:md\:opacity-0-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-5, :where(.uc-dark) .dark\:md\:opacity-5-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-10, :where(.uc-dark) .dark\:md\:opacity-10-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-15, :where(.uc-dark) .dark\:md\:opacity-15-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-20, :where(.uc-dark) .dark\:md\:opacity-20-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-25, :where(.uc-dark) .dark\:md\:opacity-25-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-30, :where(.uc-dark) .dark\:md\:opacity-30-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-35, :where(.uc-dark) .dark\:md\:opacity-35-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-40, :where(.uc-dark) .dark\:md\:opacity-40-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-45, :where(.uc-dark) .dark\:md\:opacity-45-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-50, :where(.uc-dark) .dark\:md\:opacity-50-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-55, :where(.uc-dark) .dark\:md\:opacity-55-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-60, :where(.uc-dark) .dark\:md\:opacity-60-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-65, :where(.uc-dark) .dark\:md\:opacity-65-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-70, :where(.uc-dark) .dark\:md\:opacity-70-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-75, :where(.uc-dark) .dark\:md\:opacity-75-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-80, :where(.uc-dark) .dark\:md\:opacity-80-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-85, :where(.uc-dark) .dark\:md\:opacity-85-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-90, :where(.uc-dark) .dark\:md\:opacity-90-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-95, :where(.uc-dark) .dark\:md\:opacity-95-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:md\:opacity-100, :where(.uc-dark) .dark\:md\:opacity-100-hover:hover, :where(.uc-dark) .dark\:md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .overflow-md-unset {
    overflow: unset !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .md\:overflow-unset {
    overflow: unset !important;
  }
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-md-unset {
    overflow-x: unset !important;
  }
  .overflow-x-md-auto {
    overflow-x: auto !important;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-md-visible {
    overflow-x: visible !important;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll !important;
  }
  .md\:overflow-x-unset {
    overflow-x: unset !important;
  }
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-md-unset {
    overflow-y: unset !important;
  }
  .overflow-y-md-auto {
    overflow-y: auto !important;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll !important;
  }
  .md\:overflow-y-unset {
    overflow-y: unset !important;
  }
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-md-inline, .d-md-inline-hover:hover, .hover\:d-md-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-md-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block, .d-md-inline-block-hover:hover, .hover\:d-md-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-md-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block, .d-md-block-hover:hover, .hover\:d-md-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-md-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-md-block {
    display: block !important;
  }
  .d-md-grid, .d-md-grid-hover:hover, .hover\:d-md-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-md-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-md-grid {
    display: grid !important;
  }
  .d-md-table, .d-md-table-hover:hover, .hover\:d-md-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-md-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-md-table {
    display: table !important;
  }
  .d-md-table-row, .d-md-table-row-hover:hover, .hover\:d-md-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-md-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell, .d-md-table-cell-hover:hover, .hover\:d-md-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-md-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex, .d-md-flex-hover:hover, .hover\:d-md-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-md-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex, .d-md-inline-flex-hover:hover, .hover\:d-md-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-md-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none, .d-md-none-hover:hover, .hover\:d-md-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-md-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-md-none {
    display: none !important;
  }
  .md\:d-inline, .md\:d-inline-hover:hover, .md\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:md\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:md\:d-inline {
    display: inline !important;
  }
  .md\:d-inline-block, .md\:d-inline-block-hover:hover, .md\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:md\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block, .md\:d-block-hover:hover, .md\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:md\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:md\:d-block {
    display: block !important;
  }
  .md\:d-grid, .md\:d-grid-hover:hover, .md\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:md\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:md\:d-grid {
    display: grid !important;
  }
  .md\:d-table, .md\:d-table-hover:hover, .md\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:md\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:md\:d-table {
    display: table !important;
  }
  .md\:d-table-row, .md\:d-table-row-hover:hover, .md\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:md\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:md\:d-table-row {
    display: table-row !important;
  }
  .md\:d-table-cell, .md\:d-table-cell-hover:hover, .md\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:md\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:md\:d-table-cell {
    display: table-cell !important;
  }
  .md\:d-flex, .md\:d-flex-hover:hover, .md\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:md\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:md\:d-flex {
    display: flex !important;
  }
  .md\:d-inline-flex, .md\:d-inline-flex-hover:hover, .md\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:md\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:md\:d-inline-flex {
    display: inline-flex !important;
  }
  .md\:d-none, .md\:d-none-hover:hover, .md\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:md\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:md\:d-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-md-inline, :where(.uc-dark) .dark\:d-md-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-md-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-md-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-md-inline-block, :where(.uc-dark) .dark\:d-md-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-md-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-md-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-md-block, :where(.uc-dark) .dark\:d-md-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-md-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-md-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-md-grid, :where(.uc-dark) .dark\:d-md-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-md-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-md-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-md-table, :where(.uc-dark) .dark\:d-md-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-md-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-md-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-md-table-row, :where(.uc-dark) .dark\:d-md-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-md-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-md-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-md-table-cell, :where(.uc-dark) .dark\:d-md-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-md-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-md-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-md-flex, :where(.uc-dark) .dark\:d-md-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-md-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-md-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-md-inline-flex, :where(.uc-dark) .dark\:d-md-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-md-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-md-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-md-none, :where(.uc-dark) .dark\:d-md-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-md-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-md-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-md-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:md\:d-inline, :where(.uc-dark) .dark\:md\:d-inline-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:md\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:md\:d-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:md\:d-inline-block, :where(.uc-dark) .dark\:md\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:md\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:md\:d-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:md\:d-block, :where(.uc-dark) .dark\:md\:d-block-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:md\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:md\:d-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:md\:d-grid, :where(.uc-dark) .dark\:md\:d-grid-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:md\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:md\:d-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:md\:d-table, :where(.uc-dark) .dark\:md\:d-table-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:md\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:md\:d-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:md\:d-table-row, :where(.uc-dark) .dark\:md\:d-table-row-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:md\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:md\:d-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:md\:d-table-cell, :where(.uc-dark) .dark\:md\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:md\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:md\:d-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:md\:d-flex, :where(.uc-dark) .dark\:md\:d-flex-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:md\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:md\:d-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:md\:d-inline-flex, :where(.uc-dark) .dark\:md\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:md\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:md\:d-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:md\:d-none, :where(.uc-dark) .dark\:md\:d-none-hover:hover, :where(.uc-dark) .dark\:md\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:md\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:md\:d-none {
    display: none !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .md\:border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .md\:border-top-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:border-end-md-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:border-end-md-0 {
    border-right: 0 !important;
  }
  .md\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:md\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:md\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .md\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:md\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:md\:border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .md\:border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .md\:border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:border-start-md-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:border-start-md-0 {
    border-left: 0 !important;
  }
  .md\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:md\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:md\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .md\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:md\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:md\:border-start-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .md\:border-1 {
    border-width: 1px !important;
  }
  .md\:border-2 {
    border-width: 2px !important;
  }
  .md\:border-3 {
    border-width: 3px !important;
  }
  .md\:border-4 {
    border-width: 4px !important;
  }
  .md\:border-5 {
    border-width: 5px !important;
  }
  .w-md-px, .w-md-px-hover:hover, .hover\:w-md-px:hover, .w-md-px-focus:focus, .focus\:w-md-px:focus {
    width: 1px !important;
  }
  .w-md-2px, .w-md-2px-hover:hover, .hover\:w-md-2px:hover, .w-md-2px-focus:focus, .focus\:w-md-2px:focus {
    width: 2px !important;
  }
  .w-md-4px, .w-md-4px-hover:hover, .hover\:w-md-4px:hover, .w-md-4px-focus:focus, .focus\:w-md-4px:focus {
    width: 4px !important;
  }
  .w-md-8px, .w-md-8px-hover:hover, .hover\:w-md-8px:hover, .w-md-8px-focus:focus, .focus\:w-md-8px:focus {
    width: 8px !important;
  }
  .w-md-16px, .w-md-16px-hover:hover, .hover\:w-md-16px:hover, .w-md-16px-focus:focus, .focus\:w-md-16px:focus {
    width: 16px !important;
  }
  .w-md-18px, .w-md-18px-hover:hover, .hover\:w-md-18px:hover, .w-md-18px-focus:focus, .focus\:w-md-18px:focus {
    width: 18px !important;
  }
  .w-md-20px, .w-md-20px-hover:hover, .hover\:w-md-20px:hover, .w-md-20px-focus:focus, .focus\:w-md-20px:focus {
    width: 20px !important;
  }
  .w-md-24px, .w-md-24px-hover:hover, .hover\:w-md-24px:hover, .w-md-24px-focus:focus, .focus\:w-md-24px:focus {
    width: 24px !important;
  }
  .w-md-32px, .w-md-32px-hover:hover, .hover\:w-md-32px:hover, .w-md-32px-focus:focus, .focus\:w-md-32px:focus {
    width: 32px !important;
  }
  .w-md-36px, .w-md-36px-hover:hover, .hover\:w-md-36px:hover, .w-md-36px-focus:focus, .focus\:w-md-36px:focus {
    width: 36px !important;
  }
  .w-md-40px, .w-md-40px-hover:hover, .hover\:w-md-40px:hover, .w-md-40px-focus:focus, .focus\:w-md-40px:focus {
    width: 40px !important;
  }
  .w-md-48px, .w-md-48px-hover:hover, .hover\:w-md-48px:hover, .w-md-48px-focus:focus, .focus\:w-md-48px:focus {
    width: 48px !important;
  }
  .w-md-56px, .w-md-56px-hover:hover, .hover\:w-md-56px:hover, .w-md-56px-focus:focus, .focus\:w-md-56px:focus {
    width: 56px !important;
  }
  .w-md-64px, .w-md-64px-hover:hover, .hover\:w-md-64px:hover, .w-md-64px-focus:focus, .focus\:w-md-64px:focus {
    width: 64px !important;
  }
  .w-md-72px, .w-md-72px-hover:hover, .hover\:w-md-72px:hover, .w-md-72px-focus:focus, .focus\:w-md-72px:focus {
    width: 72px !important;
  }
  .w-md-80px, .w-md-80px-hover:hover, .hover\:w-md-80px:hover, .w-md-80px-focus:focus, .focus\:w-md-80px:focus {
    width: 80px !important;
  }
  .w-md-96px, .w-md-96px-hover:hover, .hover\:w-md-96px:hover, .w-md-96px-focus:focus, .focus\:w-md-96px:focus {
    width: 96px !important;
  }
  .w-md-100px, .w-md-100px-hover:hover, .hover\:w-md-100px:hover, .w-md-100px-focus:focus, .focus\:w-md-100px:focus {
    width: 100px !important;
  }
  .w-md-128px, .w-md-128px-hover:hover, .hover\:w-md-128px:hover, .w-md-128px-focus:focus, .focus\:w-md-128px:focus {
    width: 128px !important;
  }
  .w-md-150px, .w-md-150px-hover:hover, .hover\:w-md-150px:hover, .w-md-150px-focus:focus, .focus\:w-md-150px:focus {
    width: 150px !important;
  }
  .w-md-200px, .w-md-200px-hover:hover, .hover\:w-md-200px:hover, .w-md-200px-focus:focus, .focus\:w-md-200px:focus {
    width: 200px !important;
  }
  .w-md-250px, .w-md-250px-hover:hover, .hover\:w-md-250px:hover, .w-md-250px-focus:focus, .focus\:w-md-250px:focus {
    width: 250px !important;
  }
  .w-md-300px, .w-md-300px-hover:hover, .hover\:w-md-300px:hover, .w-md-300px-focus:focus, .focus\:w-md-300px:focus {
    width: 300px !important;
  }
  .w-md-350px, .w-md-350px-hover:hover, .hover\:w-md-350px:hover, .w-md-350px-focus:focus, .focus\:w-md-350px:focus {
    width: 350px !important;
  }
  .w-md-400px, .w-md-400px-hover:hover, .hover\:w-md-400px:hover, .w-md-400px-focus:focus, .focus\:w-md-400px:focus {
    width: 400px !important;
  }
  .w-md-450px, .w-md-450px-hover:hover, .hover\:w-md-450px:hover, .w-md-450px-focus:focus, .focus\:w-md-450px:focus {
    width: 450px !important;
  }
  .w-md-500px, .w-md-500px-hover:hover, .hover\:w-md-500px:hover, .w-md-500px-focus:focus, .focus\:w-md-500px:focus {
    width: 500px !important;
  }
  .w-md-550px, .w-md-550px-hover:hover, .hover\:w-md-550px:hover, .w-md-550px-focus:focus, .focus\:w-md-550px:focus {
    width: 550px !important;
  }
  .w-md-600px, .w-md-600px-hover:hover, .hover\:w-md-600px:hover, .w-md-600px-focus:focus, .focus\:w-md-600px:focus {
    width: 600px !important;
  }
  .w-md-650px, .w-md-650px-hover:hover, .hover\:w-md-650px:hover, .w-md-650px-focus:focus, .focus\:w-md-650px:focus {
    width: 650px !important;
  }
  .w-md-700px, .w-md-700px-hover:hover, .hover\:w-md-700px:hover, .w-md-700px-focus:focus, .focus\:w-md-700px:focus {
    width: 700px !important;
  }
  .w-md-750px, .w-md-750px-hover:hover, .hover\:w-md-750px:hover, .w-md-750px-focus:focus, .focus\:w-md-750px:focus {
    width: 750px !important;
  }
  .w-md-800px, .w-md-800px-hover:hover, .hover\:w-md-800px:hover, .w-md-800px-focus:focus, .focus\:w-md-800px:focus {
    width: 800px !important;
  }
  .w-md-850px, .w-md-850px-hover:hover, .hover\:w-md-850px:hover, .w-md-850px-focus:focus, .focus\:w-md-850px:focus {
    width: 850px !important;
  }
  .w-md-900px, .w-md-900px-hover:hover, .hover\:w-md-900px:hover, .w-md-900px-focus:focus, .focus\:w-md-900px:focus {
    width: 900px !important;
  }
  .w-md-950px, .w-md-950px-hover:hover, .hover\:w-md-950px:hover, .w-md-950px-focus:focus, .focus\:w-md-950px:focus {
    width: 950px !important;
  }
  .w-md-1000px, .w-md-1000px-hover:hover, .hover\:w-md-1000px:hover, .w-md-1000px-focus:focus, .focus\:w-md-1000px:focus {
    width: 1000px !important;
  }
  .w-md-1170px, .w-md-1170px-hover:hover, .hover\:w-md-1170px:hover, .w-md-1170px-focus:focus, .focus\:w-md-1170px:focus {
    width: 1170px !important;
  }
  .w-md-1280px, .w-md-1280px-hover:hover, .hover\:w-md-1280px:hover, .w-md-1280px-focus:focus, .focus\:w-md-1280px:focus {
    width: 1280px !important;
  }
  .w-md-1320px, .w-md-1320px-hover:hover, .hover\:w-md-1320px:hover, .w-md-1320px-focus:focus, .focus\:w-md-1320px:focus {
    width: 1320px !important;
  }
  .w-md-1440px, .w-md-1440px-hover:hover, .hover\:w-md-1440px:hover, .w-md-1440px-focus:focus, .focus\:w-md-1440px:focus {
    width: 1440px !important;
  }
  .w-md-xs, .w-md-xs-hover:hover, .hover\:w-md-xs:hover, .w-md-xs-focus:focus, .focus\:w-md-xs:focus {
    width: 320px !important;
  }
  .w-md-sm, .w-md-sm-hover:hover, .hover\:w-md-sm:hover, .w-md-sm-focus:focus, .focus\:w-md-sm:focus {
    width: 640px !important;
  }
  .w-md-md, .w-md-md-hover:hover, .hover\:w-md-md:hover, .w-md-md-focus:focus, .focus\:w-md-md:focus {
    width: 720px !important;
  }
  .w-md-lg, .w-md-lg-hover:hover, .hover\:w-md-lg:hover, .w-md-lg-focus:focus, .focus\:w-md-lg:focus {
    width: 1040px !important;
  }
  .w-md-xl, .w-md-xl-hover:hover, .hover\:w-md-xl:hover, .w-md-xl-focus:focus, .focus\:w-md-xl:focus {
    width: 1280px !important;
  }
  .w-md-2xl, .w-md-2xl-hover:hover, .hover\:w-md-2xl:hover, .w-md-2xl-focus:focus, .focus\:w-md-2xl:focus {
    width: 1312px !important;
  }
  .w-md-1\/6, .w-md-1\/6-hover:hover, .hover\:w-md-1\/6:hover, .w-md-1\/6-focus:focus, .focus\:w-md-1\/6:focus {
    width: 16.6666667% !important;
  }
  .w-md-2\/6, .w-md-2\/6-hover:hover, .hover\:w-md-2\/6:hover, .w-md-2\/6-focus:focus, .focus\:w-md-2\/6:focus {
    width: 33.3333333% !important;
  }
  .w-md-3\/6, .w-md-3\/6-hover:hover, .hover\:w-md-3\/6:hover, .w-md-3\/6-focus:focus, .focus\:w-md-3\/6:focus {
    width: 50% !important;
  }
  .w-md-4\/6, .w-md-4\/6-hover:hover, .hover\:w-md-4\/6:hover, .w-md-4\/6-focus:focus, .focus\:w-md-4\/6:focus {
    width: 66.6666667% !important;
  }
  .w-md-5\/6, .w-md-5\/6-hover:hover, .hover\:w-md-5\/6:hover, .w-md-5\/6-focus:focus, .focus\:w-md-5\/6:focus {
    width: 83.3333333% !important;
  }
  .w-md-1\/5, .w-md-1\/5-hover:hover, .hover\:w-md-1\/5:hover, .w-md-1\/5-focus:focus, .focus\:w-md-1\/5:focus {
    width: 20% !important;
  }
  .w-md-2\/5, .w-md-2\/5-hover:hover, .hover\:w-md-2\/5:hover, .w-md-2\/5-focus:focus, .focus\:w-md-2\/5:focus {
    width: 40% !important;
  }
  .w-md-3\/5, .w-md-3\/5-hover:hover, .hover\:w-md-3\/5:hover, .w-md-3\/5-focus:focus, .focus\:w-md-3\/5:focus {
    width: 60% !important;
  }
  .w-md-4\/5, .w-md-4\/5-hover:hover, .hover\:w-md-4\/5:hover, .w-md-4\/5-focus:focus, .focus\:w-md-4\/5:focus {
    width: 80% !important;
  }
  .w-md-1\/4, .w-md-1\/4-hover:hover, .hover\:w-md-1\/4:hover, .w-md-1\/4-focus:focus, .focus\:w-md-1\/4:focus {
    width: 25% !important;
  }
  .w-md-2\/4, .w-md-2\/4-hover:hover, .hover\:w-md-2\/4:hover, .w-md-2\/4-focus:focus, .focus\:w-md-2\/4:focus {
    width: 50% !important;
  }
  .w-md-3\/4, .w-md-3\/4-hover:hover, .hover\:w-md-3\/4:hover, .w-md-3\/4-focus:focus, .focus\:w-md-3\/4:focus {
    width: 75% !important;
  }
  .w-md-1\/3, .w-md-1\/3-hover:hover, .hover\:w-md-1\/3:hover, .w-md-1\/3-focus:focus, .focus\:w-md-1\/3:focus {
    width: 33.3333333% !important;
  }
  .w-md-2\/3, .w-md-2\/3-hover:hover, .hover\:w-md-2\/3:hover, .w-md-2\/3-focus:focus, .focus\:w-md-2\/3:focus {
    width: 66.6666667% !important;
  }
  .w-md-1\/2, .w-md-1\/2-hover:hover, .hover\:w-md-1\/2:hover, .w-md-1\/2-focus:focus, .focus\:w-md-1\/2:focus {
    width: 50% !important;
  }
  .w-md-100, .w-md-100-hover:hover, .hover\:w-md-100:hover, .w-md-100-focus:focus, .focus\:w-md-100:focus {
    width: 100% !important;
  }
  .w-md-full, .w-md-full-hover:hover, .hover\:w-md-full:hover, .w-md-full-focus:focus, .focus\:w-md-full:focus {
    width: 100% !important;
  }
  .w-md-min, .w-md-min-hover:hover, .hover\:w-md-min:hover, .w-md-min-focus:focus, .focus\:w-md-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .w-md-max, .w-md-max-hover:hover, .hover\:w-md-max:hover, .w-md-max-focus:focus, .focus\:w-md-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-md-fit, .w-md-fit-hover:hover, .hover\:w-md-fit:hover, .w-md-fit-focus:focus, .focus\:w-md-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-md-auto, .w-md-auto-hover:hover, .hover\:w-md-auto:hover, .w-md-auto-focus:focus, .focus\:w-md-auto:focus {
    width: auto !important;
  }
  .w-md-0, .w-md-0-hover:hover, .hover\:w-md-0:hover, .w-md-0-focus:focus, .focus\:w-md-0:focus {
    width: 0 !important;
  }
  .w-md-screen, .w-md-screen-hover:hover, .hover\:w-md-screen:hover, .w-md-screen-focus:focus, .focus\:w-md-screen:focus {
    width: 100vw !important;
  }
  .md\:w-px, .md\:w-px-hover:hover, .md\:hover\:w-px:hover, .md\:w-px-focus:focus, .md\:focus\:w-px:focus {
    width: 1px !important;
  }
  .md\:w-2px, .md\:w-2px-hover:hover, .md\:hover\:w-2px:hover, .md\:w-2px-focus:focus, .md\:focus\:w-2px:focus {
    width: 2px !important;
  }
  .md\:w-4px, .md\:w-4px-hover:hover, .md\:hover\:w-4px:hover, .md\:w-4px-focus:focus, .md\:focus\:w-4px:focus {
    width: 4px !important;
  }
  .md\:w-8px, .md\:w-8px-hover:hover, .md\:hover\:w-8px:hover, .md\:w-8px-focus:focus, .md\:focus\:w-8px:focus {
    width: 8px !important;
  }
  .md\:w-16px, .md\:w-16px-hover:hover, .md\:hover\:w-16px:hover, .md\:w-16px-focus:focus, .md\:focus\:w-16px:focus {
    width: 16px !important;
  }
  .md\:w-18px, .md\:w-18px-hover:hover, .md\:hover\:w-18px:hover, .md\:w-18px-focus:focus, .md\:focus\:w-18px:focus {
    width: 18px !important;
  }
  .md\:w-20px, .md\:w-20px-hover:hover, .md\:hover\:w-20px:hover, .md\:w-20px-focus:focus, .md\:focus\:w-20px:focus {
    width: 20px !important;
  }
  .md\:w-24px, .md\:w-24px-hover:hover, .md\:hover\:w-24px:hover, .md\:w-24px-focus:focus, .md\:focus\:w-24px:focus {
    width: 24px !important;
  }
  .md\:w-32px, .md\:w-32px-hover:hover, .md\:hover\:w-32px:hover, .md\:w-32px-focus:focus, .md\:focus\:w-32px:focus {
    width: 32px !important;
  }
  .md\:w-36px, .md\:w-36px-hover:hover, .md\:hover\:w-36px:hover, .md\:w-36px-focus:focus, .md\:focus\:w-36px:focus {
    width: 36px !important;
  }
  .md\:w-40px, .md\:w-40px-hover:hover, .md\:hover\:w-40px:hover, .md\:w-40px-focus:focus, .md\:focus\:w-40px:focus {
    width: 40px !important;
  }
  .md\:w-48px, .md\:w-48px-hover:hover, .md\:hover\:w-48px:hover, .md\:w-48px-focus:focus, .md\:focus\:w-48px:focus {
    width: 48px !important;
  }
  .md\:w-56px, .md\:w-56px-hover:hover, .md\:hover\:w-56px:hover, .md\:w-56px-focus:focus, .md\:focus\:w-56px:focus {
    width: 56px !important;
  }
  .md\:w-64px, .md\:w-64px-hover:hover, .md\:hover\:w-64px:hover, .md\:w-64px-focus:focus, .md\:focus\:w-64px:focus {
    width: 64px !important;
  }
  .md\:w-72px, .md\:w-72px-hover:hover, .md\:hover\:w-72px:hover, .md\:w-72px-focus:focus, .md\:focus\:w-72px:focus {
    width: 72px !important;
  }
  .md\:w-80px, .md\:w-80px-hover:hover, .md\:hover\:w-80px:hover, .md\:w-80px-focus:focus, .md\:focus\:w-80px:focus {
    width: 80px !important;
  }
  .md\:w-96px, .md\:w-96px-hover:hover, .md\:hover\:w-96px:hover, .md\:w-96px-focus:focus, .md\:focus\:w-96px:focus {
    width: 96px !important;
  }
  .md\:w-100px, .md\:w-100px-hover:hover, .md\:hover\:w-100px:hover, .md\:w-100px-focus:focus, .md\:focus\:w-100px:focus {
    width: 100px !important;
  }
  .md\:w-128px, .md\:w-128px-hover:hover, .md\:hover\:w-128px:hover, .md\:w-128px-focus:focus, .md\:focus\:w-128px:focus {
    width: 128px !important;
  }
  .md\:w-150px, .md\:w-150px-hover:hover, .md\:hover\:w-150px:hover, .md\:w-150px-focus:focus, .md\:focus\:w-150px:focus {
    width: 150px !important;
  }
  .md\:w-200px, .md\:w-200px-hover:hover, .md\:hover\:w-200px:hover, .md\:w-200px-focus:focus, .md\:focus\:w-200px:focus {
    width: 200px !important;
  }
  .md\:w-250px, .md\:w-250px-hover:hover, .md\:hover\:w-250px:hover, .md\:w-250px-focus:focus, .md\:focus\:w-250px:focus {
    width: 250px !important;
  }
  .md\:w-300px, .md\:w-300px-hover:hover, .md\:hover\:w-300px:hover, .md\:w-300px-focus:focus, .md\:focus\:w-300px:focus {
    width: 300px !important;
  }
  .md\:w-350px, .md\:w-350px-hover:hover, .md\:hover\:w-350px:hover, .md\:w-350px-focus:focus, .md\:focus\:w-350px:focus {
    width: 350px !important;
  }
  .md\:w-400px, .md\:w-400px-hover:hover, .md\:hover\:w-400px:hover, .md\:w-400px-focus:focus, .md\:focus\:w-400px:focus {
    width: 400px !important;
  }
  .md\:w-450px, .md\:w-450px-hover:hover, .md\:hover\:w-450px:hover, .md\:w-450px-focus:focus, .md\:focus\:w-450px:focus {
    width: 450px !important;
  }
  .md\:w-500px, .md\:w-500px-hover:hover, .md\:hover\:w-500px:hover, .md\:w-500px-focus:focus, .md\:focus\:w-500px:focus {
    width: 500px !important;
  }
  .md\:w-550px, .md\:w-550px-hover:hover, .md\:hover\:w-550px:hover, .md\:w-550px-focus:focus, .md\:focus\:w-550px:focus {
    width: 550px !important;
  }
  .md\:w-600px, .md\:w-600px-hover:hover, .md\:hover\:w-600px:hover, .md\:w-600px-focus:focus, .md\:focus\:w-600px:focus {
    width: 600px !important;
  }
  .md\:w-650px, .md\:w-650px-hover:hover, .md\:hover\:w-650px:hover, .md\:w-650px-focus:focus, .md\:focus\:w-650px:focus {
    width: 650px !important;
  }
  .md\:w-700px, .md\:w-700px-hover:hover, .md\:hover\:w-700px:hover, .md\:w-700px-focus:focus, .md\:focus\:w-700px:focus {
    width: 700px !important;
  }
  .md\:w-750px, .md\:w-750px-hover:hover, .md\:hover\:w-750px:hover, .md\:w-750px-focus:focus, .md\:focus\:w-750px:focus {
    width: 750px !important;
  }
  .md\:w-800px, .md\:w-800px-hover:hover, .md\:hover\:w-800px:hover, .md\:w-800px-focus:focus, .md\:focus\:w-800px:focus {
    width: 800px !important;
  }
  .md\:w-850px, .md\:w-850px-hover:hover, .md\:hover\:w-850px:hover, .md\:w-850px-focus:focus, .md\:focus\:w-850px:focus {
    width: 850px !important;
  }
  .md\:w-900px, .md\:w-900px-hover:hover, .md\:hover\:w-900px:hover, .md\:w-900px-focus:focus, .md\:focus\:w-900px:focus {
    width: 900px !important;
  }
  .md\:w-950px, .md\:w-950px-hover:hover, .md\:hover\:w-950px:hover, .md\:w-950px-focus:focus, .md\:focus\:w-950px:focus {
    width: 950px !important;
  }
  .md\:w-1000px, .md\:w-1000px-hover:hover, .md\:hover\:w-1000px:hover, .md\:w-1000px-focus:focus, .md\:focus\:w-1000px:focus {
    width: 1000px !important;
  }
  .md\:w-1170px, .md\:w-1170px-hover:hover, .md\:hover\:w-1170px:hover, .md\:w-1170px-focus:focus, .md\:focus\:w-1170px:focus {
    width: 1170px !important;
  }
  .md\:w-1280px, .md\:w-1280px-hover:hover, .md\:hover\:w-1280px:hover, .md\:w-1280px-focus:focus, .md\:focus\:w-1280px:focus {
    width: 1280px !important;
  }
  .md\:w-1320px, .md\:w-1320px-hover:hover, .md\:hover\:w-1320px:hover, .md\:w-1320px-focus:focus, .md\:focus\:w-1320px:focus {
    width: 1320px !important;
  }
  .md\:w-1440px, .md\:w-1440px-hover:hover, .md\:hover\:w-1440px:hover, .md\:w-1440px-focus:focus, .md\:focus\:w-1440px:focus {
    width: 1440px !important;
  }
  .md\:w-xs, .md\:w-xs-hover:hover, .md\:hover\:w-xs:hover, .md\:w-xs-focus:focus, .md\:focus\:w-xs:focus {
    width: 320px !important;
  }
  .md\:w-sm, .md\:w-sm-hover:hover, .md\:hover\:w-sm:hover, .md\:w-sm-focus:focus, .md\:focus\:w-sm:focus {
    width: 640px !important;
  }
  .md\:w-md, .md\:w-md-hover:hover, .md\:hover\:w-md:hover, .md\:w-md-focus:focus, .md\:focus\:w-md:focus {
    width: 720px !important;
  }
  .md\:w-lg, .md\:w-lg-hover:hover, .md\:hover\:w-lg:hover, .md\:w-lg-focus:focus, .md\:focus\:w-lg:focus {
    width: 1040px !important;
  }
  .md\:w-xl, .md\:w-xl-hover:hover, .md\:hover\:w-xl:hover, .md\:w-xl-focus:focus, .md\:focus\:w-xl:focus {
    width: 1280px !important;
  }
  .md\:w-2xl, .md\:w-2xl-hover:hover, .md\:hover\:w-2xl:hover, .md\:w-2xl-focus:focus, .md\:focus\:w-2xl:focus {
    width: 1312px !important;
  }
  .md\:w-1\/6, .md\:w-1\/6-hover:hover, .md\:hover\:w-1\/6:hover, .md\:w-1\/6-focus:focus, .md\:focus\:w-1\/6:focus {
    width: 16.6666667% !important;
  }
  .md\:w-2\/6, .md\:w-2\/6-hover:hover, .md\:hover\:w-2\/6:hover, .md\:w-2\/6-focus:focus, .md\:focus\:w-2\/6:focus {
    width: 33.3333333% !important;
  }
  .md\:w-3\/6, .md\:w-3\/6-hover:hover, .md\:hover\:w-3\/6:hover, .md\:w-3\/6-focus:focus, .md\:focus\:w-3\/6:focus {
    width: 50% !important;
  }
  .md\:w-4\/6, .md\:w-4\/6-hover:hover, .md\:hover\:w-4\/6:hover, .md\:w-4\/6-focus:focus, .md\:focus\:w-4\/6:focus {
    width: 66.6666667% !important;
  }
  .md\:w-5\/6, .md\:w-5\/6-hover:hover, .md\:hover\:w-5\/6:hover, .md\:w-5\/6-focus:focus, .md\:focus\:w-5\/6:focus {
    width: 83.3333333% !important;
  }
  .md\:w-1\/5, .md\:w-1\/5-hover:hover, .md\:hover\:w-1\/5:hover, .md\:w-1\/5-focus:focus, .md\:focus\:w-1\/5:focus {
    width: 20% !important;
  }
  .md\:w-2\/5, .md\:w-2\/5-hover:hover, .md\:hover\:w-2\/5:hover, .md\:w-2\/5-focus:focus, .md\:focus\:w-2\/5:focus {
    width: 40% !important;
  }
  .md\:w-3\/5, .md\:w-3\/5-hover:hover, .md\:hover\:w-3\/5:hover, .md\:w-3\/5-focus:focus, .md\:focus\:w-3\/5:focus {
    width: 60% !important;
  }
  .md\:w-4\/5, .md\:w-4\/5-hover:hover, .md\:hover\:w-4\/5:hover, .md\:w-4\/5-focus:focus, .md\:focus\:w-4\/5:focus {
    width: 80% !important;
  }
  .md\:w-1\/4, .md\:w-1\/4-hover:hover, .md\:hover\:w-1\/4:hover, .md\:w-1\/4-focus:focus, .md\:focus\:w-1\/4:focus {
    width: 25% !important;
  }
  .md\:w-2\/4, .md\:w-2\/4-hover:hover, .md\:hover\:w-2\/4:hover, .md\:w-2\/4-focus:focus, .md\:focus\:w-2\/4:focus {
    width: 50% !important;
  }
  .md\:w-3\/4, .md\:w-3\/4-hover:hover, .md\:hover\:w-3\/4:hover, .md\:w-3\/4-focus:focus, .md\:focus\:w-3\/4:focus {
    width: 75% !important;
  }
  .md\:w-1\/3, .md\:w-1\/3-hover:hover, .md\:hover\:w-1\/3:hover, .md\:w-1\/3-focus:focus, .md\:focus\:w-1\/3:focus {
    width: 33.3333333% !important;
  }
  .md\:w-2\/3, .md\:w-2\/3-hover:hover, .md\:hover\:w-2\/3:hover, .md\:w-2\/3-focus:focus, .md\:focus\:w-2\/3:focus {
    width: 66.6666667% !important;
  }
  .md\:w-1\/2, .md\:w-1\/2-hover:hover, .md\:hover\:w-1\/2:hover, .md\:w-1\/2-focus:focus, .md\:focus\:w-1\/2:focus {
    width: 50% !important;
  }
  .md\:w-100, .md\:w-100-hover:hover, .md\:hover\:w-100:hover, .md\:w-100-focus:focus, .md\:focus\:w-100:focus {
    width: 100% !important;
  }
  .md\:w-full, .md\:w-full-hover:hover, .md\:hover\:w-full:hover, .md\:w-full-focus:focus, .md\:focus\:w-full:focus {
    width: 100% !important;
  }
  .md\:w-min, .md\:w-min-hover:hover, .md\:hover\:w-min:hover, .md\:w-min-focus:focus, .md\:focus\:w-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .md\:w-max, .md\:w-max-hover:hover, .md\:hover\:w-max:hover, .md\:w-max-focus:focus, .md\:focus\:w-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .md\:w-fit, .md\:w-fit-hover:hover, .md\:hover\:w-fit:hover, .md\:w-fit-focus:focus, .md\:focus\:w-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .md\:w-auto, .md\:w-auto-hover:hover, .md\:hover\:w-auto:hover, .md\:w-auto-focus:focus, .md\:focus\:w-auto:focus {
    width: auto !important;
  }
  .md\:w-0, .md\:w-0-hover:hover, .md\:hover\:w-0:hover, .md\:w-0-focus:focus, .md\:focus\:w-0:focus {
    width: 0 !important;
  }
  .md\:w-screen, .md\:w-screen-hover:hover, .md\:hover\:w-screen:hover, .md\:w-screen-focus:focus, .md\:focus\:w-screen:focus {
    width: 100vw !important;
  }
  .max-w-md-none, .max-w-md-none-hover:hover, .hover\:max-w-md-none:hover {
    max-width: none !important;
  }
  .max-w-md-px, .max-w-md-px-hover:hover, .hover\:max-w-md-px:hover {
    max-width: 1px !important;
  }
  .max-w-md-2px, .max-w-md-2px-hover:hover, .hover\:max-w-md-2px:hover {
    max-width: 2px !important;
  }
  .max-w-md-4px, .max-w-md-4px-hover:hover, .hover\:max-w-md-4px:hover {
    max-width: 4px !important;
  }
  .max-w-md-8px, .max-w-md-8px-hover:hover, .hover\:max-w-md-8px:hover {
    max-width: 8px !important;
  }
  .max-w-md-16px, .max-w-md-16px-hover:hover, .hover\:max-w-md-16px:hover {
    max-width: 16px !important;
  }
  .max-w-md-18px, .max-w-md-18px-hover:hover, .hover\:max-w-md-18px:hover {
    max-width: 18px !important;
  }
  .max-w-md-20px, .max-w-md-20px-hover:hover, .hover\:max-w-md-20px:hover {
    max-width: 20px !important;
  }
  .max-w-md-24px, .max-w-md-24px-hover:hover, .hover\:max-w-md-24px:hover {
    max-width: 24px !important;
  }
  .max-w-md-32px, .max-w-md-32px-hover:hover, .hover\:max-w-md-32px:hover {
    max-width: 32px !important;
  }
  .max-w-md-36px, .max-w-md-36px-hover:hover, .hover\:max-w-md-36px:hover {
    max-width: 36px !important;
  }
  .max-w-md-40px, .max-w-md-40px-hover:hover, .hover\:max-w-md-40px:hover {
    max-width: 40px !important;
  }
  .max-w-md-48px, .max-w-md-48px-hover:hover, .hover\:max-w-md-48px:hover {
    max-width: 48px !important;
  }
  .max-w-md-56px, .max-w-md-56px-hover:hover, .hover\:max-w-md-56px:hover {
    max-width: 56px !important;
  }
  .max-w-md-64px, .max-w-md-64px-hover:hover, .hover\:max-w-md-64px:hover {
    max-width: 64px !important;
  }
  .max-w-md-72px, .max-w-md-72px-hover:hover, .hover\:max-w-md-72px:hover {
    max-width: 72px !important;
  }
  .max-w-md-80px, .max-w-md-80px-hover:hover, .hover\:max-w-md-80px:hover {
    max-width: 80px !important;
  }
  .max-w-md-96px, .max-w-md-96px-hover:hover, .hover\:max-w-md-96px:hover {
    max-width: 96px !important;
  }
  .max-w-md-100px, .max-w-md-100px-hover:hover, .hover\:max-w-md-100px:hover {
    max-width: 100px !important;
  }
  .max-w-md-128px, .max-w-md-128px-hover:hover, .hover\:max-w-md-128px:hover {
    max-width: 128px !important;
  }
  .max-w-md-150px, .max-w-md-150px-hover:hover, .hover\:max-w-md-150px:hover {
    max-width: 150px !important;
  }
  .max-w-md-200px, .max-w-md-200px-hover:hover, .hover\:max-w-md-200px:hover {
    max-width: 200px !important;
  }
  .max-w-md-250px, .max-w-md-250px-hover:hover, .hover\:max-w-md-250px:hover {
    max-width: 250px !important;
  }
  .max-w-md-300px, .max-w-md-300px-hover:hover, .hover\:max-w-md-300px:hover {
    max-width: 300px !important;
  }
  .max-w-md-350px, .max-w-md-350px-hover:hover, .hover\:max-w-md-350px:hover {
    max-width: 350px !important;
  }
  .max-w-md-400px, .max-w-md-400px-hover:hover, .hover\:max-w-md-400px:hover {
    max-width: 400px !important;
  }
  .max-w-md-450px, .max-w-md-450px-hover:hover, .hover\:max-w-md-450px:hover {
    max-width: 450px !important;
  }
  .max-w-md-500px, .max-w-md-500px-hover:hover, .hover\:max-w-md-500px:hover {
    max-width: 500px !important;
  }
  .max-w-md-550px, .max-w-md-550px-hover:hover, .hover\:max-w-md-550px:hover {
    max-width: 550px !important;
  }
  .max-w-md-600px, .max-w-md-600px-hover:hover, .hover\:max-w-md-600px:hover {
    max-width: 600px !important;
  }
  .max-w-md-650px, .max-w-md-650px-hover:hover, .hover\:max-w-md-650px:hover {
    max-width: 650px !important;
  }
  .max-w-md-700px, .max-w-md-700px-hover:hover, .hover\:max-w-md-700px:hover {
    max-width: 700px !important;
  }
  .max-w-md-750px, .max-w-md-750px-hover:hover, .hover\:max-w-md-750px:hover {
    max-width: 750px !important;
  }
  .max-w-md-800px, .max-w-md-800px-hover:hover, .hover\:max-w-md-800px:hover {
    max-width: 800px !important;
  }
  .max-w-md-850px, .max-w-md-850px-hover:hover, .hover\:max-w-md-850px:hover {
    max-width: 850px !important;
  }
  .max-w-md-900px, .max-w-md-900px-hover:hover, .hover\:max-w-md-900px:hover {
    max-width: 900px !important;
  }
  .max-w-md-950px, .max-w-md-950px-hover:hover, .hover\:max-w-md-950px:hover {
    max-width: 950px !important;
  }
  .max-w-md-1000px, .max-w-md-1000px-hover:hover, .hover\:max-w-md-1000px:hover {
    max-width: 1000px !important;
  }
  .max-w-md-1170px, .max-w-md-1170px-hover:hover, .hover\:max-w-md-1170px:hover {
    max-width: 1170px !important;
  }
  .max-w-md-1280px, .max-w-md-1280px-hover:hover, .hover\:max-w-md-1280px:hover {
    max-width: 1280px !important;
  }
  .max-w-md-1320px, .max-w-md-1320px-hover:hover, .hover\:max-w-md-1320px:hover {
    max-width: 1320px !important;
  }
  .max-w-md-1440px, .max-w-md-1440px-hover:hover, .hover\:max-w-md-1440px:hover {
    max-width: 1440px !important;
  }
  .max-w-md-1\/6, .max-w-md-1\/6-hover:hover, .hover\:max-w-md-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .max-w-md-2\/6, .max-w-md-2\/6-hover:hover, .hover\:max-w-md-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-md-3\/6, .max-w-md-3\/6-hover:hover, .hover\:max-w-md-3\/6:hover {
    max-width: 50% !important;
  }
  .max-w-md-4\/6, .max-w-md-4\/6-hover:hover, .hover\:max-w-md-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-md-5\/6, .max-w-md-5\/6-hover:hover, .hover\:max-w-md-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .max-w-md-1\/5, .max-w-md-1\/5-hover:hover, .hover\:max-w-md-1\/5:hover {
    max-width: 20% !important;
  }
  .max-w-md-2\/5, .max-w-md-2\/5-hover:hover, .hover\:max-w-md-2\/5:hover {
    max-width: 40% !important;
  }
  .max-w-md-3\/5, .max-w-md-3\/5-hover:hover, .hover\:max-w-md-3\/5:hover {
    max-width: 60% !important;
  }
  .max-w-md-4\/5, .max-w-md-4\/5-hover:hover, .hover\:max-w-md-4\/5:hover {
    max-width: 80% !important;
  }
  .max-w-md-1\/4, .max-w-md-1\/4-hover:hover, .hover\:max-w-md-1\/4:hover {
    max-width: 25% !important;
  }
  .max-w-md-2\/4, .max-w-md-2\/4-hover:hover, .hover\:max-w-md-2\/4:hover {
    max-width: 50% !important;
  }
  .max-w-md-3\/4, .max-w-md-3\/4-hover:hover, .hover\:max-w-md-3\/4:hover {
    max-width: 75% !important;
  }
  .max-w-md-1\/3, .max-w-md-1\/3-hover:hover, .hover\:max-w-md-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-md-2\/3, .max-w-md-2\/3-hover:hover, .hover\:max-w-md-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-md-1\/2, .max-w-md-1\/2-hover:hover, .hover\:max-w-md-1\/2:hover {
    max-width: 50% !important;
  }
  .max-w-md-xs, .max-w-md-xs-hover:hover, .hover\:max-w-md-xs:hover {
    max-width: 320px !important;
  }
  .max-w-md-sm, .max-w-md-sm-hover:hover, .hover\:max-w-md-sm:hover {
    max-width: 640px !important;
  }
  .max-w-md-md, .max-w-md-md-hover:hover, .hover\:max-w-md-md:hover {
    max-width: 720px !important;
  }
  .max-w-md-lg, .max-w-md-lg-hover:hover, .hover\:max-w-md-lg:hover {
    max-width: 1040px !important;
  }
  .max-w-md-xl, .max-w-md-xl-hover:hover, .hover\:max-w-md-xl:hover {
    max-width: 1280px !important;
  }
  .max-w-md-2xl, .max-w-md-2xl-hover:hover, .hover\:max-w-md-2xl:hover {
    max-width: 1312px !important;
  }
  .max-w-md-100, .max-w-md-100-hover:hover, .hover\:max-w-md-100:hover {
    max-width: 100% !important;
  }
  .max-w-md-full, .max-w-md-full-hover:hover, .hover\:max-w-md-full:hover {
    max-width: 100% !important;
  }
  .max-w-md-min, .max-w-md-min-hover:hover, .hover\:max-w-md-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .max-w-md-max, .max-w-md-max-hover:hover, .hover\:max-w-md-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .max-w-md-fit, .max-w-md-fit-hover:hover, .hover\:max-w-md-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .max-w-md-0, .max-w-md-0-hover:hover, .hover\:max-w-md-0:hover {
    max-width: 0 !important;
  }
  .md\:max-w-none, .md\:max-w-none-hover:hover, .md\:hover\:max-w-none:hover {
    max-width: none !important;
  }
  .md\:max-w-px, .md\:max-w-px-hover:hover, .md\:hover\:max-w-px:hover {
    max-width: 1px !important;
  }
  .md\:max-w-2px, .md\:max-w-2px-hover:hover, .md\:hover\:max-w-2px:hover {
    max-width: 2px !important;
  }
  .md\:max-w-4px, .md\:max-w-4px-hover:hover, .md\:hover\:max-w-4px:hover {
    max-width: 4px !important;
  }
  .md\:max-w-8px, .md\:max-w-8px-hover:hover, .md\:hover\:max-w-8px:hover {
    max-width: 8px !important;
  }
  .md\:max-w-16px, .md\:max-w-16px-hover:hover, .md\:hover\:max-w-16px:hover {
    max-width: 16px !important;
  }
  .md\:max-w-18px, .md\:max-w-18px-hover:hover, .md\:hover\:max-w-18px:hover {
    max-width: 18px !important;
  }
  .md\:max-w-20px, .md\:max-w-20px-hover:hover, .md\:hover\:max-w-20px:hover {
    max-width: 20px !important;
  }
  .md\:max-w-24px, .md\:max-w-24px-hover:hover, .md\:hover\:max-w-24px:hover {
    max-width: 24px !important;
  }
  .md\:max-w-32px, .md\:max-w-32px-hover:hover, .md\:hover\:max-w-32px:hover {
    max-width: 32px !important;
  }
  .md\:max-w-36px, .md\:max-w-36px-hover:hover, .md\:hover\:max-w-36px:hover {
    max-width: 36px !important;
  }
  .md\:max-w-40px, .md\:max-w-40px-hover:hover, .md\:hover\:max-w-40px:hover {
    max-width: 40px !important;
  }
  .md\:max-w-48px, .md\:max-w-48px-hover:hover, .md\:hover\:max-w-48px:hover {
    max-width: 48px !important;
  }
  .md\:max-w-56px, .md\:max-w-56px-hover:hover, .md\:hover\:max-w-56px:hover {
    max-width: 56px !important;
  }
  .md\:max-w-64px, .md\:max-w-64px-hover:hover, .md\:hover\:max-w-64px:hover {
    max-width: 64px !important;
  }
  .md\:max-w-72px, .md\:max-w-72px-hover:hover, .md\:hover\:max-w-72px:hover {
    max-width: 72px !important;
  }
  .md\:max-w-80px, .md\:max-w-80px-hover:hover, .md\:hover\:max-w-80px:hover {
    max-width: 80px !important;
  }
  .md\:max-w-96px, .md\:max-w-96px-hover:hover, .md\:hover\:max-w-96px:hover {
    max-width: 96px !important;
  }
  .md\:max-w-100px, .md\:max-w-100px-hover:hover, .md\:hover\:max-w-100px:hover {
    max-width: 100px !important;
  }
  .md\:max-w-128px, .md\:max-w-128px-hover:hover, .md\:hover\:max-w-128px:hover {
    max-width: 128px !important;
  }
  .md\:max-w-150px, .md\:max-w-150px-hover:hover, .md\:hover\:max-w-150px:hover {
    max-width: 150px !important;
  }
  .md\:max-w-200px, .md\:max-w-200px-hover:hover, .md\:hover\:max-w-200px:hover {
    max-width: 200px !important;
  }
  .md\:max-w-250px, .md\:max-w-250px-hover:hover, .md\:hover\:max-w-250px:hover {
    max-width: 250px !important;
  }
  .md\:max-w-300px, .md\:max-w-300px-hover:hover, .md\:hover\:max-w-300px:hover {
    max-width: 300px !important;
  }
  .md\:max-w-350px, .md\:max-w-350px-hover:hover, .md\:hover\:max-w-350px:hover {
    max-width: 350px !important;
  }
  .md\:max-w-400px, .md\:max-w-400px-hover:hover, .md\:hover\:max-w-400px:hover {
    max-width: 400px !important;
  }
  .md\:max-w-450px, .md\:max-w-450px-hover:hover, .md\:hover\:max-w-450px:hover {
    max-width: 450px !important;
  }
  .md\:max-w-500px, .md\:max-w-500px-hover:hover, .md\:hover\:max-w-500px:hover {
    max-width: 500px !important;
  }
  .md\:max-w-550px, .md\:max-w-550px-hover:hover, .md\:hover\:max-w-550px:hover {
    max-width: 550px !important;
  }
  .md\:max-w-600px, .md\:max-w-600px-hover:hover, .md\:hover\:max-w-600px:hover {
    max-width: 600px !important;
  }
  .md\:max-w-650px, .md\:max-w-650px-hover:hover, .md\:hover\:max-w-650px:hover {
    max-width: 650px !important;
  }
  .md\:max-w-700px, .md\:max-w-700px-hover:hover, .md\:hover\:max-w-700px:hover {
    max-width: 700px !important;
  }
  .md\:max-w-750px, .md\:max-w-750px-hover:hover, .md\:hover\:max-w-750px:hover {
    max-width: 750px !important;
  }
  .md\:max-w-800px, .md\:max-w-800px-hover:hover, .md\:hover\:max-w-800px:hover {
    max-width: 800px !important;
  }
  .md\:max-w-850px, .md\:max-w-850px-hover:hover, .md\:hover\:max-w-850px:hover {
    max-width: 850px !important;
  }
  .md\:max-w-900px, .md\:max-w-900px-hover:hover, .md\:hover\:max-w-900px:hover {
    max-width: 900px !important;
  }
  .md\:max-w-950px, .md\:max-w-950px-hover:hover, .md\:hover\:max-w-950px:hover {
    max-width: 950px !important;
  }
  .md\:max-w-1000px, .md\:max-w-1000px-hover:hover, .md\:hover\:max-w-1000px:hover {
    max-width: 1000px !important;
  }
  .md\:max-w-1170px, .md\:max-w-1170px-hover:hover, .md\:hover\:max-w-1170px:hover {
    max-width: 1170px !important;
  }
  .md\:max-w-1280px, .md\:max-w-1280px-hover:hover, .md\:hover\:max-w-1280px:hover {
    max-width: 1280px !important;
  }
  .md\:max-w-1320px, .md\:max-w-1320px-hover:hover, .md\:hover\:max-w-1320px:hover {
    max-width: 1320px !important;
  }
  .md\:max-w-1440px, .md\:max-w-1440px-hover:hover, .md\:hover\:max-w-1440px:hover {
    max-width: 1440px !important;
  }
  .md\:max-w-1\/6, .md\:max-w-1\/6-hover:hover, .md\:hover\:max-w-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .md\:max-w-2\/6, .md\:max-w-2\/6-hover:hover, .md\:hover\:max-w-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .md\:max-w-3\/6, .md\:max-w-3\/6-hover:hover, .md\:hover\:max-w-3\/6:hover {
    max-width: 50% !important;
  }
  .md\:max-w-4\/6, .md\:max-w-4\/6-hover:hover, .md\:hover\:max-w-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .md\:max-w-5\/6, .md\:max-w-5\/6-hover:hover, .md\:hover\:max-w-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .md\:max-w-1\/5, .md\:max-w-1\/5-hover:hover, .md\:hover\:max-w-1\/5:hover {
    max-width: 20% !important;
  }
  .md\:max-w-2\/5, .md\:max-w-2\/5-hover:hover, .md\:hover\:max-w-2\/5:hover {
    max-width: 40% !important;
  }
  .md\:max-w-3\/5, .md\:max-w-3\/5-hover:hover, .md\:hover\:max-w-3\/5:hover {
    max-width: 60% !important;
  }
  .md\:max-w-4\/5, .md\:max-w-4\/5-hover:hover, .md\:hover\:max-w-4\/5:hover {
    max-width: 80% !important;
  }
  .md\:max-w-1\/4, .md\:max-w-1\/4-hover:hover, .md\:hover\:max-w-1\/4:hover {
    max-width: 25% !important;
  }
  .md\:max-w-2\/4, .md\:max-w-2\/4-hover:hover, .md\:hover\:max-w-2\/4:hover {
    max-width: 50% !important;
  }
  .md\:max-w-3\/4, .md\:max-w-3\/4-hover:hover, .md\:hover\:max-w-3\/4:hover {
    max-width: 75% !important;
  }
  .md\:max-w-1\/3, .md\:max-w-1\/3-hover:hover, .md\:hover\:max-w-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .md\:max-w-2\/3, .md\:max-w-2\/3-hover:hover, .md\:hover\:max-w-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .md\:max-w-1\/2, .md\:max-w-1\/2-hover:hover, .md\:hover\:max-w-1\/2:hover {
    max-width: 50% !important;
  }
  .md\:max-w-xs, .md\:max-w-xs-hover:hover, .md\:hover\:max-w-xs:hover {
    max-width: 320px !important;
  }
  .md\:max-w-sm, .md\:max-w-sm-hover:hover, .md\:hover\:max-w-sm:hover {
    max-width: 640px !important;
  }
  .md\:max-w-md, .md\:max-w-md-hover:hover, .md\:hover\:max-w-md:hover {
    max-width: 720px !important;
  }
  .md\:max-w-lg, .md\:max-w-lg-hover:hover, .md\:hover\:max-w-lg:hover {
    max-width: 1040px !important;
  }
  .md\:max-w-xl, .md\:max-w-xl-hover:hover, .md\:hover\:max-w-xl:hover {
    max-width: 1280px !important;
  }
  .md\:max-w-2xl, .md\:max-w-2xl-hover:hover, .md\:hover\:max-w-2xl:hover {
    max-width: 1312px !important;
  }
  .md\:max-w-100, .md\:max-w-100-hover:hover, .md\:hover\:max-w-100:hover {
    max-width: 100% !important;
  }
  .md\:max-w-full, .md\:max-w-full-hover:hover, .md\:hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .md\:max-w-min, .md\:max-w-min-hover:hover, .md\:hover\:max-w-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .md\:max-w-max, .md\:max-w-max-hover:hover, .md\:hover\:max-w-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .md\:max-w-fit, .md\:max-w-fit-hover:hover, .md\:hover\:max-w-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .md\:max-w-0, .md\:max-w-0-hover:hover, .md\:hover\:max-w-0:hover {
    max-width: 0 !important;
  }
  .h-md-px, .h-md-px-hover:hover, .hover\:h-md-px:hover {
    height: 1px !important;
  }
  .h-md-2px, .h-md-2px-hover:hover, .hover\:h-md-2px:hover {
    height: 2px !important;
  }
  .h-md-4px, .h-md-4px-hover:hover, .hover\:h-md-4px:hover {
    height: 4px !important;
  }
  .h-md-8px, .h-md-8px-hover:hover, .hover\:h-md-8px:hover {
    height: 8px !important;
  }
  .h-md-16px, .h-md-16px-hover:hover, .hover\:h-md-16px:hover {
    height: 16px !important;
  }
  .h-md-18px, .h-md-18px-hover:hover, .hover\:h-md-18px:hover {
    height: 18px !important;
  }
  .h-md-20px, .h-md-20px-hover:hover, .hover\:h-md-20px:hover {
    height: 20px !important;
  }
  .h-md-24px, .h-md-24px-hover:hover, .hover\:h-md-24px:hover {
    height: 24px !important;
  }
  .h-md-32px, .h-md-32px-hover:hover, .hover\:h-md-32px:hover {
    height: 32px !important;
  }
  .h-md-36px, .h-md-36px-hover:hover, .hover\:h-md-36px:hover {
    height: 36px !important;
  }
  .h-md-40px, .h-md-40px-hover:hover, .hover\:h-md-40px:hover {
    height: 40px !important;
  }
  .h-md-48px, .h-md-48px-hover:hover, .hover\:h-md-48px:hover {
    height: 48px !important;
  }
  .h-md-56px, .h-md-56px-hover:hover, .hover\:h-md-56px:hover {
    height: 56px !important;
  }
  .h-md-64px, .h-md-64px-hover:hover, .hover\:h-md-64px:hover {
    height: 64px !important;
  }
  .h-md-72px, .h-md-72px-hover:hover, .hover\:h-md-72px:hover {
    height: 72px !important;
  }
  .h-md-80px, .h-md-80px-hover:hover, .hover\:h-md-80px:hover {
    height: 80px !important;
  }
  .h-md-96px, .h-md-96px-hover:hover, .hover\:h-md-96px:hover {
    height: 96px !important;
  }
  .h-md-100px, .h-md-100px-hover:hover, .hover\:h-md-100px:hover {
    height: 100px !important;
  }
  .h-md-128px, .h-md-128px-hover:hover, .hover\:h-md-128px:hover {
    height: 128px !important;
  }
  .h-md-150px, .h-md-150px-hover:hover, .hover\:h-md-150px:hover {
    height: 150px !important;
  }
  .h-md-200px, .h-md-200px-hover:hover, .hover\:h-md-200px:hover {
    height: 200px !important;
  }
  .h-md-250px, .h-md-250px-hover:hover, .hover\:h-md-250px:hover {
    height: 250px !important;
  }
  .h-md-300px, .h-md-300px-hover:hover, .hover\:h-md-300px:hover {
    height: 300px !important;
  }
  .h-md-350px, .h-md-350px-hover:hover, .hover\:h-md-350px:hover {
    height: 350px !important;
  }
  .h-md-400px, .h-md-400px-hover:hover, .hover\:h-md-400px:hover {
    height: 400px !important;
  }
  .h-md-450px, .h-md-450px-hover:hover, .hover\:h-md-450px:hover {
    height: 450px !important;
  }
  .h-md-500px, .h-md-500px-hover:hover, .hover\:h-md-500px:hover {
    height: 500px !important;
  }
  .h-md-550px, .h-md-550px-hover:hover, .hover\:h-md-550px:hover {
    height: 550px !important;
  }
  .h-md-600px, .h-md-600px-hover:hover, .hover\:h-md-600px:hover {
    height: 600px !important;
  }
  .h-md-650px, .h-md-650px-hover:hover, .hover\:h-md-650px:hover {
    height: 650px !important;
  }
  .h-md-700px, .h-md-700px-hover:hover, .hover\:h-md-700px:hover {
    height: 700px !important;
  }
  .h-md-750px, .h-md-750px-hover:hover, .hover\:h-md-750px:hover {
    height: 750px !important;
  }
  .h-md-800px, .h-md-800px-hover:hover, .hover\:h-md-800px:hover {
    height: 800px !important;
  }
  .h-md-850px, .h-md-850px-hover:hover, .hover\:h-md-850px:hover {
    height: 850px !important;
  }
  .h-md-900px, .h-md-900px-hover:hover, .hover\:h-md-900px:hover {
    height: 900px !important;
  }
  .h-md-950px, .h-md-950px-hover:hover, .hover\:h-md-950px:hover {
    height: 950px !important;
  }
  .h-md-1000px, .h-md-1000px-hover:hover, .hover\:h-md-1000px:hover {
    height: 1000px !important;
  }
  .h-md-1170px, .h-md-1170px-hover:hover, .hover\:h-md-1170px:hover {
    height: 1170px !important;
  }
  .h-md-1280px, .h-md-1280px-hover:hover, .hover\:h-md-1280px:hover {
    height: 1280px !important;
  }
  .h-md-1320px, .h-md-1320px-hover:hover, .hover\:h-md-1320px:hover {
    height: 1320px !important;
  }
  .h-md-1440px, .h-md-1440px-hover:hover, .hover\:h-md-1440px:hover {
    height: 1440px !important;
  }
  .h-md-xs, .h-md-xs-hover:hover, .hover\:h-md-xs:hover {
    height: 320px !important;
  }
  .h-md-sm, .h-md-sm-hover:hover, .hover\:h-md-sm:hover {
    height: 640px !important;
  }
  .h-md-md, .h-md-md-hover:hover, .hover\:h-md-md:hover {
    height: 720px !important;
  }
  .h-md-lg, .h-md-lg-hover:hover, .hover\:h-md-lg:hover {
    height: 1040px !important;
  }
  .h-md-xl, .h-md-xl-hover:hover, .hover\:h-md-xl:hover {
    height: 1280px !important;
  }
  .h-md-2xl, .h-md-2xl-hover:hover, .hover\:h-md-2xl:hover {
    height: 1312px !important;
  }
  .h-md-1\/6, .h-md-1\/6-hover:hover, .hover\:h-md-1\/6:hover {
    height: 16.6666667% !important;
  }
  .h-md-2\/6, .h-md-2\/6-hover:hover, .hover\:h-md-2\/6:hover {
    height: 33.3333333% !important;
  }
  .h-md-3\/6, .h-md-3\/6-hover:hover, .hover\:h-md-3\/6:hover {
    height: 50% !important;
  }
  .h-md-4\/6, .h-md-4\/6-hover:hover, .hover\:h-md-4\/6:hover {
    height: 66.6666667% !important;
  }
  .h-md-5\/6, .h-md-5\/6-hover:hover, .hover\:h-md-5\/6:hover {
    height: 83.3333333% !important;
  }
  .h-md-1\/5, .h-md-1\/5-hover:hover, .hover\:h-md-1\/5:hover {
    height: 20% !important;
  }
  .h-md-2\/5, .h-md-2\/5-hover:hover, .hover\:h-md-2\/5:hover {
    height: 40% !important;
  }
  .h-md-3\/5, .h-md-3\/5-hover:hover, .hover\:h-md-3\/5:hover {
    height: 60% !important;
  }
  .h-md-4\/5, .h-md-4\/5-hover:hover, .hover\:h-md-4\/5:hover {
    height: 80% !important;
  }
  .h-md-1\/4, .h-md-1\/4-hover:hover, .hover\:h-md-1\/4:hover {
    height: 25% !important;
  }
  .h-md-2\/4, .h-md-2\/4-hover:hover, .hover\:h-md-2\/4:hover {
    height: 50% !important;
  }
  .h-md-3\/4, .h-md-3\/4-hover:hover, .hover\:h-md-3\/4:hover {
    height: 75% !important;
  }
  .h-md-1\/3, .h-md-1\/3-hover:hover, .hover\:h-md-1\/3:hover {
    height: 33.3333333% !important;
  }
  .h-md-2\/3, .h-md-2\/3-hover:hover, .hover\:h-md-2\/3:hover {
    height: 66.6666667% !important;
  }
  .h-md-1\/2, .h-md-1\/2-hover:hover, .hover\:h-md-1\/2:hover {
    height: 50% !important;
  }
  .h-md-100, .h-md-100-hover:hover, .hover\:h-md-100:hover {
    height: 100% !important;
  }
  .h-md-full, .h-md-full-hover:hover, .hover\:h-md-full:hover {
    height: 100% !important;
  }
  .h-md-min, .h-md-min-hover:hover, .hover\:h-md-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .h-md-max, .h-md-max-hover:hover, .hover\:h-md-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-md-fit, .h-md-fit-hover:hover, .hover\:h-md-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-md-auto, .h-md-auto-hover:hover, .hover\:h-md-auto:hover {
    height: auto !important;
  }
  .h-md-0, .h-md-0-hover:hover, .hover\:h-md-0:hover {
    height: 0 !important;
  }
  .h-md-screen, .h-md-screen-hover:hover, .hover\:h-md-screen:hover {
    height: 100vh !important;
  }
  .md\:h-px, .md\:h-px-hover:hover, .md\:hover\:h-px:hover {
    height: 1px !important;
  }
  .md\:h-2px, .md\:h-2px-hover:hover, .md\:hover\:h-2px:hover {
    height: 2px !important;
  }
  .md\:h-4px, .md\:h-4px-hover:hover, .md\:hover\:h-4px:hover {
    height: 4px !important;
  }
  .md\:h-8px, .md\:h-8px-hover:hover, .md\:hover\:h-8px:hover {
    height: 8px !important;
  }
  .md\:h-16px, .md\:h-16px-hover:hover, .md\:hover\:h-16px:hover {
    height: 16px !important;
  }
  .md\:h-18px, .md\:h-18px-hover:hover, .md\:hover\:h-18px:hover {
    height: 18px !important;
  }
  .md\:h-20px, .md\:h-20px-hover:hover, .md\:hover\:h-20px:hover {
    height: 20px !important;
  }
  .md\:h-24px, .md\:h-24px-hover:hover, .md\:hover\:h-24px:hover {
    height: 24px !important;
  }
  .md\:h-32px, .md\:h-32px-hover:hover, .md\:hover\:h-32px:hover {
    height: 32px !important;
  }
  .md\:h-36px, .md\:h-36px-hover:hover, .md\:hover\:h-36px:hover {
    height: 36px !important;
  }
  .md\:h-40px, .md\:h-40px-hover:hover, .md\:hover\:h-40px:hover {
    height: 40px !important;
  }
  .md\:h-48px, .md\:h-48px-hover:hover, .md\:hover\:h-48px:hover {
    height: 48px !important;
  }
  .md\:h-56px, .md\:h-56px-hover:hover, .md\:hover\:h-56px:hover {
    height: 56px !important;
  }
  .md\:h-64px, .md\:h-64px-hover:hover, .md\:hover\:h-64px:hover {
    height: 64px !important;
  }
  .md\:h-72px, .md\:h-72px-hover:hover, .md\:hover\:h-72px:hover {
    height: 72px !important;
  }
  .md\:h-80px, .md\:h-80px-hover:hover, .md\:hover\:h-80px:hover {
    height: 80px !important;
  }
  .md\:h-96px, .md\:h-96px-hover:hover, .md\:hover\:h-96px:hover {
    height: 96px !important;
  }
  .md\:h-100px, .md\:h-100px-hover:hover, .md\:hover\:h-100px:hover {
    height: 100px !important;
  }
  .md\:h-128px, .md\:h-128px-hover:hover, .md\:hover\:h-128px:hover {
    height: 128px !important;
  }
  .md\:h-150px, .md\:h-150px-hover:hover, .md\:hover\:h-150px:hover {
    height: 150px !important;
  }
  .md\:h-200px, .md\:h-200px-hover:hover, .md\:hover\:h-200px:hover {
    height: 200px !important;
  }
  .md\:h-250px, .md\:h-250px-hover:hover, .md\:hover\:h-250px:hover {
    height: 250px !important;
  }
  .md\:h-300px, .md\:h-300px-hover:hover, .md\:hover\:h-300px:hover {
    height: 300px !important;
  }
  .md\:h-350px, .md\:h-350px-hover:hover, .md\:hover\:h-350px:hover {
    height: 350px !important;
  }
  .md\:h-400px, .md\:h-400px-hover:hover, .md\:hover\:h-400px:hover {
    height: 400px !important;
  }
  .md\:h-450px, .md\:h-450px-hover:hover, .md\:hover\:h-450px:hover {
    height: 450px !important;
  }
  .md\:h-500px, .md\:h-500px-hover:hover, .md\:hover\:h-500px:hover {
    height: 500px !important;
  }
  .md\:h-550px, .md\:h-550px-hover:hover, .md\:hover\:h-550px:hover {
    height: 550px !important;
  }
  .md\:h-600px, .md\:h-600px-hover:hover, .md\:hover\:h-600px:hover {
    height: 600px !important;
  }
  .md\:h-650px, .md\:h-650px-hover:hover, .md\:hover\:h-650px:hover {
    height: 650px !important;
  }
  .md\:h-700px, .md\:h-700px-hover:hover, .md\:hover\:h-700px:hover {
    height: 700px !important;
  }
  .md\:h-750px, .md\:h-750px-hover:hover, .md\:hover\:h-750px:hover {
    height: 750px !important;
  }
  .md\:h-800px, .md\:h-800px-hover:hover, .md\:hover\:h-800px:hover {
    height: 800px !important;
  }
  .md\:h-850px, .md\:h-850px-hover:hover, .md\:hover\:h-850px:hover {
    height: 850px !important;
  }
  .md\:h-900px, .md\:h-900px-hover:hover, .md\:hover\:h-900px:hover {
    height: 900px !important;
  }
  .md\:h-950px, .md\:h-950px-hover:hover, .md\:hover\:h-950px:hover {
    height: 950px !important;
  }
  .md\:h-1000px, .md\:h-1000px-hover:hover, .md\:hover\:h-1000px:hover {
    height: 1000px !important;
  }
  .md\:h-1170px, .md\:h-1170px-hover:hover, .md\:hover\:h-1170px:hover {
    height: 1170px !important;
  }
  .md\:h-1280px, .md\:h-1280px-hover:hover, .md\:hover\:h-1280px:hover {
    height: 1280px !important;
  }
  .md\:h-1320px, .md\:h-1320px-hover:hover, .md\:hover\:h-1320px:hover {
    height: 1320px !important;
  }
  .md\:h-1440px, .md\:h-1440px-hover:hover, .md\:hover\:h-1440px:hover {
    height: 1440px !important;
  }
  .md\:h-xs, .md\:h-xs-hover:hover, .md\:hover\:h-xs:hover {
    height: 320px !important;
  }
  .md\:h-sm, .md\:h-sm-hover:hover, .md\:hover\:h-sm:hover {
    height: 640px !important;
  }
  .md\:h-md, .md\:h-md-hover:hover, .md\:hover\:h-md:hover {
    height: 720px !important;
  }
  .md\:h-lg, .md\:h-lg-hover:hover, .md\:hover\:h-lg:hover {
    height: 1040px !important;
  }
  .md\:h-xl, .md\:h-xl-hover:hover, .md\:hover\:h-xl:hover {
    height: 1280px !important;
  }
  .md\:h-2xl, .md\:h-2xl-hover:hover, .md\:hover\:h-2xl:hover {
    height: 1312px !important;
  }
  .md\:h-1\/6, .md\:h-1\/6-hover:hover, .md\:hover\:h-1\/6:hover {
    height: 16.6666667% !important;
  }
  .md\:h-2\/6, .md\:h-2\/6-hover:hover, .md\:hover\:h-2\/6:hover {
    height: 33.3333333% !important;
  }
  .md\:h-3\/6, .md\:h-3\/6-hover:hover, .md\:hover\:h-3\/6:hover {
    height: 50% !important;
  }
  .md\:h-4\/6, .md\:h-4\/6-hover:hover, .md\:hover\:h-4\/6:hover {
    height: 66.6666667% !important;
  }
  .md\:h-5\/6, .md\:h-5\/6-hover:hover, .md\:hover\:h-5\/6:hover {
    height: 83.3333333% !important;
  }
  .md\:h-1\/5, .md\:h-1\/5-hover:hover, .md\:hover\:h-1\/5:hover {
    height: 20% !important;
  }
  .md\:h-2\/5, .md\:h-2\/5-hover:hover, .md\:hover\:h-2\/5:hover {
    height: 40% !important;
  }
  .md\:h-3\/5, .md\:h-3\/5-hover:hover, .md\:hover\:h-3\/5:hover {
    height: 60% !important;
  }
  .md\:h-4\/5, .md\:h-4\/5-hover:hover, .md\:hover\:h-4\/5:hover {
    height: 80% !important;
  }
  .md\:h-1\/4, .md\:h-1\/4-hover:hover, .md\:hover\:h-1\/4:hover {
    height: 25% !important;
  }
  .md\:h-2\/4, .md\:h-2\/4-hover:hover, .md\:hover\:h-2\/4:hover {
    height: 50% !important;
  }
  .md\:h-3\/4, .md\:h-3\/4-hover:hover, .md\:hover\:h-3\/4:hover {
    height: 75% !important;
  }
  .md\:h-1\/3, .md\:h-1\/3-hover:hover, .md\:hover\:h-1\/3:hover {
    height: 33.3333333% !important;
  }
  .md\:h-2\/3, .md\:h-2\/3-hover:hover, .md\:hover\:h-2\/3:hover {
    height: 66.6666667% !important;
  }
  .md\:h-1\/2, .md\:h-1\/2-hover:hover, .md\:hover\:h-1\/2:hover {
    height: 50% !important;
  }
  .md\:h-100, .md\:h-100-hover:hover, .md\:hover\:h-100:hover {
    height: 100% !important;
  }
  .md\:h-full, .md\:h-full-hover:hover, .md\:hover\:h-full:hover {
    height: 100% !important;
  }
  .md\:h-min, .md\:h-min-hover:hover, .md\:hover\:h-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .md\:h-max, .md\:h-max-hover:hover, .md\:hover\:h-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .md\:h-fit, .md\:h-fit-hover:hover, .md\:hover\:h-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .md\:h-auto, .md\:h-auto-hover:hover, .md\:hover\:h-auto:hover {
    height: auto !important;
  }
  .md\:h-0, .md\:h-0-hover:hover, .md\:hover\:h-0:hover {
    height: 0 !important;
  }
  .md\:h-screen, .md\:h-screen-hover:hover, .md\:hover\:h-screen:hover {
    height: 100vh !important;
  }
  .max-h-md-none, .max-h-md-none-hover:hover, .hover\:max-h-md-none:hover {
    max-height: none !important;
  }
  .max-h-md-px, .max-h-md-px-hover:hover, .hover\:max-h-md-px:hover {
    max-height: 1px !important;
  }
  .max-h-md-2px, .max-h-md-2px-hover:hover, .hover\:max-h-md-2px:hover {
    max-height: 2px !important;
  }
  .max-h-md-4px, .max-h-md-4px-hover:hover, .hover\:max-h-md-4px:hover {
    max-height: 4px !important;
  }
  .max-h-md-8px, .max-h-md-8px-hover:hover, .hover\:max-h-md-8px:hover {
    max-height: 8px !important;
  }
  .max-h-md-16px, .max-h-md-16px-hover:hover, .hover\:max-h-md-16px:hover {
    max-height: 16px !important;
  }
  .max-h-md-18px, .max-h-md-18px-hover:hover, .hover\:max-h-md-18px:hover {
    max-height: 18px !important;
  }
  .max-h-md-20px, .max-h-md-20px-hover:hover, .hover\:max-h-md-20px:hover {
    max-height: 20px !important;
  }
  .max-h-md-24px, .max-h-md-24px-hover:hover, .hover\:max-h-md-24px:hover {
    max-height: 24px !important;
  }
  .max-h-md-32px, .max-h-md-32px-hover:hover, .hover\:max-h-md-32px:hover {
    max-height: 32px !important;
  }
  .max-h-md-36px, .max-h-md-36px-hover:hover, .hover\:max-h-md-36px:hover {
    max-height: 36px !important;
  }
  .max-h-md-40px, .max-h-md-40px-hover:hover, .hover\:max-h-md-40px:hover {
    max-height: 40px !important;
  }
  .max-h-md-48px, .max-h-md-48px-hover:hover, .hover\:max-h-md-48px:hover {
    max-height: 48px !important;
  }
  .max-h-md-56px, .max-h-md-56px-hover:hover, .hover\:max-h-md-56px:hover {
    max-height: 56px !important;
  }
  .max-h-md-64px, .max-h-md-64px-hover:hover, .hover\:max-h-md-64px:hover {
    max-height: 64px !important;
  }
  .max-h-md-72px, .max-h-md-72px-hover:hover, .hover\:max-h-md-72px:hover {
    max-height: 72px !important;
  }
  .max-h-md-80px, .max-h-md-80px-hover:hover, .hover\:max-h-md-80px:hover {
    max-height: 80px !important;
  }
  .max-h-md-96px, .max-h-md-96px-hover:hover, .hover\:max-h-md-96px:hover {
    max-height: 96px !important;
  }
  .max-h-md-100px, .max-h-md-100px-hover:hover, .hover\:max-h-md-100px:hover {
    max-height: 100px !important;
  }
  .max-h-md-128px, .max-h-md-128px-hover:hover, .hover\:max-h-md-128px:hover {
    max-height: 128px !important;
  }
  .max-h-md-150px, .max-h-md-150px-hover:hover, .hover\:max-h-md-150px:hover {
    max-height: 150px !important;
  }
  .max-h-md-200px, .max-h-md-200px-hover:hover, .hover\:max-h-md-200px:hover {
    max-height: 200px !important;
  }
  .max-h-md-250px, .max-h-md-250px-hover:hover, .hover\:max-h-md-250px:hover {
    max-height: 250px !important;
  }
  .max-h-md-300px, .max-h-md-300px-hover:hover, .hover\:max-h-md-300px:hover {
    max-height: 300px !important;
  }
  .max-h-md-350px, .max-h-md-350px-hover:hover, .hover\:max-h-md-350px:hover {
    max-height: 350px !important;
  }
  .max-h-md-400px, .max-h-md-400px-hover:hover, .hover\:max-h-md-400px:hover {
    max-height: 400px !important;
  }
  .max-h-md-450px, .max-h-md-450px-hover:hover, .hover\:max-h-md-450px:hover {
    max-height: 450px !important;
  }
  .max-h-md-500px, .max-h-md-500px-hover:hover, .hover\:max-h-md-500px:hover {
    max-height: 500px !important;
  }
  .max-h-md-550px, .max-h-md-550px-hover:hover, .hover\:max-h-md-550px:hover {
    max-height: 550px !important;
  }
  .max-h-md-600px, .max-h-md-600px-hover:hover, .hover\:max-h-md-600px:hover {
    max-height: 600px !important;
  }
  .max-h-md-650px, .max-h-md-650px-hover:hover, .hover\:max-h-md-650px:hover {
    max-height: 650px !important;
  }
  .max-h-md-700px, .max-h-md-700px-hover:hover, .hover\:max-h-md-700px:hover {
    max-height: 700px !important;
  }
  .max-h-md-750px, .max-h-md-750px-hover:hover, .hover\:max-h-md-750px:hover {
    max-height: 750px !important;
  }
  .max-h-md-800px, .max-h-md-800px-hover:hover, .hover\:max-h-md-800px:hover {
    max-height: 800px !important;
  }
  .max-h-md-850px, .max-h-md-850px-hover:hover, .hover\:max-h-md-850px:hover {
    max-height: 850px !important;
  }
  .max-h-md-900px, .max-h-md-900px-hover:hover, .hover\:max-h-md-900px:hover {
    max-height: 900px !important;
  }
  .max-h-md-950px, .max-h-md-950px-hover:hover, .hover\:max-h-md-950px:hover {
    max-height: 950px !important;
  }
  .max-h-md-1000px, .max-h-md-1000px-hover:hover, .hover\:max-h-md-1000px:hover {
    max-height: 1000px !important;
  }
  .max-h-md-1170px, .max-h-md-1170px-hover:hover, .hover\:max-h-md-1170px:hover {
    max-height: 1170px !important;
  }
  .max-h-md-1280px, .max-h-md-1280px-hover:hover, .hover\:max-h-md-1280px:hover {
    max-height: 1280px !important;
  }
  .max-h-md-1320px, .max-h-md-1320px-hover:hover, .hover\:max-h-md-1320px:hover {
    max-height: 1320px !important;
  }
  .max-h-md-1440px, .max-h-md-1440px-hover:hover, .hover\:max-h-md-1440px:hover {
    max-height: 1440px !important;
  }
  .max-h-md-1\/6, .max-h-md-1\/6-hover:hover, .hover\:max-h-md-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .max-h-md-2\/6, .max-h-md-2\/6-hover:hover, .hover\:max-h-md-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-md-3\/6, .max-h-md-3\/6-hover:hover, .hover\:max-h-md-3\/6:hover {
    max-height: 50% !important;
  }
  .max-h-md-4\/6, .max-h-md-4\/6-hover:hover, .hover\:max-h-md-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-md-5\/6, .max-h-md-5\/6-hover:hover, .hover\:max-h-md-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .max-h-md-1\/5, .max-h-md-1\/5-hover:hover, .hover\:max-h-md-1\/5:hover {
    max-height: 20% !important;
  }
  .max-h-md-2\/5, .max-h-md-2\/5-hover:hover, .hover\:max-h-md-2\/5:hover {
    max-height: 40% !important;
  }
  .max-h-md-3\/5, .max-h-md-3\/5-hover:hover, .hover\:max-h-md-3\/5:hover {
    max-height: 60% !important;
  }
  .max-h-md-4\/5, .max-h-md-4\/5-hover:hover, .hover\:max-h-md-4\/5:hover {
    max-height: 80% !important;
  }
  .max-h-md-1\/4, .max-h-md-1\/4-hover:hover, .hover\:max-h-md-1\/4:hover {
    max-height: 25% !important;
  }
  .max-h-md-2\/4, .max-h-md-2\/4-hover:hover, .hover\:max-h-md-2\/4:hover {
    max-height: 50% !important;
  }
  .max-h-md-3\/4, .max-h-md-3\/4-hover:hover, .hover\:max-h-md-3\/4:hover {
    max-height: 75% !important;
  }
  .max-h-md-1\/3, .max-h-md-1\/3-hover:hover, .hover\:max-h-md-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-md-2\/3, .max-h-md-2\/3-hover:hover, .hover\:max-h-md-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-md-1\/2, .max-h-md-1\/2-hover:hover, .hover\:max-h-md-1\/2:hover {
    max-height: 50% !important;
  }
  .max-h-md-xs, .max-h-md-xs-hover:hover, .hover\:max-h-md-xs:hover {
    max-height: 320px !important;
  }
  .max-h-md-sm, .max-h-md-sm-hover:hover, .hover\:max-h-md-sm:hover {
    max-height: 640px !important;
  }
  .max-h-md-md, .max-h-md-md-hover:hover, .hover\:max-h-md-md:hover {
    max-height: 720px !important;
  }
  .max-h-md-lg, .max-h-md-lg-hover:hover, .hover\:max-h-md-lg:hover {
    max-height: 1040px !important;
  }
  .max-h-md-xl, .max-h-md-xl-hover:hover, .hover\:max-h-md-xl:hover {
    max-height: 1280px !important;
  }
  .max-h-md-2xl, .max-h-md-2xl-hover:hover, .hover\:max-h-md-2xl:hover {
    max-height: 1312px !important;
  }
  .max-h-md-100, .max-h-md-100-hover:hover, .hover\:max-h-md-100:hover {
    max-height: 100% !important;
  }
  .max-h-md-full, .max-h-md-full-hover:hover, .hover\:max-h-md-full:hover {
    max-height: 100% !important;
  }
  .max-h-md-min, .max-h-md-min-hover:hover, .hover\:max-h-md-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .max-h-md-max, .max-h-md-max-hover:hover, .hover\:max-h-md-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .max-h-md-fit, .max-h-md-fit-hover:hover, .hover\:max-h-md-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .max-h-md-0, .max-h-md-0-hover:hover, .hover\:max-h-md-0:hover {
    max-height: 0 !important;
  }
  .max-h-md-screen, .max-h-md-screen-hover:hover, .hover\:max-h-md-screen:hover {
    max-height: 100vh !important;
  }
  .md\:max-h-none, .md\:max-h-none-hover:hover, .md\:hover\:max-h-none:hover {
    max-height: none !important;
  }
  .md\:max-h-px, .md\:max-h-px-hover:hover, .md\:hover\:max-h-px:hover {
    max-height: 1px !important;
  }
  .md\:max-h-2px, .md\:max-h-2px-hover:hover, .md\:hover\:max-h-2px:hover {
    max-height: 2px !important;
  }
  .md\:max-h-4px, .md\:max-h-4px-hover:hover, .md\:hover\:max-h-4px:hover {
    max-height: 4px !important;
  }
  .md\:max-h-8px, .md\:max-h-8px-hover:hover, .md\:hover\:max-h-8px:hover {
    max-height: 8px !important;
  }
  .md\:max-h-16px, .md\:max-h-16px-hover:hover, .md\:hover\:max-h-16px:hover {
    max-height: 16px !important;
  }
  .md\:max-h-18px, .md\:max-h-18px-hover:hover, .md\:hover\:max-h-18px:hover {
    max-height: 18px !important;
  }
  .md\:max-h-20px, .md\:max-h-20px-hover:hover, .md\:hover\:max-h-20px:hover {
    max-height: 20px !important;
  }
  .md\:max-h-24px, .md\:max-h-24px-hover:hover, .md\:hover\:max-h-24px:hover {
    max-height: 24px !important;
  }
  .md\:max-h-32px, .md\:max-h-32px-hover:hover, .md\:hover\:max-h-32px:hover {
    max-height: 32px !important;
  }
  .md\:max-h-36px, .md\:max-h-36px-hover:hover, .md\:hover\:max-h-36px:hover {
    max-height: 36px !important;
  }
  .md\:max-h-40px, .md\:max-h-40px-hover:hover, .md\:hover\:max-h-40px:hover {
    max-height: 40px !important;
  }
  .md\:max-h-48px, .md\:max-h-48px-hover:hover, .md\:hover\:max-h-48px:hover {
    max-height: 48px !important;
  }
  .md\:max-h-56px, .md\:max-h-56px-hover:hover, .md\:hover\:max-h-56px:hover {
    max-height: 56px !important;
  }
  .md\:max-h-64px, .md\:max-h-64px-hover:hover, .md\:hover\:max-h-64px:hover {
    max-height: 64px !important;
  }
  .md\:max-h-72px, .md\:max-h-72px-hover:hover, .md\:hover\:max-h-72px:hover {
    max-height: 72px !important;
  }
  .md\:max-h-80px, .md\:max-h-80px-hover:hover, .md\:hover\:max-h-80px:hover {
    max-height: 80px !important;
  }
  .md\:max-h-96px, .md\:max-h-96px-hover:hover, .md\:hover\:max-h-96px:hover {
    max-height: 96px !important;
  }
  .md\:max-h-100px, .md\:max-h-100px-hover:hover, .md\:hover\:max-h-100px:hover {
    max-height: 100px !important;
  }
  .md\:max-h-128px, .md\:max-h-128px-hover:hover, .md\:hover\:max-h-128px:hover {
    max-height: 128px !important;
  }
  .md\:max-h-150px, .md\:max-h-150px-hover:hover, .md\:hover\:max-h-150px:hover {
    max-height: 150px !important;
  }
  .md\:max-h-200px, .md\:max-h-200px-hover:hover, .md\:hover\:max-h-200px:hover {
    max-height: 200px !important;
  }
  .md\:max-h-250px, .md\:max-h-250px-hover:hover, .md\:hover\:max-h-250px:hover {
    max-height: 250px !important;
  }
  .md\:max-h-300px, .md\:max-h-300px-hover:hover, .md\:hover\:max-h-300px:hover {
    max-height: 300px !important;
  }
  .md\:max-h-350px, .md\:max-h-350px-hover:hover, .md\:hover\:max-h-350px:hover {
    max-height: 350px !important;
  }
  .md\:max-h-400px, .md\:max-h-400px-hover:hover, .md\:hover\:max-h-400px:hover {
    max-height: 400px !important;
  }
  .md\:max-h-450px, .md\:max-h-450px-hover:hover, .md\:hover\:max-h-450px:hover {
    max-height: 450px !important;
  }
  .md\:max-h-500px, .md\:max-h-500px-hover:hover, .md\:hover\:max-h-500px:hover {
    max-height: 500px !important;
  }
  .md\:max-h-550px, .md\:max-h-550px-hover:hover, .md\:hover\:max-h-550px:hover {
    max-height: 550px !important;
  }
  .md\:max-h-600px, .md\:max-h-600px-hover:hover, .md\:hover\:max-h-600px:hover {
    max-height: 600px !important;
  }
  .md\:max-h-650px, .md\:max-h-650px-hover:hover, .md\:hover\:max-h-650px:hover {
    max-height: 650px !important;
  }
  .md\:max-h-700px, .md\:max-h-700px-hover:hover, .md\:hover\:max-h-700px:hover {
    max-height: 700px !important;
  }
  .md\:max-h-750px, .md\:max-h-750px-hover:hover, .md\:hover\:max-h-750px:hover {
    max-height: 750px !important;
  }
  .md\:max-h-800px, .md\:max-h-800px-hover:hover, .md\:hover\:max-h-800px:hover {
    max-height: 800px !important;
  }
  .md\:max-h-850px, .md\:max-h-850px-hover:hover, .md\:hover\:max-h-850px:hover {
    max-height: 850px !important;
  }
  .md\:max-h-900px, .md\:max-h-900px-hover:hover, .md\:hover\:max-h-900px:hover {
    max-height: 900px !important;
  }
  .md\:max-h-950px, .md\:max-h-950px-hover:hover, .md\:hover\:max-h-950px:hover {
    max-height: 950px !important;
  }
  .md\:max-h-1000px, .md\:max-h-1000px-hover:hover, .md\:hover\:max-h-1000px:hover {
    max-height: 1000px !important;
  }
  .md\:max-h-1170px, .md\:max-h-1170px-hover:hover, .md\:hover\:max-h-1170px:hover {
    max-height: 1170px !important;
  }
  .md\:max-h-1280px, .md\:max-h-1280px-hover:hover, .md\:hover\:max-h-1280px:hover {
    max-height: 1280px !important;
  }
  .md\:max-h-1320px, .md\:max-h-1320px-hover:hover, .md\:hover\:max-h-1320px:hover {
    max-height: 1320px !important;
  }
  .md\:max-h-1440px, .md\:max-h-1440px-hover:hover, .md\:hover\:max-h-1440px:hover {
    max-height: 1440px !important;
  }
  .md\:max-h-1\/6, .md\:max-h-1\/6-hover:hover, .md\:hover\:max-h-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .md\:max-h-2\/6, .md\:max-h-2\/6-hover:hover, .md\:hover\:max-h-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .md\:max-h-3\/6, .md\:max-h-3\/6-hover:hover, .md\:hover\:max-h-3\/6:hover {
    max-height: 50% !important;
  }
  .md\:max-h-4\/6, .md\:max-h-4\/6-hover:hover, .md\:hover\:max-h-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .md\:max-h-5\/6, .md\:max-h-5\/6-hover:hover, .md\:hover\:max-h-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .md\:max-h-1\/5, .md\:max-h-1\/5-hover:hover, .md\:hover\:max-h-1\/5:hover {
    max-height: 20% !important;
  }
  .md\:max-h-2\/5, .md\:max-h-2\/5-hover:hover, .md\:hover\:max-h-2\/5:hover {
    max-height: 40% !important;
  }
  .md\:max-h-3\/5, .md\:max-h-3\/5-hover:hover, .md\:hover\:max-h-3\/5:hover {
    max-height: 60% !important;
  }
  .md\:max-h-4\/5, .md\:max-h-4\/5-hover:hover, .md\:hover\:max-h-4\/5:hover {
    max-height: 80% !important;
  }
  .md\:max-h-1\/4, .md\:max-h-1\/4-hover:hover, .md\:hover\:max-h-1\/4:hover {
    max-height: 25% !important;
  }
  .md\:max-h-2\/4, .md\:max-h-2\/4-hover:hover, .md\:hover\:max-h-2\/4:hover {
    max-height: 50% !important;
  }
  .md\:max-h-3\/4, .md\:max-h-3\/4-hover:hover, .md\:hover\:max-h-3\/4:hover {
    max-height: 75% !important;
  }
  .md\:max-h-1\/3, .md\:max-h-1\/3-hover:hover, .md\:hover\:max-h-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .md\:max-h-2\/3, .md\:max-h-2\/3-hover:hover, .md\:hover\:max-h-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .md\:max-h-1\/2, .md\:max-h-1\/2-hover:hover, .md\:hover\:max-h-1\/2:hover {
    max-height: 50% !important;
  }
  .md\:max-h-xs, .md\:max-h-xs-hover:hover, .md\:hover\:max-h-xs:hover {
    max-height: 320px !important;
  }
  .md\:max-h-sm, .md\:max-h-sm-hover:hover, .md\:hover\:max-h-sm:hover {
    max-height: 640px !important;
  }
  .md\:max-h-md, .md\:max-h-md-hover:hover, .md\:hover\:max-h-md:hover {
    max-height: 720px !important;
  }
  .md\:max-h-lg, .md\:max-h-lg-hover:hover, .md\:hover\:max-h-lg:hover {
    max-height: 1040px !important;
  }
  .md\:max-h-xl, .md\:max-h-xl-hover:hover, .md\:hover\:max-h-xl:hover {
    max-height: 1280px !important;
  }
  .md\:max-h-2xl, .md\:max-h-2xl-hover:hover, .md\:hover\:max-h-2xl:hover {
    max-height: 1312px !important;
  }
  .md\:max-h-100, .md\:max-h-100-hover:hover, .md\:hover\:max-h-100:hover {
    max-height: 100% !important;
  }
  .md\:max-h-full, .md\:max-h-full-hover:hover, .md\:hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .md\:max-h-min, .md\:max-h-min-hover:hover, .md\:hover\:max-h-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .md\:max-h-max, .md\:max-h-max-hover:hover, .md\:hover\:max-h-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .md\:max-h-fit, .md\:max-h-fit-hover:hover, .md\:hover\:max-h-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .md\:max-h-0, .md\:max-h-0-hover:hover, .md\:hover\:max-h-0:hover {
    max-height: 0 !important;
  }
  .md\:max-h-screen, .md\:max-h-screen-hover:hover, .md\:hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .flex-md-auto {
    flex: 1 1 auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-initial {
    flex: 0 1 auto !important;
  }
  .flex-md-1 {
    flex: 1 1 0% !important;
  }
  .flex-md-none {
    flex: none !important;
  }
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  .md\:flex-fill {
    flex: 1 1 auto !important;
  }
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:flex-none {
    flex: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-between {
    justify-content: space-between !important;
  }
  .justify-md-around {
    justify-content: space-around !important;
  }
  .justify-md-evenly {
    justify-content: space-evenly !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .items-md-start {
    align-items: flex-start !important;
  }
  .items-md-center {
    align-items: center !important;
  }
  .items-md-end {
    align-items: flex-end !important;
  }
  .items-md-stretch {
    align-items: stretch !important;
  }
  .items-md-baseline {
    align-items: baseline !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-stretch {
    align-items: stretch !important;
  }
  .md\:items-baseline {
    align-items: baseline !important;
  }
  .content-md-start {
    align-content: flex-start !important;
  }
  .content-md-center {
    align-content: center !important;
  }
  .content-md-end {
    align-content: flex-end !important;
  }
  .content-md-between {
    align-content: space-between !important;
  }
  .content-md-around {
    align-content: space-around !important;
  }
  .content-md-evenly {
    align-content: space-evenly !important;
  }
  .content-md-baseline {
    align-content: baseline !important;
  }
  .md\:content-start {
    align-content: flex-start !important;
  }
  .md\:content-center {
    align-content: center !important;
  }
  .md\:content-end {
    align-content: flex-end !important;
  }
  .md\:content-between {
    align-content: space-between !important;
  }
  .md\:content-around {
    align-content: space-around !important;
  }
  .md\:content-evenly {
    align-content: space-evenly !important;
  }
  .md\:content-baseline {
    align-content: baseline !important;
  }
  .self-md-auto {
    align-self: auto !important;
  }
  .self-md-start {
    align-self: flex-start !important;
  }
  .self-md-center {
    align-self: center !important;
  }
  .self-md-end {
    align-self: flex-end !important;
  }
  .self-md-stretch {
    align-self: stretch !important;
  }
  .self-md-baseline {
    align-self: baseline !important;
  }
  .md\:self-auto {
    align-self: auto !important;
  }
  .md\:self-start {
    align-self: flex-start !important;
  }
  .md\:self-center {
    align-self: center !important;
  }
  .md\:self-end {
    align-self: flex-end !important;
  }
  .md\:self-stretch {
    align-self: stretch !important;
  }
  .md\:self-baseline {
    align-self: baseline !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:order-md-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:order-md-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:order-md-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:order-md-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:order-md-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:order-md-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:order-md-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:order-md-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:order-md-last {
    order: 6 !important;
  }
  .md\:order-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:md\:order-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:md\:order-first {
    order: -1 !important;
  }
  .md\:order-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:md\:order-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:md\:order-0 {
    order: 0 !important;
  }
  .md\:order-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:md\:order-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:md\:order-1 {
    order: 1 !important;
  }
  .md\:order-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:md\:order-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:md\:order-2 {
    order: 2 !important;
  }
  .md\:order-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:md\:order-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:md\:order-3 {
    order: 3 !important;
  }
  .md\:order-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:md\:order-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:md\:order-4 {
    order: 4 !important;
  }
  .md\:order-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:md\:order-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:md\:order-5 {
    order: 5 !important;
  }
  .md\:order-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:md\:order-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:md\:order-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-narrow {
    margin: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .m-md-7 {
    margin: 3.5rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:m-narrow {
    margin: 0.25rem !important;
  }
  .md\:m-1 {
    margin: 0.5rem !important;
  }
  .md\:m-2 {
    margin: 1rem !important;
  }
  .md\:m-3 {
    margin: 1.5rem !important;
  }
  .md\:m-4 {
    margin: 2rem !important;
  }
  .md\:m-5 {
    margin: 2.5rem !important;
  }
  .md\:m-6 {
    margin: 3rem !important;
  }
  .md\:m-7 {
    margin: 3.5rem !important;
  }
  .md\:m-8 {
    margin: 4rem !important;
  }
  .md\:m-9 {
    margin: 5rem !important;
  }
  .md\:m-10 {
    margin: 8rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .md\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .md\:mx-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .md\:mx-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .md\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .md\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .md\:mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .md\:mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .md\:mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .md\:mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .md\:mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .md\:mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .md\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .md\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .md\:my-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .md\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .md\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-narrow {
    margin-top: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 3.5rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mt-narrow {
    margin-top: 0.25rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-2 {
    margin-top: 1rem !important;
  }
  .md\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-4 {
    margin-top: 2rem !important;
  }
  .md\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-6 {
    margin-top: 3rem !important;
  }
  .md\:mt-7 {
    margin-top: 3.5rem !important;
  }
  .md\:mt-8 {
    margin-top: 4rem !important;
  }
  .md\:mt-9 {
    margin-top: 5rem !important;
  }
  .md\:mt-10 {
    margin-top: 8rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:me-md-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:me-md-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:me-md-narrow {
    margin-right: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:me-md-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-3 {
    margin-right: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:me-md-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:me-md-4 {
    margin-right: 2rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:me-md-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:me-md-6 {
    margin-right: 3rem !important;
  }
  .me-md-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-7 {
    margin-right: 3.5rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:me-md-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:me-md-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:me-md-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:me-md-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:me-md-auto {
    margin-right: auto !important;
  }
  .md\:me-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:md\:me-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:md\:me-0 {
    margin-right: 0 !important;
  }
  .md\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:me-narrow {
    margin-right: 0.25rem !important;
  }
  .md\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-1 {
    margin-right: 0.5rem !important;
  }
  .md\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:md\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:md\:me-2 {
    margin-right: 1rem !important;
  }
  .md\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-3 {
    margin-right: 1.5rem !important;
  }
  .md\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:md\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:md\:me-4 {
    margin-right: 2rem !important;
  }
  .md\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-5 {
    margin-right: 2.5rem !important;
  }
  .md\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:md\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:md\:me-6 {
    margin-right: 3rem !important;
  }
  .md\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-7 {
    margin-right: 3.5rem !important;
  }
  .md\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:md\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:md\:me-8 {
    margin-right: 4rem !important;
  }
  .md\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-9 {
    margin-right: 5rem !important;
  }
  .md\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:md\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:md\:me-10 {
    margin-right: 8rem !important;
  }
  .md\:me-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:md\:me-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:md\:me-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-narrow {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:mb-narrow {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-9 {
    margin-bottom: 5rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 8rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:ms-md-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-md-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-md-narrow {
    margin-left: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ms-md-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-3 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ms-md-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ms-md-4 {
    margin-left: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ms-md-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ms-md-6 {
    margin-left: 3rem !important;
  }
  .ms-md-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-7 {
    margin-left: 3.5rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ms-md-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ms-md-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:ms-md-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:ms-md-auto {
    margin-left: auto !important;
  }
  .md\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:md\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:md\:ms-0 {
    margin-left: 0 !important;
  }
  .md\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  .md\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-1 {
    margin-left: 0.5rem !important;
  }
  .md\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-2 {
    margin-left: 1rem !important;
  }
  .md\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .md\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-4 {
    margin-left: 2rem !important;
  }
  .md\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-5 {
    margin-left: 2.5rem !important;
  }
  .md\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-6 {
    margin-left: 3rem !important;
  }
  .md\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-7 {
    margin-left: 3.5rem !important;
  }
  .md\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-8 {
    margin-left: 4rem !important;
  }
  .md\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-9 {
    margin-left: 5rem !important;
  }
  .md\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-10 {
    margin-left: 8rem !important;
  }
  .md\:ms-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:md\:ms-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:md\:ms-auto {
    margin-left: auto !important;
  }
  .m-md-nnarrow {
    margin: -0.25rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .m-md-n5 {
    margin: -2.5rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .m-md-n7 {
    margin: -3.5rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .m-md-n10 {
    margin: -8rem !important;
  }
  .md\:m-nnarrow {
    margin: -0.25rem !important;
  }
  .md\:m-n1 {
    margin: -0.5rem !important;
  }
  .md\:m-n2 {
    margin: -1rem !important;
  }
  .md\:m-n3 {
    margin: -1.5rem !important;
  }
  .md\:m-n4 {
    margin: -2rem !important;
  }
  .md\:m-n5 {
    margin: -2.5rem !important;
  }
  .md\:m-n6 {
    margin: -3rem !important;
  }
  .md\:m-n7 {
    margin: -3.5rem !important;
  }
  .md\:m-n8 {
    margin: -4rem !important;
  }
  .md\:m-n9 {
    margin: -5rem !important;
  }
  .md\:m-n10 {
    margin: -8rem !important;
  }
  .mx-md-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .md\:mx-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .md\:mx-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .md\:mx-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .md\:mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .md\:mx-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .md\:mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .md\:mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .md\:mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .md\:mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .md\:mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .md\:mx-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-md-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .md\:my-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:my-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:my-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:my-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .md\:my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .md\:my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:my-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:my-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-md-nnarrow {
    margin-top: -0.25rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -2rem !important;
  }
  .mt-md-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n6 {
    margin-top: -3rem !important;
  }
  .mt-md-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -4rem !important;
  }
  .mt-md-n9 {
    margin-top: -5rem !important;
  }
  .mt-md-n10 {
    margin-top: -8rem !important;
  }
  .md\:mt-nnarrow {
    margin-top: -0.25rem !important;
  }
  .md\:mt-n1 {
    margin-top: -0.5rem !important;
  }
  .md\:mt-n2 {
    margin-top: -1rem !important;
  }
  .md\:mt-n3 {
    margin-top: -1.5rem !important;
  }
  .md\:mt-n4 {
    margin-top: -2rem !important;
  }
  .md\:mt-n5 {
    margin-top: -2.5rem !important;
  }
  .md\:mt-n6 {
    margin-top: -3rem !important;
  }
  .md\:mt-n7 {
    margin-top: -3.5rem !important;
  }
  .md\:mt-n8 {
    margin-top: -4rem !important;
  }
  .md\:mt-n9 {
    margin-top: -5rem !important;
  }
  .md\:mt-n10 {
    margin-top: -8rem !important;
  }
  .me-md-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:me-md-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:me-md-nnarrow {
    margin-right: -0.25rem !important;
  }
  .me-md-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-n1 {
    margin-right: -0.5rem !important;
  }
  .me-md-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:me-md-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:me-md-n2 {
    margin-right: -1rem !important;
  }
  .me-md-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-n3 {
    margin-right: -1.5rem !important;
  }
  .me-md-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:me-md-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:me-md-n4 {
    margin-right: -2rem !important;
  }
  .me-md-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-n5 {
    margin-right: -2.5rem !important;
  }
  .me-md-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:me-md-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:me-md-n6 {
    margin-right: -3rem !important;
  }
  .me-md-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:me-md-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:me-md-n7 {
    margin-right: -3.5rem !important;
  }
  .me-md-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:me-md-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:me-md-n8 {
    margin-right: -4rem !important;
  }
  .me-md-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:me-md-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:me-md-n9 {
    margin-right: -5rem !important;
  }
  .me-md-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:me-md-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:me-md-n10 {
    margin-right: -8rem !important;
  }
  .md\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  .md\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n1 {
    margin-right: -0.5rem !important;
  }
  .md\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n2 {
    margin-right: -1rem !important;
  }
  .md\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n3 {
    margin-right: -1.5rem !important;
  }
  .md\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n4 {
    margin-right: -2rem !important;
  }
  .md\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n5 {
    margin-right: -2.5rem !important;
  }
  .md\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n6 {
    margin-right: -3rem !important;
  }
  .md\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n7 {
    margin-right: -3.5rem !important;
  }
  .md\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n8 {
    margin-right: -4rem !important;
  }
  .md\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n9 {
    margin-right: -5rem !important;
  }
  .md\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:md\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:md\:me-n10 {
    margin-right: -8rem !important;
  }
  .mb-md-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -8rem !important;
  }
  .md\:mb-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .md\:mb-n1 {
    margin-bottom: -0.5rem !important;
  }
  .md\:mb-n2 {
    margin-bottom: -1rem !important;
  }
  .md\:mb-n3 {
    margin-bottom: -1.5rem !important;
  }
  .md\:mb-n4 {
    margin-bottom: -2rem !important;
  }
  .md\:mb-n5 {
    margin-bottom: -2.5rem !important;
  }
  .md\:mb-n6 {
    margin-bottom: -3rem !important;
  }
  .md\:mb-n7 {
    margin-bottom: -3.5rem !important;
  }
  .md\:mb-n8 {
    margin-bottom: -4rem !important;
  }
  .md\:mb-n9 {
    margin-bottom: -5rem !important;
  }
  .md\:mb-n10 {
    margin-bottom: -8rem !important;
  }
  .ms-md-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-md-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-md-nnarrow {
    margin-left: -0.25rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n2 {
    margin-left: -1rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n4 {
    margin-left: -2rem !important;
  }
  .ms-md-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n6 {
    margin-left: -3rem !important;
  }
  .ms-md-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n8 {
    margin-left: -4rem !important;
  }
  .ms-md-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n9 {
    margin-left: -5rem !important;
  }
  .ms-md-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:ms-md-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:ms-md-n10 {
    margin-left: -8rem !important;
  }
  .md\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  .md\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  .md\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n2 {
    margin-left: -1rem !important;
  }
  .md\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  .md\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n4 {
    margin-left: -2rem !important;
  }
  .md\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  .md\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n6 {
    margin-left: -3rem !important;
  }
  .md\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  .md\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n8 {
    margin-left: -4rem !important;
  }
  .md\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n9 {
    margin-left: -5rem !important;
  }
  .md\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:md\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:md\:ms-n10 {
    margin-left: -8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-narrow {
    padding: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .p-md-7 {
    padding: 3.5rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .md\:p-0 {
    padding: 0 !important;
  }
  .md\:p-narrow {
    padding: 0.25rem !important;
  }
  .md\:p-1 {
    padding: 0.5rem !important;
  }
  .md\:p-2 {
    padding: 1rem !important;
  }
  .md\:p-3 {
    padding: 1.5rem !important;
  }
  .md\:p-4 {
    padding: 2rem !important;
  }
  .md\:p-5 {
    padding: 2.5rem !important;
  }
  .md\:p-6 {
    padding: 3rem !important;
  }
  .md\:p-7 {
    padding: 3.5rem !important;
  }
  .md\:p-8 {
    padding: 4rem !important;
  }
  .md\:p-9 {
    padding: 5rem !important;
  }
  .md\:p-10 {
    padding: 8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .md\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .md\:px-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .md\:px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .md\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .md\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .md\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .md\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .md\:px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .md\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .md\:px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .md\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:py-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-narrow {
    padding-top: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pt-md-7 {
    padding-top: 3.5rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pt-narrow {
    padding-top: 0.25rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-2 {
    padding-top: 1rem !important;
  }
  .md\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-4 {
    padding-top: 2rem !important;
  }
  .md\:pt-5 {
    padding-top: 2.5rem !important;
  }
  .md\:pt-6 {
    padding-top: 3rem !important;
  }
  .md\:pt-7 {
    padding-top: 3.5rem !important;
  }
  .md\:pt-8 {
    padding-top: 4rem !important;
  }
  .md\:pt-9 {
    padding-top: 5rem !important;
  }
  .md\:pt-10 {
    padding-top: 8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:pe-md-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:pe-md-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:pe-md-narrow {
    padding-right: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:pe-md-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:pe-md-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:pe-md-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:pe-md-3 {
    padding-right: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:pe-md-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:pe-md-4 {
    padding-right: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:pe-md-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:pe-md-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:pe-md-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:pe-md-6 {
    padding-right: 3rem !important;
  }
  .pe-md-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:pe-md-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:pe-md-7 {
    padding-right: 3.5rem !important;
  }
  .pe-md-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:pe-md-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:pe-md-8 {
    padding-right: 4rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:pe-md-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:pe-md-9 {
    padding-right: 5rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:pe-md-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:pe-md-10 {
    padding-right: 8rem !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:pe-md-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:pe-md-auto {
    padding-right: auto !important;
  }
  .md\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:md\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:md\:pe-0 {
    padding-right: 0 !important;
  }
  .md\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  .md\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-1 {
    padding-right: 0.5rem !important;
  }
  .md\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-2 {
    padding-right: 1rem !important;
  }
  .md\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .md\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-4 {
    padding-right: 2rem !important;
  }
  .md\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-5 {
    padding-right: 2.5rem !important;
  }
  .md\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-6 {
    padding-right: 3rem !important;
  }
  .md\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-7 {
    padding-right: 3.5rem !important;
  }
  .md\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-8 {
    padding-right: 4rem !important;
  }
  .md\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-9 {
    padding-right: 5rem !important;
  }
  .md\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:md\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:md\:pe-10 {
    padding-right: 8rem !important;
  }
  .md\:pe-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:md\:pe-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:md\:pe-auto {
    padding-right: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-narrow {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pb-narrow {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:ps-md-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ps-md-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ps-md-narrow {
    padding-left: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ps-md-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ps-md-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ps-md-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ps-md-3 {
    padding-left: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ps-md-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ps-md-4 {
    padding-left: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ps-md-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ps-md-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ps-md-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ps-md-6 {
    padding-left: 3rem !important;
  }
  .ps-md-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ps-md-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ps-md-7 {
    padding-left: 3.5rem !important;
  }
  .ps-md-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ps-md-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ps-md-8 {
    padding-left: 4rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ps-md-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ps-md-9 {
    padding-left: 5rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ps-md-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ps-md-10 {
    padding-left: 8rem !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:ps-md-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:ps-md-auto {
    padding-left: auto !important;
  }
  .md\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:md\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:md\:ps-0 {
    padding-left: 0 !important;
  }
  .md\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  .md\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-1 {
    padding-left: 0.5rem !important;
  }
  .md\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-2 {
    padding-left: 1rem !important;
  }
  .md\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .md\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-4 {
    padding-left: 2rem !important;
  }
  .md\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-5 {
    padding-left: 2.5rem !important;
  }
  .md\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-6 {
    padding-left: 3rem !important;
  }
  .md\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-7 {
    padding-left: 3.5rem !important;
  }
  .md\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }
  .md\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-9 {
    padding-left: 5rem !important;
  }
  .md\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:md\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:md\:ps-10 {
    padding-left: 8rem !important;
  }
  .md\:ps-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:md\:ps-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:md\:ps-auto {
    padding-left: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-narrow {
    gap: 0.25rem !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 1.5rem !important;
  }
  .gap-md-4 {
    gap: 2rem !important;
  }
  .gap-md-5 {
    gap: 2.5rem !important;
  }
  .gap-md-6 {
    gap: 3rem !important;
  }
  .gap-md-7 {
    gap: 3.5rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 8rem !important;
  }
  .md\:gap-0 {
    gap: 0 !important;
  }
  .md\:gap-narrow {
    gap: 0.25rem !important;
  }
  .md\:gap-1 {
    gap: 0.5rem !important;
  }
  .md\:gap-2 {
    gap: 1rem !important;
  }
  .md\:gap-3 {
    gap: 1.5rem !important;
  }
  .md\:gap-4 {
    gap: 2rem !important;
  }
  .md\:gap-5 {
    gap: 2.5rem !important;
  }
  .md\:gap-6 {
    gap: 3rem !important;
  }
  .md\:gap-7 {
    gap: 3.5rem !important;
  }
  .md\:gap-8 {
    gap: 4rem !important;
  }
  .md\:gap-9 {
    gap: 5rem !important;
  }
  .md\:gap-10 {
    gap: 8rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-narrow {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-2 {
    row-gap: 1rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-4 {
    row-gap: 2rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 3rem !important;
  }
  .row-gap-md-7 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-8 {
    row-gap: 4rem !important;
  }
  .row-gap-md-9 {
    row-gap: 5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 8rem !important;
  }
  .md\:row-gap-0 {
    row-gap: 0 !important;
  }
  .md\:row-gap-narrow {
    row-gap: 0.25rem !important;
  }
  .md\:row-gap-1 {
    row-gap: 0.5rem !important;
  }
  .md\:row-gap-2 {
    row-gap: 1rem !important;
  }
  .md\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .md\:row-gap-4 {
    row-gap: 2rem !important;
  }
  .md\:row-gap-5 {
    row-gap: 2.5rem !important;
  }
  .md\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .md\:row-gap-7 {
    row-gap: 3.5rem !important;
  }
  .md\:row-gap-8 {
    row-gap: 4rem !important;
  }
  .md\:row-gap-9 {
    row-gap: 5rem !important;
  }
  .md\:row-gap-10 {
    row-gap: 8rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .md\:column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .md\:column-gap-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .md\:column-gap-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .md\:column-gap-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .md\:column-gap-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .md\:column-gap-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .md\:column-gap-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .md\:column-gap-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .md\:column-gap-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .md\:column-gap-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .md\:column-gap-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .md\:column-gap-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .fs-md-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:fs-md-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:fs-md-1 {
    font-size: 1.75rem !important;
  }
  .fs-md-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:fs-md-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:fs-md-2 {
    font-size: 1.5rem !important;
  }
  .fs-md-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:fs-md-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:fs-md-3 {
    font-size: 1.25rem !important;
  }
  .fs-md-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:fs-md-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:fs-md-4 {
    font-size: 1.125rem !important;
  }
  .fs-md-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:fs-md-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:fs-md-5 {
    font-size: 1rem !important;
  }
  .fs-md-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:fs-md-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:fs-md-6 {
    font-size: 0.95rem !important;
  }
  .fs-md-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:fs-md-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:fs-md-7 {
    font-size: 0.875rem !important;
  }
  .fs-md-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:fs-md-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:fs-md-8 {
    font-size: 0.75rem !important;
  }
  .md\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-1 {
    font-size: 1.75rem !important;
  }
  .md\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-2 {
    font-size: 1.5rem !important;
  }
  .md\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-3 {
    font-size: 1.25rem !important;
  }
  .md\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-4 {
    font-size: 1.125rem !important;
  }
  .md\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-5 {
    font-size: 1rem !important;
  }
  .md\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-6 {
    font-size: 0.95rem !important;
  }
  .md\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-7 {
    font-size: 0.875rem !important;
  }
  .md\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:md\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:md\:fs-8 {
    font-size: 0.75rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:text-md-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:text-md-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:text-md-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:text-md-center {
    text-align: center !important;
  }
  .md\:text-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:md\:text-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:md\:text-start {
    text-align: left !important;
  }
  .md\:text-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:md\:text-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:md\:text-end {
    text-align: right !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:md\:text-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:md\:text-center {
    text-align: center !important;
  }
  .rounded-md, .rounded-md-hover:hover, .hover\:rounded-md:hover {
    border-radius: var(--radius) !important;
  }
  .rounded-md-default, .rounded-md-default-hover:hover, .hover\:rounded-md-default:hover {
    border-radius: 8px !important;
  }
  .rounded-md-0-5, .rounded-md-0-5-hover:hover, .hover\:rounded-md-0-5:hover {
    border-radius: 2px !important;
  }
  .rounded-md-1, .rounded-md-1-hover:hover, .hover\:rounded-md-1:hover {
    border-radius: 4px !important;
  }
  .rounded-md-1-5, .rounded-md-1-5-hover:hover, .hover\:rounded-md-1-5:hover {
    border-radius: 12px !important;
  }
  .rounded-md-2, .rounded-md-2-hover:hover, .hover\:rounded-md-2:hover {
    border-radius: 16px !important;
  }
  .rounded-md-2-5, .rounded-md-2-5-hover:hover, .hover\:rounded-md-2-5:hover {
    border-radius: 20px !important;
  }
  .rounded-md-3, .rounded-md-3-hover:hover, .hover\:rounded-md-3:hover {
    border-radius: 24px !important;
  }
  .rounded-md-3-5, .rounded-md-3-5-hover:hover, .hover\:rounded-md-3-5:hover {
    border-radius: 28px !important;
  }
  .rounded-md-4, .rounded-md-4-hover:hover, .hover\:rounded-md-4:hover {
    border-radius: 32px !important;
  }
  .rounded-md-4-5, .rounded-md-4-5-hover:hover, .hover\:rounded-md-4-5:hover {
    border-radius: 36px !important;
  }
  .rounded-md-5, .rounded-md-5-hover:hover, .hover\:rounded-md-5:hover {
    border-radius: 40px !important;
  }
  .rounded-md-5-5, .rounded-md-5-5-hover:hover, .hover\:rounded-md-5-5:hover {
    border-radius: 44px !important;
  }
  .rounded-md-6, .rounded-md-6-hover:hover, .hover\:rounded-md-6:hover {
    border-radius: 48px !important;
  }
  .rounded-md-6-5, .rounded-md-6-5-hover:hover, .hover\:rounded-md-6-5:hover {
    border-radius: 52px !important;
  }
  .rounded-md-7, .rounded-md-7-hover:hover, .hover\:rounded-md-7:hover {
    border-radius: 56px !important;
  }
  .rounded-md-7-5, .rounded-md-7-5-hover:hover, .hover\:rounded-md-7-5:hover {
    border-radius: 60px !important;
  }
  .rounded-md-8, .rounded-md-8-hover:hover, .hover\:rounded-md-8:hover {
    border-radius: 64px !important;
  }
  .rounded-md-8-5, .rounded-md-8-5-hover:hover, .hover\:rounded-md-8-5:hover {
    border-radius: 68px !important;
  }
  .rounded-md-9, .rounded-md-9-hover:hover, .hover\:rounded-md-9:hover {
    border-radius: 72px !important;
  }
  .rounded-md-9-5, .rounded-md-9-5-hover:hover, .hover\:rounded-md-9-5:hover {
    border-radius: 76px !important;
  }
  .rounded-md-10, .rounded-md-10-hover:hover, .hover\:rounded-md-10:hover {
    border-radius: 80px !important;
  }
  .rounded-md-circle, .rounded-md-circle-hover:hover, .hover\:rounded-md-circle:hover {
    border-radius: 50% !important;
  }
  .rounded-md-full, .rounded-md-full-hover:hover, .hover\:rounded-md-full:hover {
    border-radius: 100% !important;
  }
  .rounded-md-pill, .rounded-md-pill-hover:hover, .hover\:rounded-md-pill:hover {
    border-radius: 50rem !important;
  }
  .rounded-md-0, .rounded-md-0-hover:hover, .hover\:rounded-md-0:hover {
    border-radius: 0 !important;
  }
  .md\:rounded, .md\:rounded-hover:hover, .md\:hover\:rounded:hover {
    border-radius: var(--radius) !important;
  }
  .md\:rounded-default, .md\:rounded-default-hover:hover, .md\:hover\:rounded-default:hover {
    border-radius: 8px !important;
  }
  .md\:rounded-0-5, .md\:rounded-0-5-hover:hover, .md\:hover\:rounded-0-5:hover {
    border-radius: 2px !important;
  }
  .md\:rounded-1, .md\:rounded-1-hover:hover, .md\:hover\:rounded-1:hover {
    border-radius: 4px !important;
  }
  .md\:rounded-1-5, .md\:rounded-1-5-hover:hover, .md\:hover\:rounded-1-5:hover {
    border-radius: 12px !important;
  }
  .md\:rounded-2, .md\:rounded-2-hover:hover, .md\:hover\:rounded-2:hover {
    border-radius: 16px !important;
  }
  .md\:rounded-2-5, .md\:rounded-2-5-hover:hover, .md\:hover\:rounded-2-5:hover {
    border-radius: 20px !important;
  }
  .md\:rounded-3, .md\:rounded-3-hover:hover, .md\:hover\:rounded-3:hover {
    border-radius: 24px !important;
  }
  .md\:rounded-3-5, .md\:rounded-3-5-hover:hover, .md\:hover\:rounded-3-5:hover {
    border-radius: 28px !important;
  }
  .md\:rounded-4, .md\:rounded-4-hover:hover, .md\:hover\:rounded-4:hover {
    border-radius: 32px !important;
  }
  .md\:rounded-4-5, .md\:rounded-4-5-hover:hover, .md\:hover\:rounded-4-5:hover {
    border-radius: 36px !important;
  }
  .md\:rounded-5, .md\:rounded-5-hover:hover, .md\:hover\:rounded-5:hover {
    border-radius: 40px !important;
  }
  .md\:rounded-5-5, .md\:rounded-5-5-hover:hover, .md\:hover\:rounded-5-5:hover {
    border-radius: 44px !important;
  }
  .md\:rounded-6, .md\:rounded-6-hover:hover, .md\:hover\:rounded-6:hover {
    border-radius: 48px !important;
  }
  .md\:rounded-6-5, .md\:rounded-6-5-hover:hover, .md\:hover\:rounded-6-5:hover {
    border-radius: 52px !important;
  }
  .md\:rounded-7, .md\:rounded-7-hover:hover, .md\:hover\:rounded-7:hover {
    border-radius: 56px !important;
  }
  .md\:rounded-7-5, .md\:rounded-7-5-hover:hover, .md\:hover\:rounded-7-5:hover {
    border-radius: 60px !important;
  }
  .md\:rounded-8, .md\:rounded-8-hover:hover, .md\:hover\:rounded-8:hover {
    border-radius: 64px !important;
  }
  .md\:rounded-8-5, .md\:rounded-8-5-hover:hover, .md\:hover\:rounded-8-5:hover {
    border-radius: 68px !important;
  }
  .md\:rounded-9, .md\:rounded-9-hover:hover, .md\:hover\:rounded-9:hover {
    border-radius: 72px !important;
  }
  .md\:rounded-9-5, .md\:rounded-9-5-hover:hover, .md\:hover\:rounded-9-5:hover {
    border-radius: 76px !important;
  }
  .md\:rounded-10, .md\:rounded-10-hover:hover, .md\:hover\:rounded-10:hover {
    border-radius: 80px !important;
  }
  .md\:rounded-circle, .md\:rounded-circle-hover:hover, .md\:hover\:rounded-circle:hover {
    border-radius: 50% !important;
  }
  .md\:rounded-full, .md\:rounded-full-hover:hover, .md\:hover\:rounded-full:hover {
    border-radius: 100% !important;
  }
  .md\:rounded-pill, .md\:rounded-pill-hover:hover, .md\:hover\:rounded-pill:hover {
    border-radius: 50rem !important;
  }
  .md\:rounded-0, .md\:rounded-0-hover:hover, .md\:hover\:rounded-0:hover {
    border-radius: 0 !important;
  }
  .rounded-top-md, .rounded-top-md-hover:hover, .hover\:rounded-top-md:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-md-default, .rounded-top-md-default-hover:hover, .hover\:rounded-top-md-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-md-0-5, .rounded-top-md-0-5-hover:hover, .hover\:rounded-top-md-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-md-1, .rounded-top-md-1-hover:hover, .hover\:rounded-top-md-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-md-1-5, .rounded-top-md-1-5-hover:hover, .hover\:rounded-top-md-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .rounded-top-md-2, .rounded-top-md-2-hover:hover, .hover\:rounded-top-md-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .rounded-top-md-2-5, .rounded-top-md-2-5-hover:hover, .hover\:rounded-top-md-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .rounded-top-md-3, .rounded-top-md-3-hover:hover, .hover\:rounded-top-md-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .rounded-top-md-3-5, .rounded-top-md-3-5-hover:hover, .hover\:rounded-top-md-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .rounded-top-md-4, .rounded-top-md-4-hover:hover, .hover\:rounded-top-md-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .rounded-top-md-4-5, .rounded-top-md-4-5-hover:hover, .hover\:rounded-top-md-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .rounded-top-md-5, .rounded-top-md-5-hover:hover, .hover\:rounded-top-md-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .rounded-top-md-5-5, .rounded-top-md-5-5-hover:hover, .hover\:rounded-top-md-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .rounded-top-md-6, .rounded-top-md-6-hover:hover, .hover\:rounded-top-md-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .rounded-top-md-6-5, .rounded-top-md-6-5-hover:hover, .hover\:rounded-top-md-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .rounded-top-md-7, .rounded-top-md-7-hover:hover, .hover\:rounded-top-md-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .rounded-top-md-7-5, .rounded-top-md-7-5-hover:hover, .hover\:rounded-top-md-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .rounded-top-md-8, .rounded-top-md-8-hover:hover, .hover\:rounded-top-md-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .rounded-top-md-8-5, .rounded-top-md-8-5-hover:hover, .hover\:rounded-top-md-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .rounded-top-md-9, .rounded-top-md-9-hover:hover, .hover\:rounded-top-md-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .rounded-top-md-9-5, .rounded-top-md-9-5-hover:hover, .hover\:rounded-top-md-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .rounded-top-md-10, .rounded-top-md-10-hover:hover, .hover\:rounded-top-md-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .rounded-top-md-circle, .rounded-top-md-circle-hover:hover, .hover\:rounded-top-md-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-md-full, .rounded-top-md-full-hover:hover, .hover\:rounded-top-md-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .rounded-top-md-pill, .rounded-top-md-pill-hover:hover, .hover\:rounded-top-md-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-md-0, .rounded-top-md-0-hover:hover, .hover\:rounded-top-md-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .md\:rounded-top, .md\:rounded-top-hover:hover, .md\:hover\:rounded-top:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .md\:rounded-top-default, .md\:rounded-top-default-hover:hover, .md\:hover\:rounded-top-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .md\:rounded-top-0-5, .md\:rounded-top-0-5-hover:hover, .md\:hover\:rounded-top-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .md\:rounded-top-1, .md\:rounded-top-1-hover:hover, .md\:hover\:rounded-top-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .md\:rounded-top-1-5, .md\:rounded-top-1-5-hover:hover, .md\:hover\:rounded-top-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .md\:rounded-top-2, .md\:rounded-top-2-hover:hover, .md\:hover\:rounded-top-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .md\:rounded-top-2-5, .md\:rounded-top-2-5-hover:hover, .md\:hover\:rounded-top-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .md\:rounded-top-3, .md\:rounded-top-3-hover:hover, .md\:hover\:rounded-top-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .md\:rounded-top-3-5, .md\:rounded-top-3-5-hover:hover, .md\:hover\:rounded-top-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .md\:rounded-top-4, .md\:rounded-top-4-hover:hover, .md\:hover\:rounded-top-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .md\:rounded-top-4-5, .md\:rounded-top-4-5-hover:hover, .md\:hover\:rounded-top-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .md\:rounded-top-5, .md\:rounded-top-5-hover:hover, .md\:hover\:rounded-top-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .md\:rounded-top-5-5, .md\:rounded-top-5-5-hover:hover, .md\:hover\:rounded-top-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .md\:rounded-top-6, .md\:rounded-top-6-hover:hover, .md\:hover\:rounded-top-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .md\:rounded-top-6-5, .md\:rounded-top-6-5-hover:hover, .md\:hover\:rounded-top-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .md\:rounded-top-7, .md\:rounded-top-7-hover:hover, .md\:hover\:rounded-top-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .md\:rounded-top-7-5, .md\:rounded-top-7-5-hover:hover, .md\:hover\:rounded-top-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .md\:rounded-top-8, .md\:rounded-top-8-hover:hover, .md\:hover\:rounded-top-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .md\:rounded-top-8-5, .md\:rounded-top-8-5-hover:hover, .md\:hover\:rounded-top-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .md\:rounded-top-9, .md\:rounded-top-9-hover:hover, .md\:hover\:rounded-top-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .md\:rounded-top-9-5, .md\:rounded-top-9-5-hover:hover, .md\:hover\:rounded-top-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .md\:rounded-top-10, .md\:rounded-top-10-hover:hover, .md\:hover\:rounded-top-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .md\:rounded-top-circle, .md\:rounded-top-circle-hover:hover, .md\:hover\:rounded-top-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .md\:rounded-top-full, .md\:rounded-top-full-hover:hover, .md\:hover\:rounded-top-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .md\:rounded-top-pill, .md\:rounded-top-pill-hover:hover, .md\:hover\:rounded-top-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .md\:rounded-top-0, .md\:rounded-top-0-hover:hover, .md\:hover\:rounded-top-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-end-md, .rounded-end-md-hover:hover, .hover\:rounded-end-md:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-end-md {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-end-md {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-end-md-default, .rounded-end-md-default-hover:hover, .hover\:rounded-end-md-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-md-0-5, .rounded-end-md-0-5-hover:hover, .hover\:rounded-end-md-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-md-1, .rounded-end-md-1-hover:hover, .hover\:rounded-end-md-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-md-1-5, .rounded-end-md-1-5-hover:hover, .hover\:rounded-end-md-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .rounded-end-md-2, .rounded-end-md-2-hover:hover, .hover\:rounded-end-md-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .rounded-end-md-2-5, .rounded-end-md-2-5-hover:hover, .hover\:rounded-end-md-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .rounded-end-md-3, .rounded-end-md-3-hover:hover, .hover\:rounded-end-md-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .rounded-end-md-3-5, .rounded-end-md-3-5-hover:hover, .hover\:rounded-end-md-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .rounded-end-md-4, .rounded-end-md-4-hover:hover, .hover\:rounded-end-md-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .rounded-end-md-4-5, .rounded-end-md-4-5-hover:hover, .hover\:rounded-end-md-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .rounded-end-md-5, .rounded-end-md-5-hover:hover, .hover\:rounded-end-md-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .rounded-end-md-5-5, .rounded-end-md-5-5-hover:hover, .hover\:rounded-end-md-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .rounded-end-md-6, .rounded-end-md-6-hover:hover, .hover\:rounded-end-md-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .rounded-end-md-6-5, .rounded-end-md-6-5-hover:hover, .hover\:rounded-end-md-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .rounded-end-md-7, .rounded-end-md-7-hover:hover, .hover\:rounded-end-md-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .rounded-end-md-7-5, .rounded-end-md-7-5-hover:hover, .hover\:rounded-end-md-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .rounded-end-md-8, .rounded-end-md-8-hover:hover, .hover\:rounded-end-md-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .rounded-end-md-8-5, .rounded-end-md-8-5-hover:hover, .hover\:rounded-end-md-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .rounded-end-md-9, .rounded-end-md-9-hover:hover, .hover\:rounded-end-md-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .rounded-end-md-9-5, .rounded-end-md-9-5-hover:hover, .hover\:rounded-end-md-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .rounded-end-md-10, .rounded-end-md-10-hover:hover, .hover\:rounded-end-md-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .rounded-end-md-circle, .rounded-end-md-circle-hover:hover, .hover\:rounded-end-md-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-md-full, .rounded-end-md-full-hover:hover, .hover\:rounded-end-md-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .rounded-end-md-pill, .rounded-end-md-pill-hover:hover, .hover\:rounded-end-md-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-md-0, .rounded-end-md-0-hover:hover, .hover\:rounded-end-md-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:rounded-end, .md\:rounded-end-hover:hover, .md\:hover\:rounded-end:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .md\:rounded-end-default, .md\:rounded-end-default-hover:hover, .md\:hover\:rounded-end-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .md\:rounded-end-0-5, .md\:rounded-end-0-5-hover:hover, .md\:hover\:rounded-end-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .md\:rounded-end-1, .md\:rounded-end-1-hover:hover, .md\:hover\:rounded-end-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .md\:rounded-end-1-5, .md\:rounded-end-1-5-hover:hover, .md\:hover\:rounded-end-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .md\:rounded-end-2, .md\:rounded-end-2-hover:hover, .md\:hover\:rounded-end-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .md\:rounded-end-2-5, .md\:rounded-end-2-5-hover:hover, .md\:hover\:rounded-end-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .md\:rounded-end-3, .md\:rounded-end-3-hover:hover, .md\:hover\:rounded-end-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .md\:rounded-end-3-5, .md\:rounded-end-3-5-hover:hover, .md\:hover\:rounded-end-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .md\:rounded-end-4, .md\:rounded-end-4-hover:hover, .md\:hover\:rounded-end-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .md\:rounded-end-4-5, .md\:rounded-end-4-5-hover:hover, .md\:hover\:rounded-end-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .md\:rounded-end-5, .md\:rounded-end-5-hover:hover, .md\:hover\:rounded-end-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .md\:rounded-end-5-5, .md\:rounded-end-5-5-hover:hover, .md\:hover\:rounded-end-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .md\:rounded-end-6, .md\:rounded-end-6-hover:hover, .md\:hover\:rounded-end-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .md\:rounded-end-6-5, .md\:rounded-end-6-5-hover:hover, .md\:hover\:rounded-end-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .md\:rounded-end-7, .md\:rounded-end-7-hover:hover, .md\:hover\:rounded-end-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .md\:rounded-end-7-5, .md\:rounded-end-7-5-hover:hover, .md\:hover\:rounded-end-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .md\:rounded-end-8, .md\:rounded-end-8-hover:hover, .md\:hover\:rounded-end-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .md\:rounded-end-8-5, .md\:rounded-end-8-5-hover:hover, .md\:hover\:rounded-end-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .md\:rounded-end-9, .md\:rounded-end-9-hover:hover, .md\:hover\:rounded-end-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .md\:rounded-end-9-5, .md\:rounded-end-9-5-hover:hover, .md\:hover\:rounded-end-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .md\:rounded-end-10, .md\:rounded-end-10-hover:hover, .md\:hover\:rounded-end-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .md\:rounded-end-circle, .md\:rounded-end-circle-hover:hover, .md\:hover\:rounded-end-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .md\:rounded-end-full, .md\:rounded-end-full-hover:hover, .md\:hover\:rounded-end-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .md\:rounded-end-pill, .md\:rounded-end-pill-hover:hover, .md\:hover\:rounded-end-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .md\:rounded-end-0, .md\:rounded-end-0-hover:hover, .md\:hover\:rounded-end-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-bottom-md, .rounded-bottom-md-hover:hover, .hover\:rounded-bottom-md:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-md-default, .rounded-bottom-md-default-hover:hover, .hover\:rounded-bottom-md-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-md-0-5, .rounded-bottom-md-0-5-hover:hover, .hover\:rounded-bottom-md-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-md-1, .rounded-bottom-md-1-hover:hover, .hover\:rounded-bottom-md-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-md-1-5, .rounded-bottom-md-1-5-hover:hover, .hover\:rounded-bottom-md-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-md-2, .rounded-bottom-md-2-hover:hover, .hover\:rounded-bottom-md-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-md-2-5, .rounded-bottom-md-2-5-hover:hover, .hover\:rounded-bottom-md-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-md-3, .rounded-bottom-md-3-hover:hover, .hover\:rounded-bottom-md-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-md-3-5, .rounded-bottom-md-3-5-hover:hover, .hover\:rounded-bottom-md-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-md-4, .rounded-bottom-md-4-hover:hover, .hover\:rounded-bottom-md-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-md-4-5, .rounded-bottom-md-4-5-hover:hover, .hover\:rounded-bottom-md-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-md-5, .rounded-bottom-md-5-hover:hover, .hover\:rounded-bottom-md-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-md-5-5, .rounded-bottom-md-5-5-hover:hover, .hover\:rounded-bottom-md-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-md-6, .rounded-bottom-md-6-hover:hover, .hover\:rounded-bottom-md-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-md-6-5, .rounded-bottom-md-6-5-hover:hover, .hover\:rounded-bottom-md-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-md-7, .rounded-bottom-md-7-hover:hover, .hover\:rounded-bottom-md-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-md-7-5, .rounded-bottom-md-7-5-hover:hover, .hover\:rounded-bottom-md-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-md-8, .rounded-bottom-md-8-hover:hover, .hover\:rounded-bottom-md-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-md-8-5, .rounded-bottom-md-8-5-hover:hover, .hover\:rounded-bottom-md-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-md-9, .rounded-bottom-md-9-hover:hover, .hover\:rounded-bottom-md-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-md-9-5, .rounded-bottom-md-9-5-hover:hover, .hover\:rounded-bottom-md-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-md-10, .rounded-bottom-md-10-hover:hover, .hover\:rounded-bottom-md-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-md-circle, .rounded-bottom-md-circle-hover:hover, .hover\:rounded-bottom-md-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-md-full, .rounded-bottom-md-full-hover:hover, .hover\:rounded-bottom-md-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-md-pill, .rounded-bottom-md-pill-hover:hover, .hover\:rounded-bottom-md-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-md-0, .rounded-bottom-md-0-hover:hover, .hover\:rounded-bottom-md-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .md\:rounded-bottom, .md\:rounded-bottom-hover:hover, .md\:hover\:rounded-bottom:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .md\:rounded-bottom-default, .md\:rounded-bottom-default-hover:hover, .md\:hover\:rounded-bottom-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .md\:rounded-bottom-0-5, .md\:rounded-bottom-0-5-hover:hover, .md\:hover\:rounded-bottom-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .md\:rounded-bottom-1, .md\:rounded-bottom-1-hover:hover, .md\:hover\:rounded-bottom-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .md\:rounded-bottom-1-5, .md\:rounded-bottom-1-5-hover:hover, .md\:hover\:rounded-bottom-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .md\:rounded-bottom-2, .md\:rounded-bottom-2-hover:hover, .md\:hover\:rounded-bottom-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .md\:rounded-bottom-2-5, .md\:rounded-bottom-2-5-hover:hover, .md\:hover\:rounded-bottom-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .md\:rounded-bottom-3, .md\:rounded-bottom-3-hover:hover, .md\:hover\:rounded-bottom-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .md\:rounded-bottom-3-5, .md\:rounded-bottom-3-5-hover:hover, .md\:hover\:rounded-bottom-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .md\:rounded-bottom-4, .md\:rounded-bottom-4-hover:hover, .md\:hover\:rounded-bottom-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .md\:rounded-bottom-4-5, .md\:rounded-bottom-4-5-hover:hover, .md\:hover\:rounded-bottom-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .md\:rounded-bottom-5, .md\:rounded-bottom-5-hover:hover, .md\:hover\:rounded-bottom-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .md\:rounded-bottom-5-5, .md\:rounded-bottom-5-5-hover:hover, .md\:hover\:rounded-bottom-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .md\:rounded-bottom-6, .md\:rounded-bottom-6-hover:hover, .md\:hover\:rounded-bottom-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .md\:rounded-bottom-6-5, .md\:rounded-bottom-6-5-hover:hover, .md\:hover\:rounded-bottom-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .md\:rounded-bottom-7, .md\:rounded-bottom-7-hover:hover, .md\:hover\:rounded-bottom-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .md\:rounded-bottom-7-5, .md\:rounded-bottom-7-5-hover:hover, .md\:hover\:rounded-bottom-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .md\:rounded-bottom-8, .md\:rounded-bottom-8-hover:hover, .md\:hover\:rounded-bottom-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .md\:rounded-bottom-8-5, .md\:rounded-bottom-8-5-hover:hover, .md\:hover\:rounded-bottom-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .md\:rounded-bottom-9, .md\:rounded-bottom-9-hover:hover, .md\:hover\:rounded-bottom-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .md\:rounded-bottom-9-5, .md\:rounded-bottom-9-5-hover:hover, .md\:hover\:rounded-bottom-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .md\:rounded-bottom-10, .md\:rounded-bottom-10-hover:hover, .md\:hover\:rounded-bottom-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .md\:rounded-bottom-circle, .md\:rounded-bottom-circle-hover:hover, .md\:hover\:rounded-bottom-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .md\:rounded-bottom-full, .md\:rounded-bottom-full-hover:hover, .md\:hover\:rounded-bottom-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .md\:rounded-bottom-pill, .md\:rounded-bottom-pill-hover:hover, .md\:hover\:rounded-bottom-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .md\:rounded-bottom-0, .md\:rounded-bottom-0-hover:hover, .md\:hover\:rounded-bottom-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-start-md, .rounded-start-md-hover:hover, .hover\:rounded-start-md:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-start-md {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-start-md {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-start-md-default, .rounded-start-md-default-hover:hover, .hover\:rounded-start-md-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-md-0-5, .rounded-start-md-0-5-hover:hover, .hover\:rounded-start-md-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-md-1, .rounded-start-md-1-hover:hover, .hover\:rounded-start-md-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-md-1-5, .rounded-start-md-1-5-hover:hover, .hover\:rounded-start-md-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .rounded-start-md-2, .rounded-start-md-2-hover:hover, .hover\:rounded-start-md-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .rounded-start-md-2-5, .rounded-start-md-2-5-hover:hover, .hover\:rounded-start-md-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .rounded-start-md-3, .rounded-start-md-3-hover:hover, .hover\:rounded-start-md-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .rounded-start-md-3-5, .rounded-start-md-3-5-hover:hover, .hover\:rounded-start-md-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .rounded-start-md-4, .rounded-start-md-4-hover:hover, .hover\:rounded-start-md-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .rounded-start-md-4-5, .rounded-start-md-4-5-hover:hover, .hover\:rounded-start-md-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .rounded-start-md-5, .rounded-start-md-5-hover:hover, .hover\:rounded-start-md-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .rounded-start-md-5-5, .rounded-start-md-5-5-hover:hover, .hover\:rounded-start-md-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .rounded-start-md-6, .rounded-start-md-6-hover:hover, .hover\:rounded-start-md-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .rounded-start-md-6-5, .rounded-start-md-6-5-hover:hover, .hover\:rounded-start-md-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .rounded-start-md-7, .rounded-start-md-7-hover:hover, .hover\:rounded-start-md-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .rounded-start-md-7-5, .rounded-start-md-7-5-hover:hover, .hover\:rounded-start-md-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .rounded-start-md-8, .rounded-start-md-8-hover:hover, .hover\:rounded-start-md-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .rounded-start-md-8-5, .rounded-start-md-8-5-hover:hover, .hover\:rounded-start-md-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .rounded-start-md-9, .rounded-start-md-9-hover:hover, .hover\:rounded-start-md-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .rounded-start-md-9-5, .rounded-start-md-9-5-hover:hover, .hover\:rounded-start-md-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .rounded-start-md-10, .rounded-start-md-10-hover:hover, .hover\:rounded-start-md-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .rounded-start-md-circle, .rounded-start-md-circle-hover:hover, .hover\:rounded-start-md-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-md-full, .rounded-start-md-full-hover:hover, .hover\:rounded-start-md-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .rounded-start-md-pill, .rounded-start-md-pill-hover:hover, .hover\:rounded-start-md-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-md-0, .rounded-start-md-0-hover:hover, .hover\:rounded-start-md-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .md\:rounded-start, .md\:rounded-start-hover:hover, .md\:hover\:rounded-start:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .md\:rounded-start-default, .md\:rounded-start-default-hover:hover, .md\:hover\:rounded-start-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .md\:rounded-start-0-5, .md\:rounded-start-0-5-hover:hover, .md\:hover\:rounded-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .md\:rounded-start-1, .md\:rounded-start-1-hover:hover, .md\:hover\:rounded-start-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .md\:rounded-start-1-5, .md\:rounded-start-1-5-hover:hover, .md\:hover\:rounded-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .md\:rounded-start-2, .md\:rounded-start-2-hover:hover, .md\:hover\:rounded-start-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .md\:rounded-start-2-5, .md\:rounded-start-2-5-hover:hover, .md\:hover\:rounded-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .md\:rounded-start-3, .md\:rounded-start-3-hover:hover, .md\:hover\:rounded-start-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .md\:rounded-start-3-5, .md\:rounded-start-3-5-hover:hover, .md\:hover\:rounded-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .md\:rounded-start-4, .md\:rounded-start-4-hover:hover, .md\:hover\:rounded-start-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .md\:rounded-start-4-5, .md\:rounded-start-4-5-hover:hover, .md\:hover\:rounded-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .md\:rounded-start-5, .md\:rounded-start-5-hover:hover, .md\:hover\:rounded-start-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .md\:rounded-start-5-5, .md\:rounded-start-5-5-hover:hover, .md\:hover\:rounded-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .md\:rounded-start-6, .md\:rounded-start-6-hover:hover, .md\:hover\:rounded-start-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .md\:rounded-start-6-5, .md\:rounded-start-6-5-hover:hover, .md\:hover\:rounded-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .md\:rounded-start-7, .md\:rounded-start-7-hover:hover, .md\:hover\:rounded-start-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .md\:rounded-start-7-5, .md\:rounded-start-7-5-hover:hover, .md\:hover\:rounded-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .md\:rounded-start-8, .md\:rounded-start-8-hover:hover, .md\:hover\:rounded-start-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .md\:rounded-start-8-5, .md\:rounded-start-8-5-hover:hover, .md\:hover\:rounded-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .md\:rounded-start-9, .md\:rounded-start-9-hover:hover, .md\:hover\:rounded-start-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .md\:rounded-start-9-5, .md\:rounded-start-9-5-hover:hover, .md\:hover\:rounded-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .md\:rounded-start-10, .md\:rounded-start-10-hover:hover, .md\:hover\:rounded-start-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .md\:rounded-start-circle, .md\:rounded-start-circle-hover:hover, .md\:hover\:rounded-start-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .md\:rounded-start-full, .md\:rounded-start-full-hover:hover, .md\:hover\:rounded-start-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .md\:rounded-start-pill, .md\:rounded-start-pill-hover:hover, .md\:hover\:rounded-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .md\:rounded-start-0, .md\:rounded-start-0-hover:hover, .md\:hover\:rounded-start-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .justify-items-md-start {
    justify-items: start !important;
  }
  .justify-items-md-center {
    justify-items: center !important;
  }
  .justify-items-md-end {
    justify-items: end !important;
  }
  .justify-items-md-stretch {
    justify-items: stretch !important;
  }
  .md\:justify-items-start {
    justify-items: start !important;
  }
  .md\:justify-items-center {
    justify-items: center !important;
  }
  .md\:justify-items-end {
    justify-items: end !important;
  }
  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .justify-self-md-auto {
    justify-self: auto !important;
  }
  .justify-self-md-start {
    justify-self: start !important;
  }
  .justify-self-md-center {
    justify-self: center !important;
  }
  .justify-self-md-end {
    justify-self: end !important;
  }
  .justify-self-md-stretch {
    justify-self: stretch !important;
  }
  .md\:justify-self-auto {
    justify-self: auto !important;
  }
  .md\:justify-self-start {
    justify-self: start !important;
  }
  .md\:justify-self-center {
    justify-self: center !important;
  }
  .md\:justify-self-end {
    justify-self: end !important;
  }
  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .place-md-start {
    place-content: flex-start !important;
  }
  .place-md-center {
    place-content: center !important;
  }
  .place-md-end {
    place-content: flex-end !important;
  }
  .place-md-between {
    place-content: space-between !important;
  }
  .place-md-around {
    place-content: space-around !important;
  }
  .place-md-evenly {
    place-content: space-evenly !important;
  }
  .place-md-stretch {
    place-content: stretch !important;
  }
  .place-md-baseline {
    place-content: baseline !important;
  }
  .md\:place-start {
    place-content: flex-start !important;
  }
  .md\:place-center {
    place-content: center !important;
  }
  .md\:place-end {
    place-content: flex-end !important;
  }
  .md\:place-between {
    place-content: space-between !important;
  }
  .md\:place-around {
    place-content: space-around !important;
  }
  .md\:place-evenly {
    place-content: space-evenly !important;
  }
  .md\:place-stretch {
    place-content: stretch !important;
  }
  .md\:place-baseline {
    place-content: baseline !important;
  }
  .place-items-md-start {
    place-items: start !important;
  }
  .place-items-md-center {
    place-items: center !important;
  }
  .place-items-md-end {
    place-items: end !important;
  }
  .place-items-md-stretch {
    place-items: stretch !important;
  }
  .place-items-md-baseline {
    place-items: baseline !important;
  }
  .md\:place-items-start {
    place-items: start !important;
  }
  .md\:place-items-center {
    place-items: center !important;
  }
  .md\:place-items-end {
    place-items: end !important;
  }
  .md\:place-items-stretch {
    place-items: stretch !important;
  }
  .md\:place-items-baseline {
    place-items: baseline !important;
  }
  .place-self-md-auto {
    place-self: auto !important;
  }
  .place-self-md-start {
    place-self: start !important;
  }
  .place-self-md-center {
    place-self: center !important;
  }
  .place-self-md-end {
    place-self: end !important;
  }
  .place-self-md-stretch {
    place-self: stretch !important;
  }
  .md\:place-self-auto {
    place-self: auto !important;
  }
  .md\:place-self-start {
    place-self: start !important;
  }
  .md\:place-self-center {
    place-self: center !important;
  }
  .md\:place-self-end {
    place-self: end !important;
  }
  .md\:place-self-stretch {
    place-self: stretch !important;
  }
  .g-row-span-md-1 {
    grid-row: span 1/span 1 !important;
  }
  .g-row-span-md-2 {
    grid-row: span 2/span 2 !important;
  }
  .g-row-span-md-3 {
    grid-row: span 3/span 3 !important;
  }
  .g-row-span-md-4 {
    grid-row: span 4/span 4 !important;
  }
  .g-row-span-md-5 {
    grid-row: span 5/span 5 !important;
  }
  .g-row-span-md-6 {
    grid-row: span 6/span 6 !important;
  }
  .g-row-span-md-7 {
    grid-row: span 7/span 7 !important;
  }
  .g-row-span-md-8 {
    grid-row: span 8/span 8 !important;
  }
  .g-row-span-md-9 {
    grid-row: span 9/span 9 !important;
  }
  .g-row-span-md-10 {
    grid-row: span 10/span 10 !important;
  }
  .g-row-span-md-11 {
    grid-row: span 11/span 11 !important;
  }
  .g-row-span-md-12 {
    grid-row: span 12/span 12 !important;
  }
  .g-row-span-md-full {
    grid-row: "1 / -1" !important;
  }
  .md\:g-row-span-1 {
    grid-row: span 1/span 1 !important;
  }
  .md\:g-row-span-2 {
    grid-row: span 2/span 2 !important;
  }
  .md\:g-row-span-3 {
    grid-row: span 3/span 3 !important;
  }
  .md\:g-row-span-4 {
    grid-row: span 4/span 4 !important;
  }
  .md\:g-row-span-5 {
    grid-row: span 5/span 5 !important;
  }
  .md\:g-row-span-6 {
    grid-row: span 6/span 6 !important;
  }
  .md\:g-row-span-7 {
    grid-row: span 7/span 7 !important;
  }
  .md\:g-row-span-8 {
    grid-row: span 8/span 8 !important;
  }
  .md\:g-row-span-9 {
    grid-row: span 9/span 9 !important;
  }
  .md\:g-row-span-10 {
    grid-row: span 10/span 10 !important;
  }
  .md\:g-row-span-11 {
    grid-row: span 11/span 11 !important;
  }
  .md\:g-row-span-12 {
    grid-row: span 12/span 12 !important;
  }
  .md\:g-row-span-full {
    grid-row: "1 / -1" !important;
  }
  .g-row-start-md-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-1 {
    grid-row-start: 1 !important;
  }
  .g-row-start-md-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-2 {
    grid-row-start: 2 !important;
  }
  .g-row-start-md-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-3 {
    grid-row-start: 3 !important;
  }
  .g-row-start-md-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-4 {
    grid-row-start: 4 !important;
  }
  .g-row-start-md-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-5 {
    grid-row-start: 5 !important;
  }
  .g-row-start-md-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-6 {
    grid-row-start: 6 !important;
  }
  .g-row-start-md-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-7 {
    grid-row-start: 7 !important;
  }
  .g-row-start-md-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-8 {
    grid-row-start: 8 !important;
  }
  .g-row-start-md-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-9 {
    grid-row-start: 9 !important;
  }
  .g-row-start-md-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-10 {
    grid-row-start: 10 !important;
  }
  .g-row-start-md-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-11 {
    grid-row-start: 11 !important;
  }
  .g-row-start-md-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-12 {
    grid-row-start: 12 !important;
  }
  .g-row-start-md-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-13 {
    grid-row-start: 13 !important;
  }
  .g-row-start-md-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:g-row-start-md-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:g-row-start-md-auto {
    grid-row-start: auto !important;
  }
  .md\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  .md\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  .md\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  .md\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  .md\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  .md\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  .md\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  .md\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  .md\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  .md\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  .md\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  .md\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  .md\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  .md\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:md\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:md\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  .g-row-end-md-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-1 {
    grid-row-end: 1 !important;
  }
  .g-row-end-md-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-2 {
    grid-row-end: 2 !important;
  }
  .g-row-end-md-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-3 {
    grid-row-end: 3 !important;
  }
  .g-row-end-md-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-4 {
    grid-row-end: 4 !important;
  }
  .g-row-end-md-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-5 {
    grid-row-end: 5 !important;
  }
  .g-row-end-md-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-6 {
    grid-row-end: 6 !important;
  }
  .g-row-end-md-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-7 {
    grid-row-end: 7 !important;
  }
  .g-row-end-md-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-8 {
    grid-row-end: 8 !important;
  }
  .g-row-end-md-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-9 {
    grid-row-end: 9 !important;
  }
  .g-row-end-md-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-10 {
    grid-row-end: 10 !important;
  }
  .g-row-end-md-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-11 {
    grid-row-end: 11 !important;
  }
  .g-row-end-md-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-12 {
    grid-row-end: 12 !important;
  }
  .g-row-end-md-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-13 {
    grid-row-end: 13 !important;
  }
  .g-row-end-md-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:g-row-end-md-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:g-row-end-md-auto {
    grid-row-end: auto !important;
  }
  .md\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  .md\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  .md\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  .md\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  .md\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  .md\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  .md\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  .md\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  .md\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  .md\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  .md\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  .md\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  .md\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  .md\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:md\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:md\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  .g-row-md-auto {
    grid-row: auto !important;
  }
  .md\:g-row-auto {
    grid-row: auto !important;
  }
  .g-col-span-md-1 {
    grid-column: span 1/span 1 !important;
  }
  .g-col-span-md-2 {
    grid-column: span 2/span 2 !important;
  }
  .g-col-span-md-3 {
    grid-column: span 3/span 3 !important;
  }
  .g-col-span-md-4 {
    grid-column: span 4/span 4 !important;
  }
  .g-col-span-md-5 {
    grid-column: span 5/span 5 !important;
  }
  .g-col-span-md-6 {
    grid-column: span 6/span 6 !important;
  }
  .g-col-span-md-7 {
    grid-column: span 7/span 7 !important;
  }
  .g-col-span-md-8 {
    grid-column: span 8/span 8 !important;
  }
  .g-col-span-md-9 {
    grid-column: span 9/span 9 !important;
  }
  .g-col-span-md-10 {
    grid-column: span 10/span 10 !important;
  }
  .g-col-span-md-11 {
    grid-column: span 11/span 11 !important;
  }
  .g-col-span-md-12 {
    grid-column: span 12/span 12 !important;
  }
  .g-col-span-md-full {
    grid-column: "1 / -1" !important;
  }
  .md\:g-col-span-1 {
    grid-column: span 1/span 1 !important;
  }
  .md\:g-col-span-2 {
    grid-column: span 2/span 2 !important;
  }
  .md\:g-col-span-3 {
    grid-column: span 3/span 3 !important;
  }
  .md\:g-col-span-4 {
    grid-column: span 4/span 4 !important;
  }
  .md\:g-col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .md\:g-col-span-6 {
    grid-column: span 6/span 6 !important;
  }
  .md\:g-col-span-7 {
    grid-column: span 7/span 7 !important;
  }
  .md\:g-col-span-8 {
    grid-column: span 8/span 8 !important;
  }
  .md\:g-col-span-9 {
    grid-column: span 9/span 9 !important;
  }
  .md\:g-col-span-10 {
    grid-column: span 10/span 10 !important;
  }
  .md\:g-col-span-11 {
    grid-column: span 11/span 11 !important;
  }
  .md\:g-col-span-12 {
    grid-column: span 12/span 12 !important;
  }
  .md\:g-col-span-full {
    grid-column: "1 / -1" !important;
  }
  .g-col-start-md-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-1 {
    grid-column-start: 1 !important;
  }
  .g-col-start-md-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-2 {
    grid-column-start: 2 !important;
  }
  .g-col-start-md-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-3 {
    grid-column-start: 3 !important;
  }
  .g-col-start-md-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-4 {
    grid-column-start: 4 !important;
  }
  .g-col-start-md-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-5 {
    grid-column-start: 5 !important;
  }
  .g-col-start-md-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-6 {
    grid-column-start: 6 !important;
  }
  .g-col-start-md-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-7 {
    grid-column-start: 7 !important;
  }
  .g-col-start-md-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-8 {
    grid-column-start: 8 !important;
  }
  .g-col-start-md-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-9 {
    grid-column-start: 9 !important;
  }
  .g-col-start-md-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-10 {
    grid-column-start: 10 !important;
  }
  .g-col-start-md-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-11 {
    grid-column-start: 11 !important;
  }
  .g-col-start-md-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-12 {
    grid-column-start: 12 !important;
  }
  .g-col-start-md-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-13 {
    grid-column-start: 13 !important;
  }
  .g-col-start-md-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:g-col-start-md-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:g-col-start-md-auto {
    grid-column-start: auto !important;
  }
  .md\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  .md\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  .md\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  .md\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  .md\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  .md\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  .md\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  .md\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  .md\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  .md\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  .md\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  .md\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  .md\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  .md\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:md\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:md\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  .g-col-end-md-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-1 {
    grid-column-end: 1 !important;
  }
  .g-col-end-md-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-2 {
    grid-column-end: 2 !important;
  }
  .g-col-end-md-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-3 {
    grid-column-end: 3 !important;
  }
  .g-col-end-md-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-4 {
    grid-column-end: 4 !important;
  }
  .g-col-end-md-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-5 {
    grid-column-end: 5 !important;
  }
  .g-col-end-md-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-6 {
    grid-column-end: 6 !important;
  }
  .g-col-end-md-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-7 {
    grid-column-end: 7 !important;
  }
  .g-col-end-md-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-8 {
    grid-column-end: 8 !important;
  }
  .g-col-end-md-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-9 {
    grid-column-end: 9 !important;
  }
  .g-col-end-md-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-10 {
    grid-column-end: 10 !important;
  }
  .g-col-end-md-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-11 {
    grid-column-end: 11 !important;
  }
  .g-col-end-md-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-12 {
    grid-column-end: 12 !important;
  }
  .g-col-end-md-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-13 {
    grid-column-end: 13 !important;
  }
  .g-col-end-md-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:g-col-end-md-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:g-col-end-md-auto {
    grid-column-end: auto !important;
  }
  .md\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  .md\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  .md\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  .md\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  .md\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  .md\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  .md\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  .md\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  .md\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  .md\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  .md\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  .md\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  .md\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  .md\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:md\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:md\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  .g-col-md-auto {
    grid-column: auto !important;
  }
  .md\:g-col-auto {
    grid-column: auto !important;
  }
  .text-truncate-md-1 {
    -webkit-line-clamp: 1 !important;
  }
  .text-truncate-md-2 {
    -webkit-line-clamp: 2 !important;
  }
  .text-truncate-md-3 {
    -webkit-line-clamp: 3 !important;
  }
  .text-truncate-md-4 {
    -webkit-line-clamp: 4 !important;
  }
  .text-truncate-md-5 {
    -webkit-line-clamp: 5 !important;
  }
  .text-truncate-md-6 {
    -webkit-line-clamp: 6 !important;
  }
  .md\:text-truncate-1 {
    -webkit-line-clamp: 1 !important;
  }
  .md\:text-truncate-2 {
    -webkit-line-clamp: 2 !important;
  }
  .md\:text-truncate-3 {
    -webkit-line-clamp: 3 !important;
  }
  .md\:text-truncate-4 {
    -webkit-line-clamp: 4 !important;
  }
  .md\:text-truncate-5 {
    -webkit-line-clamp: 5 !important;
  }
  .md\:text-truncate-6 {
    -webkit-line-clamp: 6 !important;
  }
  .min-w-md-px, .min-w-md-px-hover:hover, .hover\:min-w-md-px:hover {
    min-width: 1px !important;
  }
  .min-w-md-2px, .min-w-md-2px-hover:hover, .hover\:min-w-md-2px:hover {
    min-width: 2px !important;
  }
  .min-w-md-4px, .min-w-md-4px-hover:hover, .hover\:min-w-md-4px:hover {
    min-width: 4px !important;
  }
  .min-w-md-8px, .min-w-md-8px-hover:hover, .hover\:min-w-md-8px:hover {
    min-width: 8px !important;
  }
  .min-w-md-16px, .min-w-md-16px-hover:hover, .hover\:min-w-md-16px:hover {
    min-width: 16px !important;
  }
  .min-w-md-18px, .min-w-md-18px-hover:hover, .hover\:min-w-md-18px:hover {
    min-width: 18px !important;
  }
  .min-w-md-20px, .min-w-md-20px-hover:hover, .hover\:min-w-md-20px:hover {
    min-width: 20px !important;
  }
  .min-w-md-24px, .min-w-md-24px-hover:hover, .hover\:min-w-md-24px:hover {
    min-width: 24px !important;
  }
  .min-w-md-32px, .min-w-md-32px-hover:hover, .hover\:min-w-md-32px:hover {
    min-width: 32px !important;
  }
  .min-w-md-36px, .min-w-md-36px-hover:hover, .hover\:min-w-md-36px:hover {
    min-width: 36px !important;
  }
  .min-w-md-40px, .min-w-md-40px-hover:hover, .hover\:min-w-md-40px:hover {
    min-width: 40px !important;
  }
  .min-w-md-48px, .min-w-md-48px-hover:hover, .hover\:min-w-md-48px:hover {
    min-width: 48px !important;
  }
  .min-w-md-56px, .min-w-md-56px-hover:hover, .hover\:min-w-md-56px:hover {
    min-width: 56px !important;
  }
  .min-w-md-64px, .min-w-md-64px-hover:hover, .hover\:min-w-md-64px:hover {
    min-width: 64px !important;
  }
  .min-w-md-72px, .min-w-md-72px-hover:hover, .hover\:min-w-md-72px:hover {
    min-width: 72px !important;
  }
  .min-w-md-80px, .min-w-md-80px-hover:hover, .hover\:min-w-md-80px:hover {
    min-width: 80px !important;
  }
  .min-w-md-96px, .min-w-md-96px-hover:hover, .hover\:min-w-md-96px:hover {
    min-width: 96px !important;
  }
  .min-w-md-100px, .min-w-md-100px-hover:hover, .hover\:min-w-md-100px:hover {
    min-width: 100px !important;
  }
  .min-w-md-128px, .min-w-md-128px-hover:hover, .hover\:min-w-md-128px:hover {
    min-width: 128px !important;
  }
  .min-w-md-150px, .min-w-md-150px-hover:hover, .hover\:min-w-md-150px:hover {
    min-width: 150px !important;
  }
  .min-w-md-200px, .min-w-md-200px-hover:hover, .hover\:min-w-md-200px:hover {
    min-width: 200px !important;
  }
  .min-w-md-250px, .min-w-md-250px-hover:hover, .hover\:min-w-md-250px:hover {
    min-width: 250px !important;
  }
  .min-w-md-300px, .min-w-md-300px-hover:hover, .hover\:min-w-md-300px:hover {
    min-width: 300px !important;
  }
  .min-w-md-350px, .min-w-md-350px-hover:hover, .hover\:min-w-md-350px:hover {
    min-width: 350px !important;
  }
  .min-w-md-400px, .min-w-md-400px-hover:hover, .hover\:min-w-md-400px:hover {
    min-width: 400px !important;
  }
  .min-w-md-450px, .min-w-md-450px-hover:hover, .hover\:min-w-md-450px:hover {
    min-width: 450px !important;
  }
  .min-w-md-500px, .min-w-md-500px-hover:hover, .hover\:min-w-md-500px:hover {
    min-width: 500px !important;
  }
  .min-w-md-550px, .min-w-md-550px-hover:hover, .hover\:min-w-md-550px:hover {
    min-width: 550px !important;
  }
  .min-w-md-600px, .min-w-md-600px-hover:hover, .hover\:min-w-md-600px:hover {
    min-width: 600px !important;
  }
  .min-w-md-650px, .min-w-md-650px-hover:hover, .hover\:min-w-md-650px:hover {
    min-width: 650px !important;
  }
  .min-w-md-700px, .min-w-md-700px-hover:hover, .hover\:min-w-md-700px:hover {
    min-width: 700px !important;
  }
  .min-w-md-750px, .min-w-md-750px-hover:hover, .hover\:min-w-md-750px:hover {
    min-width: 750px !important;
  }
  .min-w-md-800px, .min-w-md-800px-hover:hover, .hover\:min-w-md-800px:hover {
    min-width: 800px !important;
  }
  .min-w-md-850px, .min-w-md-850px-hover:hover, .hover\:min-w-md-850px:hover {
    min-width: 850px !important;
  }
  .min-w-md-900px, .min-w-md-900px-hover:hover, .hover\:min-w-md-900px:hover {
    min-width: 900px !important;
  }
  .min-w-md-950px, .min-w-md-950px-hover:hover, .hover\:min-w-md-950px:hover {
    min-width: 950px !important;
  }
  .min-w-md-1000px, .min-w-md-1000px-hover:hover, .hover\:min-w-md-1000px:hover {
    min-width: 1000px !important;
  }
  .min-w-md-1170px, .min-w-md-1170px-hover:hover, .hover\:min-w-md-1170px:hover {
    min-width: 1170px !important;
  }
  .min-w-md-1280px, .min-w-md-1280px-hover:hover, .hover\:min-w-md-1280px:hover {
    min-width: 1280px !important;
  }
  .min-w-md-1320px, .min-w-md-1320px-hover:hover, .hover\:min-w-md-1320px:hover {
    min-width: 1320px !important;
  }
  .min-w-md-1440px, .min-w-md-1440px-hover:hover, .hover\:min-w-md-1440px:hover {
    min-width: 1440px !important;
  }
  .min-w-md-1\/6, .min-w-md-1\/6-hover:hover, .hover\:min-w-md-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .min-w-md-2\/6, .min-w-md-2\/6-hover:hover, .hover\:min-w-md-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-md-3\/6, .min-w-md-3\/6-hover:hover, .hover\:min-w-md-3\/6:hover {
    min-width: 50% !important;
  }
  .min-w-md-4\/6, .min-w-md-4\/6-hover:hover, .hover\:min-w-md-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-md-5\/6, .min-w-md-5\/6-hover:hover, .hover\:min-w-md-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .min-w-md-1\/5, .min-w-md-1\/5-hover:hover, .hover\:min-w-md-1\/5:hover {
    min-width: 20% !important;
  }
  .min-w-md-2\/5, .min-w-md-2\/5-hover:hover, .hover\:min-w-md-2\/5:hover {
    min-width: 40% !important;
  }
  .min-w-md-3\/5, .min-w-md-3\/5-hover:hover, .hover\:min-w-md-3\/5:hover {
    min-width: 60% !important;
  }
  .min-w-md-4\/5, .min-w-md-4\/5-hover:hover, .hover\:min-w-md-4\/5:hover {
    min-width: 80% !important;
  }
  .min-w-md-1\/4, .min-w-md-1\/4-hover:hover, .hover\:min-w-md-1\/4:hover {
    min-width: 25% !important;
  }
  .min-w-md-2\/4, .min-w-md-2\/4-hover:hover, .hover\:min-w-md-2\/4:hover {
    min-width: 50% !important;
  }
  .min-w-md-3\/4, .min-w-md-3\/4-hover:hover, .hover\:min-w-md-3\/4:hover {
    min-width: 75% !important;
  }
  .min-w-md-1\/3, .min-w-md-1\/3-hover:hover, .hover\:min-w-md-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-md-2\/3, .min-w-md-2\/3-hover:hover, .hover\:min-w-md-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-md-1\/2, .min-w-md-1\/2-hover:hover, .hover\:min-w-md-1\/2:hover {
    min-width: 50% !important;
  }
  .min-w-md-xs, .min-w-md-xs-hover:hover, .hover\:min-w-md-xs:hover {
    min-width: 320px !important;
  }
  .min-w-md-sm, .min-w-md-sm-hover:hover, .hover\:min-w-md-sm:hover {
    min-width: 640px !important;
  }
  .min-w-md-md, .min-w-md-md-hover:hover, .hover\:min-w-md-md:hover {
    min-width: 720px !important;
  }
  .min-w-md-lg, .min-w-md-lg-hover:hover, .hover\:min-w-md-lg:hover {
    min-width: 1040px !important;
  }
  .min-w-md-xl, .min-w-md-xl-hover:hover, .hover\:min-w-md-xl:hover {
    min-width: 1280px !important;
  }
  .min-w-md-2xl, .min-w-md-2xl-hover:hover, .hover\:min-w-md-2xl:hover {
    min-width: 1312px !important;
  }
  .min-w-md-100, .min-w-md-100-hover:hover, .hover\:min-w-md-100:hover {
    min-width: 100% !important;
  }
  .min-w-md-full, .min-w-md-full-hover:hover, .hover\:min-w-md-full:hover {
    min-width: 100% !important;
  }
  .min-w-md-min, .min-w-md-min-hover:hover, .hover\:min-w-md-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .min-w-md-max, .min-w-md-max-hover:hover, .hover\:min-w-md-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .min-w-md-fit, .min-w-md-fit-hover:hover, .hover\:min-w-md-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .min-w-md-0, .min-w-md-0-hover:hover, .hover\:min-w-md-0:hover {
    min-width: 0 !important;
  }
  .md\:min-w-px, .md\:min-w-px-hover:hover, .md\:hover\:min-w-px:hover {
    min-width: 1px !important;
  }
  .md\:min-w-2px, .md\:min-w-2px-hover:hover, .md\:hover\:min-w-2px:hover {
    min-width: 2px !important;
  }
  .md\:min-w-4px, .md\:min-w-4px-hover:hover, .md\:hover\:min-w-4px:hover {
    min-width: 4px !important;
  }
  .md\:min-w-8px, .md\:min-w-8px-hover:hover, .md\:hover\:min-w-8px:hover {
    min-width: 8px !important;
  }
  .md\:min-w-16px, .md\:min-w-16px-hover:hover, .md\:hover\:min-w-16px:hover {
    min-width: 16px !important;
  }
  .md\:min-w-18px, .md\:min-w-18px-hover:hover, .md\:hover\:min-w-18px:hover {
    min-width: 18px !important;
  }
  .md\:min-w-20px, .md\:min-w-20px-hover:hover, .md\:hover\:min-w-20px:hover {
    min-width: 20px !important;
  }
  .md\:min-w-24px, .md\:min-w-24px-hover:hover, .md\:hover\:min-w-24px:hover {
    min-width: 24px !important;
  }
  .md\:min-w-32px, .md\:min-w-32px-hover:hover, .md\:hover\:min-w-32px:hover {
    min-width: 32px !important;
  }
  .md\:min-w-36px, .md\:min-w-36px-hover:hover, .md\:hover\:min-w-36px:hover {
    min-width: 36px !important;
  }
  .md\:min-w-40px, .md\:min-w-40px-hover:hover, .md\:hover\:min-w-40px:hover {
    min-width: 40px !important;
  }
  .md\:min-w-48px, .md\:min-w-48px-hover:hover, .md\:hover\:min-w-48px:hover {
    min-width: 48px !important;
  }
  .md\:min-w-56px, .md\:min-w-56px-hover:hover, .md\:hover\:min-w-56px:hover {
    min-width: 56px !important;
  }
  .md\:min-w-64px, .md\:min-w-64px-hover:hover, .md\:hover\:min-w-64px:hover {
    min-width: 64px !important;
  }
  .md\:min-w-72px, .md\:min-w-72px-hover:hover, .md\:hover\:min-w-72px:hover {
    min-width: 72px !important;
  }
  .md\:min-w-80px, .md\:min-w-80px-hover:hover, .md\:hover\:min-w-80px:hover {
    min-width: 80px !important;
  }
  .md\:min-w-96px, .md\:min-w-96px-hover:hover, .md\:hover\:min-w-96px:hover {
    min-width: 96px !important;
  }
  .md\:min-w-100px, .md\:min-w-100px-hover:hover, .md\:hover\:min-w-100px:hover {
    min-width: 100px !important;
  }
  .md\:min-w-128px, .md\:min-w-128px-hover:hover, .md\:hover\:min-w-128px:hover {
    min-width: 128px !important;
  }
  .md\:min-w-150px, .md\:min-w-150px-hover:hover, .md\:hover\:min-w-150px:hover {
    min-width: 150px !important;
  }
  .md\:min-w-200px, .md\:min-w-200px-hover:hover, .md\:hover\:min-w-200px:hover {
    min-width: 200px !important;
  }
  .md\:min-w-250px, .md\:min-w-250px-hover:hover, .md\:hover\:min-w-250px:hover {
    min-width: 250px !important;
  }
  .md\:min-w-300px, .md\:min-w-300px-hover:hover, .md\:hover\:min-w-300px:hover {
    min-width: 300px !important;
  }
  .md\:min-w-350px, .md\:min-w-350px-hover:hover, .md\:hover\:min-w-350px:hover {
    min-width: 350px !important;
  }
  .md\:min-w-400px, .md\:min-w-400px-hover:hover, .md\:hover\:min-w-400px:hover {
    min-width: 400px !important;
  }
  .md\:min-w-450px, .md\:min-w-450px-hover:hover, .md\:hover\:min-w-450px:hover {
    min-width: 450px !important;
  }
  .md\:min-w-500px, .md\:min-w-500px-hover:hover, .md\:hover\:min-w-500px:hover {
    min-width: 500px !important;
  }
  .md\:min-w-550px, .md\:min-w-550px-hover:hover, .md\:hover\:min-w-550px:hover {
    min-width: 550px !important;
  }
  .md\:min-w-600px, .md\:min-w-600px-hover:hover, .md\:hover\:min-w-600px:hover {
    min-width: 600px !important;
  }
  .md\:min-w-650px, .md\:min-w-650px-hover:hover, .md\:hover\:min-w-650px:hover {
    min-width: 650px !important;
  }
  .md\:min-w-700px, .md\:min-w-700px-hover:hover, .md\:hover\:min-w-700px:hover {
    min-width: 700px !important;
  }
  .md\:min-w-750px, .md\:min-w-750px-hover:hover, .md\:hover\:min-w-750px:hover {
    min-width: 750px !important;
  }
  .md\:min-w-800px, .md\:min-w-800px-hover:hover, .md\:hover\:min-w-800px:hover {
    min-width: 800px !important;
  }
  .md\:min-w-850px, .md\:min-w-850px-hover:hover, .md\:hover\:min-w-850px:hover {
    min-width: 850px !important;
  }
  .md\:min-w-900px, .md\:min-w-900px-hover:hover, .md\:hover\:min-w-900px:hover {
    min-width: 900px !important;
  }
  .md\:min-w-950px, .md\:min-w-950px-hover:hover, .md\:hover\:min-w-950px:hover {
    min-width: 950px !important;
  }
  .md\:min-w-1000px, .md\:min-w-1000px-hover:hover, .md\:hover\:min-w-1000px:hover {
    min-width: 1000px !important;
  }
  .md\:min-w-1170px, .md\:min-w-1170px-hover:hover, .md\:hover\:min-w-1170px:hover {
    min-width: 1170px !important;
  }
  .md\:min-w-1280px, .md\:min-w-1280px-hover:hover, .md\:hover\:min-w-1280px:hover {
    min-width: 1280px !important;
  }
  .md\:min-w-1320px, .md\:min-w-1320px-hover:hover, .md\:hover\:min-w-1320px:hover {
    min-width: 1320px !important;
  }
  .md\:min-w-1440px, .md\:min-w-1440px-hover:hover, .md\:hover\:min-w-1440px:hover {
    min-width: 1440px !important;
  }
  .md\:min-w-1\/6, .md\:min-w-1\/6-hover:hover, .md\:hover\:min-w-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .md\:min-w-2\/6, .md\:min-w-2\/6-hover:hover, .md\:hover\:min-w-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .md\:min-w-3\/6, .md\:min-w-3\/6-hover:hover, .md\:hover\:min-w-3\/6:hover {
    min-width: 50% !important;
  }
  .md\:min-w-4\/6, .md\:min-w-4\/6-hover:hover, .md\:hover\:min-w-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .md\:min-w-5\/6, .md\:min-w-5\/6-hover:hover, .md\:hover\:min-w-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .md\:min-w-1\/5, .md\:min-w-1\/5-hover:hover, .md\:hover\:min-w-1\/5:hover {
    min-width: 20% !important;
  }
  .md\:min-w-2\/5, .md\:min-w-2\/5-hover:hover, .md\:hover\:min-w-2\/5:hover {
    min-width: 40% !important;
  }
  .md\:min-w-3\/5, .md\:min-w-3\/5-hover:hover, .md\:hover\:min-w-3\/5:hover {
    min-width: 60% !important;
  }
  .md\:min-w-4\/5, .md\:min-w-4\/5-hover:hover, .md\:hover\:min-w-4\/5:hover {
    min-width: 80% !important;
  }
  .md\:min-w-1\/4, .md\:min-w-1\/4-hover:hover, .md\:hover\:min-w-1\/4:hover {
    min-width: 25% !important;
  }
  .md\:min-w-2\/4, .md\:min-w-2\/4-hover:hover, .md\:hover\:min-w-2\/4:hover {
    min-width: 50% !important;
  }
  .md\:min-w-3\/4, .md\:min-w-3\/4-hover:hover, .md\:hover\:min-w-3\/4:hover {
    min-width: 75% !important;
  }
  .md\:min-w-1\/3, .md\:min-w-1\/3-hover:hover, .md\:hover\:min-w-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .md\:min-w-2\/3, .md\:min-w-2\/3-hover:hover, .md\:hover\:min-w-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .md\:min-w-1\/2, .md\:min-w-1\/2-hover:hover, .md\:hover\:min-w-1\/2:hover {
    min-width: 50% !important;
  }
  .md\:min-w-xs, .md\:min-w-xs-hover:hover, .md\:hover\:min-w-xs:hover {
    min-width: 320px !important;
  }
  .md\:min-w-sm, .md\:min-w-sm-hover:hover, .md\:hover\:min-w-sm:hover {
    min-width: 640px !important;
  }
  .md\:min-w-md, .md\:min-w-md-hover:hover, .md\:hover\:min-w-md:hover {
    min-width: 720px !important;
  }
  .md\:min-w-lg, .md\:min-w-lg-hover:hover, .md\:hover\:min-w-lg:hover {
    min-width: 1040px !important;
  }
  .md\:min-w-xl, .md\:min-w-xl-hover:hover, .md\:hover\:min-w-xl:hover {
    min-width: 1280px !important;
  }
  .md\:min-w-2xl, .md\:min-w-2xl-hover:hover, .md\:hover\:min-w-2xl:hover {
    min-width: 1312px !important;
  }
  .md\:min-w-100, .md\:min-w-100-hover:hover, .md\:hover\:min-w-100:hover {
    min-width: 100% !important;
  }
  .md\:min-w-full, .md\:min-w-full-hover:hover, .md\:hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .md\:min-w-min, .md\:min-w-min-hover:hover, .md\:hover\:min-w-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .md\:min-w-max, .md\:min-w-max-hover:hover, .md\:hover\:min-w-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .md\:min-w-fit, .md\:min-w-fit-hover:hover, .md\:hover\:min-w-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .md\:min-w-0, .md\:min-w-0-hover:hover, .md\:hover\:min-w-0:hover {
    min-width: 0 !important;
  }
  .min-h-md-px, .min-h-md-px-hover:hover, .hover\:min-h-md-px:hover {
    min-height: 1px !important;
  }
  .min-h-md-2px, .min-h-md-2px-hover:hover, .hover\:min-h-md-2px:hover {
    min-height: 2px !important;
  }
  .min-h-md-4px, .min-h-md-4px-hover:hover, .hover\:min-h-md-4px:hover {
    min-height: 4px !important;
  }
  .min-h-md-8px, .min-h-md-8px-hover:hover, .hover\:min-h-md-8px:hover {
    min-height: 8px !important;
  }
  .min-h-md-16px, .min-h-md-16px-hover:hover, .hover\:min-h-md-16px:hover {
    min-height: 16px !important;
  }
  .min-h-md-18px, .min-h-md-18px-hover:hover, .hover\:min-h-md-18px:hover {
    min-height: 18px !important;
  }
  .min-h-md-20px, .min-h-md-20px-hover:hover, .hover\:min-h-md-20px:hover {
    min-height: 20px !important;
  }
  .min-h-md-24px, .min-h-md-24px-hover:hover, .hover\:min-h-md-24px:hover {
    min-height: 24px !important;
  }
  .min-h-md-32px, .min-h-md-32px-hover:hover, .hover\:min-h-md-32px:hover {
    min-height: 32px !important;
  }
  .min-h-md-36px, .min-h-md-36px-hover:hover, .hover\:min-h-md-36px:hover {
    min-height: 36px !important;
  }
  .min-h-md-40px, .min-h-md-40px-hover:hover, .hover\:min-h-md-40px:hover {
    min-height: 40px !important;
  }
  .min-h-md-48px, .min-h-md-48px-hover:hover, .hover\:min-h-md-48px:hover {
    min-height: 48px !important;
  }
  .min-h-md-56px, .min-h-md-56px-hover:hover, .hover\:min-h-md-56px:hover {
    min-height: 56px !important;
  }
  .min-h-md-64px, .min-h-md-64px-hover:hover, .hover\:min-h-md-64px:hover {
    min-height: 64px !important;
  }
  .min-h-md-72px, .min-h-md-72px-hover:hover, .hover\:min-h-md-72px:hover {
    min-height: 72px !important;
  }
  .min-h-md-80px, .min-h-md-80px-hover:hover, .hover\:min-h-md-80px:hover {
    min-height: 80px !important;
  }
  .min-h-md-96px, .min-h-md-96px-hover:hover, .hover\:min-h-md-96px:hover {
    min-height: 96px !important;
  }
  .min-h-md-100px, .min-h-md-100px-hover:hover, .hover\:min-h-md-100px:hover {
    min-height: 100px !important;
  }
  .min-h-md-128px, .min-h-md-128px-hover:hover, .hover\:min-h-md-128px:hover {
    min-height: 128px !important;
  }
  .min-h-md-150px, .min-h-md-150px-hover:hover, .hover\:min-h-md-150px:hover {
    min-height: 150px !important;
  }
  .min-h-md-200px, .min-h-md-200px-hover:hover, .hover\:min-h-md-200px:hover {
    min-height: 200px !important;
  }
  .min-h-md-250px, .min-h-md-250px-hover:hover, .hover\:min-h-md-250px:hover {
    min-height: 250px !important;
  }
  .min-h-md-300px, .min-h-md-300px-hover:hover, .hover\:min-h-md-300px:hover {
    min-height: 300px !important;
  }
  .min-h-md-350px, .min-h-md-350px-hover:hover, .hover\:min-h-md-350px:hover {
    min-height: 350px !important;
  }
  .min-h-md-400px, .min-h-md-400px-hover:hover, .hover\:min-h-md-400px:hover {
    min-height: 400px !important;
  }
  .min-h-md-450px, .min-h-md-450px-hover:hover, .hover\:min-h-md-450px:hover {
    min-height: 450px !important;
  }
  .min-h-md-500px, .min-h-md-500px-hover:hover, .hover\:min-h-md-500px:hover {
    min-height: 500px !important;
  }
  .min-h-md-550px, .min-h-md-550px-hover:hover, .hover\:min-h-md-550px:hover {
    min-height: 550px !important;
  }
  .min-h-md-600px, .min-h-md-600px-hover:hover, .hover\:min-h-md-600px:hover {
    min-height: 600px !important;
  }
  .min-h-md-650px, .min-h-md-650px-hover:hover, .hover\:min-h-md-650px:hover {
    min-height: 650px !important;
  }
  .min-h-md-700px, .min-h-md-700px-hover:hover, .hover\:min-h-md-700px:hover {
    min-height: 700px !important;
  }
  .min-h-md-750px, .min-h-md-750px-hover:hover, .hover\:min-h-md-750px:hover {
    min-height: 750px !important;
  }
  .min-h-md-800px, .min-h-md-800px-hover:hover, .hover\:min-h-md-800px:hover {
    min-height: 800px !important;
  }
  .min-h-md-850px, .min-h-md-850px-hover:hover, .hover\:min-h-md-850px:hover {
    min-height: 850px !important;
  }
  .min-h-md-900px, .min-h-md-900px-hover:hover, .hover\:min-h-md-900px:hover {
    min-height: 900px !important;
  }
  .min-h-md-950px, .min-h-md-950px-hover:hover, .hover\:min-h-md-950px:hover {
    min-height: 950px !important;
  }
  .min-h-md-1000px, .min-h-md-1000px-hover:hover, .hover\:min-h-md-1000px:hover {
    min-height: 1000px !important;
  }
  .min-h-md-1170px, .min-h-md-1170px-hover:hover, .hover\:min-h-md-1170px:hover {
    min-height: 1170px !important;
  }
  .min-h-md-1280px, .min-h-md-1280px-hover:hover, .hover\:min-h-md-1280px:hover {
    min-height: 1280px !important;
  }
  .min-h-md-1320px, .min-h-md-1320px-hover:hover, .hover\:min-h-md-1320px:hover {
    min-height: 1320px !important;
  }
  .min-h-md-1440px, .min-h-md-1440px-hover:hover, .hover\:min-h-md-1440px:hover {
    min-height: 1440px !important;
  }
  .min-h-md-1\/6, .min-h-md-1\/6-hover:hover, .hover\:min-h-md-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .min-h-md-2\/6, .min-h-md-2\/6-hover:hover, .hover\:min-h-md-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-md-3\/6, .min-h-md-3\/6-hover:hover, .hover\:min-h-md-3\/6:hover {
    min-height: 50% !important;
  }
  .min-h-md-4\/6, .min-h-md-4\/6-hover:hover, .hover\:min-h-md-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-md-5\/6, .min-h-md-5\/6-hover:hover, .hover\:min-h-md-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .min-h-md-1\/5, .min-h-md-1\/5-hover:hover, .hover\:min-h-md-1\/5:hover {
    min-height: 20% !important;
  }
  .min-h-md-2\/5, .min-h-md-2\/5-hover:hover, .hover\:min-h-md-2\/5:hover {
    min-height: 40% !important;
  }
  .min-h-md-3\/5, .min-h-md-3\/5-hover:hover, .hover\:min-h-md-3\/5:hover {
    min-height: 60% !important;
  }
  .min-h-md-4\/5, .min-h-md-4\/5-hover:hover, .hover\:min-h-md-4\/5:hover {
    min-height: 80% !important;
  }
  .min-h-md-1\/4, .min-h-md-1\/4-hover:hover, .hover\:min-h-md-1\/4:hover {
    min-height: 25% !important;
  }
  .min-h-md-2\/4, .min-h-md-2\/4-hover:hover, .hover\:min-h-md-2\/4:hover {
    min-height: 50% !important;
  }
  .min-h-md-3\/4, .min-h-md-3\/4-hover:hover, .hover\:min-h-md-3\/4:hover {
    min-height: 75% !important;
  }
  .min-h-md-1\/3, .min-h-md-1\/3-hover:hover, .hover\:min-h-md-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-md-2\/3, .min-h-md-2\/3-hover:hover, .hover\:min-h-md-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-md-1\/2, .min-h-md-1\/2-hover:hover, .hover\:min-h-md-1\/2:hover {
    min-height: 50% !important;
  }
  .min-h-md-xs, .min-h-md-xs-hover:hover, .hover\:min-h-md-xs:hover {
    min-height: 320px !important;
  }
  .min-h-md-sm, .min-h-md-sm-hover:hover, .hover\:min-h-md-sm:hover {
    min-height: 640px !important;
  }
  .min-h-md-md, .min-h-md-md-hover:hover, .hover\:min-h-md-md:hover {
    min-height: 720px !important;
  }
  .min-h-md-lg, .min-h-md-lg-hover:hover, .hover\:min-h-md-lg:hover {
    min-height: 1040px !important;
  }
  .min-h-md-xl, .min-h-md-xl-hover:hover, .hover\:min-h-md-xl:hover {
    min-height: 1280px !important;
  }
  .min-h-md-2xl, .min-h-md-2xl-hover:hover, .hover\:min-h-md-2xl:hover {
    min-height: 1312px !important;
  }
  .min-h-md-100, .min-h-md-100-hover:hover, .hover\:min-h-md-100:hover {
    min-height: 100% !important;
  }
  .min-h-md-full, .min-h-md-full-hover:hover, .hover\:min-h-md-full:hover {
    min-height: 100% !important;
  }
  .min-h-md-min, .min-h-md-min-hover:hover, .hover\:min-h-md-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .min-h-md-max, .min-h-md-max-hover:hover, .hover\:min-h-md-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .min-h-md-fit, .min-h-md-fit-hover:hover, .hover\:min-h-md-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .min-h-md-0, .min-h-md-0-hover:hover, .hover\:min-h-md-0:hover {
    min-height: 0 !important;
  }
  .min-h-md-screen, .min-h-md-screen-hover:hover, .hover\:min-h-md-screen:hover {
    min-height: 100vh !important;
  }
  .md\:min-h-px, .md\:min-h-px-hover:hover, .md\:hover\:min-h-px:hover {
    min-height: 1px !important;
  }
  .md\:min-h-2px, .md\:min-h-2px-hover:hover, .md\:hover\:min-h-2px:hover {
    min-height: 2px !important;
  }
  .md\:min-h-4px, .md\:min-h-4px-hover:hover, .md\:hover\:min-h-4px:hover {
    min-height: 4px !important;
  }
  .md\:min-h-8px, .md\:min-h-8px-hover:hover, .md\:hover\:min-h-8px:hover {
    min-height: 8px !important;
  }
  .md\:min-h-16px, .md\:min-h-16px-hover:hover, .md\:hover\:min-h-16px:hover {
    min-height: 16px !important;
  }
  .md\:min-h-18px, .md\:min-h-18px-hover:hover, .md\:hover\:min-h-18px:hover {
    min-height: 18px !important;
  }
  .md\:min-h-20px, .md\:min-h-20px-hover:hover, .md\:hover\:min-h-20px:hover {
    min-height: 20px !important;
  }
  .md\:min-h-24px, .md\:min-h-24px-hover:hover, .md\:hover\:min-h-24px:hover {
    min-height: 24px !important;
  }
  .md\:min-h-32px, .md\:min-h-32px-hover:hover, .md\:hover\:min-h-32px:hover {
    min-height: 32px !important;
  }
  .md\:min-h-36px, .md\:min-h-36px-hover:hover, .md\:hover\:min-h-36px:hover {
    min-height: 36px !important;
  }
  .md\:min-h-40px, .md\:min-h-40px-hover:hover, .md\:hover\:min-h-40px:hover {
    min-height: 40px !important;
  }
  .md\:min-h-48px, .md\:min-h-48px-hover:hover, .md\:hover\:min-h-48px:hover {
    min-height: 48px !important;
  }
  .md\:min-h-56px, .md\:min-h-56px-hover:hover, .md\:hover\:min-h-56px:hover {
    min-height: 56px !important;
  }
  .md\:min-h-64px, .md\:min-h-64px-hover:hover, .md\:hover\:min-h-64px:hover {
    min-height: 64px !important;
  }
  .md\:min-h-72px, .md\:min-h-72px-hover:hover, .md\:hover\:min-h-72px:hover {
    min-height: 72px !important;
  }
  .md\:min-h-80px, .md\:min-h-80px-hover:hover, .md\:hover\:min-h-80px:hover {
    min-height: 80px !important;
  }
  .md\:min-h-96px, .md\:min-h-96px-hover:hover, .md\:hover\:min-h-96px:hover {
    min-height: 96px !important;
  }
  .md\:min-h-100px, .md\:min-h-100px-hover:hover, .md\:hover\:min-h-100px:hover {
    min-height: 100px !important;
  }
  .md\:min-h-128px, .md\:min-h-128px-hover:hover, .md\:hover\:min-h-128px:hover {
    min-height: 128px !important;
  }
  .md\:min-h-150px, .md\:min-h-150px-hover:hover, .md\:hover\:min-h-150px:hover {
    min-height: 150px !important;
  }
  .md\:min-h-200px, .md\:min-h-200px-hover:hover, .md\:hover\:min-h-200px:hover {
    min-height: 200px !important;
  }
  .md\:min-h-250px, .md\:min-h-250px-hover:hover, .md\:hover\:min-h-250px:hover {
    min-height: 250px !important;
  }
  .md\:min-h-300px, .md\:min-h-300px-hover:hover, .md\:hover\:min-h-300px:hover {
    min-height: 300px !important;
  }
  .md\:min-h-350px, .md\:min-h-350px-hover:hover, .md\:hover\:min-h-350px:hover {
    min-height: 350px !important;
  }
  .md\:min-h-400px, .md\:min-h-400px-hover:hover, .md\:hover\:min-h-400px:hover {
    min-height: 400px !important;
  }
  .md\:min-h-450px, .md\:min-h-450px-hover:hover, .md\:hover\:min-h-450px:hover {
    min-height: 450px !important;
  }
  .md\:min-h-500px, .md\:min-h-500px-hover:hover, .md\:hover\:min-h-500px:hover {
    min-height: 500px !important;
  }
  .md\:min-h-550px, .md\:min-h-550px-hover:hover, .md\:hover\:min-h-550px:hover {
    min-height: 550px !important;
  }
  .md\:min-h-600px, .md\:min-h-600px-hover:hover, .md\:hover\:min-h-600px:hover {
    min-height: 600px !important;
  }
  .md\:min-h-650px, .md\:min-h-650px-hover:hover, .md\:hover\:min-h-650px:hover {
    min-height: 650px !important;
  }
  .md\:min-h-700px, .md\:min-h-700px-hover:hover, .md\:hover\:min-h-700px:hover {
    min-height: 700px !important;
  }
  .md\:min-h-750px, .md\:min-h-750px-hover:hover, .md\:hover\:min-h-750px:hover {
    min-height: 750px !important;
  }
  .md\:min-h-800px, .md\:min-h-800px-hover:hover, .md\:hover\:min-h-800px:hover {
    min-height: 800px !important;
  }
  .md\:min-h-850px, .md\:min-h-850px-hover:hover, .md\:hover\:min-h-850px:hover {
    min-height: 850px !important;
  }
  .md\:min-h-900px, .md\:min-h-900px-hover:hover, .md\:hover\:min-h-900px:hover {
    min-height: 900px !important;
  }
  .md\:min-h-950px, .md\:min-h-950px-hover:hover, .md\:hover\:min-h-950px:hover {
    min-height: 950px !important;
  }
  .md\:min-h-1000px, .md\:min-h-1000px-hover:hover, .md\:hover\:min-h-1000px:hover {
    min-height: 1000px !important;
  }
  .md\:min-h-1170px, .md\:min-h-1170px-hover:hover, .md\:hover\:min-h-1170px:hover {
    min-height: 1170px !important;
  }
  .md\:min-h-1280px, .md\:min-h-1280px-hover:hover, .md\:hover\:min-h-1280px:hover {
    min-height: 1280px !important;
  }
  .md\:min-h-1320px, .md\:min-h-1320px-hover:hover, .md\:hover\:min-h-1320px:hover {
    min-height: 1320px !important;
  }
  .md\:min-h-1440px, .md\:min-h-1440px-hover:hover, .md\:hover\:min-h-1440px:hover {
    min-height: 1440px !important;
  }
  .md\:min-h-1\/6, .md\:min-h-1\/6-hover:hover, .md\:hover\:min-h-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .md\:min-h-2\/6, .md\:min-h-2\/6-hover:hover, .md\:hover\:min-h-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .md\:min-h-3\/6, .md\:min-h-3\/6-hover:hover, .md\:hover\:min-h-3\/6:hover {
    min-height: 50% !important;
  }
  .md\:min-h-4\/6, .md\:min-h-4\/6-hover:hover, .md\:hover\:min-h-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .md\:min-h-5\/6, .md\:min-h-5\/6-hover:hover, .md\:hover\:min-h-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .md\:min-h-1\/5, .md\:min-h-1\/5-hover:hover, .md\:hover\:min-h-1\/5:hover {
    min-height: 20% !important;
  }
  .md\:min-h-2\/5, .md\:min-h-2\/5-hover:hover, .md\:hover\:min-h-2\/5:hover {
    min-height: 40% !important;
  }
  .md\:min-h-3\/5, .md\:min-h-3\/5-hover:hover, .md\:hover\:min-h-3\/5:hover {
    min-height: 60% !important;
  }
  .md\:min-h-4\/5, .md\:min-h-4\/5-hover:hover, .md\:hover\:min-h-4\/5:hover {
    min-height: 80% !important;
  }
  .md\:min-h-1\/4, .md\:min-h-1\/4-hover:hover, .md\:hover\:min-h-1\/4:hover {
    min-height: 25% !important;
  }
  .md\:min-h-2\/4, .md\:min-h-2\/4-hover:hover, .md\:hover\:min-h-2\/4:hover {
    min-height: 50% !important;
  }
  .md\:min-h-3\/4, .md\:min-h-3\/4-hover:hover, .md\:hover\:min-h-3\/4:hover {
    min-height: 75% !important;
  }
  .md\:min-h-1\/3, .md\:min-h-1\/3-hover:hover, .md\:hover\:min-h-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .md\:min-h-2\/3, .md\:min-h-2\/3-hover:hover, .md\:hover\:min-h-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .md\:min-h-1\/2, .md\:min-h-1\/2-hover:hover, .md\:hover\:min-h-1\/2:hover {
    min-height: 50% !important;
  }
  .md\:min-h-xs, .md\:min-h-xs-hover:hover, .md\:hover\:min-h-xs:hover {
    min-height: 320px !important;
  }
  .md\:min-h-sm, .md\:min-h-sm-hover:hover, .md\:hover\:min-h-sm:hover {
    min-height: 640px !important;
  }
  .md\:min-h-md, .md\:min-h-md-hover:hover, .md\:hover\:min-h-md:hover {
    min-height: 720px !important;
  }
  .md\:min-h-lg, .md\:min-h-lg-hover:hover, .md\:hover\:min-h-lg:hover {
    min-height: 1040px !important;
  }
  .md\:min-h-xl, .md\:min-h-xl-hover:hover, .md\:hover\:min-h-xl:hover {
    min-height: 1280px !important;
  }
  .md\:min-h-2xl, .md\:min-h-2xl-hover:hover, .md\:hover\:min-h-2xl:hover {
    min-height: 1312px !important;
  }
  .md\:min-h-100, .md\:min-h-100-hover:hover, .md\:hover\:min-h-100:hover {
    min-height: 100% !important;
  }
  .md\:min-h-full, .md\:min-h-full-hover:hover, .md\:hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .md\:min-h-min, .md\:min-h-min-hover:hover, .md\:hover\:min-h-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .md\:min-h-max, .md\:min-h-max-hover:hover, .md\:hover\:min-h-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .md\:min-h-fit, .md\:min-h-fit-hover:hover, .md\:hover\:min-h-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .md\:min-h-0, .md\:min-h-0-hover:hover, .md\:hover\:min-h-0:hover {
    min-height: 0 !important;
  }
  .md\:min-h-screen, .md\:min-h-screen-hover:hover, .md\:hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .icon-md-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .icon-md-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .icon-md-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .icon-md-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .icon-md-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .icon-md-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .icon-md-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .md\:icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .md\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .md\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .md\:icon-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .md\:icon-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .mask-x-md {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-md-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-md-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-md-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-md-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .md\:mask-x {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-x-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-x-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-x-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-x-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-x-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-start-md {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-md {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-md {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-md-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-md-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-md-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-md-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-md-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-md-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-md-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-md-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-md-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-md-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-md-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-md-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-start-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-start-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .md\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:md\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:md\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-end-md {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-md {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-md {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-md-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-md-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-md-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-md-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-md-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-md-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-md-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-md-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-md-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-md-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-md-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-md-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-end-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-end-md-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .md\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:md\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:md\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .md\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:md\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:md\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .scale-md-0, .scale-md-0-hover:hover, .hover\:scale-md-0:hover {
    transform: scale(0) !important;
  }
  .scale-md-x-0, .scale-md-x-0-hover:hover, .hover\:scale-md-x-0:hover {
    transform: scaleX(0) !important;
  }
  .scale-md-y-0, .scale-md-y-0-hover:hover, .hover\:scale-md-y-0:hover {
    transform: scaleY(0) !important;
  }
  .scale-md-50, .scale-md-50-hover:hover, .hover\:scale-md-50:hover {
    transform: scale(0.5) !important;
  }
  .scale-md-x-50, .scale-md-x-50-hover:hover, .hover\:scale-md-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .scale-md-y-50, .scale-md-y-50-hover:hover, .hover\:scale-md-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .scale-md-75, .scale-md-75-hover:hover, .hover\:scale-md-75:hover {
    transform: scale(0.75) !important;
  }
  .scale-md-x-75, .scale-md-x-75-hover:hover, .hover\:scale-md-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .scale-md-y-75, .scale-md-y-75-hover:hover, .hover\:scale-md-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .scale-md-90, .scale-md-90-hover:hover, .hover\:scale-md-90:hover {
    transform: scale(0.9) !important;
  }
  .scale-md-x-90, .scale-md-x-90-hover:hover, .hover\:scale-md-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .scale-md-y-90, .scale-md-y-90-hover:hover, .hover\:scale-md-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .scale-md-95, .scale-md-95-hover:hover, .hover\:scale-md-95:hover {
    transform: scale(0.95) !important;
  }
  .scale-md-x-95, .scale-md-x-95-hover:hover, .hover\:scale-md-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .scale-md-y-95, .scale-md-y-95-hover:hover, .hover\:scale-md-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .scale-md-100, .scale-md-100-hover:hover, .hover\:scale-md-100:hover {
    transform: scale(1) !important;
  }
  .scale-md-x-100, .scale-md-x-100-hover:hover, .hover\:scale-md-x-100:hover {
    transform: scaleX(1) !important;
  }
  .scale-md-y-100, .scale-md-y-100-hover:hover, .hover\:scale-md-y-100:hover {
    transform: scaleY(1) !important;
  }
  .scale-md-105, .scale-md-105-hover:hover, .hover\:scale-md-105:hover {
    transform: scale(1.05) !important;
  }
  .scale-md-x-105, .scale-md-x-105-hover:hover, .hover\:scale-md-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .scale-md-y-105, .scale-md-y-105-hover:hover, .hover\:scale-md-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .scale-md-110, .scale-md-110-hover:hover, .hover\:scale-md-110:hover {
    transform: scale(1.1) !important;
  }
  .scale-md-x-110, .scale-md-x-110-hover:hover, .hover\:scale-md-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .scale-md-y-110, .scale-md-y-110-hover:hover, .hover\:scale-md-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .scale-md-125, .scale-md-125-hover:hover, .hover\:scale-md-125:hover {
    transform: scale(1.25) !important;
  }
  .scale-md-x-125, .scale-md-x-125-hover:hover, .hover\:scale-md-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .scale-md-y-125, .scale-md-y-125-hover:hover, .hover\:scale-md-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .scale-md-150, .scale-md-150-hover:hover, .hover\:scale-md-150:hover {
    transform: scale(1.5) !important;
  }
  .scale-md-x-150, .scale-md-x-150-hover:hover, .hover\:scale-md-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .scale-md-y-150, .scale-md-y-150-hover:hover, .hover\:scale-md-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .md\:scale-0, .md\:scale-0-hover:hover, .md\:hover\:scale-0:hover {
    transform: scale(0) !important;
  }
  .md\:scale-x-0, .md\:scale-x-0-hover:hover, .md\:hover\:scale-x-0:hover {
    transform: scaleX(0) !important;
  }
  .md\:scale-y-0, .md\:scale-y-0-hover:hover, .md\:hover\:scale-y-0:hover {
    transform: scaleY(0) !important;
  }
  .md\:scale-50, .md\:scale-50-hover:hover, .md\:hover\:scale-50:hover {
    transform: scale(0.5) !important;
  }
  .md\:scale-x-50, .md\:scale-x-50-hover:hover, .md\:hover\:scale-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .md\:scale-y-50, .md\:scale-y-50-hover:hover, .md\:hover\:scale-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .md\:scale-75, .md\:scale-75-hover:hover, .md\:hover\:scale-75:hover {
    transform: scale(0.75) !important;
  }
  .md\:scale-x-75, .md\:scale-x-75-hover:hover, .md\:hover\:scale-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .md\:scale-y-75, .md\:scale-y-75-hover:hover, .md\:hover\:scale-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .md\:scale-90, .md\:scale-90-hover:hover, .md\:hover\:scale-90:hover {
    transform: scale(0.9) !important;
  }
  .md\:scale-x-90, .md\:scale-x-90-hover:hover, .md\:hover\:scale-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .md\:scale-y-90, .md\:scale-y-90-hover:hover, .md\:hover\:scale-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .md\:scale-95, .md\:scale-95-hover:hover, .md\:hover\:scale-95:hover {
    transform: scale(0.95) !important;
  }
  .md\:scale-x-95, .md\:scale-x-95-hover:hover, .md\:hover\:scale-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .md\:scale-y-95, .md\:scale-y-95-hover:hover, .md\:hover\:scale-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .md\:scale-100, .md\:scale-100-hover:hover, .md\:hover\:scale-100:hover {
    transform: scale(1) !important;
  }
  .md\:scale-x-100, .md\:scale-x-100-hover:hover, .md\:hover\:scale-x-100:hover {
    transform: scaleX(1) !important;
  }
  .md\:scale-y-100, .md\:scale-y-100-hover:hover, .md\:hover\:scale-y-100:hover {
    transform: scaleY(1) !important;
  }
  .md\:scale-105, .md\:scale-105-hover:hover, .md\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }
  .md\:scale-x-105, .md\:scale-x-105-hover:hover, .md\:hover\:scale-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .md\:scale-y-105, .md\:scale-y-105-hover:hover, .md\:hover\:scale-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .md\:scale-110, .md\:scale-110-hover:hover, .md\:hover\:scale-110:hover {
    transform: scale(1.1) !important;
  }
  .md\:scale-x-110, .md\:scale-x-110-hover:hover, .md\:hover\:scale-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .md\:scale-y-110, .md\:scale-y-110-hover:hover, .md\:hover\:scale-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .md\:scale-125, .md\:scale-125-hover:hover, .md\:hover\:scale-125:hover {
    transform: scale(1.25) !important;
  }
  .md\:scale-x-125, .md\:scale-x-125-hover:hover, .md\:hover\:scale-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .md\:scale-y-125, .md\:scale-y-125-hover:hover, .md\:hover\:scale-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .md\:scale-150, .md\:scale-150-hover:hover, .md\:hover\:scale-150:hover {
    transform: scale(1.5) !important;
  }
  .md\:scale-x-150, .md\:scale-x-150-hover:hover, .md\:hover\:scale-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .md\:scale-y-150, .md\:scale-y-150-hover:hover, .md\:hover\:scale-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .translate-md-x-0, .translate-md-x-0-hover:hover, .hover\:translate-md-x-0:hover {
    transform: translateX(0) !important;
  }
  .translate-md-y-0, .translate-md-y-0-hover:hover, .hover\:translate-md-y-0:hover {
    transform: translateY(0) !important;
  }
  .translate-md-x-px, .translate-md-x-px-hover:hover, .hover\:translate-md-x-px:hover {
    transform: translateX(1px) !important;
  }
  .translate-md-y-px, .translate-md-y-px-hover:hover, .hover\:translate-md-y-px:hover {
    transform: translateY(1px) !important;
  }
  .translate-md-x-narrow, .translate-md-x-narrow-hover:hover, .hover\:translate-md-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .translate-md-y-narrow, .translate-md-y-narrow-hover:hover, .hover\:translate-md-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .translate-md-x-1, .translate-md-x-1-hover:hover, .hover\:translate-md-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .translate-md-y-1, .translate-md-y-1-hover:hover, .hover\:translate-md-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .translate-md-x-2, .translate-md-x-2-hover:hover, .hover\:translate-md-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .translate-md-y-2, .translate-md-y-2-hover:hover, .hover\:translate-md-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .translate-md-x-3, .translate-md-x-3-hover:hover, .hover\:translate-md-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .translate-md-y-3, .translate-md-y-3-hover:hover, .hover\:translate-md-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .translate-md-x-4, .translate-md-x-4-hover:hover, .hover\:translate-md-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .translate-md-y-4, .translate-md-y-4-hover:hover, .hover\:translate-md-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .translate-md-x-5, .translate-md-x-5-hover:hover, .hover\:translate-md-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .translate-md-y-5, .translate-md-y-5-hover:hover, .hover\:translate-md-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .translate-md-x-6, .translate-md-x-6-hover:hover, .hover\:translate-md-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .translate-md-y-6, .translate-md-y-6-hover:hover, .hover\:translate-md-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .translate-md-x-7, .translate-md-x-7-hover:hover, .hover\:translate-md-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .translate-md-y-7, .translate-md-y-7-hover:hover, .hover\:translate-md-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .translate-md-x-8, .translate-md-x-8-hover:hover, .hover\:translate-md-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .translate-md-y-8, .translate-md-y-8-hover:hover, .hover\:translate-md-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .translate-md-x-9, .translate-md-x-9-hover:hover, .hover\:translate-md-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .translate-md-y-9, .translate-md-y-9-hover:hover, .hover\:translate-md-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .translate-md-x-10, .translate-md-x-10-hover:hover, .hover\:translate-md-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .translate-md-y-10, .translate-md-y-10-hover:hover, .hover\:translate-md-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .translate-md-x-25, .translate-md-x-25-hover:hover, .hover\:translate-md-x-25:hover {
    transform: translateX(25%) !important;
  }
  .translate-md-y-25, .translate-md-y-25-hover:hover, .hover\:translate-md-y-25:hover {
    transform: translateY(25%) !important;
  }
  .translate-md-x-50, .translate-md-x-50-hover:hover, .hover\:translate-md-x-50:hover {
    transform: translateX(50%) !important;
  }
  .translate-md-y-50, .translate-md-y-50-hover:hover, .hover\:translate-md-y-50:hover {
    transform: translateY(50%) !important;
  }
  .translate-md-x-75, .translate-md-x-75-hover:hover, .hover\:translate-md-x-75:hover {
    transform: translateX(75%) !important;
  }
  .translate-md-y-75, .translate-md-y-75-hover:hover, .hover\:translate-md-y-75:hover {
    transform: translateY(75%) !important;
  }
  .translate-md-x-full, .translate-md-x-full-hover:hover, .hover\:translate-md-x-full:hover {
    transform: translateX(100%) !important;
  }
  .translate-md-y-full, .translate-md-y-full-hover:hover, .hover\:translate-md-y-full:hover {
    transform: translateY(100%) !important;
  }
  .md\:translate-x-0, .md\:translate-x-0-hover:hover, .md\:hover\:translate-x-0:hover {
    transform: translateX(0) !important;
  }
  .md\:translate-y-0, .md\:translate-y-0-hover:hover, .md\:hover\:translate-y-0:hover {
    transform: translateY(0) !important;
  }
  .md\:translate-x-px, .md\:translate-x-px-hover:hover, .md\:hover\:translate-x-px:hover {
    transform: translateX(1px) !important;
  }
  .md\:translate-y-px, .md\:translate-y-px-hover:hover, .md\:hover\:translate-y-px:hover {
    transform: translateY(1px) !important;
  }
  .md\:translate-x-narrow, .md\:translate-x-narrow-hover:hover, .md\:hover\:translate-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .md\:translate-y-narrow, .md\:translate-y-narrow-hover:hover, .md\:hover\:translate-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .md\:translate-x-1, .md\:translate-x-1-hover:hover, .md\:hover\:translate-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .md\:translate-y-1, .md\:translate-y-1-hover:hover, .md\:hover\:translate-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .md\:translate-x-2, .md\:translate-x-2-hover:hover, .md\:hover\:translate-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .md\:translate-y-2, .md\:translate-y-2-hover:hover, .md\:hover\:translate-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .md\:translate-x-3, .md\:translate-x-3-hover:hover, .md\:hover\:translate-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .md\:translate-y-3, .md\:translate-y-3-hover:hover, .md\:hover\:translate-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .md\:translate-x-4, .md\:translate-x-4-hover:hover, .md\:hover\:translate-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .md\:translate-y-4, .md\:translate-y-4-hover:hover, .md\:hover\:translate-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .md\:translate-x-5, .md\:translate-x-5-hover:hover, .md\:hover\:translate-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .md\:translate-y-5, .md\:translate-y-5-hover:hover, .md\:hover\:translate-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .md\:translate-x-6, .md\:translate-x-6-hover:hover, .md\:hover\:translate-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .md\:translate-y-6, .md\:translate-y-6-hover:hover, .md\:hover\:translate-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .md\:translate-x-7, .md\:translate-x-7-hover:hover, .md\:hover\:translate-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .md\:translate-y-7, .md\:translate-y-7-hover:hover, .md\:hover\:translate-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .md\:translate-x-8, .md\:translate-x-8-hover:hover, .md\:hover\:translate-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .md\:translate-y-8, .md\:translate-y-8-hover:hover, .md\:hover\:translate-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .md\:translate-x-9, .md\:translate-x-9-hover:hover, .md\:hover\:translate-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .md\:translate-y-9, .md\:translate-y-9-hover:hover, .md\:hover\:translate-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .md\:translate-x-10, .md\:translate-x-10-hover:hover, .md\:hover\:translate-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .md\:translate-y-10, .md\:translate-y-10-hover:hover, .md\:hover\:translate-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .md\:translate-x-25, .md\:translate-x-25-hover:hover, .md\:hover\:translate-x-25:hover {
    transform: translateX(25%) !important;
  }
  .md\:translate-y-25, .md\:translate-y-25-hover:hover, .md\:hover\:translate-y-25:hover {
    transform: translateY(25%) !important;
  }
  .md\:translate-x-50, .md\:translate-x-50-hover:hover, .md\:hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .md\:translate-y-50, .md\:translate-y-50-hover:hover, .md\:hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .md\:translate-x-75, .md\:translate-x-75-hover:hover, .md\:hover\:translate-x-75:hover {
    transform: translateX(75%) !important;
  }
  .md\:translate-y-75, .md\:translate-y-75-hover:hover, .md\:hover\:translate-y-75:hover {
    transform: translateY(75%) !important;
  }
  .md\:translate-x-full, .md\:translate-x-full-hover:hover, .md\:hover\:translate-x-full:hover {
    transform: translateX(100%) !important;
  }
  .md\:translate-y-full, .md\:translate-y-full-hover:hover, .md\:hover\:translate-y-full:hover {
    transform: translateY(100%) !important;
  }
  .-translate-md-x-px, .-translate-md-x-px-hover:hover, .hover\:-translate-md-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .-translate-md-y-px, .-translate-md-y-px-hover:hover, .hover\:-translate-md-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .-translate-md-x-narrow, .-translate-md-x-narrow-hover:hover, .hover\:-translate-md-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .-translate-md-y-narrow, .-translate-md-y-narrow-hover:hover, .hover\:-translate-md-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .-translate-md-x-1, .-translate-md-x-1-hover:hover, .hover\:-translate-md-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .-translate-md-y-1, .-translate-md-y-1-hover:hover, .hover\:-translate-md-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .-translate-md-x-2, .-translate-md-x-2-hover:hover, .hover\:-translate-md-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .-translate-md-y-2, .-translate-md-y-2-hover:hover, .hover\:-translate-md-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .-translate-md-x-3, .-translate-md-x-3-hover:hover, .hover\:-translate-md-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .-translate-md-y-3, .-translate-md-y-3-hover:hover, .hover\:-translate-md-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .-translate-md-x-4, .-translate-md-x-4-hover:hover, .hover\:-translate-md-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .-translate-md-y-4, .-translate-md-y-4-hover:hover, .hover\:-translate-md-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .-translate-md-x-5, .-translate-md-x-5-hover:hover, .hover\:-translate-md-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .-translate-md-y-5, .-translate-md-y-5-hover:hover, .hover\:-translate-md-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .-translate-md-x-6, .-translate-md-x-6-hover:hover, .hover\:-translate-md-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .-translate-md-y-6, .-translate-md-y-6-hover:hover, .hover\:-translate-md-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .-translate-md-x-7, .-translate-md-x-7-hover:hover, .hover\:-translate-md-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .-translate-md-y-7, .-translate-md-y-7-hover:hover, .hover\:-translate-md-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .-translate-md-x-8, .-translate-md-x-8-hover:hover, .hover\:-translate-md-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .-translate-md-y-8, .-translate-md-y-8-hover:hover, .hover\:-translate-md-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .-translate-md-x-9, .-translate-md-x-9-hover:hover, .hover\:-translate-md-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .-translate-md-y-9, .-translate-md-y-9-hover:hover, .hover\:-translate-md-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .-translate-md-x-10, .-translate-md-x-10-hover:hover, .hover\:-translate-md-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .-translate-md-y-10, .-translate-md-y-10-hover:hover, .hover\:-translate-md-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .-translate-md-x-25, .-translate-md-x-25-hover:hover, .hover\:-translate-md-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .-translate-md-y-25, .-translate-md-y-25-hover:hover, .hover\:-translate-md-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .-translate-md-x-50, .-translate-md-x-50-hover:hover, .hover\:-translate-md-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .-translate-md-y-50, .-translate-md-y-50-hover:hover, .hover\:-translate-md-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .-translate-md-x-75, .-translate-md-x-75-hover:hover, .hover\:-translate-md-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .-translate-md-y-75, .-translate-md-y-75-hover:hover, .hover\:-translate-md-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .-translate-md-x-full, .-translate-md-x-full-hover:hover, .hover\:-translate-md-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .-translate-md-y-full, .-translate-md-y-full-hover:hover, .hover\:-translate-md-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .md\:-translate-x-px, .md\:-translate-x-px-hover:hover, .md\:hover\:-translate-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .md\:-translate-y-px, .md\:-translate-y-px-hover:hover, .md\:hover\:-translate-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .md\:-translate-x-narrow, .md\:-translate-x-narrow-hover:hover, .md\:hover\:-translate-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .md\:-translate-y-narrow, .md\:-translate-y-narrow-hover:hover, .md\:hover\:-translate-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .md\:-translate-x-1, .md\:-translate-x-1-hover:hover, .md\:hover\:-translate-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .md\:-translate-y-1, .md\:-translate-y-1-hover:hover, .md\:hover\:-translate-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .md\:-translate-x-2, .md\:-translate-x-2-hover:hover, .md\:hover\:-translate-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .md\:-translate-y-2, .md\:-translate-y-2-hover:hover, .md\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .md\:-translate-x-3, .md\:-translate-x-3-hover:hover, .md\:hover\:-translate-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .md\:-translate-y-3, .md\:-translate-y-3-hover:hover, .md\:hover\:-translate-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .md\:-translate-x-4, .md\:-translate-x-4-hover:hover, .md\:hover\:-translate-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .md\:-translate-y-4, .md\:-translate-y-4-hover:hover, .md\:hover\:-translate-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .md\:-translate-x-5, .md\:-translate-x-5-hover:hover, .md\:hover\:-translate-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .md\:-translate-y-5, .md\:-translate-y-5-hover:hover, .md\:hover\:-translate-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .md\:-translate-x-6, .md\:-translate-x-6-hover:hover, .md\:hover\:-translate-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .md\:-translate-y-6, .md\:-translate-y-6-hover:hover, .md\:hover\:-translate-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .md\:-translate-x-7, .md\:-translate-x-7-hover:hover, .md\:hover\:-translate-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .md\:-translate-y-7, .md\:-translate-y-7-hover:hover, .md\:hover\:-translate-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .md\:-translate-x-8, .md\:-translate-x-8-hover:hover, .md\:hover\:-translate-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .md\:-translate-y-8, .md\:-translate-y-8-hover:hover, .md\:hover\:-translate-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .md\:-translate-x-9, .md\:-translate-x-9-hover:hover, .md\:hover\:-translate-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .md\:-translate-y-9, .md\:-translate-y-9-hover:hover, .md\:hover\:-translate-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .md\:-translate-x-10, .md\:-translate-x-10-hover:hover, .md\:hover\:-translate-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .md\:-translate-y-10, .md\:-translate-y-10-hover:hover, .md\:hover\:-translate-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .md\:-translate-x-25, .md\:-translate-x-25-hover:hover, .md\:hover\:-translate-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .md\:-translate-y-25, .md\:-translate-y-25-hover:hover, .md\:hover\:-translate-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .md\:-translate-x-50, .md\:-translate-x-50-hover:hover, .md\:hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .md\:-translate-y-50, .md\:-translate-y-50-hover:hover, .md\:hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .md\:-translate-x-75, .md\:-translate-x-75-hover:hover, .md\:hover\:-translate-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .md\:-translate-y-75, .md\:-translate-y-75-hover:hover, .md\:hover\:-translate-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .md\:-translate-x-full, .md\:-translate-x-full-hover:hover, .md\:hover\:-translate-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .md\:-translate-y-full, .md\:-translate-y-full-hover:hover, .md\:hover\:-translate-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .rotate-md-0, .rotate-md-0-hover:hover, .hover\:rotate-md-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-0 {
    transform: rotate(0deg) !important;
  }
  .rotate-md-1, .rotate-md-1-hover:hover, .hover\:rotate-md-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-1 {
    transform: rotate(1deg) !important;
  }
  .rotate-md-2, .rotate-md-2-hover:hover, .hover\:rotate-md-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-2 {
    transform: rotate(2deg) !important;
  }
  .rotate-md-3, .rotate-md-3-hover:hover, .hover\:rotate-md-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-3 {
    transform: rotate(3deg) !important;
  }
  .rotate-md-6, .rotate-md-6-hover:hover, .hover\:rotate-md-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-6 {
    transform: rotate(6deg) !important;
  }
  .rotate-md-12, .rotate-md-12-hover:hover, .hover\:rotate-md-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-12 {
    transform: rotate(12deg) !important;
  }
  .rotate-md-45, .rotate-md-45-hover:hover, .hover\:rotate-md-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-45 {
    transform: rotate(45deg) !important;
  }
  .rotate-md-90, .rotate-md-90-hover:hover, .hover\:rotate-md-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-90 {
    transform: rotate(90deg) !important;
  }
  .rotate-md-180, .rotate-md-180-hover:hover, .hover\:rotate-md-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:rotate-md-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:rotate-md-180 {
    transform: rotate(180deg) !important;
  }
  .md\:rotate-0, .md\:rotate-0-hover:hover, .md\:hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .md\:rotate-1, .md\:rotate-1-hover:hover, .md\:hover\:rotate-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  .md\:rotate-2, .md\:rotate-2-hover:hover, .md\:hover\:rotate-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  .md\:rotate-3, .md\:rotate-3-hover:hover, .md\:hover\:rotate-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  .md\:rotate-6, .md\:rotate-6-hover:hover, .md\:hover\:rotate-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  .md\:rotate-12, .md\:rotate-12-hover:hover, .md\:hover\:rotate-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  .md\:rotate-45, .md\:rotate-45-hover:hover, .md\:hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .md\:rotate-90, .md\:rotate-90-hover:hover, .md\:hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .md\:rotate-180, .md\:rotate-180-hover:hover, .md\:hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .-rotate-md-1, .-rotate-md-1-hover:hover, .hover\:-rotate-md-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-1 {
    transform: rotate(-1deg) !important;
  }
  .-rotate-md-2, .-rotate-md-2-hover:hover, .hover\:-rotate-md-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-2 {
    transform: rotate(-2deg) !important;
  }
  .-rotate-md-3, .-rotate-md-3-hover:hover, .hover\:-rotate-md-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-3 {
    transform: rotate(-3deg) !important;
  }
  .-rotate-md-6, .-rotate-md-6-hover:hover, .hover\:-rotate-md-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-6 {
    transform: rotate(-6deg) !important;
  }
  .-rotate-md-12, .-rotate-md-12-hover:hover, .hover\:-rotate-md-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-12 {
    transform: rotate(-12deg) !important;
  }
  .-rotate-md-45, .-rotate-md-45-hover:hover, .hover\:-rotate-md-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-45 {
    transform: rotate(-45deg) !important;
  }
  .-rotate-md-90, .-rotate-md-90-hover:hover, .hover\:-rotate-md-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-90 {
    transform: rotate(-90deg) !important;
  }
  .-rotate-md-180, .-rotate-md-180-hover:hover, .hover\:-rotate-md-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-md-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-md-180 {
    transform: rotate(-180deg) !important;
  }
  .md\:-rotate-1, .md\:-rotate-1-hover:hover, .md\:hover\:-rotate-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  .md\:-rotate-2, .md\:-rotate-2-hover:hover, .md\:hover\:-rotate-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  .md\:-rotate-3, .md\:-rotate-3-hover:hover, .md\:hover\:-rotate-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  .md\:-rotate-6, .md\:-rotate-6-hover:hover, .md\:hover\:-rotate-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  .md\:-rotate-12, .md\:-rotate-12-hover:hover, .md\:hover\:-rotate-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  .md\:-rotate-45, .md\:-rotate-45-hover:hover, .md\:hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .md\:-rotate-90, .md\:-rotate-90-hover:hover, .md\:hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .md\:-rotate-180, .md\:-rotate-180-hover:hover, .md\:hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .origin-md-center, .origin-md-center-hover:hover, .hover\:origin-md-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:origin-md-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:origin-md-center {
    transform-origin: center !important;
  }
  .origin-md-top, .origin-md-top-hover:hover, .hover\:origin-md-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:origin-md-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:origin-md-top {
    transform-origin: top !important;
  }
  .origin-md-top-right, .origin-md-top-right-hover:hover, .hover\:origin-md-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:origin-md-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:origin-md-top-right {
    transform-origin: top right !important;
  }
  .origin-md-top-left, .origin-md-top-left-hover:hover, .hover\:origin-md-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:origin-md-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:origin-md-top-left {
    transform-origin: top left !important;
  }
  .origin-md-left, .origin-md-left-hover:hover, .hover\:origin-md-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:origin-md-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:origin-md-left {
    transform-origin: left !important;
  }
  .origin-md-right, .origin-md-right-hover:hover, .hover\:origin-md-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:origin-md-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:origin-md-right {
    transform-origin: right !important;
  }
  .origin-md-bottom-right, .origin-md-bottom-right-hover:hover, .hover\:origin-md-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:origin-md-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:origin-md-bottom-right {
    transform-origin: bottom right !important;
  }
  .origin-md-bottom, .origin-md-bottom-hover:hover, .hover\:origin-md-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:origin-md-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:origin-md-bottom {
    transform-origin: bottom !important;
  }
  .origin-md-bottom-left, .origin-md-bottom-left-hover:hover, .hover\:origin-md-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:origin-md-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:origin-md-bottom-left {
    transform-origin: bottom left !important;
  }
  .md\:origin-center, .md\:origin-center-hover:hover, .md\:hover\:origin-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:md\:origin-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:md\:origin-center {
    transform-origin: center !important;
  }
  .md\:origin-top, .md\:origin-top-hover:hover, .md\:hover\:origin-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:md\:origin-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:md\:origin-top {
    transform-origin: top !important;
  }
  .md\:origin-top-right, .md\:origin-top-right-hover:hover, .md\:hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:md\:origin-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:md\:origin-top-right {
    transform-origin: top right !important;
  }
  .md\:origin-top-left, .md\:origin-top-left-hover:hover, .md\:hover\:origin-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:md\:origin-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:md\:origin-top-left {
    transform-origin: top left !important;
  }
  .md\:origin-left, .md\:origin-left-hover:hover, .md\:hover\:origin-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:md\:origin-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:md\:origin-left {
    transform-origin: left !important;
  }
  .md\:origin-right, .md\:origin-right-hover:hover, .md\:hover\:origin-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:md\:origin-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:md\:origin-right {
    transform-origin: right !important;
  }
  .md\:origin-bottom-right, .md\:origin-bottom-right-hover:hover, .md\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .md\:origin-bottom, .md\:origin-bottom-hover:hover, .md\:hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:md\:origin-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:md\:origin-bottom {
    transform-origin: bottom !important;
  }
  .md\:origin-bottom-left, .md\:origin-bottom-left-hover:hover, .md\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .rounded-top-start-md, .rounded-top-start-md-hover:hover, .hover\:rounded-top-start-md:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md {
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-top-start-md-default, .rounded-top-start-md-default-hover:hover, .hover\:rounded-top-start-md-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-default {
    border-top-left-radius: 8px !important;
  }
  .rounded-top-start-md-0-5, .rounded-top-start-md-0-5-hover:hover, .hover\:rounded-top-start-md-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-0-5 {
    border-top-left-radius: 2px !important;
  }
  .rounded-top-start-md-1, .rounded-top-start-md-1-hover:hover, .hover\:rounded-top-start-md-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-1 {
    border-top-left-radius: 4px !important;
  }
  .rounded-top-start-md-1-5, .rounded-top-start-md-1-5-hover:hover, .hover\:rounded-top-start-md-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-1-5 {
    border-top-left-radius: 12px !important;
  }
  .rounded-top-start-md-2, .rounded-top-start-md-2-hover:hover, .hover\:rounded-top-start-md-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-2 {
    border-top-left-radius: 16px !important;
  }
  .rounded-top-start-md-2-5, .rounded-top-start-md-2-5-hover:hover, .hover\:rounded-top-start-md-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-2-5 {
    border-top-left-radius: 20px !important;
  }
  .rounded-top-start-md-3, .rounded-top-start-md-3-hover:hover, .hover\:rounded-top-start-md-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-3 {
    border-top-left-radius: 24px !important;
  }
  .rounded-top-start-md-3-5, .rounded-top-start-md-3-5-hover:hover, .hover\:rounded-top-start-md-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-3-5 {
    border-top-left-radius: 28px !important;
  }
  .rounded-top-start-md-4, .rounded-top-start-md-4-hover:hover, .hover\:rounded-top-start-md-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-4 {
    border-top-left-radius: 32px !important;
  }
  .rounded-top-start-md-4-5, .rounded-top-start-md-4-5-hover:hover, .hover\:rounded-top-start-md-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-4-5 {
    border-top-left-radius: 36px !important;
  }
  .rounded-top-start-md-5, .rounded-top-start-md-5-hover:hover, .hover\:rounded-top-start-md-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-5 {
    border-top-left-radius: 40px !important;
  }
  .rounded-top-start-md-5-5, .rounded-top-start-md-5-5-hover:hover, .hover\:rounded-top-start-md-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-5-5 {
    border-top-left-radius: 44px !important;
  }
  .rounded-top-start-md-6, .rounded-top-start-md-6-hover:hover, .hover\:rounded-top-start-md-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-6 {
    border-top-left-radius: 48px !important;
  }
  .rounded-top-start-md-6-5, .rounded-top-start-md-6-5-hover:hover, .hover\:rounded-top-start-md-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-6-5 {
    border-top-left-radius: 52px !important;
  }
  .rounded-top-start-md-7, .rounded-top-start-md-7-hover:hover, .hover\:rounded-top-start-md-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-7 {
    border-top-left-radius: 56px !important;
  }
  .rounded-top-start-md-7-5, .rounded-top-start-md-7-5-hover:hover, .hover\:rounded-top-start-md-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-7-5 {
    border-top-left-radius: 60px !important;
  }
  .rounded-top-start-md-8, .rounded-top-start-md-8-hover:hover, .hover\:rounded-top-start-md-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-8 {
    border-top-left-radius: 64px !important;
  }
  .rounded-top-start-md-8-5, .rounded-top-start-md-8-5-hover:hover, .hover\:rounded-top-start-md-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-8-5 {
    border-top-left-radius: 68px !important;
  }
  .rounded-top-start-md-9, .rounded-top-start-md-9-hover:hover, .hover\:rounded-top-start-md-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-9 {
    border-top-left-radius: 72px !important;
  }
  .rounded-top-start-md-9-5, .rounded-top-start-md-9-5-hover:hover, .hover\:rounded-top-start-md-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-9-5 {
    border-top-left-radius: 76px !important;
  }
  .rounded-top-start-md-10, .rounded-top-start-md-10-hover:hover, .hover\:rounded-top-start-md-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-10 {
    border-top-left-radius: 80px !important;
  }
  .rounded-top-start-md-circle, .rounded-top-start-md-circle-hover:hover, .hover\:rounded-top-start-md-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-circle {
    border-top-left-radius: 50% !important;
  }
  .rounded-top-start-md-full, .rounded-top-start-md-full-hover:hover, .hover\:rounded-top-start-md-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-full {
    border-top-left-radius: 100% !important;
  }
  .rounded-top-start-md-pill, .rounded-top-start-md-pill-hover:hover, .hover\:rounded-top-start-md-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-pill {
    border-top-left-radius: 50rem !important;
  }
  .rounded-top-start-md-0, .rounded-top-start-md-0-hover:hover, .hover\:rounded-top-start-md-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-md-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-md-0 {
    border-top-left-radius: 0 !important;
  }
  .md\:rounded-top-start, .md\:rounded-top-start-hover:hover, .md\:hover\:rounded-top-start:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  .md\:rounded-top-start-default, .md\:rounded-top-start-default-hover:hover, .md\:hover\:rounded-top-start-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  .md\:rounded-top-start-0-5, .md\:rounded-top-start-0-5-hover:hover, .md\:hover\:rounded-top-start-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  .md\:rounded-top-start-1, .md\:rounded-top-start-1-hover:hover, .md\:hover\:rounded-top-start-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  .md\:rounded-top-start-1-5, .md\:rounded-top-start-1-5-hover:hover, .md\:hover\:rounded-top-start-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  .md\:rounded-top-start-2, .md\:rounded-top-start-2-hover:hover, .md\:hover\:rounded-top-start-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  .md\:rounded-top-start-2-5, .md\:rounded-top-start-2-5-hover:hover, .md\:hover\:rounded-top-start-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  .md\:rounded-top-start-3, .md\:rounded-top-start-3-hover:hover, .md\:hover\:rounded-top-start-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  .md\:rounded-top-start-3-5, .md\:rounded-top-start-3-5-hover:hover, .md\:hover\:rounded-top-start-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  .md\:rounded-top-start-4, .md\:rounded-top-start-4-hover:hover, .md\:hover\:rounded-top-start-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  .md\:rounded-top-start-4-5, .md\:rounded-top-start-4-5-hover:hover, .md\:hover\:rounded-top-start-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  .md\:rounded-top-start-5, .md\:rounded-top-start-5-hover:hover, .md\:hover\:rounded-top-start-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  .md\:rounded-top-start-5-5, .md\:rounded-top-start-5-5-hover:hover, .md\:hover\:rounded-top-start-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  .md\:rounded-top-start-6, .md\:rounded-top-start-6-hover:hover, .md\:hover\:rounded-top-start-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  .md\:rounded-top-start-6-5, .md\:rounded-top-start-6-5-hover:hover, .md\:hover\:rounded-top-start-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  .md\:rounded-top-start-7, .md\:rounded-top-start-7-hover:hover, .md\:hover\:rounded-top-start-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  .md\:rounded-top-start-7-5, .md\:rounded-top-start-7-5-hover:hover, .md\:hover\:rounded-top-start-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  .md\:rounded-top-start-8, .md\:rounded-top-start-8-hover:hover, .md\:hover\:rounded-top-start-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  .md\:rounded-top-start-8-5, .md\:rounded-top-start-8-5-hover:hover, .md\:hover\:rounded-top-start-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  .md\:rounded-top-start-9, .md\:rounded-top-start-9-hover:hover, .md\:hover\:rounded-top-start-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  .md\:rounded-top-start-9-5, .md\:rounded-top-start-9-5-hover:hover, .md\:hover\:rounded-top-start-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  .md\:rounded-top-start-10, .md\:rounded-top-start-10-hover:hover, .md\:hover\:rounded-top-start-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  .md\:rounded-top-start-circle, .md\:rounded-top-start-circle-hover:hover, .md\:hover\:rounded-top-start-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  .md\:rounded-top-start-full, .md\:rounded-top-start-full-hover:hover, .md\:hover\:rounded-top-start-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  .md\:rounded-top-start-pill, .md\:rounded-top-start-pill-hover:hover, .md\:hover\:rounded-top-start-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  .md\:rounded-top-start-0, .md\:rounded-top-start-0-hover:hover, .md\:hover\:rounded-top-start-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  .rounded-top-end-md, .rounded-top-end-md-hover:hover, .hover\:rounded-top-end-md:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md {
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-end-md-default, .rounded-top-end-md-default-hover:hover, .hover\:rounded-top-end-md-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-default {
    border-top-right-radius: 8px !important;
  }
  .rounded-top-end-md-0-5, .rounded-top-end-md-0-5-hover:hover, .hover\:rounded-top-end-md-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-0-5 {
    border-top-right-radius: 2px !important;
  }
  .rounded-top-end-md-1, .rounded-top-end-md-1-hover:hover, .hover\:rounded-top-end-md-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-1 {
    border-top-right-radius: 4px !important;
  }
  .rounded-top-end-md-1-5, .rounded-top-end-md-1-5-hover:hover, .hover\:rounded-top-end-md-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-1-5 {
    border-top-right-radius: 12px !important;
  }
  .rounded-top-end-md-2, .rounded-top-end-md-2-hover:hover, .hover\:rounded-top-end-md-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-2 {
    border-top-right-radius: 16px !important;
  }
  .rounded-top-end-md-2-5, .rounded-top-end-md-2-5-hover:hover, .hover\:rounded-top-end-md-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-2-5 {
    border-top-right-radius: 20px !important;
  }
  .rounded-top-end-md-3, .rounded-top-end-md-3-hover:hover, .hover\:rounded-top-end-md-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-3 {
    border-top-right-radius: 24px !important;
  }
  .rounded-top-end-md-3-5, .rounded-top-end-md-3-5-hover:hover, .hover\:rounded-top-end-md-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-3-5 {
    border-top-right-radius: 28px !important;
  }
  .rounded-top-end-md-4, .rounded-top-end-md-4-hover:hover, .hover\:rounded-top-end-md-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-4 {
    border-top-right-radius: 32px !important;
  }
  .rounded-top-end-md-4-5, .rounded-top-end-md-4-5-hover:hover, .hover\:rounded-top-end-md-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-4-5 {
    border-top-right-radius: 36px !important;
  }
  .rounded-top-end-md-5, .rounded-top-end-md-5-hover:hover, .hover\:rounded-top-end-md-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-5 {
    border-top-right-radius: 40px !important;
  }
  .rounded-top-end-md-5-5, .rounded-top-end-md-5-5-hover:hover, .hover\:rounded-top-end-md-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-5-5 {
    border-top-right-radius: 44px !important;
  }
  .rounded-top-end-md-6, .rounded-top-end-md-6-hover:hover, .hover\:rounded-top-end-md-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-6 {
    border-top-right-radius: 48px !important;
  }
  .rounded-top-end-md-6-5, .rounded-top-end-md-6-5-hover:hover, .hover\:rounded-top-end-md-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-6-5 {
    border-top-right-radius: 52px !important;
  }
  .rounded-top-end-md-7, .rounded-top-end-md-7-hover:hover, .hover\:rounded-top-end-md-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-7 {
    border-top-right-radius: 56px !important;
  }
  .rounded-top-end-md-7-5, .rounded-top-end-md-7-5-hover:hover, .hover\:rounded-top-end-md-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-7-5 {
    border-top-right-radius: 60px !important;
  }
  .rounded-top-end-md-8, .rounded-top-end-md-8-hover:hover, .hover\:rounded-top-end-md-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-8 {
    border-top-right-radius: 64px !important;
  }
  .rounded-top-end-md-8-5, .rounded-top-end-md-8-5-hover:hover, .hover\:rounded-top-end-md-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-8-5 {
    border-top-right-radius: 68px !important;
  }
  .rounded-top-end-md-9, .rounded-top-end-md-9-hover:hover, .hover\:rounded-top-end-md-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-9 {
    border-top-right-radius: 72px !important;
  }
  .rounded-top-end-md-9-5, .rounded-top-end-md-9-5-hover:hover, .hover\:rounded-top-end-md-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-9-5 {
    border-top-right-radius: 76px !important;
  }
  .rounded-top-end-md-10, .rounded-top-end-md-10-hover:hover, .hover\:rounded-top-end-md-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-10 {
    border-top-right-radius: 80px !important;
  }
  .rounded-top-end-md-circle, .rounded-top-end-md-circle-hover:hover, .hover\:rounded-top-end-md-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-circle {
    border-top-right-radius: 50% !important;
  }
  .rounded-top-end-md-full, .rounded-top-end-md-full-hover:hover, .hover\:rounded-top-end-md-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-full {
    border-top-right-radius: 100% !important;
  }
  .rounded-top-end-md-pill, .rounded-top-end-md-pill-hover:hover, .hover\:rounded-top-end-md-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-pill {
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-end-md-0, .rounded-top-end-md-0-hover:hover, .hover\:rounded-top-end-md-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-md-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-md-0 {
    border-top-right-radius: 0 !important;
  }
  .md\:rounded-top-end, .md\:rounded-top-end-hover:hover, .md\:hover\:rounded-top-end:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  .md\:rounded-top-end-default, .md\:rounded-top-end-default-hover:hover, .md\:hover\:rounded-top-end-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  .md\:rounded-top-end-0-5, .md\:rounded-top-end-0-5-hover:hover, .md\:hover\:rounded-top-end-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  .md\:rounded-top-end-1, .md\:rounded-top-end-1-hover:hover, .md\:hover\:rounded-top-end-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  .md\:rounded-top-end-1-5, .md\:rounded-top-end-1-5-hover:hover, .md\:hover\:rounded-top-end-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  .md\:rounded-top-end-2, .md\:rounded-top-end-2-hover:hover, .md\:hover\:rounded-top-end-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  .md\:rounded-top-end-2-5, .md\:rounded-top-end-2-5-hover:hover, .md\:hover\:rounded-top-end-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  .md\:rounded-top-end-3, .md\:rounded-top-end-3-hover:hover, .md\:hover\:rounded-top-end-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  .md\:rounded-top-end-3-5, .md\:rounded-top-end-3-5-hover:hover, .md\:hover\:rounded-top-end-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  .md\:rounded-top-end-4, .md\:rounded-top-end-4-hover:hover, .md\:hover\:rounded-top-end-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  .md\:rounded-top-end-4-5, .md\:rounded-top-end-4-5-hover:hover, .md\:hover\:rounded-top-end-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  .md\:rounded-top-end-5, .md\:rounded-top-end-5-hover:hover, .md\:hover\:rounded-top-end-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  .md\:rounded-top-end-5-5, .md\:rounded-top-end-5-5-hover:hover, .md\:hover\:rounded-top-end-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  .md\:rounded-top-end-6, .md\:rounded-top-end-6-hover:hover, .md\:hover\:rounded-top-end-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  .md\:rounded-top-end-6-5, .md\:rounded-top-end-6-5-hover:hover, .md\:hover\:rounded-top-end-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  .md\:rounded-top-end-7, .md\:rounded-top-end-7-hover:hover, .md\:hover\:rounded-top-end-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  .md\:rounded-top-end-7-5, .md\:rounded-top-end-7-5-hover:hover, .md\:hover\:rounded-top-end-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  .md\:rounded-top-end-8, .md\:rounded-top-end-8-hover:hover, .md\:hover\:rounded-top-end-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  .md\:rounded-top-end-8-5, .md\:rounded-top-end-8-5-hover:hover, .md\:hover\:rounded-top-end-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  .md\:rounded-top-end-9, .md\:rounded-top-end-9-hover:hover, .md\:hover\:rounded-top-end-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  .md\:rounded-top-end-9-5, .md\:rounded-top-end-9-5-hover:hover, .md\:hover\:rounded-top-end-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  .md\:rounded-top-end-10, .md\:rounded-top-end-10-hover:hover, .md\:hover\:rounded-top-end-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  .md\:rounded-top-end-circle, .md\:rounded-top-end-circle-hover:hover, .md\:hover\:rounded-top-end-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  .md\:rounded-top-end-full, .md\:rounded-top-end-full-hover:hover, .md\:hover\:rounded-top-end-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  .md\:rounded-top-end-pill, .md\:rounded-top-end-pill-hover:hover, .md\:hover\:rounded-top-end-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  .md\:rounded-top-end-0, .md\:rounded-top-end-0-hover:hover, .md\:hover\:rounded-top-end-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  .rounded-bottom-start-md, .rounded-bottom-start-md-hover:hover, .hover\:rounded-bottom-start-md:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md {
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-start-md-default, .rounded-bottom-start-md-default-hover:hover, .hover\:rounded-bottom-start-md-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-default {
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-start-md-0-5, .rounded-bottom-start-md-0-5-hover:hover, .hover\:rounded-bottom-start-md-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-start-md-1, .rounded-bottom-start-md-1-hover:hover, .hover\:rounded-bottom-start-md-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-1 {
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-start-md-1-5, .rounded-bottom-start-md-1-5-hover:hover, .hover\:rounded-bottom-start-md-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-start-md-2, .rounded-bottom-start-md-2-hover:hover, .hover\:rounded-bottom-start-md-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-2 {
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-start-md-2-5, .rounded-bottom-start-md-2-5-hover:hover, .hover\:rounded-bottom-start-md-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-start-md-3, .rounded-bottom-start-md-3-hover:hover, .hover\:rounded-bottom-start-md-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-3 {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-start-md-3-5, .rounded-bottom-start-md-3-5-hover:hover, .hover\:rounded-bottom-start-md-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-start-md-4, .rounded-bottom-start-md-4-hover:hover, .hover\:rounded-bottom-start-md-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-4 {
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-start-md-4-5, .rounded-bottom-start-md-4-5-hover:hover, .hover\:rounded-bottom-start-md-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-start-md-5, .rounded-bottom-start-md-5-hover:hover, .hover\:rounded-bottom-start-md-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-5 {
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-start-md-5-5, .rounded-bottom-start-md-5-5-hover:hover, .hover\:rounded-bottom-start-md-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-start-md-6, .rounded-bottom-start-md-6-hover:hover, .hover\:rounded-bottom-start-md-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-6 {
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-start-md-6-5, .rounded-bottom-start-md-6-5-hover:hover, .hover\:rounded-bottom-start-md-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-start-md-7, .rounded-bottom-start-md-7-hover:hover, .hover\:rounded-bottom-start-md-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-7 {
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-start-md-7-5, .rounded-bottom-start-md-7-5-hover:hover, .hover\:rounded-bottom-start-md-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-start-md-8, .rounded-bottom-start-md-8-hover:hover, .hover\:rounded-bottom-start-md-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-8 {
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-start-md-8-5, .rounded-bottom-start-md-8-5-hover:hover, .hover\:rounded-bottom-start-md-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-start-md-9, .rounded-bottom-start-md-9-hover:hover, .hover\:rounded-bottom-start-md-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-9 {
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-start-md-9-5, .rounded-bottom-start-md-9-5-hover:hover, .hover\:rounded-bottom-start-md-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-start-md-10, .rounded-bottom-start-md-10-hover:hover, .hover\:rounded-bottom-start-md-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-10 {
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-start-md-circle, .rounded-bottom-start-md-circle-hover:hover, .hover\:rounded-bottom-start-md-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-circle {
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-start-md-full, .rounded-bottom-start-md-full-hover:hover, .hover\:rounded-bottom-start-md-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-full {
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-start-md-pill, .rounded-bottom-start-md-pill-hover:hover, .hover\:rounded-bottom-start-md-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-start-md-0, .rounded-bottom-start-md-0-hover:hover, .hover\:rounded-bottom-start-md-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  .md\:rounded-bottom-start, .md\:rounded-bottom-start-hover:hover, .md\:hover\:rounded-bottom-start:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  .md\:rounded-bottom-start-default, .md\:rounded-bottom-start-default-hover:hover, .md\:hover\:rounded-bottom-start-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  .md\:rounded-bottom-start-0-5, .md\:rounded-bottom-start-0-5-hover:hover, .md\:hover\:rounded-bottom-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .md\:rounded-bottom-start-1, .md\:rounded-bottom-start-1-hover:hover, .md\:hover\:rounded-bottom-start-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  .md\:rounded-bottom-start-1-5, .md\:rounded-bottom-start-1-5-hover:hover, .md\:hover\:rounded-bottom-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .md\:rounded-bottom-start-2, .md\:rounded-bottom-start-2-hover:hover, .md\:hover\:rounded-bottom-start-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  .md\:rounded-bottom-start-2-5, .md\:rounded-bottom-start-2-5-hover:hover, .md\:hover\:rounded-bottom-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .md\:rounded-bottom-start-3, .md\:rounded-bottom-start-3-hover:hover, .md\:hover\:rounded-bottom-start-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  .md\:rounded-bottom-start-3-5, .md\:rounded-bottom-start-3-5-hover:hover, .md\:hover\:rounded-bottom-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .md\:rounded-bottom-start-4, .md\:rounded-bottom-start-4-hover:hover, .md\:hover\:rounded-bottom-start-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  .md\:rounded-bottom-start-4-5, .md\:rounded-bottom-start-4-5-hover:hover, .md\:hover\:rounded-bottom-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .md\:rounded-bottom-start-5, .md\:rounded-bottom-start-5-hover:hover, .md\:hover\:rounded-bottom-start-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  .md\:rounded-bottom-start-5-5, .md\:rounded-bottom-start-5-5-hover:hover, .md\:hover\:rounded-bottom-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .md\:rounded-bottom-start-6, .md\:rounded-bottom-start-6-hover:hover, .md\:hover\:rounded-bottom-start-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  .md\:rounded-bottom-start-6-5, .md\:rounded-bottom-start-6-5-hover:hover, .md\:hover\:rounded-bottom-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .md\:rounded-bottom-start-7, .md\:rounded-bottom-start-7-hover:hover, .md\:hover\:rounded-bottom-start-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  .md\:rounded-bottom-start-7-5, .md\:rounded-bottom-start-7-5-hover:hover, .md\:hover\:rounded-bottom-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .md\:rounded-bottom-start-8, .md\:rounded-bottom-start-8-hover:hover, .md\:hover\:rounded-bottom-start-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  .md\:rounded-bottom-start-8-5, .md\:rounded-bottom-start-8-5-hover:hover, .md\:hover\:rounded-bottom-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .md\:rounded-bottom-start-9, .md\:rounded-bottom-start-9-hover:hover, .md\:hover\:rounded-bottom-start-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  .md\:rounded-bottom-start-9-5, .md\:rounded-bottom-start-9-5-hover:hover, .md\:hover\:rounded-bottom-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .md\:rounded-bottom-start-10, .md\:rounded-bottom-start-10-hover:hover, .md\:hover\:rounded-bottom-start-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  .md\:rounded-bottom-start-circle, .md\:rounded-bottom-start-circle-hover:hover, .md\:hover\:rounded-bottom-start-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  .md\:rounded-bottom-start-full, .md\:rounded-bottom-start-full-hover:hover, .md\:hover\:rounded-bottom-start-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  .md\:rounded-bottom-start-pill, .md\:rounded-bottom-start-pill-hover:hover, .md\:hover\:rounded-bottom-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .md\:rounded-bottom-start-0, .md\:rounded-bottom-start-0-hover:hover, .md\:hover\:rounded-bottom-start-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-end-md, .rounded-bottom-end-md-hover:hover, .hover\:rounded-bottom-end-md:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md {
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-bottom-end-md-default, .rounded-bottom-end-md-default-hover:hover, .hover\:rounded-bottom-end-md-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-default {
    border-bottom-right-radius: 8px !important;
  }
  .rounded-bottom-end-md-0-5, .rounded-bottom-end-md-0-5-hover:hover, .hover\:rounded-bottom-end-md-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom-end-md-1, .rounded-bottom-end-md-1-hover:hover, .hover\:rounded-bottom-end-md-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-1 {
    border-bottom-right-radius: 4px !important;
  }
  .rounded-bottom-end-md-1-5, .rounded-bottom-end-md-1-5-hover:hover, .hover\:rounded-bottom-end-md-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .rounded-bottom-end-md-2, .rounded-bottom-end-md-2-hover:hover, .hover\:rounded-bottom-end-md-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-2 {
    border-bottom-right-radius: 16px !important;
  }
  .rounded-bottom-end-md-2-5, .rounded-bottom-end-md-2-5-hover:hover, .hover\:rounded-bottom-end-md-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .rounded-bottom-end-md-3, .rounded-bottom-end-md-3-hover:hover, .hover\:rounded-bottom-end-md-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-3 {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-bottom-end-md-3-5, .rounded-bottom-end-md-3-5-hover:hover, .hover\:rounded-bottom-end-md-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .rounded-bottom-end-md-4, .rounded-bottom-end-md-4-hover:hover, .hover\:rounded-bottom-end-md-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-4 {
    border-bottom-right-radius: 32px !important;
  }
  .rounded-bottom-end-md-4-5, .rounded-bottom-end-md-4-5-hover:hover, .hover\:rounded-bottom-end-md-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .rounded-bottom-end-md-5, .rounded-bottom-end-md-5-hover:hover, .hover\:rounded-bottom-end-md-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-5 {
    border-bottom-right-radius: 40px !important;
  }
  .rounded-bottom-end-md-5-5, .rounded-bottom-end-md-5-5-hover:hover, .hover\:rounded-bottom-end-md-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .rounded-bottom-end-md-6, .rounded-bottom-end-md-6-hover:hover, .hover\:rounded-bottom-end-md-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-6 {
    border-bottom-right-radius: 48px !important;
  }
  .rounded-bottom-end-md-6-5, .rounded-bottom-end-md-6-5-hover:hover, .hover\:rounded-bottom-end-md-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .rounded-bottom-end-md-7, .rounded-bottom-end-md-7-hover:hover, .hover\:rounded-bottom-end-md-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-7 {
    border-bottom-right-radius: 56px !important;
  }
  .rounded-bottom-end-md-7-5, .rounded-bottom-end-md-7-5-hover:hover, .hover\:rounded-bottom-end-md-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .rounded-bottom-end-md-8, .rounded-bottom-end-md-8-hover:hover, .hover\:rounded-bottom-end-md-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-8 {
    border-bottom-right-radius: 64px !important;
  }
  .rounded-bottom-end-md-8-5, .rounded-bottom-end-md-8-5-hover:hover, .hover\:rounded-bottom-end-md-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .rounded-bottom-end-md-9, .rounded-bottom-end-md-9-hover:hover, .hover\:rounded-bottom-end-md-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-9 {
    border-bottom-right-radius: 72px !important;
  }
  .rounded-bottom-end-md-9-5, .rounded-bottom-end-md-9-5-hover:hover, .hover\:rounded-bottom-end-md-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .rounded-bottom-end-md-10, .rounded-bottom-end-md-10-hover:hover, .hover\:rounded-bottom-end-md-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-10 {
    border-bottom-right-radius: 80px !important;
  }
  .rounded-bottom-end-md-circle, .rounded-bottom-end-md-circle-hover:hover, .hover\:rounded-bottom-end-md-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-circle {
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-end-md-full, .rounded-bottom-end-md-full-hover:hover, .hover\:rounded-bottom-end-md-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-full {
    border-bottom-right-radius: 100% !important;
  }
  .rounded-bottom-end-md-pill, .rounded-bottom-end-md-pill-hover:hover, .hover\:rounded-bottom-end-md-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-bottom-end-md-0, .rounded-bottom-end-md-0-hover:hover, .hover\:rounded-bottom-end-md-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  .md\:rounded-bottom-end, .md\:rounded-bottom-end-hover:hover, .md\:hover\:rounded-bottom-end:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  .md\:rounded-bottom-end-default, .md\:rounded-bottom-end-default-hover:hover, .md\:hover\:rounded-bottom-end-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  .md\:rounded-bottom-end-0-5, .md\:rounded-bottom-end-0-5-hover:hover, .md\:hover\:rounded-bottom-end-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .md\:rounded-bottom-end-1, .md\:rounded-bottom-end-1-hover:hover, .md\:hover\:rounded-bottom-end-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  .md\:rounded-bottom-end-1-5, .md\:rounded-bottom-end-1-5-hover:hover, .md\:hover\:rounded-bottom-end-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .md\:rounded-bottom-end-2, .md\:rounded-bottom-end-2-hover:hover, .md\:hover\:rounded-bottom-end-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  .md\:rounded-bottom-end-2-5, .md\:rounded-bottom-end-2-5-hover:hover, .md\:hover\:rounded-bottom-end-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .md\:rounded-bottom-end-3, .md\:rounded-bottom-end-3-hover:hover, .md\:hover\:rounded-bottom-end-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  .md\:rounded-bottom-end-3-5, .md\:rounded-bottom-end-3-5-hover:hover, .md\:hover\:rounded-bottom-end-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .md\:rounded-bottom-end-4, .md\:rounded-bottom-end-4-hover:hover, .md\:hover\:rounded-bottom-end-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  .md\:rounded-bottom-end-4-5, .md\:rounded-bottom-end-4-5-hover:hover, .md\:hover\:rounded-bottom-end-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .md\:rounded-bottom-end-5, .md\:rounded-bottom-end-5-hover:hover, .md\:hover\:rounded-bottom-end-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  .md\:rounded-bottom-end-5-5, .md\:rounded-bottom-end-5-5-hover:hover, .md\:hover\:rounded-bottom-end-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .md\:rounded-bottom-end-6, .md\:rounded-bottom-end-6-hover:hover, .md\:hover\:rounded-bottom-end-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  .md\:rounded-bottom-end-6-5, .md\:rounded-bottom-end-6-5-hover:hover, .md\:hover\:rounded-bottom-end-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .md\:rounded-bottom-end-7, .md\:rounded-bottom-end-7-hover:hover, .md\:hover\:rounded-bottom-end-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  .md\:rounded-bottom-end-7-5, .md\:rounded-bottom-end-7-5-hover:hover, .md\:hover\:rounded-bottom-end-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .md\:rounded-bottom-end-8, .md\:rounded-bottom-end-8-hover:hover, .md\:hover\:rounded-bottom-end-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  .md\:rounded-bottom-end-8-5, .md\:rounded-bottom-end-8-5-hover:hover, .md\:hover\:rounded-bottom-end-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .md\:rounded-bottom-end-9, .md\:rounded-bottom-end-9-hover:hover, .md\:hover\:rounded-bottom-end-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  .md\:rounded-bottom-end-9-5, .md\:rounded-bottom-end-9-5-hover:hover, .md\:hover\:rounded-bottom-end-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .md\:rounded-bottom-end-10, .md\:rounded-bottom-end-10-hover:hover, .md\:hover\:rounded-bottom-end-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  .md\:rounded-bottom-end-circle, .md\:rounded-bottom-end-circle-hover:hover, .md\:hover\:rounded-bottom-end-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  .md\:rounded-bottom-end-full, .md\:rounded-bottom-end-full-hover:hover, .md\:hover\:rounded-bottom-end-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  .md\:rounded-bottom-end-pill, .md\:rounded-bottom-end-pill-hover:hover, .md\:hover\:rounded-bottom-end-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .md\:rounded-bottom-end-0, .md\:rounded-bottom-end-0-hover:hover, .md\:hover\:rounded-bottom-end-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:md\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-md-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .ratio-md-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .ratio-md-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .ratio-md-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .ratio-md-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-md-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-md-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .md\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .md\:ratio-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .md\:ratio-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .md\:ratio-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .md\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .md\:ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .md\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .md\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .md\:ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .lg\:float-start {
    float: left !important;
  }
  .lg\:float-end {
    float: right !important;
  }
  .lg\:float-none {
    float: none !important;
  }
  .opacity-lg-0, .opacity-lg-0-hover:hover, .hover\:opacity-lg-0:hover {
    opacity: 0 !important;
  }
  .opacity-lg-5, .opacity-lg-5-hover:hover, .hover\:opacity-lg-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-lg-10, .opacity-lg-10-hover:hover, .hover\:opacity-lg-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-lg-15, .opacity-lg-15-hover:hover, .hover\:opacity-lg-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-lg-20, .opacity-lg-20-hover:hover, .hover\:opacity-lg-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-lg-25, .opacity-lg-25-hover:hover, .hover\:opacity-lg-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-lg-30, .opacity-lg-30-hover:hover, .hover\:opacity-lg-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-lg-35, .opacity-lg-35-hover:hover, .hover\:opacity-lg-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-lg-40, .opacity-lg-40-hover:hover, .hover\:opacity-lg-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-lg-45, .opacity-lg-45-hover:hover, .hover\:opacity-lg-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-lg-50, .opacity-lg-50-hover:hover, .hover\:opacity-lg-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-lg-55, .opacity-lg-55-hover:hover, .hover\:opacity-lg-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-lg-60, .opacity-lg-60-hover:hover, .hover\:opacity-lg-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-lg-65, .opacity-lg-65-hover:hover, .hover\:opacity-lg-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-lg-70, .opacity-lg-70-hover:hover, .hover\:opacity-lg-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-lg-75, .opacity-lg-75-hover:hover, .hover\:opacity-lg-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-lg-80, .opacity-lg-80-hover:hover, .hover\:opacity-lg-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-lg-85, .opacity-lg-85-hover:hover, .hover\:opacity-lg-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-lg-90, .opacity-lg-90-hover:hover, .hover\:opacity-lg-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-lg-95, .opacity-lg-95-hover:hover, .hover\:opacity-lg-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-lg-100, .opacity-lg-100-hover:hover, .hover\:opacity-lg-100:hover {
    opacity: 1 !important;
  }
  .lg\:opacity-0, .lg\:opacity-0-hover:hover, .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .lg\:opacity-5, .lg\:opacity-5-hover:hover, .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  .lg\:opacity-10, .lg\:opacity-10-hover:hover, .lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  .lg\:opacity-15, .lg\:opacity-15-hover:hover, .lg\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  .lg\:opacity-20, .lg\:opacity-20-hover:hover, .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  .lg\:opacity-25, .lg\:opacity-25-hover:hover, .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  .lg\:opacity-30, .lg\:opacity-30-hover:hover, .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  .lg\:opacity-35, .lg\:opacity-35-hover:hover, .lg\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  .lg\:opacity-40, .lg\:opacity-40-hover:hover, .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  .lg\:opacity-45, .lg\:opacity-45-hover:hover, .lg\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  .lg\:opacity-50, .lg\:opacity-50-hover:hover, .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  .lg\:opacity-55, .lg\:opacity-55-hover:hover, .lg\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  .lg\:opacity-60, .lg\:opacity-60-hover:hover, .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  .lg\:opacity-65, .lg\:opacity-65-hover:hover, .lg\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  .lg\:opacity-70, .lg\:opacity-70-hover:hover, .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  .lg\:opacity-75, .lg\:opacity-75-hover:hover, .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  .lg\:opacity-80, .lg\:opacity-80-hover:hover, .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  .lg\:opacity-85, .lg\:opacity-85-hover:hover, .lg\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  .lg\:opacity-90, .lg\:opacity-90-hover:hover, .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  .lg\:opacity-95, .lg\:opacity-95-hover:hover, .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  .lg\:opacity-100, .lg\:opacity-100-hover:hover, .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-0, :where(.uc-dark) .dark\:opacity-lg-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-5, :where(.uc-dark) .dark\:opacity-lg-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-10, :where(.uc-dark) .dark\:opacity-lg-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-15, :where(.uc-dark) .dark\:opacity-lg-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-20, :where(.uc-dark) .dark\:opacity-lg-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-25, :where(.uc-dark) .dark\:opacity-lg-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-30, :where(.uc-dark) .dark\:opacity-lg-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-35, :where(.uc-dark) .dark\:opacity-lg-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-40, :where(.uc-dark) .dark\:opacity-lg-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-45, :where(.uc-dark) .dark\:opacity-lg-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-50, :where(.uc-dark) .dark\:opacity-lg-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-55, :where(.uc-dark) .dark\:opacity-lg-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-60, :where(.uc-dark) .dark\:opacity-lg-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-65, :where(.uc-dark) .dark\:opacity-lg-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-70, :where(.uc-dark) .dark\:opacity-lg-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-75, :where(.uc-dark) .dark\:opacity-lg-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-80, :where(.uc-dark) .dark\:opacity-lg-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-85, :where(.uc-dark) .dark\:opacity-lg-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-90, :where(.uc-dark) .dark\:opacity-lg-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-95, :where(.uc-dark) .dark\:opacity-lg-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-lg-100, :where(.uc-dark) .dark\:opacity-lg-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-lg-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-0, :where(.uc-dark) .dark\:lg\:opacity-0-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-5, :where(.uc-dark) .dark\:lg\:opacity-5-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-10, :where(.uc-dark) .dark\:lg\:opacity-10-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-15, :where(.uc-dark) .dark\:lg\:opacity-15-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-20, :where(.uc-dark) .dark\:lg\:opacity-20-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-25, :where(.uc-dark) .dark\:lg\:opacity-25-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-30, :where(.uc-dark) .dark\:lg\:opacity-30-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-35, :where(.uc-dark) .dark\:lg\:opacity-35-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-40, :where(.uc-dark) .dark\:lg\:opacity-40-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-45, :where(.uc-dark) .dark\:lg\:opacity-45-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-50, :where(.uc-dark) .dark\:lg\:opacity-50-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-55, :where(.uc-dark) .dark\:lg\:opacity-55-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-60, :where(.uc-dark) .dark\:lg\:opacity-60-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-65, :where(.uc-dark) .dark\:lg\:opacity-65-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-70, :where(.uc-dark) .dark\:lg\:opacity-70-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-75, :where(.uc-dark) .dark\:lg\:opacity-75-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-80, :where(.uc-dark) .dark\:lg\:opacity-80-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-85, :where(.uc-dark) .dark\:lg\:opacity-85-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-90, :where(.uc-dark) .dark\:lg\:opacity-90-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-95, :where(.uc-dark) .dark\:lg\:opacity-95-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:lg\:opacity-100, :where(.uc-dark) .dark\:lg\:opacity-100-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .overflow-lg-unset {
    overflow: unset !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .lg\:overflow-unset {
    overflow: unset !important;
  }
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-lg-unset {
    overflow-x: unset !important;
  }
  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }
  .lg\:overflow-x-unset {
    overflow-x: unset !important;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-lg-unset {
    overflow-y: unset !important;
  }
  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll !important;
  }
  .lg\:overflow-y-unset {
    overflow-y: unset !important;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-lg-inline, .d-lg-inline-hover:hover, .hover\:d-lg-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-lg-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block, .d-lg-inline-block-hover:hover, .hover\:d-lg-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-lg-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block, .d-lg-block-hover:hover, .hover\:d-lg-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-lg-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-lg-block {
    display: block !important;
  }
  .d-lg-grid, .d-lg-grid-hover:hover, .hover\:d-lg-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-lg-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-lg-grid {
    display: grid !important;
  }
  .d-lg-table, .d-lg-table-hover:hover, .hover\:d-lg-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-lg-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-lg-table {
    display: table !important;
  }
  .d-lg-table-row, .d-lg-table-row-hover:hover, .hover\:d-lg-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-lg-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell, .d-lg-table-cell-hover:hover, .hover\:d-lg-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-lg-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex, .d-lg-flex-hover:hover, .hover\:d-lg-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-lg-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex, .d-lg-inline-flex-hover:hover, .hover\:d-lg-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-lg-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none, .d-lg-none-hover:hover, .hover\:d-lg-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-lg-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-lg-none {
    display: none !important;
  }
  .lg\:d-inline, .lg\:d-inline-hover:hover, .lg\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline {
    display: inline !important;
  }
  .lg\:d-inline-block, .lg\:d-inline-block-hover:hover, .lg\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block, .lg\:d-block-hover:hover, .lg\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:lg\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:lg\:d-block {
    display: block !important;
  }
  .lg\:d-grid, .lg\:d-grid-hover:hover, .lg\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:lg\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:lg\:d-grid {
    display: grid !important;
  }
  .lg\:d-table, .lg\:d-table-hover:hover, .lg\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:lg\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:lg\:d-table {
    display: table !important;
  }
  .lg\:d-table-row, .lg\:d-table-row-hover:hover, .lg\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:lg\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:lg\:d-table-row {
    display: table-row !important;
  }
  .lg\:d-table-cell, .lg\:d-table-cell-hover:hover, .lg\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:lg\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:lg\:d-table-cell {
    display: table-cell !important;
  }
  .lg\:d-flex, .lg\:d-flex-hover:hover, .lg\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:lg\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:lg\:d-flex {
    display: flex !important;
  }
  .lg\:d-inline-flex, .lg\:d-inline-flex-hover:hover, .lg\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline-flex {
    display: inline-flex !important;
  }
  .lg\:d-none, .lg\:d-none-hover:hover, .lg\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:lg\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:lg\:d-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-lg-inline, :where(.uc-dark) .dark\:d-lg-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-lg-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-lg-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-lg-inline-block, :where(.uc-dark) .dark\:d-lg-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-lg-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-lg-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-lg-block, :where(.uc-dark) .dark\:d-lg-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-lg-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-lg-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-lg-grid, :where(.uc-dark) .dark\:d-lg-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-lg-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-lg-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-lg-table, :where(.uc-dark) .dark\:d-lg-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-lg-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-lg-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-lg-table-row, :where(.uc-dark) .dark\:d-lg-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-lg-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-lg-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-lg-table-cell, :where(.uc-dark) .dark\:d-lg-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-lg-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-lg-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-lg-flex, :where(.uc-dark) .dark\:d-lg-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-lg-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-lg-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-lg-inline-flex, :where(.uc-dark) .dark\:d-lg-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-lg-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-lg-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-lg-none, :where(.uc-dark) .dark\:d-lg-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-lg-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-lg-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-lg-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:lg\:d-inline, :where(.uc-dark) .dark\:lg\:d-inline-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:lg\:d-inline-block, :where(.uc-dark) .dark\:lg\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:lg\:d-block, :where(.uc-dark) .dark\:lg\:d-block-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:lg\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:lg\:d-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:lg\:d-grid, :where(.uc-dark) .dark\:lg\:d-grid-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:lg\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:lg\:d-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:lg\:d-table, :where(.uc-dark) .dark\:lg\:d-table-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:lg\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:lg\:d-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:lg\:d-table-row, :where(.uc-dark) .dark\:lg\:d-table-row-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:lg\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:lg\:d-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:lg\:d-table-cell, :where(.uc-dark) .dark\:lg\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:lg\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:lg\:d-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:lg\:d-flex, :where(.uc-dark) .dark\:lg\:d-flex-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:lg\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:lg\:d-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:lg\:d-inline-flex, :where(.uc-dark) .dark\:lg\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:lg\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:lg\:d-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:lg\:d-none, :where(.uc-dark) .dark\:lg\:d-none-hover:hover, :where(.uc-dark) .dark\:lg\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:lg\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:lg\:d-none {
    display: none !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .lg\:border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .lg\:border-top-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:border-end-lg-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:border-end-lg-0 {
    border-right: 0 !important;
  }
  .lg\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:lg\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:lg\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .lg\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .lg\:border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .lg\:border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:border-start-lg-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:border-start-lg-0 {
    border-left: 0 !important;
  }
  .lg\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:lg\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:lg\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .lg\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:border-start-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .lg\:border-1 {
    border-width: 1px !important;
  }
  .lg\:border-2 {
    border-width: 2px !important;
  }
  .lg\:border-3 {
    border-width: 3px !important;
  }
  .lg\:border-4 {
    border-width: 4px !important;
  }
  .lg\:border-5 {
    border-width: 5px !important;
  }
  .w-lg-px, .w-lg-px-hover:hover, .hover\:w-lg-px:hover, .w-lg-px-focus:focus, .focus\:w-lg-px:focus {
    width: 1px !important;
  }
  .w-lg-2px, .w-lg-2px-hover:hover, .hover\:w-lg-2px:hover, .w-lg-2px-focus:focus, .focus\:w-lg-2px:focus {
    width: 2px !important;
  }
  .w-lg-4px, .w-lg-4px-hover:hover, .hover\:w-lg-4px:hover, .w-lg-4px-focus:focus, .focus\:w-lg-4px:focus {
    width: 4px !important;
  }
  .w-lg-8px, .w-lg-8px-hover:hover, .hover\:w-lg-8px:hover, .w-lg-8px-focus:focus, .focus\:w-lg-8px:focus {
    width: 8px !important;
  }
  .w-lg-16px, .w-lg-16px-hover:hover, .hover\:w-lg-16px:hover, .w-lg-16px-focus:focus, .focus\:w-lg-16px:focus {
    width: 16px !important;
  }
  .w-lg-18px, .w-lg-18px-hover:hover, .hover\:w-lg-18px:hover, .w-lg-18px-focus:focus, .focus\:w-lg-18px:focus {
    width: 18px !important;
  }
  .w-lg-20px, .w-lg-20px-hover:hover, .hover\:w-lg-20px:hover, .w-lg-20px-focus:focus, .focus\:w-lg-20px:focus {
    width: 20px !important;
  }
  .w-lg-24px, .w-lg-24px-hover:hover, .hover\:w-lg-24px:hover, .w-lg-24px-focus:focus, .focus\:w-lg-24px:focus {
    width: 24px !important;
  }
  .w-lg-32px, .w-lg-32px-hover:hover, .hover\:w-lg-32px:hover, .w-lg-32px-focus:focus, .focus\:w-lg-32px:focus {
    width: 32px !important;
  }
  .w-lg-36px, .w-lg-36px-hover:hover, .hover\:w-lg-36px:hover, .w-lg-36px-focus:focus, .focus\:w-lg-36px:focus {
    width: 36px !important;
  }
  .w-lg-40px, .w-lg-40px-hover:hover, .hover\:w-lg-40px:hover, .w-lg-40px-focus:focus, .focus\:w-lg-40px:focus {
    width: 40px !important;
  }
  .w-lg-48px, .w-lg-48px-hover:hover, .hover\:w-lg-48px:hover, .w-lg-48px-focus:focus, .focus\:w-lg-48px:focus {
    width: 48px !important;
  }
  .w-lg-56px, .w-lg-56px-hover:hover, .hover\:w-lg-56px:hover, .w-lg-56px-focus:focus, .focus\:w-lg-56px:focus {
    width: 56px !important;
  }
  .w-lg-64px, .w-lg-64px-hover:hover, .hover\:w-lg-64px:hover, .w-lg-64px-focus:focus, .focus\:w-lg-64px:focus {
    width: 64px !important;
  }
  .w-lg-72px, .w-lg-72px-hover:hover, .hover\:w-lg-72px:hover, .w-lg-72px-focus:focus, .focus\:w-lg-72px:focus {
    width: 72px !important;
  }
  .w-lg-80px, .w-lg-80px-hover:hover, .hover\:w-lg-80px:hover, .w-lg-80px-focus:focus, .focus\:w-lg-80px:focus {
    width: 80px !important;
  }
  .w-lg-96px, .w-lg-96px-hover:hover, .hover\:w-lg-96px:hover, .w-lg-96px-focus:focus, .focus\:w-lg-96px:focus {
    width: 96px !important;
  }
  .w-lg-100px, .w-lg-100px-hover:hover, .hover\:w-lg-100px:hover, .w-lg-100px-focus:focus, .focus\:w-lg-100px:focus {
    width: 100px !important;
  }
  .w-lg-128px, .w-lg-128px-hover:hover, .hover\:w-lg-128px:hover, .w-lg-128px-focus:focus, .focus\:w-lg-128px:focus {
    width: 128px !important;
  }
  .w-lg-150px, .w-lg-150px-hover:hover, .hover\:w-lg-150px:hover, .w-lg-150px-focus:focus, .focus\:w-lg-150px:focus {
    width: 150px !important;
  }
  .w-lg-200px, .w-lg-200px-hover:hover, .hover\:w-lg-200px:hover, .w-lg-200px-focus:focus, .focus\:w-lg-200px:focus {
    width: 200px !important;
  }
  .w-lg-250px, .w-lg-250px-hover:hover, .hover\:w-lg-250px:hover, .w-lg-250px-focus:focus, .focus\:w-lg-250px:focus {
    width: 250px !important;
  }
  .w-lg-300px, .w-lg-300px-hover:hover, .hover\:w-lg-300px:hover, .w-lg-300px-focus:focus, .focus\:w-lg-300px:focus {
    width: 300px !important;
  }
  .w-lg-350px, .w-lg-350px-hover:hover, .hover\:w-lg-350px:hover, .w-lg-350px-focus:focus, .focus\:w-lg-350px:focus {
    width: 350px !important;
  }
  .w-lg-400px, .w-lg-400px-hover:hover, .hover\:w-lg-400px:hover, .w-lg-400px-focus:focus, .focus\:w-lg-400px:focus {
    width: 400px !important;
  }
  .w-lg-450px, .w-lg-450px-hover:hover, .hover\:w-lg-450px:hover, .w-lg-450px-focus:focus, .focus\:w-lg-450px:focus {
    width: 450px !important;
  }
  .w-lg-500px, .w-lg-500px-hover:hover, .hover\:w-lg-500px:hover, .w-lg-500px-focus:focus, .focus\:w-lg-500px:focus {
    width: 500px !important;
  }
  .w-lg-550px, .w-lg-550px-hover:hover, .hover\:w-lg-550px:hover, .w-lg-550px-focus:focus, .focus\:w-lg-550px:focus {
    width: 550px !important;
  }
  .w-lg-600px, .w-lg-600px-hover:hover, .hover\:w-lg-600px:hover, .w-lg-600px-focus:focus, .focus\:w-lg-600px:focus {
    width: 600px !important;
  }
  .w-lg-650px, .w-lg-650px-hover:hover, .hover\:w-lg-650px:hover, .w-lg-650px-focus:focus, .focus\:w-lg-650px:focus {
    width: 650px !important;
  }
  .w-lg-700px, .w-lg-700px-hover:hover, .hover\:w-lg-700px:hover, .w-lg-700px-focus:focus, .focus\:w-lg-700px:focus {
    width: 700px !important;
  }
  .w-lg-750px, .w-lg-750px-hover:hover, .hover\:w-lg-750px:hover, .w-lg-750px-focus:focus, .focus\:w-lg-750px:focus {
    width: 750px !important;
  }
  .w-lg-800px, .w-lg-800px-hover:hover, .hover\:w-lg-800px:hover, .w-lg-800px-focus:focus, .focus\:w-lg-800px:focus {
    width: 800px !important;
  }
  .w-lg-850px, .w-lg-850px-hover:hover, .hover\:w-lg-850px:hover, .w-lg-850px-focus:focus, .focus\:w-lg-850px:focus {
    width: 850px !important;
  }
  .w-lg-900px, .w-lg-900px-hover:hover, .hover\:w-lg-900px:hover, .w-lg-900px-focus:focus, .focus\:w-lg-900px:focus {
    width: 900px !important;
  }
  .w-lg-950px, .w-lg-950px-hover:hover, .hover\:w-lg-950px:hover, .w-lg-950px-focus:focus, .focus\:w-lg-950px:focus {
    width: 950px !important;
  }
  .w-lg-1000px, .w-lg-1000px-hover:hover, .hover\:w-lg-1000px:hover, .w-lg-1000px-focus:focus, .focus\:w-lg-1000px:focus {
    width: 1000px !important;
  }
  .w-lg-1170px, .w-lg-1170px-hover:hover, .hover\:w-lg-1170px:hover, .w-lg-1170px-focus:focus, .focus\:w-lg-1170px:focus {
    width: 1170px !important;
  }
  .w-lg-1280px, .w-lg-1280px-hover:hover, .hover\:w-lg-1280px:hover, .w-lg-1280px-focus:focus, .focus\:w-lg-1280px:focus {
    width: 1280px !important;
  }
  .w-lg-1320px, .w-lg-1320px-hover:hover, .hover\:w-lg-1320px:hover, .w-lg-1320px-focus:focus, .focus\:w-lg-1320px:focus {
    width: 1320px !important;
  }
  .w-lg-1440px, .w-lg-1440px-hover:hover, .hover\:w-lg-1440px:hover, .w-lg-1440px-focus:focus, .focus\:w-lg-1440px:focus {
    width: 1440px !important;
  }
  .w-lg-xs, .w-lg-xs-hover:hover, .hover\:w-lg-xs:hover, .w-lg-xs-focus:focus, .focus\:w-lg-xs:focus {
    width: 320px !important;
  }
  .w-lg-sm, .w-lg-sm-hover:hover, .hover\:w-lg-sm:hover, .w-lg-sm-focus:focus, .focus\:w-lg-sm:focus {
    width: 640px !important;
  }
  .w-lg-md, .w-lg-md-hover:hover, .hover\:w-lg-md:hover, .w-lg-md-focus:focus, .focus\:w-lg-md:focus {
    width: 720px !important;
  }
  .w-lg-lg, .w-lg-lg-hover:hover, .hover\:w-lg-lg:hover, .w-lg-lg-focus:focus, .focus\:w-lg-lg:focus {
    width: 1040px !important;
  }
  .w-lg-xl, .w-lg-xl-hover:hover, .hover\:w-lg-xl:hover, .w-lg-xl-focus:focus, .focus\:w-lg-xl:focus {
    width: 1280px !important;
  }
  .w-lg-2xl, .w-lg-2xl-hover:hover, .hover\:w-lg-2xl:hover, .w-lg-2xl-focus:focus, .focus\:w-lg-2xl:focus {
    width: 1312px !important;
  }
  .w-lg-1\/6, .w-lg-1\/6-hover:hover, .hover\:w-lg-1\/6:hover, .w-lg-1\/6-focus:focus, .focus\:w-lg-1\/6:focus {
    width: 16.6666667% !important;
  }
  .w-lg-2\/6, .w-lg-2\/6-hover:hover, .hover\:w-lg-2\/6:hover, .w-lg-2\/6-focus:focus, .focus\:w-lg-2\/6:focus {
    width: 33.3333333% !important;
  }
  .w-lg-3\/6, .w-lg-3\/6-hover:hover, .hover\:w-lg-3\/6:hover, .w-lg-3\/6-focus:focus, .focus\:w-lg-3\/6:focus {
    width: 50% !important;
  }
  .w-lg-4\/6, .w-lg-4\/6-hover:hover, .hover\:w-lg-4\/6:hover, .w-lg-4\/6-focus:focus, .focus\:w-lg-4\/6:focus {
    width: 66.6666667% !important;
  }
  .w-lg-5\/6, .w-lg-5\/6-hover:hover, .hover\:w-lg-5\/6:hover, .w-lg-5\/6-focus:focus, .focus\:w-lg-5\/6:focus {
    width: 83.3333333% !important;
  }
  .w-lg-1\/5, .w-lg-1\/5-hover:hover, .hover\:w-lg-1\/5:hover, .w-lg-1\/5-focus:focus, .focus\:w-lg-1\/5:focus {
    width: 20% !important;
  }
  .w-lg-2\/5, .w-lg-2\/5-hover:hover, .hover\:w-lg-2\/5:hover, .w-lg-2\/5-focus:focus, .focus\:w-lg-2\/5:focus {
    width: 40% !important;
  }
  .w-lg-3\/5, .w-lg-3\/5-hover:hover, .hover\:w-lg-3\/5:hover, .w-lg-3\/5-focus:focus, .focus\:w-lg-3\/5:focus {
    width: 60% !important;
  }
  .w-lg-4\/5, .w-lg-4\/5-hover:hover, .hover\:w-lg-4\/5:hover, .w-lg-4\/5-focus:focus, .focus\:w-lg-4\/5:focus {
    width: 80% !important;
  }
  .w-lg-1\/4, .w-lg-1\/4-hover:hover, .hover\:w-lg-1\/4:hover, .w-lg-1\/4-focus:focus, .focus\:w-lg-1\/4:focus {
    width: 25% !important;
  }
  .w-lg-2\/4, .w-lg-2\/4-hover:hover, .hover\:w-lg-2\/4:hover, .w-lg-2\/4-focus:focus, .focus\:w-lg-2\/4:focus {
    width: 50% !important;
  }
  .w-lg-3\/4, .w-lg-3\/4-hover:hover, .hover\:w-lg-3\/4:hover, .w-lg-3\/4-focus:focus, .focus\:w-lg-3\/4:focus {
    width: 75% !important;
  }
  .w-lg-1\/3, .w-lg-1\/3-hover:hover, .hover\:w-lg-1\/3:hover, .w-lg-1\/3-focus:focus, .focus\:w-lg-1\/3:focus {
    width: 33.3333333% !important;
  }
  .w-lg-2\/3, .w-lg-2\/3-hover:hover, .hover\:w-lg-2\/3:hover, .w-lg-2\/3-focus:focus, .focus\:w-lg-2\/3:focus {
    width: 66.6666667% !important;
  }
  .w-lg-1\/2, .w-lg-1\/2-hover:hover, .hover\:w-lg-1\/2:hover, .w-lg-1\/2-focus:focus, .focus\:w-lg-1\/2:focus {
    width: 50% !important;
  }
  .w-lg-100, .w-lg-100-hover:hover, .hover\:w-lg-100:hover, .w-lg-100-focus:focus, .focus\:w-lg-100:focus {
    width: 100% !important;
  }
  .w-lg-full, .w-lg-full-hover:hover, .hover\:w-lg-full:hover, .w-lg-full-focus:focus, .focus\:w-lg-full:focus {
    width: 100% !important;
  }
  .w-lg-min, .w-lg-min-hover:hover, .hover\:w-lg-min:hover, .w-lg-min-focus:focus, .focus\:w-lg-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .w-lg-max, .w-lg-max-hover:hover, .hover\:w-lg-max:hover, .w-lg-max-focus:focus, .focus\:w-lg-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-lg-fit, .w-lg-fit-hover:hover, .hover\:w-lg-fit:hover, .w-lg-fit-focus:focus, .focus\:w-lg-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-lg-auto, .w-lg-auto-hover:hover, .hover\:w-lg-auto:hover, .w-lg-auto-focus:focus, .focus\:w-lg-auto:focus {
    width: auto !important;
  }
  .w-lg-0, .w-lg-0-hover:hover, .hover\:w-lg-0:hover, .w-lg-0-focus:focus, .focus\:w-lg-0:focus {
    width: 0 !important;
  }
  .w-lg-screen, .w-lg-screen-hover:hover, .hover\:w-lg-screen:hover, .w-lg-screen-focus:focus, .focus\:w-lg-screen:focus {
    width: 100vw !important;
  }
  .lg\:w-px, .lg\:w-px-hover:hover, .lg\:hover\:w-px:hover, .lg\:w-px-focus:focus, .lg\:focus\:w-px:focus {
    width: 1px !important;
  }
  .lg\:w-2px, .lg\:w-2px-hover:hover, .lg\:hover\:w-2px:hover, .lg\:w-2px-focus:focus, .lg\:focus\:w-2px:focus {
    width: 2px !important;
  }
  .lg\:w-4px, .lg\:w-4px-hover:hover, .lg\:hover\:w-4px:hover, .lg\:w-4px-focus:focus, .lg\:focus\:w-4px:focus {
    width: 4px !important;
  }
  .lg\:w-8px, .lg\:w-8px-hover:hover, .lg\:hover\:w-8px:hover, .lg\:w-8px-focus:focus, .lg\:focus\:w-8px:focus {
    width: 8px !important;
  }
  .lg\:w-16px, .lg\:w-16px-hover:hover, .lg\:hover\:w-16px:hover, .lg\:w-16px-focus:focus, .lg\:focus\:w-16px:focus {
    width: 16px !important;
  }
  .lg\:w-18px, .lg\:w-18px-hover:hover, .lg\:hover\:w-18px:hover, .lg\:w-18px-focus:focus, .lg\:focus\:w-18px:focus {
    width: 18px !important;
  }
  .lg\:w-20px, .lg\:w-20px-hover:hover, .lg\:hover\:w-20px:hover, .lg\:w-20px-focus:focus, .lg\:focus\:w-20px:focus {
    width: 20px !important;
  }
  .lg\:w-24px, .lg\:w-24px-hover:hover, .lg\:hover\:w-24px:hover, .lg\:w-24px-focus:focus, .lg\:focus\:w-24px:focus {
    width: 24px !important;
  }
  .lg\:w-32px, .lg\:w-32px-hover:hover, .lg\:hover\:w-32px:hover, .lg\:w-32px-focus:focus, .lg\:focus\:w-32px:focus {
    width: 32px !important;
  }
  .lg\:w-36px, .lg\:w-36px-hover:hover, .lg\:hover\:w-36px:hover, .lg\:w-36px-focus:focus, .lg\:focus\:w-36px:focus {
    width: 36px !important;
  }
  .lg\:w-40px, .lg\:w-40px-hover:hover, .lg\:hover\:w-40px:hover, .lg\:w-40px-focus:focus, .lg\:focus\:w-40px:focus {
    width: 40px !important;
  }
  .lg\:w-48px, .lg\:w-48px-hover:hover, .lg\:hover\:w-48px:hover, .lg\:w-48px-focus:focus, .lg\:focus\:w-48px:focus {
    width: 48px !important;
  }
  .lg\:w-56px, .lg\:w-56px-hover:hover, .lg\:hover\:w-56px:hover, .lg\:w-56px-focus:focus, .lg\:focus\:w-56px:focus {
    width: 56px !important;
  }
  .lg\:w-64px, .lg\:w-64px-hover:hover, .lg\:hover\:w-64px:hover, .lg\:w-64px-focus:focus, .lg\:focus\:w-64px:focus {
    width: 64px !important;
  }
  .lg\:w-72px, .lg\:w-72px-hover:hover, .lg\:hover\:w-72px:hover, .lg\:w-72px-focus:focus, .lg\:focus\:w-72px:focus {
    width: 72px !important;
  }
  .lg\:w-80px, .lg\:w-80px-hover:hover, .lg\:hover\:w-80px:hover, .lg\:w-80px-focus:focus, .lg\:focus\:w-80px:focus {
    width: 80px !important;
  }
  .lg\:w-96px, .lg\:w-96px-hover:hover, .lg\:hover\:w-96px:hover, .lg\:w-96px-focus:focus, .lg\:focus\:w-96px:focus {
    width: 96px !important;
  }
  .lg\:w-100px, .lg\:w-100px-hover:hover, .lg\:hover\:w-100px:hover, .lg\:w-100px-focus:focus, .lg\:focus\:w-100px:focus {
    width: 100px !important;
  }
  .lg\:w-128px, .lg\:w-128px-hover:hover, .lg\:hover\:w-128px:hover, .lg\:w-128px-focus:focus, .lg\:focus\:w-128px:focus {
    width: 128px !important;
  }
  .lg\:w-150px, .lg\:w-150px-hover:hover, .lg\:hover\:w-150px:hover, .lg\:w-150px-focus:focus, .lg\:focus\:w-150px:focus {
    width: 150px !important;
  }
  .lg\:w-200px, .lg\:w-200px-hover:hover, .lg\:hover\:w-200px:hover, .lg\:w-200px-focus:focus, .lg\:focus\:w-200px:focus {
    width: 200px !important;
  }
  .lg\:w-250px, .lg\:w-250px-hover:hover, .lg\:hover\:w-250px:hover, .lg\:w-250px-focus:focus, .lg\:focus\:w-250px:focus {
    width: 250px !important;
  }
  .lg\:w-300px, .lg\:w-300px-hover:hover, .lg\:hover\:w-300px:hover, .lg\:w-300px-focus:focus, .lg\:focus\:w-300px:focus {
    width: 300px !important;
  }
  .lg\:w-350px, .lg\:w-350px-hover:hover, .lg\:hover\:w-350px:hover, .lg\:w-350px-focus:focus, .lg\:focus\:w-350px:focus {
    width: 350px !important;
  }
  .lg\:w-400px, .lg\:w-400px-hover:hover, .lg\:hover\:w-400px:hover, .lg\:w-400px-focus:focus, .lg\:focus\:w-400px:focus {
    width: 400px !important;
  }
  .lg\:w-450px, .lg\:w-450px-hover:hover, .lg\:hover\:w-450px:hover, .lg\:w-450px-focus:focus, .lg\:focus\:w-450px:focus {
    width: 450px !important;
  }
  .lg\:w-500px, .lg\:w-500px-hover:hover, .lg\:hover\:w-500px:hover, .lg\:w-500px-focus:focus, .lg\:focus\:w-500px:focus {
    width: 500px !important;
  }
  .lg\:w-550px, .lg\:w-550px-hover:hover, .lg\:hover\:w-550px:hover, .lg\:w-550px-focus:focus, .lg\:focus\:w-550px:focus {
    width: 550px !important;
  }
  .lg\:w-600px, .lg\:w-600px-hover:hover, .lg\:hover\:w-600px:hover, .lg\:w-600px-focus:focus, .lg\:focus\:w-600px:focus {
    width: 600px !important;
  }
  .lg\:w-650px, .lg\:w-650px-hover:hover, .lg\:hover\:w-650px:hover, .lg\:w-650px-focus:focus, .lg\:focus\:w-650px:focus {
    width: 650px !important;
  }
  .lg\:w-700px, .lg\:w-700px-hover:hover, .lg\:hover\:w-700px:hover, .lg\:w-700px-focus:focus, .lg\:focus\:w-700px:focus {
    width: 700px !important;
  }
  .lg\:w-750px, .lg\:w-750px-hover:hover, .lg\:hover\:w-750px:hover, .lg\:w-750px-focus:focus, .lg\:focus\:w-750px:focus {
    width: 750px !important;
  }
  .lg\:w-800px, .lg\:w-800px-hover:hover, .lg\:hover\:w-800px:hover, .lg\:w-800px-focus:focus, .lg\:focus\:w-800px:focus {
    width: 800px !important;
  }
  .lg\:w-850px, .lg\:w-850px-hover:hover, .lg\:hover\:w-850px:hover, .lg\:w-850px-focus:focus, .lg\:focus\:w-850px:focus {
    width: 850px !important;
  }
  .lg\:w-900px, .lg\:w-900px-hover:hover, .lg\:hover\:w-900px:hover, .lg\:w-900px-focus:focus, .lg\:focus\:w-900px:focus {
    width: 900px !important;
  }
  .lg\:w-950px, .lg\:w-950px-hover:hover, .lg\:hover\:w-950px:hover, .lg\:w-950px-focus:focus, .lg\:focus\:w-950px:focus {
    width: 950px !important;
  }
  .lg\:w-1000px, .lg\:w-1000px-hover:hover, .lg\:hover\:w-1000px:hover, .lg\:w-1000px-focus:focus, .lg\:focus\:w-1000px:focus {
    width: 1000px !important;
  }
  .lg\:w-1170px, .lg\:w-1170px-hover:hover, .lg\:hover\:w-1170px:hover, .lg\:w-1170px-focus:focus, .lg\:focus\:w-1170px:focus {
    width: 1170px !important;
  }
  .lg\:w-1280px, .lg\:w-1280px-hover:hover, .lg\:hover\:w-1280px:hover, .lg\:w-1280px-focus:focus, .lg\:focus\:w-1280px:focus {
    width: 1280px !important;
  }
  .lg\:w-1320px, .lg\:w-1320px-hover:hover, .lg\:hover\:w-1320px:hover, .lg\:w-1320px-focus:focus, .lg\:focus\:w-1320px:focus {
    width: 1320px !important;
  }
  .lg\:w-1440px, .lg\:w-1440px-hover:hover, .lg\:hover\:w-1440px:hover, .lg\:w-1440px-focus:focus, .lg\:focus\:w-1440px:focus {
    width: 1440px !important;
  }
  .lg\:w-xs, .lg\:w-xs-hover:hover, .lg\:hover\:w-xs:hover, .lg\:w-xs-focus:focus, .lg\:focus\:w-xs:focus {
    width: 320px !important;
  }
  .lg\:w-sm, .lg\:w-sm-hover:hover, .lg\:hover\:w-sm:hover, .lg\:w-sm-focus:focus, .lg\:focus\:w-sm:focus {
    width: 640px !important;
  }
  .lg\:w-md, .lg\:w-md-hover:hover, .lg\:hover\:w-md:hover, .lg\:w-md-focus:focus, .lg\:focus\:w-md:focus {
    width: 720px !important;
  }
  .lg\:w-lg, .lg\:w-lg-hover:hover, .lg\:hover\:w-lg:hover, .lg\:w-lg-focus:focus, .lg\:focus\:w-lg:focus {
    width: 1040px !important;
  }
  .lg\:w-xl, .lg\:w-xl-hover:hover, .lg\:hover\:w-xl:hover, .lg\:w-xl-focus:focus, .lg\:focus\:w-xl:focus {
    width: 1280px !important;
  }
  .lg\:w-2xl, .lg\:w-2xl-hover:hover, .lg\:hover\:w-2xl:hover, .lg\:w-2xl-focus:focus, .lg\:focus\:w-2xl:focus {
    width: 1312px !important;
  }
  .lg\:w-1\/6, .lg\:w-1\/6-hover:hover, .lg\:hover\:w-1\/6:hover, .lg\:w-1\/6-focus:focus, .lg\:focus\:w-1\/6:focus {
    width: 16.6666667% !important;
  }
  .lg\:w-2\/6, .lg\:w-2\/6-hover:hover, .lg\:hover\:w-2\/6:hover, .lg\:w-2\/6-focus:focus, .lg\:focus\:w-2\/6:focus {
    width: 33.3333333% !important;
  }
  .lg\:w-3\/6, .lg\:w-3\/6-hover:hover, .lg\:hover\:w-3\/6:hover, .lg\:w-3\/6-focus:focus, .lg\:focus\:w-3\/6:focus {
    width: 50% !important;
  }
  .lg\:w-4\/6, .lg\:w-4\/6-hover:hover, .lg\:hover\:w-4\/6:hover, .lg\:w-4\/6-focus:focus, .lg\:focus\:w-4\/6:focus {
    width: 66.6666667% !important;
  }
  .lg\:w-5\/6, .lg\:w-5\/6-hover:hover, .lg\:hover\:w-5\/6:hover, .lg\:w-5\/6-focus:focus, .lg\:focus\:w-5\/6:focus {
    width: 83.3333333% !important;
  }
  .lg\:w-1\/5, .lg\:w-1\/5-hover:hover, .lg\:hover\:w-1\/5:hover, .lg\:w-1\/5-focus:focus, .lg\:focus\:w-1\/5:focus {
    width: 20% !important;
  }
  .lg\:w-2\/5, .lg\:w-2\/5-hover:hover, .lg\:hover\:w-2\/5:hover, .lg\:w-2\/5-focus:focus, .lg\:focus\:w-2\/5:focus {
    width: 40% !important;
  }
  .lg\:w-3\/5, .lg\:w-3\/5-hover:hover, .lg\:hover\:w-3\/5:hover, .lg\:w-3\/5-focus:focus, .lg\:focus\:w-3\/5:focus {
    width: 60% !important;
  }
  .lg\:w-4\/5, .lg\:w-4\/5-hover:hover, .lg\:hover\:w-4\/5:hover, .lg\:w-4\/5-focus:focus, .lg\:focus\:w-4\/5:focus {
    width: 80% !important;
  }
  .lg\:w-1\/4, .lg\:w-1\/4-hover:hover, .lg\:hover\:w-1\/4:hover, .lg\:w-1\/4-focus:focus, .lg\:focus\:w-1\/4:focus {
    width: 25% !important;
  }
  .lg\:w-2\/4, .lg\:w-2\/4-hover:hover, .lg\:hover\:w-2\/4:hover, .lg\:w-2\/4-focus:focus, .lg\:focus\:w-2\/4:focus {
    width: 50% !important;
  }
  .lg\:w-3\/4, .lg\:w-3\/4-hover:hover, .lg\:hover\:w-3\/4:hover, .lg\:w-3\/4-focus:focus, .lg\:focus\:w-3\/4:focus {
    width: 75% !important;
  }
  .lg\:w-1\/3, .lg\:w-1\/3-hover:hover, .lg\:hover\:w-1\/3:hover, .lg\:w-1\/3-focus:focus, .lg\:focus\:w-1\/3:focus {
    width: 33.3333333% !important;
  }
  .lg\:w-2\/3, .lg\:w-2\/3-hover:hover, .lg\:hover\:w-2\/3:hover, .lg\:w-2\/3-focus:focus, .lg\:focus\:w-2\/3:focus {
    width: 66.6666667% !important;
  }
  .lg\:w-1\/2, .lg\:w-1\/2-hover:hover, .lg\:hover\:w-1\/2:hover, .lg\:w-1\/2-focus:focus, .lg\:focus\:w-1\/2:focus {
    width: 50% !important;
  }
  .lg\:w-100, .lg\:w-100-hover:hover, .lg\:hover\:w-100:hover, .lg\:w-100-focus:focus, .lg\:focus\:w-100:focus {
    width: 100% !important;
  }
  .lg\:w-full, .lg\:w-full-hover:hover, .lg\:hover\:w-full:hover, .lg\:w-full-focus:focus, .lg\:focus\:w-full:focus {
    width: 100% !important;
  }
  .lg\:w-min, .lg\:w-min-hover:hover, .lg\:hover\:w-min:hover, .lg\:w-min-focus:focus, .lg\:focus\:w-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .lg\:w-max, .lg\:w-max-hover:hover, .lg\:hover\:w-max:hover, .lg\:w-max-focus:focus, .lg\:focus\:w-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .lg\:w-fit, .lg\:w-fit-hover:hover, .lg\:hover\:w-fit:hover, .lg\:w-fit-focus:focus, .lg\:focus\:w-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .lg\:w-auto, .lg\:w-auto-hover:hover, .lg\:hover\:w-auto:hover, .lg\:w-auto-focus:focus, .lg\:focus\:w-auto:focus {
    width: auto !important;
  }
  .lg\:w-0, .lg\:w-0-hover:hover, .lg\:hover\:w-0:hover, .lg\:w-0-focus:focus, .lg\:focus\:w-0:focus {
    width: 0 !important;
  }
  .lg\:w-screen, .lg\:w-screen-hover:hover, .lg\:hover\:w-screen:hover, .lg\:w-screen-focus:focus, .lg\:focus\:w-screen:focus {
    width: 100vw !important;
  }
  .max-w-lg-none, .max-w-lg-none-hover:hover, .hover\:max-w-lg-none:hover {
    max-width: none !important;
  }
  .max-w-lg-px, .max-w-lg-px-hover:hover, .hover\:max-w-lg-px:hover {
    max-width: 1px !important;
  }
  .max-w-lg-2px, .max-w-lg-2px-hover:hover, .hover\:max-w-lg-2px:hover {
    max-width: 2px !important;
  }
  .max-w-lg-4px, .max-w-lg-4px-hover:hover, .hover\:max-w-lg-4px:hover {
    max-width: 4px !important;
  }
  .max-w-lg-8px, .max-w-lg-8px-hover:hover, .hover\:max-w-lg-8px:hover {
    max-width: 8px !important;
  }
  .max-w-lg-16px, .max-w-lg-16px-hover:hover, .hover\:max-w-lg-16px:hover {
    max-width: 16px !important;
  }
  .max-w-lg-18px, .max-w-lg-18px-hover:hover, .hover\:max-w-lg-18px:hover {
    max-width: 18px !important;
  }
  .max-w-lg-20px, .max-w-lg-20px-hover:hover, .hover\:max-w-lg-20px:hover {
    max-width: 20px !important;
  }
  .max-w-lg-24px, .max-w-lg-24px-hover:hover, .hover\:max-w-lg-24px:hover {
    max-width: 24px !important;
  }
  .max-w-lg-32px, .max-w-lg-32px-hover:hover, .hover\:max-w-lg-32px:hover {
    max-width: 32px !important;
  }
  .max-w-lg-36px, .max-w-lg-36px-hover:hover, .hover\:max-w-lg-36px:hover {
    max-width: 36px !important;
  }
  .max-w-lg-40px, .max-w-lg-40px-hover:hover, .hover\:max-w-lg-40px:hover {
    max-width: 40px !important;
  }
  .max-w-lg-48px, .max-w-lg-48px-hover:hover, .hover\:max-w-lg-48px:hover {
    max-width: 48px !important;
  }
  .max-w-lg-56px, .max-w-lg-56px-hover:hover, .hover\:max-w-lg-56px:hover {
    max-width: 56px !important;
  }
  .max-w-lg-64px, .max-w-lg-64px-hover:hover, .hover\:max-w-lg-64px:hover {
    max-width: 64px !important;
  }
  .max-w-lg-72px, .max-w-lg-72px-hover:hover, .hover\:max-w-lg-72px:hover {
    max-width: 72px !important;
  }
  .max-w-lg-80px, .max-w-lg-80px-hover:hover, .hover\:max-w-lg-80px:hover {
    max-width: 80px !important;
  }
  .max-w-lg-96px, .max-w-lg-96px-hover:hover, .hover\:max-w-lg-96px:hover {
    max-width: 96px !important;
  }
  .max-w-lg-100px, .max-w-lg-100px-hover:hover, .hover\:max-w-lg-100px:hover {
    max-width: 100px !important;
  }
  .max-w-lg-128px, .max-w-lg-128px-hover:hover, .hover\:max-w-lg-128px:hover {
    max-width: 128px !important;
  }
  .max-w-lg-150px, .max-w-lg-150px-hover:hover, .hover\:max-w-lg-150px:hover {
    max-width: 150px !important;
  }
  .max-w-lg-200px, .max-w-lg-200px-hover:hover, .hover\:max-w-lg-200px:hover {
    max-width: 200px !important;
  }
  .max-w-lg-250px, .max-w-lg-250px-hover:hover, .hover\:max-w-lg-250px:hover {
    max-width: 250px !important;
  }
  .max-w-lg-300px, .max-w-lg-300px-hover:hover, .hover\:max-w-lg-300px:hover {
    max-width: 300px !important;
  }
  .max-w-lg-350px, .max-w-lg-350px-hover:hover, .hover\:max-w-lg-350px:hover {
    max-width: 350px !important;
  }
  .max-w-lg-400px, .max-w-lg-400px-hover:hover, .hover\:max-w-lg-400px:hover {
    max-width: 400px !important;
  }
  .max-w-lg-450px, .max-w-lg-450px-hover:hover, .hover\:max-w-lg-450px:hover {
    max-width: 450px !important;
  }
  .max-w-lg-500px, .max-w-lg-500px-hover:hover, .hover\:max-w-lg-500px:hover {
    max-width: 500px !important;
  }
  .max-w-lg-550px, .max-w-lg-550px-hover:hover, .hover\:max-w-lg-550px:hover {
    max-width: 550px !important;
  }
  .max-w-lg-600px, .max-w-lg-600px-hover:hover, .hover\:max-w-lg-600px:hover {
    max-width: 600px !important;
  }
  .max-w-lg-650px, .max-w-lg-650px-hover:hover, .hover\:max-w-lg-650px:hover {
    max-width: 650px !important;
  }
  .max-w-lg-700px, .max-w-lg-700px-hover:hover, .hover\:max-w-lg-700px:hover {
    max-width: 700px !important;
  }
  .max-w-lg-750px, .max-w-lg-750px-hover:hover, .hover\:max-w-lg-750px:hover {
    max-width: 750px !important;
  }
  .max-w-lg-800px, .max-w-lg-800px-hover:hover, .hover\:max-w-lg-800px:hover {
    max-width: 800px !important;
  }
  .max-w-lg-850px, .max-w-lg-850px-hover:hover, .hover\:max-w-lg-850px:hover {
    max-width: 850px !important;
  }
  .max-w-lg-900px, .max-w-lg-900px-hover:hover, .hover\:max-w-lg-900px:hover {
    max-width: 900px !important;
  }
  .max-w-lg-950px, .max-w-lg-950px-hover:hover, .hover\:max-w-lg-950px:hover {
    max-width: 950px !important;
  }
  .max-w-lg-1000px, .max-w-lg-1000px-hover:hover, .hover\:max-w-lg-1000px:hover {
    max-width: 1000px !important;
  }
  .max-w-lg-1170px, .max-w-lg-1170px-hover:hover, .hover\:max-w-lg-1170px:hover {
    max-width: 1170px !important;
  }
  .max-w-lg-1280px, .max-w-lg-1280px-hover:hover, .hover\:max-w-lg-1280px:hover {
    max-width: 1280px !important;
  }
  .max-w-lg-1320px, .max-w-lg-1320px-hover:hover, .hover\:max-w-lg-1320px:hover {
    max-width: 1320px !important;
  }
  .max-w-lg-1440px, .max-w-lg-1440px-hover:hover, .hover\:max-w-lg-1440px:hover {
    max-width: 1440px !important;
  }
  .max-w-lg-1\/6, .max-w-lg-1\/6-hover:hover, .hover\:max-w-lg-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .max-w-lg-2\/6, .max-w-lg-2\/6-hover:hover, .hover\:max-w-lg-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-lg-3\/6, .max-w-lg-3\/6-hover:hover, .hover\:max-w-lg-3\/6:hover {
    max-width: 50% !important;
  }
  .max-w-lg-4\/6, .max-w-lg-4\/6-hover:hover, .hover\:max-w-lg-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-lg-5\/6, .max-w-lg-5\/6-hover:hover, .hover\:max-w-lg-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .max-w-lg-1\/5, .max-w-lg-1\/5-hover:hover, .hover\:max-w-lg-1\/5:hover {
    max-width: 20% !important;
  }
  .max-w-lg-2\/5, .max-w-lg-2\/5-hover:hover, .hover\:max-w-lg-2\/5:hover {
    max-width: 40% !important;
  }
  .max-w-lg-3\/5, .max-w-lg-3\/5-hover:hover, .hover\:max-w-lg-3\/5:hover {
    max-width: 60% !important;
  }
  .max-w-lg-4\/5, .max-w-lg-4\/5-hover:hover, .hover\:max-w-lg-4\/5:hover {
    max-width: 80% !important;
  }
  .max-w-lg-1\/4, .max-w-lg-1\/4-hover:hover, .hover\:max-w-lg-1\/4:hover {
    max-width: 25% !important;
  }
  .max-w-lg-2\/4, .max-w-lg-2\/4-hover:hover, .hover\:max-w-lg-2\/4:hover {
    max-width: 50% !important;
  }
  .max-w-lg-3\/4, .max-w-lg-3\/4-hover:hover, .hover\:max-w-lg-3\/4:hover {
    max-width: 75% !important;
  }
  .max-w-lg-1\/3, .max-w-lg-1\/3-hover:hover, .hover\:max-w-lg-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-lg-2\/3, .max-w-lg-2\/3-hover:hover, .hover\:max-w-lg-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-lg-1\/2, .max-w-lg-1\/2-hover:hover, .hover\:max-w-lg-1\/2:hover {
    max-width: 50% !important;
  }
  .max-w-lg-xs, .max-w-lg-xs-hover:hover, .hover\:max-w-lg-xs:hover {
    max-width: 320px !important;
  }
  .max-w-lg-sm, .max-w-lg-sm-hover:hover, .hover\:max-w-lg-sm:hover {
    max-width: 640px !important;
  }
  .max-w-lg-md, .max-w-lg-md-hover:hover, .hover\:max-w-lg-md:hover {
    max-width: 720px !important;
  }
  .max-w-lg-lg, .max-w-lg-lg-hover:hover, .hover\:max-w-lg-lg:hover {
    max-width: 1040px !important;
  }
  .max-w-lg-xl, .max-w-lg-xl-hover:hover, .hover\:max-w-lg-xl:hover {
    max-width: 1280px !important;
  }
  .max-w-lg-2xl, .max-w-lg-2xl-hover:hover, .hover\:max-w-lg-2xl:hover {
    max-width: 1312px !important;
  }
  .max-w-lg-100, .max-w-lg-100-hover:hover, .hover\:max-w-lg-100:hover {
    max-width: 100% !important;
  }
  .max-w-lg-full, .max-w-lg-full-hover:hover, .hover\:max-w-lg-full:hover {
    max-width: 100% !important;
  }
  .max-w-lg-min, .max-w-lg-min-hover:hover, .hover\:max-w-lg-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .max-w-lg-max, .max-w-lg-max-hover:hover, .hover\:max-w-lg-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .max-w-lg-fit, .max-w-lg-fit-hover:hover, .hover\:max-w-lg-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .max-w-lg-0, .max-w-lg-0-hover:hover, .hover\:max-w-lg-0:hover {
    max-width: 0 !important;
  }
  .lg\:max-w-none, .lg\:max-w-none-hover:hover, .lg\:hover\:max-w-none:hover {
    max-width: none !important;
  }
  .lg\:max-w-px, .lg\:max-w-px-hover:hover, .lg\:hover\:max-w-px:hover {
    max-width: 1px !important;
  }
  .lg\:max-w-2px, .lg\:max-w-2px-hover:hover, .lg\:hover\:max-w-2px:hover {
    max-width: 2px !important;
  }
  .lg\:max-w-4px, .lg\:max-w-4px-hover:hover, .lg\:hover\:max-w-4px:hover {
    max-width: 4px !important;
  }
  .lg\:max-w-8px, .lg\:max-w-8px-hover:hover, .lg\:hover\:max-w-8px:hover {
    max-width: 8px !important;
  }
  .lg\:max-w-16px, .lg\:max-w-16px-hover:hover, .lg\:hover\:max-w-16px:hover {
    max-width: 16px !important;
  }
  .lg\:max-w-18px, .lg\:max-w-18px-hover:hover, .lg\:hover\:max-w-18px:hover {
    max-width: 18px !important;
  }
  .lg\:max-w-20px, .lg\:max-w-20px-hover:hover, .lg\:hover\:max-w-20px:hover {
    max-width: 20px !important;
  }
  .lg\:max-w-24px, .lg\:max-w-24px-hover:hover, .lg\:hover\:max-w-24px:hover {
    max-width: 24px !important;
  }
  .lg\:max-w-32px, .lg\:max-w-32px-hover:hover, .lg\:hover\:max-w-32px:hover {
    max-width: 32px !important;
  }
  .lg\:max-w-36px, .lg\:max-w-36px-hover:hover, .lg\:hover\:max-w-36px:hover {
    max-width: 36px !important;
  }
  .lg\:max-w-40px, .lg\:max-w-40px-hover:hover, .lg\:hover\:max-w-40px:hover {
    max-width: 40px !important;
  }
  .lg\:max-w-48px, .lg\:max-w-48px-hover:hover, .lg\:hover\:max-w-48px:hover {
    max-width: 48px !important;
  }
  .lg\:max-w-56px, .lg\:max-w-56px-hover:hover, .lg\:hover\:max-w-56px:hover {
    max-width: 56px !important;
  }
  .lg\:max-w-64px, .lg\:max-w-64px-hover:hover, .lg\:hover\:max-w-64px:hover {
    max-width: 64px !important;
  }
  .lg\:max-w-72px, .lg\:max-w-72px-hover:hover, .lg\:hover\:max-w-72px:hover {
    max-width: 72px !important;
  }
  .lg\:max-w-80px, .lg\:max-w-80px-hover:hover, .lg\:hover\:max-w-80px:hover {
    max-width: 80px !important;
  }
  .lg\:max-w-96px, .lg\:max-w-96px-hover:hover, .lg\:hover\:max-w-96px:hover {
    max-width: 96px !important;
  }
  .lg\:max-w-100px, .lg\:max-w-100px-hover:hover, .lg\:hover\:max-w-100px:hover {
    max-width: 100px !important;
  }
  .lg\:max-w-128px, .lg\:max-w-128px-hover:hover, .lg\:hover\:max-w-128px:hover {
    max-width: 128px !important;
  }
  .lg\:max-w-150px, .lg\:max-w-150px-hover:hover, .lg\:hover\:max-w-150px:hover {
    max-width: 150px !important;
  }
  .lg\:max-w-200px, .lg\:max-w-200px-hover:hover, .lg\:hover\:max-w-200px:hover {
    max-width: 200px !important;
  }
  .lg\:max-w-250px, .lg\:max-w-250px-hover:hover, .lg\:hover\:max-w-250px:hover {
    max-width: 250px !important;
  }
  .lg\:max-w-300px, .lg\:max-w-300px-hover:hover, .lg\:hover\:max-w-300px:hover {
    max-width: 300px !important;
  }
  .lg\:max-w-350px, .lg\:max-w-350px-hover:hover, .lg\:hover\:max-w-350px:hover {
    max-width: 350px !important;
  }
  .lg\:max-w-400px, .lg\:max-w-400px-hover:hover, .lg\:hover\:max-w-400px:hover {
    max-width: 400px !important;
  }
  .lg\:max-w-450px, .lg\:max-w-450px-hover:hover, .lg\:hover\:max-w-450px:hover {
    max-width: 450px !important;
  }
  .lg\:max-w-500px, .lg\:max-w-500px-hover:hover, .lg\:hover\:max-w-500px:hover {
    max-width: 500px !important;
  }
  .lg\:max-w-550px, .lg\:max-w-550px-hover:hover, .lg\:hover\:max-w-550px:hover {
    max-width: 550px !important;
  }
  .lg\:max-w-600px, .lg\:max-w-600px-hover:hover, .lg\:hover\:max-w-600px:hover {
    max-width: 600px !important;
  }
  .lg\:max-w-650px, .lg\:max-w-650px-hover:hover, .lg\:hover\:max-w-650px:hover {
    max-width: 650px !important;
  }
  .lg\:max-w-700px, .lg\:max-w-700px-hover:hover, .lg\:hover\:max-w-700px:hover {
    max-width: 700px !important;
  }
  .lg\:max-w-750px, .lg\:max-w-750px-hover:hover, .lg\:hover\:max-w-750px:hover {
    max-width: 750px !important;
  }
  .lg\:max-w-800px, .lg\:max-w-800px-hover:hover, .lg\:hover\:max-w-800px:hover {
    max-width: 800px !important;
  }
  .lg\:max-w-850px, .lg\:max-w-850px-hover:hover, .lg\:hover\:max-w-850px:hover {
    max-width: 850px !important;
  }
  .lg\:max-w-900px, .lg\:max-w-900px-hover:hover, .lg\:hover\:max-w-900px:hover {
    max-width: 900px !important;
  }
  .lg\:max-w-950px, .lg\:max-w-950px-hover:hover, .lg\:hover\:max-w-950px:hover {
    max-width: 950px !important;
  }
  .lg\:max-w-1000px, .lg\:max-w-1000px-hover:hover, .lg\:hover\:max-w-1000px:hover {
    max-width: 1000px !important;
  }
  .lg\:max-w-1170px, .lg\:max-w-1170px-hover:hover, .lg\:hover\:max-w-1170px:hover {
    max-width: 1170px !important;
  }
  .lg\:max-w-1280px, .lg\:max-w-1280px-hover:hover, .lg\:hover\:max-w-1280px:hover {
    max-width: 1280px !important;
  }
  .lg\:max-w-1320px, .lg\:max-w-1320px-hover:hover, .lg\:hover\:max-w-1320px:hover {
    max-width: 1320px !important;
  }
  .lg\:max-w-1440px, .lg\:max-w-1440px-hover:hover, .lg\:hover\:max-w-1440px:hover {
    max-width: 1440px !important;
  }
  .lg\:max-w-1\/6, .lg\:max-w-1\/6-hover:hover, .lg\:hover\:max-w-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .lg\:max-w-2\/6, .lg\:max-w-2\/6-hover:hover, .lg\:hover\:max-w-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .lg\:max-w-3\/6, .lg\:max-w-3\/6-hover:hover, .lg\:hover\:max-w-3\/6:hover {
    max-width: 50% !important;
  }
  .lg\:max-w-4\/6, .lg\:max-w-4\/6-hover:hover, .lg\:hover\:max-w-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .lg\:max-w-5\/6, .lg\:max-w-5\/6-hover:hover, .lg\:hover\:max-w-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .lg\:max-w-1\/5, .lg\:max-w-1\/5-hover:hover, .lg\:hover\:max-w-1\/5:hover {
    max-width: 20% !important;
  }
  .lg\:max-w-2\/5, .lg\:max-w-2\/5-hover:hover, .lg\:hover\:max-w-2\/5:hover {
    max-width: 40% !important;
  }
  .lg\:max-w-3\/5, .lg\:max-w-3\/5-hover:hover, .lg\:hover\:max-w-3\/5:hover {
    max-width: 60% !important;
  }
  .lg\:max-w-4\/5, .lg\:max-w-4\/5-hover:hover, .lg\:hover\:max-w-4\/5:hover {
    max-width: 80% !important;
  }
  .lg\:max-w-1\/4, .lg\:max-w-1\/4-hover:hover, .lg\:hover\:max-w-1\/4:hover {
    max-width: 25% !important;
  }
  .lg\:max-w-2\/4, .lg\:max-w-2\/4-hover:hover, .lg\:hover\:max-w-2\/4:hover {
    max-width: 50% !important;
  }
  .lg\:max-w-3\/4, .lg\:max-w-3\/4-hover:hover, .lg\:hover\:max-w-3\/4:hover {
    max-width: 75% !important;
  }
  .lg\:max-w-1\/3, .lg\:max-w-1\/3-hover:hover, .lg\:hover\:max-w-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .lg\:max-w-2\/3, .lg\:max-w-2\/3-hover:hover, .lg\:hover\:max-w-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .lg\:max-w-1\/2, .lg\:max-w-1\/2-hover:hover, .lg\:hover\:max-w-1\/2:hover {
    max-width: 50% !important;
  }
  .lg\:max-w-xs, .lg\:max-w-xs-hover:hover, .lg\:hover\:max-w-xs:hover {
    max-width: 320px !important;
  }
  .lg\:max-w-sm, .lg\:max-w-sm-hover:hover, .lg\:hover\:max-w-sm:hover {
    max-width: 640px !important;
  }
  .lg\:max-w-md, .lg\:max-w-md-hover:hover, .lg\:hover\:max-w-md:hover {
    max-width: 720px !important;
  }
  .lg\:max-w-lg, .lg\:max-w-lg-hover:hover, .lg\:hover\:max-w-lg:hover {
    max-width: 1040px !important;
  }
  .lg\:max-w-xl, .lg\:max-w-xl-hover:hover, .lg\:hover\:max-w-xl:hover {
    max-width: 1280px !important;
  }
  .lg\:max-w-2xl, .lg\:max-w-2xl-hover:hover, .lg\:hover\:max-w-2xl:hover {
    max-width: 1312px !important;
  }
  .lg\:max-w-100, .lg\:max-w-100-hover:hover, .lg\:hover\:max-w-100:hover {
    max-width: 100% !important;
  }
  .lg\:max-w-full, .lg\:max-w-full-hover:hover, .lg\:hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .lg\:max-w-min, .lg\:max-w-min-hover:hover, .lg\:hover\:max-w-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .lg\:max-w-max, .lg\:max-w-max-hover:hover, .lg\:hover\:max-w-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .lg\:max-w-fit, .lg\:max-w-fit-hover:hover, .lg\:hover\:max-w-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .lg\:max-w-0, .lg\:max-w-0-hover:hover, .lg\:hover\:max-w-0:hover {
    max-width: 0 !important;
  }
  .h-lg-px, .h-lg-px-hover:hover, .hover\:h-lg-px:hover {
    height: 1px !important;
  }
  .h-lg-2px, .h-lg-2px-hover:hover, .hover\:h-lg-2px:hover {
    height: 2px !important;
  }
  .h-lg-4px, .h-lg-4px-hover:hover, .hover\:h-lg-4px:hover {
    height: 4px !important;
  }
  .h-lg-8px, .h-lg-8px-hover:hover, .hover\:h-lg-8px:hover {
    height: 8px !important;
  }
  .h-lg-16px, .h-lg-16px-hover:hover, .hover\:h-lg-16px:hover {
    height: 16px !important;
  }
  .h-lg-18px, .h-lg-18px-hover:hover, .hover\:h-lg-18px:hover {
    height: 18px !important;
  }
  .h-lg-20px, .h-lg-20px-hover:hover, .hover\:h-lg-20px:hover {
    height: 20px !important;
  }
  .h-lg-24px, .h-lg-24px-hover:hover, .hover\:h-lg-24px:hover {
    height: 24px !important;
  }
  .h-lg-32px, .h-lg-32px-hover:hover, .hover\:h-lg-32px:hover {
    height: 32px !important;
  }
  .h-lg-36px, .h-lg-36px-hover:hover, .hover\:h-lg-36px:hover {
    height: 36px !important;
  }
  .h-lg-40px, .h-lg-40px-hover:hover, .hover\:h-lg-40px:hover {
    height: 40px !important;
  }
  .h-lg-48px, .h-lg-48px-hover:hover, .hover\:h-lg-48px:hover {
    height: 48px !important;
  }
  .h-lg-56px, .h-lg-56px-hover:hover, .hover\:h-lg-56px:hover {
    height: 56px !important;
  }
  .h-lg-64px, .h-lg-64px-hover:hover, .hover\:h-lg-64px:hover {
    height: 64px !important;
  }
  .h-lg-72px, .h-lg-72px-hover:hover, .hover\:h-lg-72px:hover {
    height: 72px !important;
  }
  .h-lg-80px, .h-lg-80px-hover:hover, .hover\:h-lg-80px:hover {
    height: 80px !important;
  }
  .h-lg-96px, .h-lg-96px-hover:hover, .hover\:h-lg-96px:hover {
    height: 96px !important;
  }
  .h-lg-100px, .h-lg-100px-hover:hover, .hover\:h-lg-100px:hover {
    height: 100px !important;
  }
  .h-lg-128px, .h-lg-128px-hover:hover, .hover\:h-lg-128px:hover {
    height: 128px !important;
  }
  .h-lg-150px, .h-lg-150px-hover:hover, .hover\:h-lg-150px:hover {
    height: 150px !important;
  }
  .h-lg-200px, .h-lg-200px-hover:hover, .hover\:h-lg-200px:hover {
    height: 200px !important;
  }
  .h-lg-250px, .h-lg-250px-hover:hover, .hover\:h-lg-250px:hover {
    height: 250px !important;
  }
  .h-lg-300px, .h-lg-300px-hover:hover, .hover\:h-lg-300px:hover {
    height: 300px !important;
  }
  .h-lg-350px, .h-lg-350px-hover:hover, .hover\:h-lg-350px:hover {
    height: 350px !important;
  }
  .h-lg-400px, .h-lg-400px-hover:hover, .hover\:h-lg-400px:hover {
    height: 400px !important;
  }
  .h-lg-450px, .h-lg-450px-hover:hover, .hover\:h-lg-450px:hover {
    height: 450px !important;
  }
  .h-lg-500px, .h-lg-500px-hover:hover, .hover\:h-lg-500px:hover {
    height: 500px !important;
  }
  .h-lg-550px, .h-lg-550px-hover:hover, .hover\:h-lg-550px:hover {
    height: 550px !important;
  }
  .h-lg-600px, .h-lg-600px-hover:hover, .hover\:h-lg-600px:hover {
    height: 600px !important;
  }
  .h-lg-650px, .h-lg-650px-hover:hover, .hover\:h-lg-650px:hover {
    height: 650px !important;
  }
  .h-lg-700px, .h-lg-700px-hover:hover, .hover\:h-lg-700px:hover {
    height: 700px !important;
  }
  .h-lg-750px, .h-lg-750px-hover:hover, .hover\:h-lg-750px:hover {
    height: 750px !important;
  }
  .h-lg-800px, .h-lg-800px-hover:hover, .hover\:h-lg-800px:hover {
    height: 800px !important;
  }
  .h-lg-850px, .h-lg-850px-hover:hover, .hover\:h-lg-850px:hover {
    height: 850px !important;
  }
  .h-lg-900px, .h-lg-900px-hover:hover, .hover\:h-lg-900px:hover {
    height: 900px !important;
  }
  .h-lg-950px, .h-lg-950px-hover:hover, .hover\:h-lg-950px:hover {
    height: 950px !important;
  }
  .h-lg-1000px, .h-lg-1000px-hover:hover, .hover\:h-lg-1000px:hover {
    height: 1000px !important;
  }
  .h-lg-1170px, .h-lg-1170px-hover:hover, .hover\:h-lg-1170px:hover {
    height: 1170px !important;
  }
  .h-lg-1280px, .h-lg-1280px-hover:hover, .hover\:h-lg-1280px:hover {
    height: 1280px !important;
  }
  .h-lg-1320px, .h-lg-1320px-hover:hover, .hover\:h-lg-1320px:hover {
    height: 1320px !important;
  }
  .h-lg-1440px, .h-lg-1440px-hover:hover, .hover\:h-lg-1440px:hover {
    height: 1440px !important;
  }
  .h-lg-xs, .h-lg-xs-hover:hover, .hover\:h-lg-xs:hover {
    height: 320px !important;
  }
  .h-lg-sm, .h-lg-sm-hover:hover, .hover\:h-lg-sm:hover {
    height: 640px !important;
  }
  .h-lg-md, .h-lg-md-hover:hover, .hover\:h-lg-md:hover {
    height: 720px !important;
  }
  .h-lg-lg, .h-lg-lg-hover:hover, .hover\:h-lg-lg:hover {
    height: 1040px !important;
  }
  .h-lg-xl, .h-lg-xl-hover:hover, .hover\:h-lg-xl:hover {
    height: 1280px !important;
  }
  .h-lg-2xl, .h-lg-2xl-hover:hover, .hover\:h-lg-2xl:hover {
    height: 1312px !important;
  }
  .h-lg-1\/6, .h-lg-1\/6-hover:hover, .hover\:h-lg-1\/6:hover {
    height: 16.6666667% !important;
  }
  .h-lg-2\/6, .h-lg-2\/6-hover:hover, .hover\:h-lg-2\/6:hover {
    height: 33.3333333% !important;
  }
  .h-lg-3\/6, .h-lg-3\/6-hover:hover, .hover\:h-lg-3\/6:hover {
    height: 50% !important;
  }
  .h-lg-4\/6, .h-lg-4\/6-hover:hover, .hover\:h-lg-4\/6:hover {
    height: 66.6666667% !important;
  }
  .h-lg-5\/6, .h-lg-5\/6-hover:hover, .hover\:h-lg-5\/6:hover {
    height: 83.3333333% !important;
  }
  .h-lg-1\/5, .h-lg-1\/5-hover:hover, .hover\:h-lg-1\/5:hover {
    height: 20% !important;
  }
  .h-lg-2\/5, .h-lg-2\/5-hover:hover, .hover\:h-lg-2\/5:hover {
    height: 40% !important;
  }
  .h-lg-3\/5, .h-lg-3\/5-hover:hover, .hover\:h-lg-3\/5:hover {
    height: 60% !important;
  }
  .h-lg-4\/5, .h-lg-4\/5-hover:hover, .hover\:h-lg-4\/5:hover {
    height: 80% !important;
  }
  .h-lg-1\/4, .h-lg-1\/4-hover:hover, .hover\:h-lg-1\/4:hover {
    height: 25% !important;
  }
  .h-lg-2\/4, .h-lg-2\/4-hover:hover, .hover\:h-lg-2\/4:hover {
    height: 50% !important;
  }
  .h-lg-3\/4, .h-lg-3\/4-hover:hover, .hover\:h-lg-3\/4:hover {
    height: 75% !important;
  }
  .h-lg-1\/3, .h-lg-1\/3-hover:hover, .hover\:h-lg-1\/3:hover {
    height: 33.3333333% !important;
  }
  .h-lg-2\/3, .h-lg-2\/3-hover:hover, .hover\:h-lg-2\/3:hover {
    height: 66.6666667% !important;
  }
  .h-lg-1\/2, .h-lg-1\/2-hover:hover, .hover\:h-lg-1\/2:hover {
    height: 50% !important;
  }
  .h-lg-100, .h-lg-100-hover:hover, .hover\:h-lg-100:hover {
    height: 100% !important;
  }
  .h-lg-full, .h-lg-full-hover:hover, .hover\:h-lg-full:hover {
    height: 100% !important;
  }
  .h-lg-min, .h-lg-min-hover:hover, .hover\:h-lg-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .h-lg-max, .h-lg-max-hover:hover, .hover\:h-lg-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-lg-fit, .h-lg-fit-hover:hover, .hover\:h-lg-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-lg-auto, .h-lg-auto-hover:hover, .hover\:h-lg-auto:hover {
    height: auto !important;
  }
  .h-lg-0, .h-lg-0-hover:hover, .hover\:h-lg-0:hover {
    height: 0 !important;
  }
  .h-lg-screen, .h-lg-screen-hover:hover, .hover\:h-lg-screen:hover {
    height: 100vh !important;
  }
  .lg\:h-px, .lg\:h-px-hover:hover, .lg\:hover\:h-px:hover {
    height: 1px !important;
  }
  .lg\:h-2px, .lg\:h-2px-hover:hover, .lg\:hover\:h-2px:hover {
    height: 2px !important;
  }
  .lg\:h-4px, .lg\:h-4px-hover:hover, .lg\:hover\:h-4px:hover {
    height: 4px !important;
  }
  .lg\:h-8px, .lg\:h-8px-hover:hover, .lg\:hover\:h-8px:hover {
    height: 8px !important;
  }
  .lg\:h-16px, .lg\:h-16px-hover:hover, .lg\:hover\:h-16px:hover {
    height: 16px !important;
  }
  .lg\:h-18px, .lg\:h-18px-hover:hover, .lg\:hover\:h-18px:hover {
    height: 18px !important;
  }
  .lg\:h-20px, .lg\:h-20px-hover:hover, .lg\:hover\:h-20px:hover {
    height: 20px !important;
  }
  .lg\:h-24px, .lg\:h-24px-hover:hover, .lg\:hover\:h-24px:hover {
    height: 24px !important;
  }
  .lg\:h-32px, .lg\:h-32px-hover:hover, .lg\:hover\:h-32px:hover {
    height: 32px !important;
  }
  .lg\:h-36px, .lg\:h-36px-hover:hover, .lg\:hover\:h-36px:hover {
    height: 36px !important;
  }
  .lg\:h-40px, .lg\:h-40px-hover:hover, .lg\:hover\:h-40px:hover {
    height: 40px !important;
  }
  .lg\:h-48px, .lg\:h-48px-hover:hover, .lg\:hover\:h-48px:hover {
    height: 48px !important;
  }
  .lg\:h-56px, .lg\:h-56px-hover:hover, .lg\:hover\:h-56px:hover {
    height: 56px !important;
  }
  .lg\:h-64px, .lg\:h-64px-hover:hover, .lg\:hover\:h-64px:hover {
    height: 64px !important;
  }
  .lg\:h-72px, .lg\:h-72px-hover:hover, .lg\:hover\:h-72px:hover {
    height: 72px !important;
  }
  .lg\:h-80px, .lg\:h-80px-hover:hover, .lg\:hover\:h-80px:hover {
    height: 80px !important;
  }
  .lg\:h-96px, .lg\:h-96px-hover:hover, .lg\:hover\:h-96px:hover {
    height: 96px !important;
  }
  .lg\:h-100px, .lg\:h-100px-hover:hover, .lg\:hover\:h-100px:hover {
    height: 100px !important;
  }
  .lg\:h-128px, .lg\:h-128px-hover:hover, .lg\:hover\:h-128px:hover {
    height: 128px !important;
  }
  .lg\:h-150px, .lg\:h-150px-hover:hover, .lg\:hover\:h-150px:hover {
    height: 150px !important;
  }
  .lg\:h-200px, .lg\:h-200px-hover:hover, .lg\:hover\:h-200px:hover {
    height: 200px !important;
  }
  .lg\:h-250px, .lg\:h-250px-hover:hover, .lg\:hover\:h-250px:hover {
    height: 250px !important;
  }
  .lg\:h-300px, .lg\:h-300px-hover:hover, .lg\:hover\:h-300px:hover {
    height: 300px !important;
  }
  .lg\:h-350px, .lg\:h-350px-hover:hover, .lg\:hover\:h-350px:hover {
    height: 350px !important;
  }
  .lg\:h-400px, .lg\:h-400px-hover:hover, .lg\:hover\:h-400px:hover {
    height: 400px !important;
  }
  .lg\:h-450px, .lg\:h-450px-hover:hover, .lg\:hover\:h-450px:hover {
    height: 450px !important;
  }
  .lg\:h-500px, .lg\:h-500px-hover:hover, .lg\:hover\:h-500px:hover {
    height: 500px !important;
  }
  .lg\:h-550px, .lg\:h-550px-hover:hover, .lg\:hover\:h-550px:hover {
    height: 550px !important;
  }
  .lg\:h-600px, .lg\:h-600px-hover:hover, .lg\:hover\:h-600px:hover {
    height: 600px !important;
  }
  .lg\:h-650px, .lg\:h-650px-hover:hover, .lg\:hover\:h-650px:hover {
    height: 650px !important;
  }
  .lg\:h-700px, .lg\:h-700px-hover:hover, .lg\:hover\:h-700px:hover {
    height: 700px !important;
  }
  .lg\:h-750px, .lg\:h-750px-hover:hover, .lg\:hover\:h-750px:hover {
    height: 750px !important;
  }
  .lg\:h-800px, .lg\:h-800px-hover:hover, .lg\:hover\:h-800px:hover {
    height: 800px !important;
  }
  .lg\:h-850px, .lg\:h-850px-hover:hover, .lg\:hover\:h-850px:hover {
    height: 850px !important;
  }
  .lg\:h-900px, .lg\:h-900px-hover:hover, .lg\:hover\:h-900px:hover {
    height: 900px !important;
  }
  .lg\:h-950px, .lg\:h-950px-hover:hover, .lg\:hover\:h-950px:hover {
    height: 950px !important;
  }
  .lg\:h-1000px, .lg\:h-1000px-hover:hover, .lg\:hover\:h-1000px:hover {
    height: 1000px !important;
  }
  .lg\:h-1170px, .lg\:h-1170px-hover:hover, .lg\:hover\:h-1170px:hover {
    height: 1170px !important;
  }
  .lg\:h-1280px, .lg\:h-1280px-hover:hover, .lg\:hover\:h-1280px:hover {
    height: 1280px !important;
  }
  .lg\:h-1320px, .lg\:h-1320px-hover:hover, .lg\:hover\:h-1320px:hover {
    height: 1320px !important;
  }
  .lg\:h-1440px, .lg\:h-1440px-hover:hover, .lg\:hover\:h-1440px:hover {
    height: 1440px !important;
  }
  .lg\:h-xs, .lg\:h-xs-hover:hover, .lg\:hover\:h-xs:hover {
    height: 320px !important;
  }
  .lg\:h-sm, .lg\:h-sm-hover:hover, .lg\:hover\:h-sm:hover {
    height: 640px !important;
  }
  .lg\:h-md, .lg\:h-md-hover:hover, .lg\:hover\:h-md:hover {
    height: 720px !important;
  }
  .lg\:h-lg, .lg\:h-lg-hover:hover, .lg\:hover\:h-lg:hover {
    height: 1040px !important;
  }
  .lg\:h-xl, .lg\:h-xl-hover:hover, .lg\:hover\:h-xl:hover {
    height: 1280px !important;
  }
  .lg\:h-2xl, .lg\:h-2xl-hover:hover, .lg\:hover\:h-2xl:hover {
    height: 1312px !important;
  }
  .lg\:h-1\/6, .lg\:h-1\/6-hover:hover, .lg\:hover\:h-1\/6:hover {
    height: 16.6666667% !important;
  }
  .lg\:h-2\/6, .lg\:h-2\/6-hover:hover, .lg\:hover\:h-2\/6:hover {
    height: 33.3333333% !important;
  }
  .lg\:h-3\/6, .lg\:h-3\/6-hover:hover, .lg\:hover\:h-3\/6:hover {
    height: 50% !important;
  }
  .lg\:h-4\/6, .lg\:h-4\/6-hover:hover, .lg\:hover\:h-4\/6:hover {
    height: 66.6666667% !important;
  }
  .lg\:h-5\/6, .lg\:h-5\/6-hover:hover, .lg\:hover\:h-5\/6:hover {
    height: 83.3333333% !important;
  }
  .lg\:h-1\/5, .lg\:h-1\/5-hover:hover, .lg\:hover\:h-1\/5:hover {
    height: 20% !important;
  }
  .lg\:h-2\/5, .lg\:h-2\/5-hover:hover, .lg\:hover\:h-2\/5:hover {
    height: 40% !important;
  }
  .lg\:h-3\/5, .lg\:h-3\/5-hover:hover, .lg\:hover\:h-3\/5:hover {
    height: 60% !important;
  }
  .lg\:h-4\/5, .lg\:h-4\/5-hover:hover, .lg\:hover\:h-4\/5:hover {
    height: 80% !important;
  }
  .lg\:h-1\/4, .lg\:h-1\/4-hover:hover, .lg\:hover\:h-1\/4:hover {
    height: 25% !important;
  }
  .lg\:h-2\/4, .lg\:h-2\/4-hover:hover, .lg\:hover\:h-2\/4:hover {
    height: 50% !important;
  }
  .lg\:h-3\/4, .lg\:h-3\/4-hover:hover, .lg\:hover\:h-3\/4:hover {
    height: 75% !important;
  }
  .lg\:h-1\/3, .lg\:h-1\/3-hover:hover, .lg\:hover\:h-1\/3:hover {
    height: 33.3333333% !important;
  }
  .lg\:h-2\/3, .lg\:h-2\/3-hover:hover, .lg\:hover\:h-2\/3:hover {
    height: 66.6666667% !important;
  }
  .lg\:h-1\/2, .lg\:h-1\/2-hover:hover, .lg\:hover\:h-1\/2:hover {
    height: 50% !important;
  }
  .lg\:h-100, .lg\:h-100-hover:hover, .lg\:hover\:h-100:hover {
    height: 100% !important;
  }
  .lg\:h-full, .lg\:h-full-hover:hover, .lg\:hover\:h-full:hover {
    height: 100% !important;
  }
  .lg\:h-min, .lg\:h-min-hover:hover, .lg\:hover\:h-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .lg\:h-max, .lg\:h-max-hover:hover, .lg\:hover\:h-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .lg\:h-fit, .lg\:h-fit-hover:hover, .lg\:hover\:h-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .lg\:h-auto, .lg\:h-auto-hover:hover, .lg\:hover\:h-auto:hover {
    height: auto !important;
  }
  .lg\:h-0, .lg\:h-0-hover:hover, .lg\:hover\:h-0:hover {
    height: 0 !important;
  }
  .lg\:h-screen, .lg\:h-screen-hover:hover, .lg\:hover\:h-screen:hover {
    height: 100vh !important;
  }
  .max-h-lg-none, .max-h-lg-none-hover:hover, .hover\:max-h-lg-none:hover {
    max-height: none !important;
  }
  .max-h-lg-px, .max-h-lg-px-hover:hover, .hover\:max-h-lg-px:hover {
    max-height: 1px !important;
  }
  .max-h-lg-2px, .max-h-lg-2px-hover:hover, .hover\:max-h-lg-2px:hover {
    max-height: 2px !important;
  }
  .max-h-lg-4px, .max-h-lg-4px-hover:hover, .hover\:max-h-lg-4px:hover {
    max-height: 4px !important;
  }
  .max-h-lg-8px, .max-h-lg-8px-hover:hover, .hover\:max-h-lg-8px:hover {
    max-height: 8px !important;
  }
  .max-h-lg-16px, .max-h-lg-16px-hover:hover, .hover\:max-h-lg-16px:hover {
    max-height: 16px !important;
  }
  .max-h-lg-18px, .max-h-lg-18px-hover:hover, .hover\:max-h-lg-18px:hover {
    max-height: 18px !important;
  }
  .max-h-lg-20px, .max-h-lg-20px-hover:hover, .hover\:max-h-lg-20px:hover {
    max-height: 20px !important;
  }
  .max-h-lg-24px, .max-h-lg-24px-hover:hover, .hover\:max-h-lg-24px:hover {
    max-height: 24px !important;
  }
  .max-h-lg-32px, .max-h-lg-32px-hover:hover, .hover\:max-h-lg-32px:hover {
    max-height: 32px !important;
  }
  .max-h-lg-36px, .max-h-lg-36px-hover:hover, .hover\:max-h-lg-36px:hover {
    max-height: 36px !important;
  }
  .max-h-lg-40px, .max-h-lg-40px-hover:hover, .hover\:max-h-lg-40px:hover {
    max-height: 40px !important;
  }
  .max-h-lg-48px, .max-h-lg-48px-hover:hover, .hover\:max-h-lg-48px:hover {
    max-height: 48px !important;
  }
  .max-h-lg-56px, .max-h-lg-56px-hover:hover, .hover\:max-h-lg-56px:hover {
    max-height: 56px !important;
  }
  .max-h-lg-64px, .max-h-lg-64px-hover:hover, .hover\:max-h-lg-64px:hover {
    max-height: 64px !important;
  }
  .max-h-lg-72px, .max-h-lg-72px-hover:hover, .hover\:max-h-lg-72px:hover {
    max-height: 72px !important;
  }
  .max-h-lg-80px, .max-h-lg-80px-hover:hover, .hover\:max-h-lg-80px:hover {
    max-height: 80px !important;
  }
  .max-h-lg-96px, .max-h-lg-96px-hover:hover, .hover\:max-h-lg-96px:hover {
    max-height: 96px !important;
  }
  .max-h-lg-100px, .max-h-lg-100px-hover:hover, .hover\:max-h-lg-100px:hover {
    max-height: 100px !important;
  }
  .max-h-lg-128px, .max-h-lg-128px-hover:hover, .hover\:max-h-lg-128px:hover {
    max-height: 128px !important;
  }
  .max-h-lg-150px, .max-h-lg-150px-hover:hover, .hover\:max-h-lg-150px:hover {
    max-height: 150px !important;
  }
  .max-h-lg-200px, .max-h-lg-200px-hover:hover, .hover\:max-h-lg-200px:hover {
    max-height: 200px !important;
  }
  .max-h-lg-250px, .max-h-lg-250px-hover:hover, .hover\:max-h-lg-250px:hover {
    max-height: 250px !important;
  }
  .max-h-lg-300px, .max-h-lg-300px-hover:hover, .hover\:max-h-lg-300px:hover {
    max-height: 300px !important;
  }
  .max-h-lg-350px, .max-h-lg-350px-hover:hover, .hover\:max-h-lg-350px:hover {
    max-height: 350px !important;
  }
  .max-h-lg-400px, .max-h-lg-400px-hover:hover, .hover\:max-h-lg-400px:hover {
    max-height: 400px !important;
  }
  .max-h-lg-450px, .max-h-lg-450px-hover:hover, .hover\:max-h-lg-450px:hover {
    max-height: 450px !important;
  }
  .max-h-lg-500px, .max-h-lg-500px-hover:hover, .hover\:max-h-lg-500px:hover {
    max-height: 500px !important;
  }
  .max-h-lg-550px, .max-h-lg-550px-hover:hover, .hover\:max-h-lg-550px:hover {
    max-height: 550px !important;
  }
  .max-h-lg-600px, .max-h-lg-600px-hover:hover, .hover\:max-h-lg-600px:hover {
    max-height: 600px !important;
  }
  .max-h-lg-650px, .max-h-lg-650px-hover:hover, .hover\:max-h-lg-650px:hover {
    max-height: 650px !important;
  }
  .max-h-lg-700px, .max-h-lg-700px-hover:hover, .hover\:max-h-lg-700px:hover {
    max-height: 700px !important;
  }
  .max-h-lg-750px, .max-h-lg-750px-hover:hover, .hover\:max-h-lg-750px:hover {
    max-height: 750px !important;
  }
  .max-h-lg-800px, .max-h-lg-800px-hover:hover, .hover\:max-h-lg-800px:hover {
    max-height: 800px !important;
  }
  .max-h-lg-850px, .max-h-lg-850px-hover:hover, .hover\:max-h-lg-850px:hover {
    max-height: 850px !important;
  }
  .max-h-lg-900px, .max-h-lg-900px-hover:hover, .hover\:max-h-lg-900px:hover {
    max-height: 900px !important;
  }
  .max-h-lg-950px, .max-h-lg-950px-hover:hover, .hover\:max-h-lg-950px:hover {
    max-height: 950px !important;
  }
  .max-h-lg-1000px, .max-h-lg-1000px-hover:hover, .hover\:max-h-lg-1000px:hover {
    max-height: 1000px !important;
  }
  .max-h-lg-1170px, .max-h-lg-1170px-hover:hover, .hover\:max-h-lg-1170px:hover {
    max-height: 1170px !important;
  }
  .max-h-lg-1280px, .max-h-lg-1280px-hover:hover, .hover\:max-h-lg-1280px:hover {
    max-height: 1280px !important;
  }
  .max-h-lg-1320px, .max-h-lg-1320px-hover:hover, .hover\:max-h-lg-1320px:hover {
    max-height: 1320px !important;
  }
  .max-h-lg-1440px, .max-h-lg-1440px-hover:hover, .hover\:max-h-lg-1440px:hover {
    max-height: 1440px !important;
  }
  .max-h-lg-1\/6, .max-h-lg-1\/6-hover:hover, .hover\:max-h-lg-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .max-h-lg-2\/6, .max-h-lg-2\/6-hover:hover, .hover\:max-h-lg-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-lg-3\/6, .max-h-lg-3\/6-hover:hover, .hover\:max-h-lg-3\/6:hover {
    max-height: 50% !important;
  }
  .max-h-lg-4\/6, .max-h-lg-4\/6-hover:hover, .hover\:max-h-lg-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-lg-5\/6, .max-h-lg-5\/6-hover:hover, .hover\:max-h-lg-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .max-h-lg-1\/5, .max-h-lg-1\/5-hover:hover, .hover\:max-h-lg-1\/5:hover {
    max-height: 20% !important;
  }
  .max-h-lg-2\/5, .max-h-lg-2\/5-hover:hover, .hover\:max-h-lg-2\/5:hover {
    max-height: 40% !important;
  }
  .max-h-lg-3\/5, .max-h-lg-3\/5-hover:hover, .hover\:max-h-lg-3\/5:hover {
    max-height: 60% !important;
  }
  .max-h-lg-4\/5, .max-h-lg-4\/5-hover:hover, .hover\:max-h-lg-4\/5:hover {
    max-height: 80% !important;
  }
  .max-h-lg-1\/4, .max-h-lg-1\/4-hover:hover, .hover\:max-h-lg-1\/4:hover {
    max-height: 25% !important;
  }
  .max-h-lg-2\/4, .max-h-lg-2\/4-hover:hover, .hover\:max-h-lg-2\/4:hover {
    max-height: 50% !important;
  }
  .max-h-lg-3\/4, .max-h-lg-3\/4-hover:hover, .hover\:max-h-lg-3\/4:hover {
    max-height: 75% !important;
  }
  .max-h-lg-1\/3, .max-h-lg-1\/3-hover:hover, .hover\:max-h-lg-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-lg-2\/3, .max-h-lg-2\/3-hover:hover, .hover\:max-h-lg-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-lg-1\/2, .max-h-lg-1\/2-hover:hover, .hover\:max-h-lg-1\/2:hover {
    max-height: 50% !important;
  }
  .max-h-lg-xs, .max-h-lg-xs-hover:hover, .hover\:max-h-lg-xs:hover {
    max-height: 320px !important;
  }
  .max-h-lg-sm, .max-h-lg-sm-hover:hover, .hover\:max-h-lg-sm:hover {
    max-height: 640px !important;
  }
  .max-h-lg-md, .max-h-lg-md-hover:hover, .hover\:max-h-lg-md:hover {
    max-height: 720px !important;
  }
  .max-h-lg-lg, .max-h-lg-lg-hover:hover, .hover\:max-h-lg-lg:hover {
    max-height: 1040px !important;
  }
  .max-h-lg-xl, .max-h-lg-xl-hover:hover, .hover\:max-h-lg-xl:hover {
    max-height: 1280px !important;
  }
  .max-h-lg-2xl, .max-h-lg-2xl-hover:hover, .hover\:max-h-lg-2xl:hover {
    max-height: 1312px !important;
  }
  .max-h-lg-100, .max-h-lg-100-hover:hover, .hover\:max-h-lg-100:hover {
    max-height: 100% !important;
  }
  .max-h-lg-full, .max-h-lg-full-hover:hover, .hover\:max-h-lg-full:hover {
    max-height: 100% !important;
  }
  .max-h-lg-min, .max-h-lg-min-hover:hover, .hover\:max-h-lg-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .max-h-lg-max, .max-h-lg-max-hover:hover, .hover\:max-h-lg-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .max-h-lg-fit, .max-h-lg-fit-hover:hover, .hover\:max-h-lg-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .max-h-lg-0, .max-h-lg-0-hover:hover, .hover\:max-h-lg-0:hover {
    max-height: 0 !important;
  }
  .max-h-lg-screen, .max-h-lg-screen-hover:hover, .hover\:max-h-lg-screen:hover {
    max-height: 100vh !important;
  }
  .lg\:max-h-none, .lg\:max-h-none-hover:hover, .lg\:hover\:max-h-none:hover {
    max-height: none !important;
  }
  .lg\:max-h-px, .lg\:max-h-px-hover:hover, .lg\:hover\:max-h-px:hover {
    max-height: 1px !important;
  }
  .lg\:max-h-2px, .lg\:max-h-2px-hover:hover, .lg\:hover\:max-h-2px:hover {
    max-height: 2px !important;
  }
  .lg\:max-h-4px, .lg\:max-h-4px-hover:hover, .lg\:hover\:max-h-4px:hover {
    max-height: 4px !important;
  }
  .lg\:max-h-8px, .lg\:max-h-8px-hover:hover, .lg\:hover\:max-h-8px:hover {
    max-height: 8px !important;
  }
  .lg\:max-h-16px, .lg\:max-h-16px-hover:hover, .lg\:hover\:max-h-16px:hover {
    max-height: 16px !important;
  }
  .lg\:max-h-18px, .lg\:max-h-18px-hover:hover, .lg\:hover\:max-h-18px:hover {
    max-height: 18px !important;
  }
  .lg\:max-h-20px, .lg\:max-h-20px-hover:hover, .lg\:hover\:max-h-20px:hover {
    max-height: 20px !important;
  }
  .lg\:max-h-24px, .lg\:max-h-24px-hover:hover, .lg\:hover\:max-h-24px:hover {
    max-height: 24px !important;
  }
  .lg\:max-h-32px, .lg\:max-h-32px-hover:hover, .lg\:hover\:max-h-32px:hover {
    max-height: 32px !important;
  }
  .lg\:max-h-36px, .lg\:max-h-36px-hover:hover, .lg\:hover\:max-h-36px:hover {
    max-height: 36px !important;
  }
  .lg\:max-h-40px, .lg\:max-h-40px-hover:hover, .lg\:hover\:max-h-40px:hover {
    max-height: 40px !important;
  }
  .lg\:max-h-48px, .lg\:max-h-48px-hover:hover, .lg\:hover\:max-h-48px:hover {
    max-height: 48px !important;
  }
  .lg\:max-h-56px, .lg\:max-h-56px-hover:hover, .lg\:hover\:max-h-56px:hover {
    max-height: 56px !important;
  }
  .lg\:max-h-64px, .lg\:max-h-64px-hover:hover, .lg\:hover\:max-h-64px:hover {
    max-height: 64px !important;
  }
  .lg\:max-h-72px, .lg\:max-h-72px-hover:hover, .lg\:hover\:max-h-72px:hover {
    max-height: 72px !important;
  }
  .lg\:max-h-80px, .lg\:max-h-80px-hover:hover, .lg\:hover\:max-h-80px:hover {
    max-height: 80px !important;
  }
  .lg\:max-h-96px, .lg\:max-h-96px-hover:hover, .lg\:hover\:max-h-96px:hover {
    max-height: 96px !important;
  }
  .lg\:max-h-100px, .lg\:max-h-100px-hover:hover, .lg\:hover\:max-h-100px:hover {
    max-height: 100px !important;
  }
  .lg\:max-h-128px, .lg\:max-h-128px-hover:hover, .lg\:hover\:max-h-128px:hover {
    max-height: 128px !important;
  }
  .lg\:max-h-150px, .lg\:max-h-150px-hover:hover, .lg\:hover\:max-h-150px:hover {
    max-height: 150px !important;
  }
  .lg\:max-h-200px, .lg\:max-h-200px-hover:hover, .lg\:hover\:max-h-200px:hover {
    max-height: 200px !important;
  }
  .lg\:max-h-250px, .lg\:max-h-250px-hover:hover, .lg\:hover\:max-h-250px:hover {
    max-height: 250px !important;
  }
  .lg\:max-h-300px, .lg\:max-h-300px-hover:hover, .lg\:hover\:max-h-300px:hover {
    max-height: 300px !important;
  }
  .lg\:max-h-350px, .lg\:max-h-350px-hover:hover, .lg\:hover\:max-h-350px:hover {
    max-height: 350px !important;
  }
  .lg\:max-h-400px, .lg\:max-h-400px-hover:hover, .lg\:hover\:max-h-400px:hover {
    max-height: 400px !important;
  }
  .lg\:max-h-450px, .lg\:max-h-450px-hover:hover, .lg\:hover\:max-h-450px:hover {
    max-height: 450px !important;
  }
  .lg\:max-h-500px, .lg\:max-h-500px-hover:hover, .lg\:hover\:max-h-500px:hover {
    max-height: 500px !important;
  }
  .lg\:max-h-550px, .lg\:max-h-550px-hover:hover, .lg\:hover\:max-h-550px:hover {
    max-height: 550px !important;
  }
  .lg\:max-h-600px, .lg\:max-h-600px-hover:hover, .lg\:hover\:max-h-600px:hover {
    max-height: 600px !important;
  }
  .lg\:max-h-650px, .lg\:max-h-650px-hover:hover, .lg\:hover\:max-h-650px:hover {
    max-height: 650px !important;
  }
  .lg\:max-h-700px, .lg\:max-h-700px-hover:hover, .lg\:hover\:max-h-700px:hover {
    max-height: 700px !important;
  }
  .lg\:max-h-750px, .lg\:max-h-750px-hover:hover, .lg\:hover\:max-h-750px:hover {
    max-height: 750px !important;
  }
  .lg\:max-h-800px, .lg\:max-h-800px-hover:hover, .lg\:hover\:max-h-800px:hover {
    max-height: 800px !important;
  }
  .lg\:max-h-850px, .lg\:max-h-850px-hover:hover, .lg\:hover\:max-h-850px:hover {
    max-height: 850px !important;
  }
  .lg\:max-h-900px, .lg\:max-h-900px-hover:hover, .lg\:hover\:max-h-900px:hover {
    max-height: 900px !important;
  }
  .lg\:max-h-950px, .lg\:max-h-950px-hover:hover, .lg\:hover\:max-h-950px:hover {
    max-height: 950px !important;
  }
  .lg\:max-h-1000px, .lg\:max-h-1000px-hover:hover, .lg\:hover\:max-h-1000px:hover {
    max-height: 1000px !important;
  }
  .lg\:max-h-1170px, .lg\:max-h-1170px-hover:hover, .lg\:hover\:max-h-1170px:hover {
    max-height: 1170px !important;
  }
  .lg\:max-h-1280px, .lg\:max-h-1280px-hover:hover, .lg\:hover\:max-h-1280px:hover {
    max-height: 1280px !important;
  }
  .lg\:max-h-1320px, .lg\:max-h-1320px-hover:hover, .lg\:hover\:max-h-1320px:hover {
    max-height: 1320px !important;
  }
  .lg\:max-h-1440px, .lg\:max-h-1440px-hover:hover, .lg\:hover\:max-h-1440px:hover {
    max-height: 1440px !important;
  }
  .lg\:max-h-1\/6, .lg\:max-h-1\/6-hover:hover, .lg\:hover\:max-h-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .lg\:max-h-2\/6, .lg\:max-h-2\/6-hover:hover, .lg\:hover\:max-h-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .lg\:max-h-3\/6, .lg\:max-h-3\/6-hover:hover, .lg\:hover\:max-h-3\/6:hover {
    max-height: 50% !important;
  }
  .lg\:max-h-4\/6, .lg\:max-h-4\/6-hover:hover, .lg\:hover\:max-h-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .lg\:max-h-5\/6, .lg\:max-h-5\/6-hover:hover, .lg\:hover\:max-h-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .lg\:max-h-1\/5, .lg\:max-h-1\/5-hover:hover, .lg\:hover\:max-h-1\/5:hover {
    max-height: 20% !important;
  }
  .lg\:max-h-2\/5, .lg\:max-h-2\/5-hover:hover, .lg\:hover\:max-h-2\/5:hover {
    max-height: 40% !important;
  }
  .lg\:max-h-3\/5, .lg\:max-h-3\/5-hover:hover, .lg\:hover\:max-h-3\/5:hover {
    max-height: 60% !important;
  }
  .lg\:max-h-4\/5, .lg\:max-h-4\/5-hover:hover, .lg\:hover\:max-h-4\/5:hover {
    max-height: 80% !important;
  }
  .lg\:max-h-1\/4, .lg\:max-h-1\/4-hover:hover, .lg\:hover\:max-h-1\/4:hover {
    max-height: 25% !important;
  }
  .lg\:max-h-2\/4, .lg\:max-h-2\/4-hover:hover, .lg\:hover\:max-h-2\/4:hover {
    max-height: 50% !important;
  }
  .lg\:max-h-3\/4, .lg\:max-h-3\/4-hover:hover, .lg\:hover\:max-h-3\/4:hover {
    max-height: 75% !important;
  }
  .lg\:max-h-1\/3, .lg\:max-h-1\/3-hover:hover, .lg\:hover\:max-h-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .lg\:max-h-2\/3, .lg\:max-h-2\/3-hover:hover, .lg\:hover\:max-h-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .lg\:max-h-1\/2, .lg\:max-h-1\/2-hover:hover, .lg\:hover\:max-h-1\/2:hover {
    max-height: 50% !important;
  }
  .lg\:max-h-xs, .lg\:max-h-xs-hover:hover, .lg\:hover\:max-h-xs:hover {
    max-height: 320px !important;
  }
  .lg\:max-h-sm, .lg\:max-h-sm-hover:hover, .lg\:hover\:max-h-sm:hover {
    max-height: 640px !important;
  }
  .lg\:max-h-md, .lg\:max-h-md-hover:hover, .lg\:hover\:max-h-md:hover {
    max-height: 720px !important;
  }
  .lg\:max-h-lg, .lg\:max-h-lg-hover:hover, .lg\:hover\:max-h-lg:hover {
    max-height: 1040px !important;
  }
  .lg\:max-h-xl, .lg\:max-h-xl-hover:hover, .lg\:hover\:max-h-xl:hover {
    max-height: 1280px !important;
  }
  .lg\:max-h-2xl, .lg\:max-h-2xl-hover:hover, .lg\:hover\:max-h-2xl:hover {
    max-height: 1312px !important;
  }
  .lg\:max-h-100, .lg\:max-h-100-hover:hover, .lg\:hover\:max-h-100:hover {
    max-height: 100% !important;
  }
  .lg\:max-h-full, .lg\:max-h-full-hover:hover, .lg\:hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .lg\:max-h-min, .lg\:max-h-min-hover:hover, .lg\:hover\:max-h-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .lg\:max-h-max, .lg\:max-h-max-hover:hover, .lg\:hover\:max-h-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .lg\:max-h-fit, .lg\:max-h-fit-hover:hover, .lg\:hover\:max-h-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .lg\:max-h-0, .lg\:max-h-0-hover:hover, .lg\:hover\:max-h-0:hover {
    max-height: 0 !important;
  }
  .lg\:max-h-screen, .lg\:max-h-screen-hover:hover, .lg\:hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .flex-lg-auto {
    flex: 1 1 auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-initial {
    flex: 0 1 auto !important;
  }
  .flex-lg-1 {
    flex: 1 1 0% !important;
  }
  .flex-lg-none {
    flex: none !important;
  }
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  .lg\:flex-fill {
    flex: 1 1 auto !important;
  }
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:flex-none {
    flex: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-between {
    justify-content: space-between !important;
  }
  .justify-lg-around {
    justify-content: space-around !important;
  }
  .justify-lg-evenly {
    justify-content: space-evenly !important;
  }
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .items-lg-start {
    align-items: flex-start !important;
  }
  .items-lg-center {
    align-items: center !important;
  }
  .items-lg-end {
    align-items: flex-end !important;
  }
  .items-lg-stretch {
    align-items: stretch !important;
  }
  .items-lg-baseline {
    align-items: baseline !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-stretch {
    align-items: stretch !important;
  }
  .lg\:items-baseline {
    align-items: baseline !important;
  }
  .content-lg-start {
    align-content: flex-start !important;
  }
  .content-lg-center {
    align-content: center !important;
  }
  .content-lg-end {
    align-content: flex-end !important;
  }
  .content-lg-between {
    align-content: space-between !important;
  }
  .content-lg-around {
    align-content: space-around !important;
  }
  .content-lg-evenly {
    align-content: space-evenly !important;
  }
  .content-lg-baseline {
    align-content: baseline !important;
  }
  .lg\:content-start {
    align-content: flex-start !important;
  }
  .lg\:content-center {
    align-content: center !important;
  }
  .lg\:content-end {
    align-content: flex-end !important;
  }
  .lg\:content-between {
    align-content: space-between !important;
  }
  .lg\:content-around {
    align-content: space-around !important;
  }
  .lg\:content-evenly {
    align-content: space-evenly !important;
  }
  .lg\:content-baseline {
    align-content: baseline !important;
  }
  .self-lg-auto {
    align-self: auto !important;
  }
  .self-lg-start {
    align-self: flex-start !important;
  }
  .self-lg-center {
    align-self: center !important;
  }
  .self-lg-end {
    align-self: flex-end !important;
  }
  .self-lg-stretch {
    align-self: stretch !important;
  }
  .self-lg-baseline {
    align-self: baseline !important;
  }
  .lg\:self-auto {
    align-self: auto !important;
  }
  .lg\:self-start {
    align-self: flex-start !important;
  }
  .lg\:self-center {
    align-self: center !important;
  }
  .lg\:self-end {
    align-self: flex-end !important;
  }
  .lg\:self-stretch {
    align-self: stretch !important;
  }
  .lg\:self-baseline {
    align-self: baseline !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:order-lg-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:order-lg-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:order-lg-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:order-lg-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:order-lg-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:order-lg-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:order-lg-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:order-lg-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:order-lg-last {
    order: 6 !important;
  }
  .lg\:order-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:lg\:order-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:lg\:order-first {
    order: -1 !important;
  }
  .lg\:order-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:order-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:order-0 {
    order: 0 !important;
  }
  .lg\:order-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:lg\:order-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:lg\:order-1 {
    order: 1 !important;
  }
  .lg\:order-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:lg\:order-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:lg\:order-2 {
    order: 2 !important;
  }
  .lg\:order-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:lg\:order-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:lg\:order-3 {
    order: 3 !important;
  }
  .lg\:order-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:lg\:order-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:lg\:order-4 {
    order: 4 !important;
  }
  .lg\:order-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:lg\:order-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:lg\:order-5 {
    order: 5 !important;
  }
  .lg\:order-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:lg\:order-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:lg\:order-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-narrow {
    margin: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .m-lg-7 {
    margin: 3.5rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:m-narrow {
    margin: 0.25rem !important;
  }
  .lg\:m-1 {
    margin: 0.5rem !important;
  }
  .lg\:m-2 {
    margin: 1rem !important;
  }
  .lg\:m-3 {
    margin: 1.5rem !important;
  }
  .lg\:m-4 {
    margin: 2rem !important;
  }
  .lg\:m-5 {
    margin: 2.5rem !important;
  }
  .lg\:m-6 {
    margin: 3rem !important;
  }
  .lg\:m-7 {
    margin: 3.5rem !important;
  }
  .lg\:m-8 {
    margin: 4rem !important;
  }
  .lg\:m-9 {
    margin: 5rem !important;
  }
  .lg\:m-10 {
    margin: 8rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .lg\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .lg\:mx-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .lg\:mx-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .lg\:mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .lg\:mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .lg\:mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .lg\:mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .lg\:mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .lg\:mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .lg\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lg\:my-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .lg\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-narrow {
    margin-top: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mt-narrow {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-2 {
    margin-top: 1rem !important;
  }
  .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-4 {
    margin-top: 2rem !important;
  }
  .lg\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .lg\:mt-6 {
    margin-top: 3rem !important;
  }
  .lg\:mt-7 {
    margin-top: 3.5rem !important;
  }
  .lg\:mt-8 {
    margin-top: 4rem !important;
  }
  .lg\:mt-9 {
    margin-top: 5rem !important;
  }
  .lg\:mt-10 {
    margin-top: 8rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:me-lg-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:me-lg-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:me-lg-narrow {
    margin-right: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:me-lg-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-3 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:me-lg-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:me-lg-4 {
    margin-right: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:me-lg-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:me-lg-6 {
    margin-right: 3rem !important;
  }
  .me-lg-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-7 {
    margin-right: 3.5rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:me-lg-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:me-lg-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:me-lg-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:me-lg-auto {
    margin-right: auto !important;
  }
  .lg\:me-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:me-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:me-0 {
    margin-right: 0 !important;
  }
  .lg\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-narrow {
    margin-right: 0.25rem !important;
  }
  .lg\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-1 {
    margin-right: 0.5rem !important;
  }
  .lg\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-2 {
    margin-right: 1rem !important;
  }
  .lg\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-3 {
    margin-right: 1.5rem !important;
  }
  .lg\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-4 {
    margin-right: 2rem !important;
  }
  .lg\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-5 {
    margin-right: 2.5rem !important;
  }
  .lg\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-6 {
    margin-right: 3rem !important;
  }
  .lg\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-7 {
    margin-right: 3.5rem !important;
  }
  .lg\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-8 {
    margin-right: 4rem !important;
  }
  .lg\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-9 {
    margin-right: 5rem !important;
  }
  .lg\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-10 {
    margin-right: 8rem !important;
  }
  .lg\:me-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:lg\:me-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:lg\:me-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-narrow {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:mb-narrow {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-9 {
    margin-bottom: 5rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 8rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:ms-lg-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-narrow {
    margin-left: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-4 {
    margin-left: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-6 {
    margin-left: 3rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-7 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:ms-lg-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:ms-lg-auto {
    margin-left: auto !important;
  }
  .lg\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:ms-0 {
    margin-left: 0 !important;
  }
  .lg\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  .lg\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-1 {
    margin-left: 0.5rem !important;
  }
  .lg\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-2 {
    margin-left: 1rem !important;
  }
  .lg\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .lg\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-4 {
    margin-left: 2rem !important;
  }
  .lg\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-5 {
    margin-left: 2.5rem !important;
  }
  .lg\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-6 {
    margin-left: 3rem !important;
  }
  .lg\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-7 {
    margin-left: 3.5rem !important;
  }
  .lg\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-8 {
    margin-left: 4rem !important;
  }
  .lg\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-9 {
    margin-left: 5rem !important;
  }
  .lg\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-10 {
    margin-left: 8rem !important;
  }
  .lg\:ms-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:lg\:ms-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:lg\:ms-auto {
    margin-left: auto !important;
  }
  .m-lg-nnarrow {
    margin: -0.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .m-lg-n5 {
    margin: -2.5rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .m-lg-n7 {
    margin: -3.5rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .m-lg-n10 {
    margin: -8rem !important;
  }
  .lg\:m-nnarrow {
    margin: -0.25rem !important;
  }
  .lg\:m-n1 {
    margin: -0.5rem !important;
  }
  .lg\:m-n2 {
    margin: -1rem !important;
  }
  .lg\:m-n3 {
    margin: -1.5rem !important;
  }
  .lg\:m-n4 {
    margin: -2rem !important;
  }
  .lg\:m-n5 {
    margin: -2.5rem !important;
  }
  .lg\:m-n6 {
    margin: -3rem !important;
  }
  .lg\:m-n7 {
    margin: -3.5rem !important;
  }
  .lg\:m-n8 {
    margin: -4rem !important;
  }
  .lg\:m-n9 {
    margin: -5rem !important;
  }
  .lg\:m-n10 {
    margin: -8rem !important;
  }
  .mx-lg-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .lg\:mx-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .lg\:mx-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .lg\:mx-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .lg\:mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .lg\:mx-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .lg\:mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .lg\:mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .lg\:mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .lg\:mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .lg\:mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .lg\:mx-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-lg-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .lg\:my-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:my-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:my-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:my-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .lg\:my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .lg\:my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:my-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:my-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-lg-nnarrow {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3rem !important;
  }
  .mt-lg-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -8rem !important;
  }
  .lg\:mt-nnarrow {
    margin-top: -0.25rem !important;
  }
  .lg\:mt-n1 {
    margin-top: -0.5rem !important;
  }
  .lg\:mt-n2 {
    margin-top: -1rem !important;
  }
  .lg\:mt-n3 {
    margin-top: -1.5rem !important;
  }
  .lg\:mt-n4 {
    margin-top: -2rem !important;
  }
  .lg\:mt-n5 {
    margin-top: -2.5rem !important;
  }
  .lg\:mt-n6 {
    margin-top: -3rem !important;
  }
  .lg\:mt-n7 {
    margin-top: -3.5rem !important;
  }
  .lg\:mt-n8 {
    margin-top: -4rem !important;
  }
  .lg\:mt-n9 {
    margin-top: -5rem !important;
  }
  .lg\:mt-n10 {
    margin-top: -8rem !important;
  }
  .me-lg-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:me-lg-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:me-lg-nnarrow {
    margin-right: -0.25rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n2 {
    margin-right: -1rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n4 {
    margin-right: -2rem !important;
  }
  .me-lg-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n5 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n6 {
    margin-right: -3rem !important;
  }
  .me-lg-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n7 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n8 {
    margin-right: -4rem !important;
  }
  .me-lg-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n9 {
    margin-right: -5rem !important;
  }
  .me-lg-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:me-lg-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:me-lg-n10 {
    margin-right: -8rem !important;
  }
  .lg\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  .lg\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n1 {
    margin-right: -0.5rem !important;
  }
  .lg\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n2 {
    margin-right: -1rem !important;
  }
  .lg\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n3 {
    margin-right: -1.5rem !important;
  }
  .lg\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n4 {
    margin-right: -2rem !important;
  }
  .lg\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n5 {
    margin-right: -2.5rem !important;
  }
  .lg\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n6 {
    margin-right: -3rem !important;
  }
  .lg\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n7 {
    margin-right: -3.5rem !important;
  }
  .lg\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n8 {
    margin-right: -4rem !important;
  }
  .lg\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n9 {
    margin-right: -5rem !important;
  }
  .lg\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:lg\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:lg\:me-n10 {
    margin-right: -8rem !important;
  }
  .mb-lg-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -8rem !important;
  }
  .lg\:mb-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .lg\:mb-n1 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:mb-n2 {
    margin-bottom: -1rem !important;
  }
  .lg\:mb-n3 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:mb-n4 {
    margin-bottom: -2rem !important;
  }
  .lg\:mb-n5 {
    margin-bottom: -2.5rem !important;
  }
  .lg\:mb-n6 {
    margin-bottom: -3rem !important;
  }
  .lg\:mb-n7 {
    margin-bottom: -3.5rem !important;
  }
  .lg\:mb-n8 {
    margin-bottom: -4rem !important;
  }
  .lg\:mb-n9 {
    margin-bottom: -5rem !important;
  }
  .lg\:mb-n10 {
    margin-bottom: -8rem !important;
  }
  .ms-lg-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-nnarrow {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n2 {
    margin-left: -1rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n4 {
    margin-left: -2rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n6 {
    margin-left: -3rem !important;
  }
  .ms-lg-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n8 {
    margin-left: -4rem !important;
  }
  .ms-lg-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n9 {
    margin-left: -5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:ms-lg-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:ms-lg-n10 {
    margin-left: -8rem !important;
  }
  .lg\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  .lg\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  .lg\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n2 {
    margin-left: -1rem !important;
  }
  .lg\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  .lg\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n4 {
    margin-left: -2rem !important;
  }
  .lg\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  .lg\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n6 {
    margin-left: -3rem !important;
  }
  .lg\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  .lg\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n8 {
    margin-left: -4rem !important;
  }
  .lg\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n9 {
    margin-left: -5rem !important;
  }
  .lg\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:lg\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:lg\:ms-n10 {
    margin-left: -8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-narrow {
    padding: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .p-lg-7 {
    padding: 3.5rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .lg\:p-0 {
    padding: 0 !important;
  }
  .lg\:p-narrow {
    padding: 0.25rem !important;
  }
  .lg\:p-1 {
    padding: 0.5rem !important;
  }
  .lg\:p-2 {
    padding: 1rem !important;
  }
  .lg\:p-3 {
    padding: 1.5rem !important;
  }
  .lg\:p-4 {
    padding: 2rem !important;
  }
  .lg\:p-5 {
    padding: 2.5rem !important;
  }
  .lg\:p-6 {
    padding: 3rem !important;
  }
  .lg\:p-7 {
    padding: 3.5rem !important;
  }
  .lg\:p-8 {
    padding: 4rem !important;
  }
  .lg\:p-9 {
    padding: 5rem !important;
  }
  .lg\:p-10 {
    padding: 8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .lg\:px-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .lg\:px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .lg\:px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .lg\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .lg\:px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .lg\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg\:py-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-narrow {
    padding-top: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pt-narrow {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-2 {
    padding-top: 1rem !important;
  }
  .lg\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-4 {
    padding-top: 2rem !important;
  }
  .lg\:pt-5 {
    padding-top: 2.5rem !important;
  }
  .lg\:pt-6 {
    padding-top: 3rem !important;
  }
  .lg\:pt-7 {
    padding-top: 3.5rem !important;
  }
  .lg\:pt-8 {
    padding-top: 4rem !important;
  }
  .lg\:pt-9 {
    padding-top: 5rem !important;
  }
  .lg\:pt-10 {
    padding-top: 8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:pe-lg-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-narrow {
    padding-right: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-4 {
    padding-right: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-6 {
    padding-right: 3rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-7 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-8 {
    padding-right: 4rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:pe-lg-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pe-lg-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:pe-lg-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:pe-lg-auto {
    padding-right: auto !important;
  }
  .lg\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:pe-0 {
    padding-right: 0 !important;
  }
  .lg\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  .lg\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-1 {
    padding-right: 0.5rem !important;
  }
  .lg\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-2 {
    padding-right: 1rem !important;
  }
  .lg\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .lg\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }
  .lg\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-5 {
    padding-right: 2.5rem !important;
  }
  .lg\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-6 {
    padding-right: 3rem !important;
  }
  .lg\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-7 {
    padding-right: 3.5rem !important;
  }
  .lg\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-8 {
    padding-right: 4rem !important;
  }
  .lg\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-9 {
    padding-right: 5rem !important;
  }
  .lg\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:lg\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:lg\:pe-10 {
    padding-right: 8rem !important;
  }
  .lg\:pe-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:lg\:pe-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:lg\:pe-auto {
    padding-right: auto !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-narrow {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pb-narrow {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:ps-lg-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-narrow {
    padding-left: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-4 {
    padding-left: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-6 {
    padding-left: 3rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-7 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-8 {
    padding-left: 4rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-9 {
    padding-left: 5rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ps-lg-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ps-lg-10 {
    padding-left: 8rem !important;
  }
  .ps-lg-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:ps-lg-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:ps-lg-auto {
    padding-left: auto !important;
  }
  .lg\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:ps-0 {
    padding-left: 0 !important;
  }
  .lg\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  .lg\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-1 {
    padding-left: 0.5rem !important;
  }
  .lg\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-2 {
    padding-left: 1rem !important;
  }
  .lg\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .lg\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-4 {
    padding-left: 2rem !important;
  }
  .lg\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-5 {
    padding-left: 2.5rem !important;
  }
  .lg\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-6 {
    padding-left: 3rem !important;
  }
  .lg\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-7 {
    padding-left: 3.5rem !important;
  }
  .lg\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-8 {
    padding-left: 4rem !important;
  }
  .lg\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-9 {
    padding-left: 5rem !important;
  }
  .lg\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:lg\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:lg\:ps-10 {
    padding-left: 8rem !important;
  }
  .lg\:ps-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:lg\:ps-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:lg\:ps-auto {
    padding-left: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-narrow {
    gap: 0.25rem !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
  .gap-lg-4 {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-6 {
    gap: 3rem !important;
  }
  .gap-lg-7 {
    gap: 3.5rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 8rem !important;
  }
  .lg\:gap-0 {
    gap: 0 !important;
  }
  .lg\:gap-narrow {
    gap: 0.25rem !important;
  }
  .lg\:gap-1 {
    gap: 0.5rem !important;
  }
  .lg\:gap-2 {
    gap: 1rem !important;
  }
  .lg\:gap-3 {
    gap: 1.5rem !important;
  }
  .lg\:gap-4 {
    gap: 2rem !important;
  }
  .lg\:gap-5 {
    gap: 2.5rem !important;
  }
  .lg\:gap-6 {
    gap: 3rem !important;
  }
  .lg\:gap-7 {
    gap: 3.5rem !important;
  }
  .lg\:gap-8 {
    gap: 4rem !important;
  }
  .lg\:gap-9 {
    gap: 5rem !important;
  }
  .lg\:gap-10 {
    gap: 8rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-narrow {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 8rem !important;
  }
  .lg\:row-gap-0 {
    row-gap: 0 !important;
  }
  .lg\:row-gap-narrow {
    row-gap: 0.25rem !important;
  }
  .lg\:row-gap-1 {
    row-gap: 0.5rem !important;
  }
  .lg\:row-gap-2 {
    row-gap: 1rem !important;
  }
  .lg\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .lg\:row-gap-4 {
    row-gap: 2rem !important;
  }
  .lg\:row-gap-5 {
    row-gap: 2.5rem !important;
  }
  .lg\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .lg\:row-gap-7 {
    row-gap: 3.5rem !important;
  }
  .lg\:row-gap-8 {
    row-gap: 4rem !important;
  }
  .lg\:row-gap-9 {
    row-gap: 5rem !important;
  }
  .lg\:row-gap-10 {
    row-gap: 8rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .lg\:column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .lg\:column-gap-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .lg\:column-gap-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .lg\:column-gap-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .lg\:column-gap-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .lg\:column-gap-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .lg\:column-gap-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .lg\:column-gap-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .lg\:column-gap-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .lg\:column-gap-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .lg\:column-gap-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .lg\:column-gap-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .fs-lg-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-1 {
    font-size: 1.75rem !important;
  }
  .fs-lg-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-2 {
    font-size: 1.5rem !important;
  }
  .fs-lg-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-3 {
    font-size: 1.25rem !important;
  }
  .fs-lg-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-4 {
    font-size: 1.125rem !important;
  }
  .fs-lg-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-5 {
    font-size: 1rem !important;
  }
  .fs-lg-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-6 {
    font-size: 0.95rem !important;
  }
  .fs-lg-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-7 {
    font-size: 0.875rem !important;
  }
  .fs-lg-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:fs-lg-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:fs-lg-8 {
    font-size: 0.75rem !important;
  }
  .lg\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-1 {
    font-size: 1.75rem !important;
  }
  .lg\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-2 {
    font-size: 1.5rem !important;
  }
  .lg\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-3 {
    font-size: 1.25rem !important;
  }
  .lg\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-4 {
    font-size: 1.125rem !important;
  }
  .lg\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-5 {
    font-size: 1rem !important;
  }
  .lg\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-6 {
    font-size: 0.95rem !important;
  }
  .lg\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-7 {
    font-size: 0.875rem !important;
  }
  .lg\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:lg\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:lg\:fs-8 {
    font-size: 0.75rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:text-lg-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:text-lg-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:text-lg-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:text-lg-center {
    text-align: center !important;
  }
  .lg\:text-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:lg\:text-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:lg\:text-start {
    text-align: left !important;
  }
  .lg\:text-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:lg\:text-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:lg\:text-end {
    text-align: right !important;
  }
  .lg\:text-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:lg\:text-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:lg\:text-center {
    text-align: center !important;
  }
  .rounded-lg, .rounded-lg-hover:hover, .hover\:rounded-lg:hover {
    border-radius: var(--radius) !important;
  }
  .rounded-lg-default, .rounded-lg-default-hover:hover, .hover\:rounded-lg-default:hover {
    border-radius: 8px !important;
  }
  .rounded-lg-0-5, .rounded-lg-0-5-hover:hover, .hover\:rounded-lg-0-5:hover {
    border-radius: 2px !important;
  }
  .rounded-lg-1, .rounded-lg-1-hover:hover, .hover\:rounded-lg-1:hover {
    border-radius: 4px !important;
  }
  .rounded-lg-1-5, .rounded-lg-1-5-hover:hover, .hover\:rounded-lg-1-5:hover {
    border-radius: 12px !important;
  }
  .rounded-lg-2, .rounded-lg-2-hover:hover, .hover\:rounded-lg-2:hover {
    border-radius: 16px !important;
  }
  .rounded-lg-2-5, .rounded-lg-2-5-hover:hover, .hover\:rounded-lg-2-5:hover {
    border-radius: 20px !important;
  }
  .rounded-lg-3, .rounded-lg-3-hover:hover, .hover\:rounded-lg-3:hover {
    border-radius: 24px !important;
  }
  .rounded-lg-3-5, .rounded-lg-3-5-hover:hover, .hover\:rounded-lg-3-5:hover {
    border-radius: 28px !important;
  }
  .rounded-lg-4, .rounded-lg-4-hover:hover, .hover\:rounded-lg-4:hover {
    border-radius: 32px !important;
  }
  .rounded-lg-4-5, .rounded-lg-4-5-hover:hover, .hover\:rounded-lg-4-5:hover {
    border-radius: 36px !important;
  }
  .rounded-lg-5, .rounded-lg-5-hover:hover, .hover\:rounded-lg-5:hover {
    border-radius: 40px !important;
  }
  .rounded-lg-5-5, .rounded-lg-5-5-hover:hover, .hover\:rounded-lg-5-5:hover {
    border-radius: 44px !important;
  }
  .rounded-lg-6, .rounded-lg-6-hover:hover, .hover\:rounded-lg-6:hover {
    border-radius: 48px !important;
  }
  .rounded-lg-6-5, .rounded-lg-6-5-hover:hover, .hover\:rounded-lg-6-5:hover {
    border-radius: 52px !important;
  }
  .rounded-lg-7, .rounded-lg-7-hover:hover, .hover\:rounded-lg-7:hover {
    border-radius: 56px !important;
  }
  .rounded-lg-7-5, .rounded-lg-7-5-hover:hover, .hover\:rounded-lg-7-5:hover {
    border-radius: 60px !important;
  }
  .rounded-lg-8, .rounded-lg-8-hover:hover, .hover\:rounded-lg-8:hover {
    border-radius: 64px !important;
  }
  .rounded-lg-8-5, .rounded-lg-8-5-hover:hover, .hover\:rounded-lg-8-5:hover {
    border-radius: 68px !important;
  }
  .rounded-lg-9, .rounded-lg-9-hover:hover, .hover\:rounded-lg-9:hover {
    border-radius: 72px !important;
  }
  .rounded-lg-9-5, .rounded-lg-9-5-hover:hover, .hover\:rounded-lg-9-5:hover {
    border-radius: 76px !important;
  }
  .rounded-lg-10, .rounded-lg-10-hover:hover, .hover\:rounded-lg-10:hover {
    border-radius: 80px !important;
  }
  .rounded-lg-circle, .rounded-lg-circle-hover:hover, .hover\:rounded-lg-circle:hover {
    border-radius: 50% !important;
  }
  .rounded-lg-full, .rounded-lg-full-hover:hover, .hover\:rounded-lg-full:hover {
    border-radius: 100% !important;
  }
  .rounded-lg-pill, .rounded-lg-pill-hover:hover, .hover\:rounded-lg-pill:hover {
    border-radius: 50rem !important;
  }
  .rounded-lg-0, .rounded-lg-0-hover:hover, .hover\:rounded-lg-0:hover {
    border-radius: 0 !important;
  }
  .lg\:rounded, .lg\:rounded-hover:hover, .lg\:hover\:rounded:hover {
    border-radius: var(--radius) !important;
  }
  .lg\:rounded-default, .lg\:rounded-default-hover:hover, .lg\:hover\:rounded-default:hover {
    border-radius: 8px !important;
  }
  .lg\:rounded-0-5, .lg\:rounded-0-5-hover:hover, .lg\:hover\:rounded-0-5:hover {
    border-radius: 2px !important;
  }
  .lg\:rounded-1, .lg\:rounded-1-hover:hover, .lg\:hover\:rounded-1:hover {
    border-radius: 4px !important;
  }
  .lg\:rounded-1-5, .lg\:rounded-1-5-hover:hover, .lg\:hover\:rounded-1-5:hover {
    border-radius: 12px !important;
  }
  .lg\:rounded-2, .lg\:rounded-2-hover:hover, .lg\:hover\:rounded-2:hover {
    border-radius: 16px !important;
  }
  .lg\:rounded-2-5, .lg\:rounded-2-5-hover:hover, .lg\:hover\:rounded-2-5:hover {
    border-radius: 20px !important;
  }
  .lg\:rounded-3, .lg\:rounded-3-hover:hover, .lg\:hover\:rounded-3:hover {
    border-radius: 24px !important;
  }
  .lg\:rounded-3-5, .lg\:rounded-3-5-hover:hover, .lg\:hover\:rounded-3-5:hover {
    border-radius: 28px !important;
  }
  .lg\:rounded-4, .lg\:rounded-4-hover:hover, .lg\:hover\:rounded-4:hover {
    border-radius: 32px !important;
  }
  .lg\:rounded-4-5, .lg\:rounded-4-5-hover:hover, .lg\:hover\:rounded-4-5:hover {
    border-radius: 36px !important;
  }
  .lg\:rounded-5, .lg\:rounded-5-hover:hover, .lg\:hover\:rounded-5:hover {
    border-radius: 40px !important;
  }
  .lg\:rounded-5-5, .lg\:rounded-5-5-hover:hover, .lg\:hover\:rounded-5-5:hover {
    border-radius: 44px !important;
  }
  .lg\:rounded-6, .lg\:rounded-6-hover:hover, .lg\:hover\:rounded-6:hover {
    border-radius: 48px !important;
  }
  .lg\:rounded-6-5, .lg\:rounded-6-5-hover:hover, .lg\:hover\:rounded-6-5:hover {
    border-radius: 52px !important;
  }
  .lg\:rounded-7, .lg\:rounded-7-hover:hover, .lg\:hover\:rounded-7:hover {
    border-radius: 56px !important;
  }
  .lg\:rounded-7-5, .lg\:rounded-7-5-hover:hover, .lg\:hover\:rounded-7-5:hover {
    border-radius: 60px !important;
  }
  .lg\:rounded-8, .lg\:rounded-8-hover:hover, .lg\:hover\:rounded-8:hover {
    border-radius: 64px !important;
  }
  .lg\:rounded-8-5, .lg\:rounded-8-5-hover:hover, .lg\:hover\:rounded-8-5:hover {
    border-radius: 68px !important;
  }
  .lg\:rounded-9, .lg\:rounded-9-hover:hover, .lg\:hover\:rounded-9:hover {
    border-radius: 72px !important;
  }
  .lg\:rounded-9-5, .lg\:rounded-9-5-hover:hover, .lg\:hover\:rounded-9-5:hover {
    border-radius: 76px !important;
  }
  .lg\:rounded-10, .lg\:rounded-10-hover:hover, .lg\:hover\:rounded-10:hover {
    border-radius: 80px !important;
  }
  .lg\:rounded-circle, .lg\:rounded-circle-hover:hover, .lg\:hover\:rounded-circle:hover {
    border-radius: 50% !important;
  }
  .lg\:rounded-full, .lg\:rounded-full-hover:hover, .lg\:hover\:rounded-full:hover {
    border-radius: 100% !important;
  }
  .lg\:rounded-pill, .lg\:rounded-pill-hover:hover, .lg\:hover\:rounded-pill:hover {
    border-radius: 50rem !important;
  }
  .lg\:rounded-0, .lg\:rounded-0-hover:hover, .lg\:hover\:rounded-0:hover {
    border-radius: 0 !important;
  }
  .rounded-top-lg, .rounded-top-lg-hover:hover, .hover\:rounded-top-lg:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-lg-default, .rounded-top-lg-default-hover:hover, .hover\:rounded-top-lg-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-lg-0-5, .rounded-top-lg-0-5-hover:hover, .hover\:rounded-top-lg-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-lg-1, .rounded-top-lg-1-hover:hover, .hover\:rounded-top-lg-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-lg-1-5, .rounded-top-lg-1-5-hover:hover, .hover\:rounded-top-lg-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .rounded-top-lg-2, .rounded-top-lg-2-hover:hover, .hover\:rounded-top-lg-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .rounded-top-lg-2-5, .rounded-top-lg-2-5-hover:hover, .hover\:rounded-top-lg-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .rounded-top-lg-3, .rounded-top-lg-3-hover:hover, .hover\:rounded-top-lg-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .rounded-top-lg-3-5, .rounded-top-lg-3-5-hover:hover, .hover\:rounded-top-lg-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .rounded-top-lg-4, .rounded-top-lg-4-hover:hover, .hover\:rounded-top-lg-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .rounded-top-lg-4-5, .rounded-top-lg-4-5-hover:hover, .hover\:rounded-top-lg-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .rounded-top-lg-5, .rounded-top-lg-5-hover:hover, .hover\:rounded-top-lg-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .rounded-top-lg-5-5, .rounded-top-lg-5-5-hover:hover, .hover\:rounded-top-lg-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .rounded-top-lg-6, .rounded-top-lg-6-hover:hover, .hover\:rounded-top-lg-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .rounded-top-lg-6-5, .rounded-top-lg-6-5-hover:hover, .hover\:rounded-top-lg-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .rounded-top-lg-7, .rounded-top-lg-7-hover:hover, .hover\:rounded-top-lg-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .rounded-top-lg-7-5, .rounded-top-lg-7-5-hover:hover, .hover\:rounded-top-lg-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .rounded-top-lg-8, .rounded-top-lg-8-hover:hover, .hover\:rounded-top-lg-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .rounded-top-lg-8-5, .rounded-top-lg-8-5-hover:hover, .hover\:rounded-top-lg-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .rounded-top-lg-9, .rounded-top-lg-9-hover:hover, .hover\:rounded-top-lg-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .rounded-top-lg-9-5, .rounded-top-lg-9-5-hover:hover, .hover\:rounded-top-lg-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .rounded-top-lg-10, .rounded-top-lg-10-hover:hover, .hover\:rounded-top-lg-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .rounded-top-lg-circle, .rounded-top-lg-circle-hover:hover, .hover\:rounded-top-lg-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-lg-full, .rounded-top-lg-full-hover:hover, .hover\:rounded-top-lg-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .rounded-top-lg-pill, .rounded-top-lg-pill-hover:hover, .hover\:rounded-top-lg-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-lg-0, .rounded-top-lg-0-hover:hover, .hover\:rounded-top-lg-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .lg\:rounded-top, .lg\:rounded-top-hover:hover, .lg\:hover\:rounded-top:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .lg\:rounded-top-default, .lg\:rounded-top-default-hover:hover, .lg\:hover\:rounded-top-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .lg\:rounded-top-0-5, .lg\:rounded-top-0-5-hover:hover, .lg\:hover\:rounded-top-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .lg\:rounded-top-1, .lg\:rounded-top-1-hover:hover, .lg\:hover\:rounded-top-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .lg\:rounded-top-1-5, .lg\:rounded-top-1-5-hover:hover, .lg\:hover\:rounded-top-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .lg\:rounded-top-2, .lg\:rounded-top-2-hover:hover, .lg\:hover\:rounded-top-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .lg\:rounded-top-2-5, .lg\:rounded-top-2-5-hover:hover, .lg\:hover\:rounded-top-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .lg\:rounded-top-3, .lg\:rounded-top-3-hover:hover, .lg\:hover\:rounded-top-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .lg\:rounded-top-3-5, .lg\:rounded-top-3-5-hover:hover, .lg\:hover\:rounded-top-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .lg\:rounded-top-4, .lg\:rounded-top-4-hover:hover, .lg\:hover\:rounded-top-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .lg\:rounded-top-4-5, .lg\:rounded-top-4-5-hover:hover, .lg\:hover\:rounded-top-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .lg\:rounded-top-5, .lg\:rounded-top-5-hover:hover, .lg\:hover\:rounded-top-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .lg\:rounded-top-5-5, .lg\:rounded-top-5-5-hover:hover, .lg\:hover\:rounded-top-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .lg\:rounded-top-6, .lg\:rounded-top-6-hover:hover, .lg\:hover\:rounded-top-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .lg\:rounded-top-6-5, .lg\:rounded-top-6-5-hover:hover, .lg\:hover\:rounded-top-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .lg\:rounded-top-7, .lg\:rounded-top-7-hover:hover, .lg\:hover\:rounded-top-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .lg\:rounded-top-7-5, .lg\:rounded-top-7-5-hover:hover, .lg\:hover\:rounded-top-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .lg\:rounded-top-8, .lg\:rounded-top-8-hover:hover, .lg\:hover\:rounded-top-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .lg\:rounded-top-8-5, .lg\:rounded-top-8-5-hover:hover, .lg\:hover\:rounded-top-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .lg\:rounded-top-9, .lg\:rounded-top-9-hover:hover, .lg\:hover\:rounded-top-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .lg\:rounded-top-9-5, .lg\:rounded-top-9-5-hover:hover, .lg\:hover\:rounded-top-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .lg\:rounded-top-10, .lg\:rounded-top-10-hover:hover, .lg\:hover\:rounded-top-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .lg\:rounded-top-circle, .lg\:rounded-top-circle-hover:hover, .lg\:hover\:rounded-top-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .lg\:rounded-top-full, .lg\:rounded-top-full-hover:hover, .lg\:hover\:rounded-top-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .lg\:rounded-top-pill, .lg\:rounded-top-pill-hover:hover, .lg\:hover\:rounded-top-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .lg\:rounded-top-0, .lg\:rounded-top-0-hover:hover, .lg\:hover\:rounded-top-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-end-lg, .rounded-end-lg-hover:hover, .hover\:rounded-end-lg:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-end-lg-default, .rounded-end-lg-default-hover:hover, .hover\:rounded-end-lg-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-lg-0-5, .rounded-end-lg-0-5-hover:hover, .hover\:rounded-end-lg-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-lg-1, .rounded-end-lg-1-hover:hover, .hover\:rounded-end-lg-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-lg-1-5, .rounded-end-lg-1-5-hover:hover, .hover\:rounded-end-lg-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .rounded-end-lg-2, .rounded-end-lg-2-hover:hover, .hover\:rounded-end-lg-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .rounded-end-lg-2-5, .rounded-end-lg-2-5-hover:hover, .hover\:rounded-end-lg-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .rounded-end-lg-3, .rounded-end-lg-3-hover:hover, .hover\:rounded-end-lg-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .rounded-end-lg-3-5, .rounded-end-lg-3-5-hover:hover, .hover\:rounded-end-lg-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .rounded-end-lg-4, .rounded-end-lg-4-hover:hover, .hover\:rounded-end-lg-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .rounded-end-lg-4-5, .rounded-end-lg-4-5-hover:hover, .hover\:rounded-end-lg-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .rounded-end-lg-5, .rounded-end-lg-5-hover:hover, .hover\:rounded-end-lg-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .rounded-end-lg-5-5, .rounded-end-lg-5-5-hover:hover, .hover\:rounded-end-lg-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .rounded-end-lg-6, .rounded-end-lg-6-hover:hover, .hover\:rounded-end-lg-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .rounded-end-lg-6-5, .rounded-end-lg-6-5-hover:hover, .hover\:rounded-end-lg-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .rounded-end-lg-7, .rounded-end-lg-7-hover:hover, .hover\:rounded-end-lg-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .rounded-end-lg-7-5, .rounded-end-lg-7-5-hover:hover, .hover\:rounded-end-lg-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .rounded-end-lg-8, .rounded-end-lg-8-hover:hover, .hover\:rounded-end-lg-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .rounded-end-lg-8-5, .rounded-end-lg-8-5-hover:hover, .hover\:rounded-end-lg-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .rounded-end-lg-9, .rounded-end-lg-9-hover:hover, .hover\:rounded-end-lg-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .rounded-end-lg-9-5, .rounded-end-lg-9-5-hover:hover, .hover\:rounded-end-lg-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .rounded-end-lg-10, .rounded-end-lg-10-hover:hover, .hover\:rounded-end-lg-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .rounded-end-lg-circle, .rounded-end-lg-circle-hover:hover, .hover\:rounded-end-lg-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-lg-full, .rounded-end-lg-full-hover:hover, .hover\:rounded-end-lg-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .rounded-end-lg-pill, .rounded-end-lg-pill-hover:hover, .hover\:rounded-end-lg-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-lg-0, .rounded-end-lg-0-hover:hover, .hover\:rounded-end-lg-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:rounded-end, .lg\:rounded-end-hover:hover, .lg\:hover\:rounded-end:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .lg\:rounded-end-default, .lg\:rounded-end-default-hover:hover, .lg\:hover\:rounded-end-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .lg\:rounded-end-0-5, .lg\:rounded-end-0-5-hover:hover, .lg\:hover\:rounded-end-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .lg\:rounded-end-1, .lg\:rounded-end-1-hover:hover, .lg\:hover\:rounded-end-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .lg\:rounded-end-1-5, .lg\:rounded-end-1-5-hover:hover, .lg\:hover\:rounded-end-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .lg\:rounded-end-2, .lg\:rounded-end-2-hover:hover, .lg\:hover\:rounded-end-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .lg\:rounded-end-2-5, .lg\:rounded-end-2-5-hover:hover, .lg\:hover\:rounded-end-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .lg\:rounded-end-3, .lg\:rounded-end-3-hover:hover, .lg\:hover\:rounded-end-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .lg\:rounded-end-3-5, .lg\:rounded-end-3-5-hover:hover, .lg\:hover\:rounded-end-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .lg\:rounded-end-4, .lg\:rounded-end-4-hover:hover, .lg\:hover\:rounded-end-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .lg\:rounded-end-4-5, .lg\:rounded-end-4-5-hover:hover, .lg\:hover\:rounded-end-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .lg\:rounded-end-5, .lg\:rounded-end-5-hover:hover, .lg\:hover\:rounded-end-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .lg\:rounded-end-5-5, .lg\:rounded-end-5-5-hover:hover, .lg\:hover\:rounded-end-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .lg\:rounded-end-6, .lg\:rounded-end-6-hover:hover, .lg\:hover\:rounded-end-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .lg\:rounded-end-6-5, .lg\:rounded-end-6-5-hover:hover, .lg\:hover\:rounded-end-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .lg\:rounded-end-7, .lg\:rounded-end-7-hover:hover, .lg\:hover\:rounded-end-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .lg\:rounded-end-7-5, .lg\:rounded-end-7-5-hover:hover, .lg\:hover\:rounded-end-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .lg\:rounded-end-8, .lg\:rounded-end-8-hover:hover, .lg\:hover\:rounded-end-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .lg\:rounded-end-8-5, .lg\:rounded-end-8-5-hover:hover, .lg\:hover\:rounded-end-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .lg\:rounded-end-9, .lg\:rounded-end-9-hover:hover, .lg\:hover\:rounded-end-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .lg\:rounded-end-9-5, .lg\:rounded-end-9-5-hover:hover, .lg\:hover\:rounded-end-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .lg\:rounded-end-10, .lg\:rounded-end-10-hover:hover, .lg\:hover\:rounded-end-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .lg\:rounded-end-circle, .lg\:rounded-end-circle-hover:hover, .lg\:hover\:rounded-end-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .lg\:rounded-end-full, .lg\:rounded-end-full-hover:hover, .lg\:hover\:rounded-end-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .lg\:rounded-end-pill, .lg\:rounded-end-pill-hover:hover, .lg\:hover\:rounded-end-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .lg\:rounded-end-0, .lg\:rounded-end-0-hover:hover, .lg\:hover\:rounded-end-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-bottom-lg, .rounded-bottom-lg-hover:hover, .hover\:rounded-bottom-lg:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-lg-default, .rounded-bottom-lg-default-hover:hover, .hover\:rounded-bottom-lg-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-lg-0-5, .rounded-bottom-lg-0-5-hover:hover, .hover\:rounded-bottom-lg-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-lg-1, .rounded-bottom-lg-1-hover:hover, .hover\:rounded-bottom-lg-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-lg-1-5, .rounded-bottom-lg-1-5-hover:hover, .hover\:rounded-bottom-lg-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-lg-2, .rounded-bottom-lg-2-hover:hover, .hover\:rounded-bottom-lg-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-lg-2-5, .rounded-bottom-lg-2-5-hover:hover, .hover\:rounded-bottom-lg-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-lg-3, .rounded-bottom-lg-3-hover:hover, .hover\:rounded-bottom-lg-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-lg-3-5, .rounded-bottom-lg-3-5-hover:hover, .hover\:rounded-bottom-lg-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-lg-4, .rounded-bottom-lg-4-hover:hover, .hover\:rounded-bottom-lg-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-lg-4-5, .rounded-bottom-lg-4-5-hover:hover, .hover\:rounded-bottom-lg-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-lg-5, .rounded-bottom-lg-5-hover:hover, .hover\:rounded-bottom-lg-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-lg-5-5, .rounded-bottom-lg-5-5-hover:hover, .hover\:rounded-bottom-lg-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-lg-6, .rounded-bottom-lg-6-hover:hover, .hover\:rounded-bottom-lg-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-lg-6-5, .rounded-bottom-lg-6-5-hover:hover, .hover\:rounded-bottom-lg-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-lg-7, .rounded-bottom-lg-7-hover:hover, .hover\:rounded-bottom-lg-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-lg-7-5, .rounded-bottom-lg-7-5-hover:hover, .hover\:rounded-bottom-lg-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-lg-8, .rounded-bottom-lg-8-hover:hover, .hover\:rounded-bottom-lg-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-lg-8-5, .rounded-bottom-lg-8-5-hover:hover, .hover\:rounded-bottom-lg-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-lg-9, .rounded-bottom-lg-9-hover:hover, .hover\:rounded-bottom-lg-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-lg-9-5, .rounded-bottom-lg-9-5-hover:hover, .hover\:rounded-bottom-lg-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-lg-10, .rounded-bottom-lg-10-hover:hover, .hover\:rounded-bottom-lg-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-lg-circle, .rounded-bottom-lg-circle-hover:hover, .hover\:rounded-bottom-lg-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-lg-full, .rounded-bottom-lg-full-hover:hover, .hover\:rounded-bottom-lg-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-lg-pill, .rounded-bottom-lg-pill-hover:hover, .hover\:rounded-bottom-lg-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-lg-0, .rounded-bottom-lg-0-hover:hover, .hover\:rounded-bottom-lg-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:rounded-bottom, .lg\:rounded-bottom-hover:hover, .lg\:hover\:rounded-bottom:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .lg\:rounded-bottom-default, .lg\:rounded-bottom-default-hover:hover, .lg\:hover\:rounded-bottom-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .lg\:rounded-bottom-0-5, .lg\:rounded-bottom-0-5-hover:hover, .lg\:hover\:rounded-bottom-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .lg\:rounded-bottom-1, .lg\:rounded-bottom-1-hover:hover, .lg\:hover\:rounded-bottom-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .lg\:rounded-bottom-1-5, .lg\:rounded-bottom-1-5-hover:hover, .lg\:hover\:rounded-bottom-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .lg\:rounded-bottom-2, .lg\:rounded-bottom-2-hover:hover, .lg\:hover\:rounded-bottom-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .lg\:rounded-bottom-2-5, .lg\:rounded-bottom-2-5-hover:hover, .lg\:hover\:rounded-bottom-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .lg\:rounded-bottom-3, .lg\:rounded-bottom-3-hover:hover, .lg\:hover\:rounded-bottom-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .lg\:rounded-bottom-3-5, .lg\:rounded-bottom-3-5-hover:hover, .lg\:hover\:rounded-bottom-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .lg\:rounded-bottom-4, .lg\:rounded-bottom-4-hover:hover, .lg\:hover\:rounded-bottom-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .lg\:rounded-bottom-4-5, .lg\:rounded-bottom-4-5-hover:hover, .lg\:hover\:rounded-bottom-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .lg\:rounded-bottom-5, .lg\:rounded-bottom-5-hover:hover, .lg\:hover\:rounded-bottom-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .lg\:rounded-bottom-5-5, .lg\:rounded-bottom-5-5-hover:hover, .lg\:hover\:rounded-bottom-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .lg\:rounded-bottom-6, .lg\:rounded-bottom-6-hover:hover, .lg\:hover\:rounded-bottom-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .lg\:rounded-bottom-6-5, .lg\:rounded-bottom-6-5-hover:hover, .lg\:hover\:rounded-bottom-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .lg\:rounded-bottom-7, .lg\:rounded-bottom-7-hover:hover, .lg\:hover\:rounded-bottom-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .lg\:rounded-bottom-7-5, .lg\:rounded-bottom-7-5-hover:hover, .lg\:hover\:rounded-bottom-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .lg\:rounded-bottom-8, .lg\:rounded-bottom-8-hover:hover, .lg\:hover\:rounded-bottom-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .lg\:rounded-bottom-8-5, .lg\:rounded-bottom-8-5-hover:hover, .lg\:hover\:rounded-bottom-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .lg\:rounded-bottom-9, .lg\:rounded-bottom-9-hover:hover, .lg\:hover\:rounded-bottom-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .lg\:rounded-bottom-9-5, .lg\:rounded-bottom-9-5-hover:hover, .lg\:hover\:rounded-bottom-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .lg\:rounded-bottom-10, .lg\:rounded-bottom-10-hover:hover, .lg\:hover\:rounded-bottom-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .lg\:rounded-bottom-circle, .lg\:rounded-bottom-circle-hover:hover, .lg\:hover\:rounded-bottom-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .lg\:rounded-bottom-full, .lg\:rounded-bottom-full-hover:hover, .lg\:hover\:rounded-bottom-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .lg\:rounded-bottom-pill, .lg\:rounded-bottom-pill-hover:hover, .lg\:hover\:rounded-bottom-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .lg\:rounded-bottom-0, .lg\:rounded-bottom-0-hover:hover, .lg\:hover\:rounded-bottom-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-start-lg, .rounded-start-lg-hover:hover, .hover\:rounded-start-lg:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-start-lg-default, .rounded-start-lg-default-hover:hover, .hover\:rounded-start-lg-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-lg-0-5, .rounded-start-lg-0-5-hover:hover, .hover\:rounded-start-lg-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-lg-1, .rounded-start-lg-1-hover:hover, .hover\:rounded-start-lg-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-lg-1-5, .rounded-start-lg-1-5-hover:hover, .hover\:rounded-start-lg-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .rounded-start-lg-2, .rounded-start-lg-2-hover:hover, .hover\:rounded-start-lg-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .rounded-start-lg-2-5, .rounded-start-lg-2-5-hover:hover, .hover\:rounded-start-lg-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .rounded-start-lg-3, .rounded-start-lg-3-hover:hover, .hover\:rounded-start-lg-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .rounded-start-lg-3-5, .rounded-start-lg-3-5-hover:hover, .hover\:rounded-start-lg-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .rounded-start-lg-4, .rounded-start-lg-4-hover:hover, .hover\:rounded-start-lg-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .rounded-start-lg-4-5, .rounded-start-lg-4-5-hover:hover, .hover\:rounded-start-lg-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .rounded-start-lg-5, .rounded-start-lg-5-hover:hover, .hover\:rounded-start-lg-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .rounded-start-lg-5-5, .rounded-start-lg-5-5-hover:hover, .hover\:rounded-start-lg-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .rounded-start-lg-6, .rounded-start-lg-6-hover:hover, .hover\:rounded-start-lg-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .rounded-start-lg-6-5, .rounded-start-lg-6-5-hover:hover, .hover\:rounded-start-lg-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .rounded-start-lg-7, .rounded-start-lg-7-hover:hover, .hover\:rounded-start-lg-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .rounded-start-lg-7-5, .rounded-start-lg-7-5-hover:hover, .hover\:rounded-start-lg-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .rounded-start-lg-8, .rounded-start-lg-8-hover:hover, .hover\:rounded-start-lg-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .rounded-start-lg-8-5, .rounded-start-lg-8-5-hover:hover, .hover\:rounded-start-lg-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .rounded-start-lg-9, .rounded-start-lg-9-hover:hover, .hover\:rounded-start-lg-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .rounded-start-lg-9-5, .rounded-start-lg-9-5-hover:hover, .hover\:rounded-start-lg-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .rounded-start-lg-10, .rounded-start-lg-10-hover:hover, .hover\:rounded-start-lg-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .rounded-start-lg-circle, .rounded-start-lg-circle-hover:hover, .hover\:rounded-start-lg-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-lg-full, .rounded-start-lg-full-hover:hover, .hover\:rounded-start-lg-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .rounded-start-lg-pill, .rounded-start-lg-pill-hover:hover, .hover\:rounded-start-lg-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-lg-0, .rounded-start-lg-0-hover:hover, .hover\:rounded-start-lg-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .lg\:rounded-start, .lg\:rounded-start-hover:hover, .lg\:hover\:rounded-start:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .lg\:rounded-start-default, .lg\:rounded-start-default-hover:hover, .lg\:hover\:rounded-start-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .lg\:rounded-start-0-5, .lg\:rounded-start-0-5-hover:hover, .lg\:hover\:rounded-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .lg\:rounded-start-1, .lg\:rounded-start-1-hover:hover, .lg\:hover\:rounded-start-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .lg\:rounded-start-1-5, .lg\:rounded-start-1-5-hover:hover, .lg\:hover\:rounded-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .lg\:rounded-start-2, .lg\:rounded-start-2-hover:hover, .lg\:hover\:rounded-start-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .lg\:rounded-start-2-5, .lg\:rounded-start-2-5-hover:hover, .lg\:hover\:rounded-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .lg\:rounded-start-3, .lg\:rounded-start-3-hover:hover, .lg\:hover\:rounded-start-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .lg\:rounded-start-3-5, .lg\:rounded-start-3-5-hover:hover, .lg\:hover\:rounded-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .lg\:rounded-start-4, .lg\:rounded-start-4-hover:hover, .lg\:hover\:rounded-start-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .lg\:rounded-start-4-5, .lg\:rounded-start-4-5-hover:hover, .lg\:hover\:rounded-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .lg\:rounded-start-5, .lg\:rounded-start-5-hover:hover, .lg\:hover\:rounded-start-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .lg\:rounded-start-5-5, .lg\:rounded-start-5-5-hover:hover, .lg\:hover\:rounded-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .lg\:rounded-start-6, .lg\:rounded-start-6-hover:hover, .lg\:hover\:rounded-start-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .lg\:rounded-start-6-5, .lg\:rounded-start-6-5-hover:hover, .lg\:hover\:rounded-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .lg\:rounded-start-7, .lg\:rounded-start-7-hover:hover, .lg\:hover\:rounded-start-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .lg\:rounded-start-7-5, .lg\:rounded-start-7-5-hover:hover, .lg\:hover\:rounded-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .lg\:rounded-start-8, .lg\:rounded-start-8-hover:hover, .lg\:hover\:rounded-start-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .lg\:rounded-start-8-5, .lg\:rounded-start-8-5-hover:hover, .lg\:hover\:rounded-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .lg\:rounded-start-9, .lg\:rounded-start-9-hover:hover, .lg\:hover\:rounded-start-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .lg\:rounded-start-9-5, .lg\:rounded-start-9-5-hover:hover, .lg\:hover\:rounded-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .lg\:rounded-start-10, .lg\:rounded-start-10-hover:hover, .lg\:hover\:rounded-start-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .lg\:rounded-start-circle, .lg\:rounded-start-circle-hover:hover, .lg\:hover\:rounded-start-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .lg\:rounded-start-full, .lg\:rounded-start-full-hover:hover, .lg\:hover\:rounded-start-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .lg\:rounded-start-pill, .lg\:rounded-start-pill-hover:hover, .lg\:hover\:rounded-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .lg\:rounded-start-0, .lg\:rounded-start-0-hover:hover, .lg\:hover\:rounded-start-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .justify-items-lg-start {
    justify-items: start !important;
  }
  .justify-items-lg-center {
    justify-items: center !important;
  }
  .justify-items-lg-end {
    justify-items: end !important;
  }
  .justify-items-lg-stretch {
    justify-items: stretch !important;
  }
  .lg\:justify-items-start {
    justify-items: start !important;
  }
  .lg\:justify-items-center {
    justify-items: center !important;
  }
  .lg\:justify-items-end {
    justify-items: end !important;
  }
  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .justify-self-lg-auto {
    justify-self: auto !important;
  }
  .justify-self-lg-start {
    justify-self: start !important;
  }
  .justify-self-lg-center {
    justify-self: center !important;
  }
  .justify-self-lg-end {
    justify-self: end !important;
  }
  .justify-self-lg-stretch {
    justify-self: stretch !important;
  }
  .lg\:justify-self-auto {
    justify-self: auto !important;
  }
  .lg\:justify-self-start {
    justify-self: start !important;
  }
  .lg\:justify-self-center {
    justify-self: center !important;
  }
  .lg\:justify-self-end {
    justify-self: end !important;
  }
  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .place-lg-start {
    place-content: flex-start !important;
  }
  .place-lg-center {
    place-content: center !important;
  }
  .place-lg-end {
    place-content: flex-end !important;
  }
  .place-lg-between {
    place-content: space-between !important;
  }
  .place-lg-around {
    place-content: space-around !important;
  }
  .place-lg-evenly {
    place-content: space-evenly !important;
  }
  .place-lg-stretch {
    place-content: stretch !important;
  }
  .place-lg-baseline {
    place-content: baseline !important;
  }
  .lg\:place-start {
    place-content: flex-start !important;
  }
  .lg\:place-center {
    place-content: center !important;
  }
  .lg\:place-end {
    place-content: flex-end !important;
  }
  .lg\:place-between {
    place-content: space-between !important;
  }
  .lg\:place-around {
    place-content: space-around !important;
  }
  .lg\:place-evenly {
    place-content: space-evenly !important;
  }
  .lg\:place-stretch {
    place-content: stretch !important;
  }
  .lg\:place-baseline {
    place-content: baseline !important;
  }
  .place-items-lg-start {
    place-items: start !important;
  }
  .place-items-lg-center {
    place-items: center !important;
  }
  .place-items-lg-end {
    place-items: end !important;
  }
  .place-items-lg-stretch {
    place-items: stretch !important;
  }
  .place-items-lg-baseline {
    place-items: baseline !important;
  }
  .lg\:place-items-start {
    place-items: start !important;
  }
  .lg\:place-items-center {
    place-items: center !important;
  }
  .lg\:place-items-end {
    place-items: end !important;
  }
  .lg\:place-items-stretch {
    place-items: stretch !important;
  }
  .lg\:place-items-baseline {
    place-items: baseline !important;
  }
  .place-self-lg-auto {
    place-self: auto !important;
  }
  .place-self-lg-start {
    place-self: start !important;
  }
  .place-self-lg-center {
    place-self: center !important;
  }
  .place-self-lg-end {
    place-self: end !important;
  }
  .place-self-lg-stretch {
    place-self: stretch !important;
  }
  .lg\:place-self-auto {
    place-self: auto !important;
  }
  .lg\:place-self-start {
    place-self: start !important;
  }
  .lg\:place-self-center {
    place-self: center !important;
  }
  .lg\:place-self-end {
    place-self: end !important;
  }
  .lg\:place-self-stretch {
    place-self: stretch !important;
  }
  .g-row-span-lg-1 {
    grid-row: span 1/span 1 !important;
  }
  .g-row-span-lg-2 {
    grid-row: span 2/span 2 !important;
  }
  .g-row-span-lg-3 {
    grid-row: span 3/span 3 !important;
  }
  .g-row-span-lg-4 {
    grid-row: span 4/span 4 !important;
  }
  .g-row-span-lg-5 {
    grid-row: span 5/span 5 !important;
  }
  .g-row-span-lg-6 {
    grid-row: span 6/span 6 !important;
  }
  .g-row-span-lg-7 {
    grid-row: span 7/span 7 !important;
  }
  .g-row-span-lg-8 {
    grid-row: span 8/span 8 !important;
  }
  .g-row-span-lg-9 {
    grid-row: span 9/span 9 !important;
  }
  .g-row-span-lg-10 {
    grid-row: span 10/span 10 !important;
  }
  .g-row-span-lg-11 {
    grid-row: span 11/span 11 !important;
  }
  .g-row-span-lg-12 {
    grid-row: span 12/span 12 !important;
  }
  .g-row-span-lg-full {
    grid-row: "1 / -1" !important;
  }
  .lg\:g-row-span-1 {
    grid-row: span 1/span 1 !important;
  }
  .lg\:g-row-span-2 {
    grid-row: span 2/span 2 !important;
  }
  .lg\:g-row-span-3 {
    grid-row: span 3/span 3 !important;
  }
  .lg\:g-row-span-4 {
    grid-row: span 4/span 4 !important;
  }
  .lg\:g-row-span-5 {
    grid-row: span 5/span 5 !important;
  }
  .lg\:g-row-span-6 {
    grid-row: span 6/span 6 !important;
  }
  .lg\:g-row-span-7 {
    grid-row: span 7/span 7 !important;
  }
  .lg\:g-row-span-8 {
    grid-row: span 8/span 8 !important;
  }
  .lg\:g-row-span-9 {
    grid-row: span 9/span 9 !important;
  }
  .lg\:g-row-span-10 {
    grid-row: span 10/span 10 !important;
  }
  .lg\:g-row-span-11 {
    grid-row: span 11/span 11 !important;
  }
  .lg\:g-row-span-12 {
    grid-row: span 12/span 12 !important;
  }
  .lg\:g-row-span-full {
    grid-row: "1 / -1" !important;
  }
  .g-row-start-lg-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-1 {
    grid-row-start: 1 !important;
  }
  .g-row-start-lg-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-2 {
    grid-row-start: 2 !important;
  }
  .g-row-start-lg-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-3 {
    grid-row-start: 3 !important;
  }
  .g-row-start-lg-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-4 {
    grid-row-start: 4 !important;
  }
  .g-row-start-lg-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-5 {
    grid-row-start: 5 !important;
  }
  .g-row-start-lg-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-6 {
    grid-row-start: 6 !important;
  }
  .g-row-start-lg-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-7 {
    grid-row-start: 7 !important;
  }
  .g-row-start-lg-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-8 {
    grid-row-start: 8 !important;
  }
  .g-row-start-lg-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-9 {
    grid-row-start: 9 !important;
  }
  .g-row-start-lg-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-10 {
    grid-row-start: 10 !important;
  }
  .g-row-start-lg-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-11 {
    grid-row-start: 11 !important;
  }
  .g-row-start-lg-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-12 {
    grid-row-start: 12 !important;
  }
  .g-row-start-lg-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-13 {
    grid-row-start: 13 !important;
  }
  .g-row-start-lg-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:g-row-start-lg-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:g-row-start-lg-auto {
    grid-row-start: auto !important;
  }
  .lg\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  .lg\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  .lg\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  .lg\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  .lg\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  .lg\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  .lg\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  .lg\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  .lg\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  .lg\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  .lg\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  .lg\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  .lg\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  .lg\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  .g-row-end-lg-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-1 {
    grid-row-end: 1 !important;
  }
  .g-row-end-lg-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-2 {
    grid-row-end: 2 !important;
  }
  .g-row-end-lg-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-3 {
    grid-row-end: 3 !important;
  }
  .g-row-end-lg-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-4 {
    grid-row-end: 4 !important;
  }
  .g-row-end-lg-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-5 {
    grid-row-end: 5 !important;
  }
  .g-row-end-lg-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-6 {
    grid-row-end: 6 !important;
  }
  .g-row-end-lg-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-7 {
    grid-row-end: 7 !important;
  }
  .g-row-end-lg-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-8 {
    grid-row-end: 8 !important;
  }
  .g-row-end-lg-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-9 {
    grid-row-end: 9 !important;
  }
  .g-row-end-lg-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-10 {
    grid-row-end: 10 !important;
  }
  .g-row-end-lg-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-11 {
    grid-row-end: 11 !important;
  }
  .g-row-end-lg-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-12 {
    grid-row-end: 12 !important;
  }
  .g-row-end-lg-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-13 {
    grid-row-end: 13 !important;
  }
  .g-row-end-lg-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:g-row-end-lg-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:g-row-end-lg-auto {
    grid-row-end: auto !important;
  }
  .lg\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  .lg\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  .lg\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  .lg\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  .lg\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  .lg\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  .lg\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  .lg\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  .lg\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  .lg\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  .lg\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  .lg\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  .lg\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  .lg\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:lg\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:lg\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  .g-row-lg-auto {
    grid-row: auto !important;
  }
  .lg\:g-row-auto {
    grid-row: auto !important;
  }
  .g-col-span-lg-1 {
    grid-column: span 1/span 1 !important;
  }
  .g-col-span-lg-2 {
    grid-column: span 2/span 2 !important;
  }
  .g-col-span-lg-3 {
    grid-column: span 3/span 3 !important;
  }
  .g-col-span-lg-4 {
    grid-column: span 4/span 4 !important;
  }
  .g-col-span-lg-5 {
    grid-column: span 5/span 5 !important;
  }
  .g-col-span-lg-6 {
    grid-column: span 6/span 6 !important;
  }
  .g-col-span-lg-7 {
    grid-column: span 7/span 7 !important;
  }
  .g-col-span-lg-8 {
    grid-column: span 8/span 8 !important;
  }
  .g-col-span-lg-9 {
    grid-column: span 9/span 9 !important;
  }
  .g-col-span-lg-10 {
    grid-column: span 10/span 10 !important;
  }
  .g-col-span-lg-11 {
    grid-column: span 11/span 11 !important;
  }
  .g-col-span-lg-12 {
    grid-column: span 12/span 12 !important;
  }
  .g-col-span-lg-full {
    grid-column: "1 / -1" !important;
  }
  .lg\:g-col-span-1 {
    grid-column: span 1/span 1 !important;
  }
  .lg\:g-col-span-2 {
    grid-column: span 2/span 2 !important;
  }
  .lg\:g-col-span-3 {
    grid-column: span 3/span 3 !important;
  }
  .lg\:g-col-span-4 {
    grid-column: span 4/span 4 !important;
  }
  .lg\:g-col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .lg\:g-col-span-6 {
    grid-column: span 6/span 6 !important;
  }
  .lg\:g-col-span-7 {
    grid-column: span 7/span 7 !important;
  }
  .lg\:g-col-span-8 {
    grid-column: span 8/span 8 !important;
  }
  .lg\:g-col-span-9 {
    grid-column: span 9/span 9 !important;
  }
  .lg\:g-col-span-10 {
    grid-column: span 10/span 10 !important;
  }
  .lg\:g-col-span-11 {
    grid-column: span 11/span 11 !important;
  }
  .lg\:g-col-span-12 {
    grid-column: span 12/span 12 !important;
  }
  .lg\:g-col-span-full {
    grid-column: "1 / -1" !important;
  }
  .g-col-start-lg-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-1 {
    grid-column-start: 1 !important;
  }
  .g-col-start-lg-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-2 {
    grid-column-start: 2 !important;
  }
  .g-col-start-lg-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-3 {
    grid-column-start: 3 !important;
  }
  .g-col-start-lg-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-4 {
    grid-column-start: 4 !important;
  }
  .g-col-start-lg-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-5 {
    grid-column-start: 5 !important;
  }
  .g-col-start-lg-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-6 {
    grid-column-start: 6 !important;
  }
  .g-col-start-lg-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-7 {
    grid-column-start: 7 !important;
  }
  .g-col-start-lg-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-8 {
    grid-column-start: 8 !important;
  }
  .g-col-start-lg-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-9 {
    grid-column-start: 9 !important;
  }
  .g-col-start-lg-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-10 {
    grid-column-start: 10 !important;
  }
  .g-col-start-lg-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-11 {
    grid-column-start: 11 !important;
  }
  .g-col-start-lg-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-12 {
    grid-column-start: 12 !important;
  }
  .g-col-start-lg-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-13 {
    grid-column-start: 13 !important;
  }
  .g-col-start-lg-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:g-col-start-lg-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:g-col-start-lg-auto {
    grid-column-start: auto !important;
  }
  .lg\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  .lg\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  .lg\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  .lg\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  .lg\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  .lg\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  .lg\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  .lg\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  .lg\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  .lg\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  .lg\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  .lg\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  .lg\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  .lg\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  .g-col-end-lg-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-1 {
    grid-column-end: 1 !important;
  }
  .g-col-end-lg-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-2 {
    grid-column-end: 2 !important;
  }
  .g-col-end-lg-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-3 {
    grid-column-end: 3 !important;
  }
  .g-col-end-lg-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-4 {
    grid-column-end: 4 !important;
  }
  .g-col-end-lg-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-5 {
    grid-column-end: 5 !important;
  }
  .g-col-end-lg-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-6 {
    grid-column-end: 6 !important;
  }
  .g-col-end-lg-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-7 {
    grid-column-end: 7 !important;
  }
  .g-col-end-lg-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-8 {
    grid-column-end: 8 !important;
  }
  .g-col-end-lg-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-9 {
    grid-column-end: 9 !important;
  }
  .g-col-end-lg-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-10 {
    grid-column-end: 10 !important;
  }
  .g-col-end-lg-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-11 {
    grid-column-end: 11 !important;
  }
  .g-col-end-lg-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-12 {
    grid-column-end: 12 !important;
  }
  .g-col-end-lg-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-13 {
    grid-column-end: 13 !important;
  }
  .g-col-end-lg-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:g-col-end-lg-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:g-col-end-lg-auto {
    grid-column-end: auto !important;
  }
  .lg\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  .lg\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  .lg\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  .lg\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  .lg\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  .lg\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  .lg\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  .lg\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  .lg\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  .lg\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  .lg\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  .lg\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  .lg\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  .lg\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:lg\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:lg\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  .g-col-lg-auto {
    grid-column: auto !important;
  }
  .lg\:g-col-auto {
    grid-column: auto !important;
  }
  .text-truncate-lg-1 {
    -webkit-line-clamp: 1 !important;
  }
  .text-truncate-lg-2 {
    -webkit-line-clamp: 2 !important;
  }
  .text-truncate-lg-3 {
    -webkit-line-clamp: 3 !important;
  }
  .text-truncate-lg-4 {
    -webkit-line-clamp: 4 !important;
  }
  .text-truncate-lg-5 {
    -webkit-line-clamp: 5 !important;
  }
  .text-truncate-lg-6 {
    -webkit-line-clamp: 6 !important;
  }
  .lg\:text-truncate-1 {
    -webkit-line-clamp: 1 !important;
  }
  .lg\:text-truncate-2 {
    -webkit-line-clamp: 2 !important;
  }
  .lg\:text-truncate-3 {
    -webkit-line-clamp: 3 !important;
  }
  .lg\:text-truncate-4 {
    -webkit-line-clamp: 4 !important;
  }
  .lg\:text-truncate-5 {
    -webkit-line-clamp: 5 !important;
  }
  .lg\:text-truncate-6 {
    -webkit-line-clamp: 6 !important;
  }
  .min-w-lg-px, .min-w-lg-px-hover:hover, .hover\:min-w-lg-px:hover {
    min-width: 1px !important;
  }
  .min-w-lg-2px, .min-w-lg-2px-hover:hover, .hover\:min-w-lg-2px:hover {
    min-width: 2px !important;
  }
  .min-w-lg-4px, .min-w-lg-4px-hover:hover, .hover\:min-w-lg-4px:hover {
    min-width: 4px !important;
  }
  .min-w-lg-8px, .min-w-lg-8px-hover:hover, .hover\:min-w-lg-8px:hover {
    min-width: 8px !important;
  }
  .min-w-lg-16px, .min-w-lg-16px-hover:hover, .hover\:min-w-lg-16px:hover {
    min-width: 16px !important;
  }
  .min-w-lg-18px, .min-w-lg-18px-hover:hover, .hover\:min-w-lg-18px:hover {
    min-width: 18px !important;
  }
  .min-w-lg-20px, .min-w-lg-20px-hover:hover, .hover\:min-w-lg-20px:hover {
    min-width: 20px !important;
  }
  .min-w-lg-24px, .min-w-lg-24px-hover:hover, .hover\:min-w-lg-24px:hover {
    min-width: 24px !important;
  }
  .min-w-lg-32px, .min-w-lg-32px-hover:hover, .hover\:min-w-lg-32px:hover {
    min-width: 32px !important;
  }
  .min-w-lg-36px, .min-w-lg-36px-hover:hover, .hover\:min-w-lg-36px:hover {
    min-width: 36px !important;
  }
  .min-w-lg-40px, .min-w-lg-40px-hover:hover, .hover\:min-w-lg-40px:hover {
    min-width: 40px !important;
  }
  .min-w-lg-48px, .min-w-lg-48px-hover:hover, .hover\:min-w-lg-48px:hover {
    min-width: 48px !important;
  }
  .min-w-lg-56px, .min-w-lg-56px-hover:hover, .hover\:min-w-lg-56px:hover {
    min-width: 56px !important;
  }
  .min-w-lg-64px, .min-w-lg-64px-hover:hover, .hover\:min-w-lg-64px:hover {
    min-width: 64px !important;
  }
  .min-w-lg-72px, .min-w-lg-72px-hover:hover, .hover\:min-w-lg-72px:hover {
    min-width: 72px !important;
  }
  .min-w-lg-80px, .min-w-lg-80px-hover:hover, .hover\:min-w-lg-80px:hover {
    min-width: 80px !important;
  }
  .min-w-lg-96px, .min-w-lg-96px-hover:hover, .hover\:min-w-lg-96px:hover {
    min-width: 96px !important;
  }
  .min-w-lg-100px, .min-w-lg-100px-hover:hover, .hover\:min-w-lg-100px:hover {
    min-width: 100px !important;
  }
  .min-w-lg-128px, .min-w-lg-128px-hover:hover, .hover\:min-w-lg-128px:hover {
    min-width: 128px !important;
  }
  .min-w-lg-150px, .min-w-lg-150px-hover:hover, .hover\:min-w-lg-150px:hover {
    min-width: 150px !important;
  }
  .min-w-lg-200px, .min-w-lg-200px-hover:hover, .hover\:min-w-lg-200px:hover {
    min-width: 200px !important;
  }
  .min-w-lg-250px, .min-w-lg-250px-hover:hover, .hover\:min-w-lg-250px:hover {
    min-width: 250px !important;
  }
  .min-w-lg-300px, .min-w-lg-300px-hover:hover, .hover\:min-w-lg-300px:hover {
    min-width: 300px !important;
  }
  .min-w-lg-350px, .min-w-lg-350px-hover:hover, .hover\:min-w-lg-350px:hover {
    min-width: 350px !important;
  }
  .min-w-lg-400px, .min-w-lg-400px-hover:hover, .hover\:min-w-lg-400px:hover {
    min-width: 400px !important;
  }
  .min-w-lg-450px, .min-w-lg-450px-hover:hover, .hover\:min-w-lg-450px:hover {
    min-width: 450px !important;
  }
  .min-w-lg-500px, .min-w-lg-500px-hover:hover, .hover\:min-w-lg-500px:hover {
    min-width: 500px !important;
  }
  .min-w-lg-550px, .min-w-lg-550px-hover:hover, .hover\:min-w-lg-550px:hover {
    min-width: 550px !important;
  }
  .min-w-lg-600px, .min-w-lg-600px-hover:hover, .hover\:min-w-lg-600px:hover {
    min-width: 600px !important;
  }
  .min-w-lg-650px, .min-w-lg-650px-hover:hover, .hover\:min-w-lg-650px:hover {
    min-width: 650px !important;
  }
  .min-w-lg-700px, .min-w-lg-700px-hover:hover, .hover\:min-w-lg-700px:hover {
    min-width: 700px !important;
  }
  .min-w-lg-750px, .min-w-lg-750px-hover:hover, .hover\:min-w-lg-750px:hover {
    min-width: 750px !important;
  }
  .min-w-lg-800px, .min-w-lg-800px-hover:hover, .hover\:min-w-lg-800px:hover {
    min-width: 800px !important;
  }
  .min-w-lg-850px, .min-w-lg-850px-hover:hover, .hover\:min-w-lg-850px:hover {
    min-width: 850px !important;
  }
  .min-w-lg-900px, .min-w-lg-900px-hover:hover, .hover\:min-w-lg-900px:hover {
    min-width: 900px !important;
  }
  .min-w-lg-950px, .min-w-lg-950px-hover:hover, .hover\:min-w-lg-950px:hover {
    min-width: 950px !important;
  }
  .min-w-lg-1000px, .min-w-lg-1000px-hover:hover, .hover\:min-w-lg-1000px:hover {
    min-width: 1000px !important;
  }
  .min-w-lg-1170px, .min-w-lg-1170px-hover:hover, .hover\:min-w-lg-1170px:hover {
    min-width: 1170px !important;
  }
  .min-w-lg-1280px, .min-w-lg-1280px-hover:hover, .hover\:min-w-lg-1280px:hover {
    min-width: 1280px !important;
  }
  .min-w-lg-1320px, .min-w-lg-1320px-hover:hover, .hover\:min-w-lg-1320px:hover {
    min-width: 1320px !important;
  }
  .min-w-lg-1440px, .min-w-lg-1440px-hover:hover, .hover\:min-w-lg-1440px:hover {
    min-width: 1440px !important;
  }
  .min-w-lg-1\/6, .min-w-lg-1\/6-hover:hover, .hover\:min-w-lg-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .min-w-lg-2\/6, .min-w-lg-2\/6-hover:hover, .hover\:min-w-lg-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-lg-3\/6, .min-w-lg-3\/6-hover:hover, .hover\:min-w-lg-3\/6:hover {
    min-width: 50% !important;
  }
  .min-w-lg-4\/6, .min-w-lg-4\/6-hover:hover, .hover\:min-w-lg-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-lg-5\/6, .min-w-lg-5\/6-hover:hover, .hover\:min-w-lg-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .min-w-lg-1\/5, .min-w-lg-1\/5-hover:hover, .hover\:min-w-lg-1\/5:hover {
    min-width: 20% !important;
  }
  .min-w-lg-2\/5, .min-w-lg-2\/5-hover:hover, .hover\:min-w-lg-2\/5:hover {
    min-width: 40% !important;
  }
  .min-w-lg-3\/5, .min-w-lg-3\/5-hover:hover, .hover\:min-w-lg-3\/5:hover {
    min-width: 60% !important;
  }
  .min-w-lg-4\/5, .min-w-lg-4\/5-hover:hover, .hover\:min-w-lg-4\/5:hover {
    min-width: 80% !important;
  }
  .min-w-lg-1\/4, .min-w-lg-1\/4-hover:hover, .hover\:min-w-lg-1\/4:hover {
    min-width: 25% !important;
  }
  .min-w-lg-2\/4, .min-w-lg-2\/4-hover:hover, .hover\:min-w-lg-2\/4:hover {
    min-width: 50% !important;
  }
  .min-w-lg-3\/4, .min-w-lg-3\/4-hover:hover, .hover\:min-w-lg-3\/4:hover {
    min-width: 75% !important;
  }
  .min-w-lg-1\/3, .min-w-lg-1\/3-hover:hover, .hover\:min-w-lg-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-lg-2\/3, .min-w-lg-2\/3-hover:hover, .hover\:min-w-lg-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-lg-1\/2, .min-w-lg-1\/2-hover:hover, .hover\:min-w-lg-1\/2:hover {
    min-width: 50% !important;
  }
  .min-w-lg-xs, .min-w-lg-xs-hover:hover, .hover\:min-w-lg-xs:hover {
    min-width: 320px !important;
  }
  .min-w-lg-sm, .min-w-lg-sm-hover:hover, .hover\:min-w-lg-sm:hover {
    min-width: 640px !important;
  }
  .min-w-lg-md, .min-w-lg-md-hover:hover, .hover\:min-w-lg-md:hover {
    min-width: 720px !important;
  }
  .min-w-lg-lg, .min-w-lg-lg-hover:hover, .hover\:min-w-lg-lg:hover {
    min-width: 1040px !important;
  }
  .min-w-lg-xl, .min-w-lg-xl-hover:hover, .hover\:min-w-lg-xl:hover {
    min-width: 1280px !important;
  }
  .min-w-lg-2xl, .min-w-lg-2xl-hover:hover, .hover\:min-w-lg-2xl:hover {
    min-width: 1312px !important;
  }
  .min-w-lg-100, .min-w-lg-100-hover:hover, .hover\:min-w-lg-100:hover {
    min-width: 100% !important;
  }
  .min-w-lg-full, .min-w-lg-full-hover:hover, .hover\:min-w-lg-full:hover {
    min-width: 100% !important;
  }
  .min-w-lg-min, .min-w-lg-min-hover:hover, .hover\:min-w-lg-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .min-w-lg-max, .min-w-lg-max-hover:hover, .hover\:min-w-lg-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .min-w-lg-fit, .min-w-lg-fit-hover:hover, .hover\:min-w-lg-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .min-w-lg-0, .min-w-lg-0-hover:hover, .hover\:min-w-lg-0:hover {
    min-width: 0 !important;
  }
  .lg\:min-w-px, .lg\:min-w-px-hover:hover, .lg\:hover\:min-w-px:hover {
    min-width: 1px !important;
  }
  .lg\:min-w-2px, .lg\:min-w-2px-hover:hover, .lg\:hover\:min-w-2px:hover {
    min-width: 2px !important;
  }
  .lg\:min-w-4px, .lg\:min-w-4px-hover:hover, .lg\:hover\:min-w-4px:hover {
    min-width: 4px !important;
  }
  .lg\:min-w-8px, .lg\:min-w-8px-hover:hover, .lg\:hover\:min-w-8px:hover {
    min-width: 8px !important;
  }
  .lg\:min-w-16px, .lg\:min-w-16px-hover:hover, .lg\:hover\:min-w-16px:hover {
    min-width: 16px !important;
  }
  .lg\:min-w-18px, .lg\:min-w-18px-hover:hover, .lg\:hover\:min-w-18px:hover {
    min-width: 18px !important;
  }
  .lg\:min-w-20px, .lg\:min-w-20px-hover:hover, .lg\:hover\:min-w-20px:hover {
    min-width: 20px !important;
  }
  .lg\:min-w-24px, .lg\:min-w-24px-hover:hover, .lg\:hover\:min-w-24px:hover {
    min-width: 24px !important;
  }
  .lg\:min-w-32px, .lg\:min-w-32px-hover:hover, .lg\:hover\:min-w-32px:hover {
    min-width: 32px !important;
  }
  .lg\:min-w-36px, .lg\:min-w-36px-hover:hover, .lg\:hover\:min-w-36px:hover {
    min-width: 36px !important;
  }
  .lg\:min-w-40px, .lg\:min-w-40px-hover:hover, .lg\:hover\:min-w-40px:hover {
    min-width: 40px !important;
  }
  .lg\:min-w-48px, .lg\:min-w-48px-hover:hover, .lg\:hover\:min-w-48px:hover {
    min-width: 48px !important;
  }
  .lg\:min-w-56px, .lg\:min-w-56px-hover:hover, .lg\:hover\:min-w-56px:hover {
    min-width: 56px !important;
  }
  .lg\:min-w-64px, .lg\:min-w-64px-hover:hover, .lg\:hover\:min-w-64px:hover {
    min-width: 64px !important;
  }
  .lg\:min-w-72px, .lg\:min-w-72px-hover:hover, .lg\:hover\:min-w-72px:hover {
    min-width: 72px !important;
  }
  .lg\:min-w-80px, .lg\:min-w-80px-hover:hover, .lg\:hover\:min-w-80px:hover {
    min-width: 80px !important;
  }
  .lg\:min-w-96px, .lg\:min-w-96px-hover:hover, .lg\:hover\:min-w-96px:hover {
    min-width: 96px !important;
  }
  .lg\:min-w-100px, .lg\:min-w-100px-hover:hover, .lg\:hover\:min-w-100px:hover {
    min-width: 100px !important;
  }
  .lg\:min-w-128px, .lg\:min-w-128px-hover:hover, .lg\:hover\:min-w-128px:hover {
    min-width: 128px !important;
  }
  .lg\:min-w-150px, .lg\:min-w-150px-hover:hover, .lg\:hover\:min-w-150px:hover {
    min-width: 150px !important;
  }
  .lg\:min-w-200px, .lg\:min-w-200px-hover:hover, .lg\:hover\:min-w-200px:hover {
    min-width: 200px !important;
  }
  .lg\:min-w-250px, .lg\:min-w-250px-hover:hover, .lg\:hover\:min-w-250px:hover {
    min-width: 250px !important;
  }
  .lg\:min-w-300px, .lg\:min-w-300px-hover:hover, .lg\:hover\:min-w-300px:hover {
    min-width: 300px !important;
  }
  .lg\:min-w-350px, .lg\:min-w-350px-hover:hover, .lg\:hover\:min-w-350px:hover {
    min-width: 350px !important;
  }
  .lg\:min-w-400px, .lg\:min-w-400px-hover:hover, .lg\:hover\:min-w-400px:hover {
    min-width: 400px !important;
  }
  .lg\:min-w-450px, .lg\:min-w-450px-hover:hover, .lg\:hover\:min-w-450px:hover {
    min-width: 450px !important;
  }
  .lg\:min-w-500px, .lg\:min-w-500px-hover:hover, .lg\:hover\:min-w-500px:hover {
    min-width: 500px !important;
  }
  .lg\:min-w-550px, .lg\:min-w-550px-hover:hover, .lg\:hover\:min-w-550px:hover {
    min-width: 550px !important;
  }
  .lg\:min-w-600px, .lg\:min-w-600px-hover:hover, .lg\:hover\:min-w-600px:hover {
    min-width: 600px !important;
  }
  .lg\:min-w-650px, .lg\:min-w-650px-hover:hover, .lg\:hover\:min-w-650px:hover {
    min-width: 650px !important;
  }
  .lg\:min-w-700px, .lg\:min-w-700px-hover:hover, .lg\:hover\:min-w-700px:hover {
    min-width: 700px !important;
  }
  .lg\:min-w-750px, .lg\:min-w-750px-hover:hover, .lg\:hover\:min-w-750px:hover {
    min-width: 750px !important;
  }
  .lg\:min-w-800px, .lg\:min-w-800px-hover:hover, .lg\:hover\:min-w-800px:hover {
    min-width: 800px !important;
  }
  .lg\:min-w-850px, .lg\:min-w-850px-hover:hover, .lg\:hover\:min-w-850px:hover {
    min-width: 850px !important;
  }
  .lg\:min-w-900px, .lg\:min-w-900px-hover:hover, .lg\:hover\:min-w-900px:hover {
    min-width: 900px !important;
  }
  .lg\:min-w-950px, .lg\:min-w-950px-hover:hover, .lg\:hover\:min-w-950px:hover {
    min-width: 950px !important;
  }
  .lg\:min-w-1000px, .lg\:min-w-1000px-hover:hover, .lg\:hover\:min-w-1000px:hover {
    min-width: 1000px !important;
  }
  .lg\:min-w-1170px, .lg\:min-w-1170px-hover:hover, .lg\:hover\:min-w-1170px:hover {
    min-width: 1170px !important;
  }
  .lg\:min-w-1280px, .lg\:min-w-1280px-hover:hover, .lg\:hover\:min-w-1280px:hover {
    min-width: 1280px !important;
  }
  .lg\:min-w-1320px, .lg\:min-w-1320px-hover:hover, .lg\:hover\:min-w-1320px:hover {
    min-width: 1320px !important;
  }
  .lg\:min-w-1440px, .lg\:min-w-1440px-hover:hover, .lg\:hover\:min-w-1440px:hover {
    min-width: 1440px !important;
  }
  .lg\:min-w-1\/6, .lg\:min-w-1\/6-hover:hover, .lg\:hover\:min-w-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .lg\:min-w-2\/6, .lg\:min-w-2\/6-hover:hover, .lg\:hover\:min-w-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .lg\:min-w-3\/6, .lg\:min-w-3\/6-hover:hover, .lg\:hover\:min-w-3\/6:hover {
    min-width: 50% !important;
  }
  .lg\:min-w-4\/6, .lg\:min-w-4\/6-hover:hover, .lg\:hover\:min-w-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .lg\:min-w-5\/6, .lg\:min-w-5\/6-hover:hover, .lg\:hover\:min-w-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .lg\:min-w-1\/5, .lg\:min-w-1\/5-hover:hover, .lg\:hover\:min-w-1\/5:hover {
    min-width: 20% !important;
  }
  .lg\:min-w-2\/5, .lg\:min-w-2\/5-hover:hover, .lg\:hover\:min-w-2\/5:hover {
    min-width: 40% !important;
  }
  .lg\:min-w-3\/5, .lg\:min-w-3\/5-hover:hover, .lg\:hover\:min-w-3\/5:hover {
    min-width: 60% !important;
  }
  .lg\:min-w-4\/5, .lg\:min-w-4\/5-hover:hover, .lg\:hover\:min-w-4\/5:hover {
    min-width: 80% !important;
  }
  .lg\:min-w-1\/4, .lg\:min-w-1\/4-hover:hover, .lg\:hover\:min-w-1\/4:hover {
    min-width: 25% !important;
  }
  .lg\:min-w-2\/4, .lg\:min-w-2\/4-hover:hover, .lg\:hover\:min-w-2\/4:hover {
    min-width: 50% !important;
  }
  .lg\:min-w-3\/4, .lg\:min-w-3\/4-hover:hover, .lg\:hover\:min-w-3\/4:hover {
    min-width: 75% !important;
  }
  .lg\:min-w-1\/3, .lg\:min-w-1\/3-hover:hover, .lg\:hover\:min-w-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .lg\:min-w-2\/3, .lg\:min-w-2\/3-hover:hover, .lg\:hover\:min-w-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .lg\:min-w-1\/2, .lg\:min-w-1\/2-hover:hover, .lg\:hover\:min-w-1\/2:hover {
    min-width: 50% !important;
  }
  .lg\:min-w-xs, .lg\:min-w-xs-hover:hover, .lg\:hover\:min-w-xs:hover {
    min-width: 320px !important;
  }
  .lg\:min-w-sm, .lg\:min-w-sm-hover:hover, .lg\:hover\:min-w-sm:hover {
    min-width: 640px !important;
  }
  .lg\:min-w-md, .lg\:min-w-md-hover:hover, .lg\:hover\:min-w-md:hover {
    min-width: 720px !important;
  }
  .lg\:min-w-lg, .lg\:min-w-lg-hover:hover, .lg\:hover\:min-w-lg:hover {
    min-width: 1040px !important;
  }
  .lg\:min-w-xl, .lg\:min-w-xl-hover:hover, .lg\:hover\:min-w-xl:hover {
    min-width: 1280px !important;
  }
  .lg\:min-w-2xl, .lg\:min-w-2xl-hover:hover, .lg\:hover\:min-w-2xl:hover {
    min-width: 1312px !important;
  }
  .lg\:min-w-100, .lg\:min-w-100-hover:hover, .lg\:hover\:min-w-100:hover {
    min-width: 100% !important;
  }
  .lg\:min-w-full, .lg\:min-w-full-hover:hover, .lg\:hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .lg\:min-w-min, .lg\:min-w-min-hover:hover, .lg\:hover\:min-w-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .lg\:min-w-max, .lg\:min-w-max-hover:hover, .lg\:hover\:min-w-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .lg\:min-w-fit, .lg\:min-w-fit-hover:hover, .lg\:hover\:min-w-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .lg\:min-w-0, .lg\:min-w-0-hover:hover, .lg\:hover\:min-w-0:hover {
    min-width: 0 !important;
  }
  .min-h-lg-px, .min-h-lg-px-hover:hover, .hover\:min-h-lg-px:hover {
    min-height: 1px !important;
  }
  .min-h-lg-2px, .min-h-lg-2px-hover:hover, .hover\:min-h-lg-2px:hover {
    min-height: 2px !important;
  }
  .min-h-lg-4px, .min-h-lg-4px-hover:hover, .hover\:min-h-lg-4px:hover {
    min-height: 4px !important;
  }
  .min-h-lg-8px, .min-h-lg-8px-hover:hover, .hover\:min-h-lg-8px:hover {
    min-height: 8px !important;
  }
  .min-h-lg-16px, .min-h-lg-16px-hover:hover, .hover\:min-h-lg-16px:hover {
    min-height: 16px !important;
  }
  .min-h-lg-18px, .min-h-lg-18px-hover:hover, .hover\:min-h-lg-18px:hover {
    min-height: 18px !important;
  }
  .min-h-lg-20px, .min-h-lg-20px-hover:hover, .hover\:min-h-lg-20px:hover {
    min-height: 20px !important;
  }
  .min-h-lg-24px, .min-h-lg-24px-hover:hover, .hover\:min-h-lg-24px:hover {
    min-height: 24px !important;
  }
  .min-h-lg-32px, .min-h-lg-32px-hover:hover, .hover\:min-h-lg-32px:hover {
    min-height: 32px !important;
  }
  .min-h-lg-36px, .min-h-lg-36px-hover:hover, .hover\:min-h-lg-36px:hover {
    min-height: 36px !important;
  }
  .min-h-lg-40px, .min-h-lg-40px-hover:hover, .hover\:min-h-lg-40px:hover {
    min-height: 40px !important;
  }
  .min-h-lg-48px, .min-h-lg-48px-hover:hover, .hover\:min-h-lg-48px:hover {
    min-height: 48px !important;
  }
  .min-h-lg-56px, .min-h-lg-56px-hover:hover, .hover\:min-h-lg-56px:hover {
    min-height: 56px !important;
  }
  .min-h-lg-64px, .min-h-lg-64px-hover:hover, .hover\:min-h-lg-64px:hover {
    min-height: 64px !important;
  }
  .min-h-lg-72px, .min-h-lg-72px-hover:hover, .hover\:min-h-lg-72px:hover {
    min-height: 72px !important;
  }
  .min-h-lg-80px, .min-h-lg-80px-hover:hover, .hover\:min-h-lg-80px:hover {
    min-height: 80px !important;
  }
  .min-h-lg-96px, .min-h-lg-96px-hover:hover, .hover\:min-h-lg-96px:hover {
    min-height: 96px !important;
  }
  .min-h-lg-100px, .min-h-lg-100px-hover:hover, .hover\:min-h-lg-100px:hover {
    min-height: 100px !important;
  }
  .min-h-lg-128px, .min-h-lg-128px-hover:hover, .hover\:min-h-lg-128px:hover {
    min-height: 128px !important;
  }
  .min-h-lg-150px, .min-h-lg-150px-hover:hover, .hover\:min-h-lg-150px:hover {
    min-height: 150px !important;
  }
  .min-h-lg-200px, .min-h-lg-200px-hover:hover, .hover\:min-h-lg-200px:hover {
    min-height: 200px !important;
  }
  .min-h-lg-250px, .min-h-lg-250px-hover:hover, .hover\:min-h-lg-250px:hover {
    min-height: 250px !important;
  }
  .min-h-lg-300px, .min-h-lg-300px-hover:hover, .hover\:min-h-lg-300px:hover {
    min-height: 300px !important;
  }
  .min-h-lg-350px, .min-h-lg-350px-hover:hover, .hover\:min-h-lg-350px:hover {
    min-height: 350px !important;
  }
  .min-h-lg-400px, .min-h-lg-400px-hover:hover, .hover\:min-h-lg-400px:hover {
    min-height: 400px !important;
  }
  .min-h-lg-450px, .min-h-lg-450px-hover:hover, .hover\:min-h-lg-450px:hover {
    min-height: 450px !important;
  }
  .min-h-lg-500px, .min-h-lg-500px-hover:hover, .hover\:min-h-lg-500px:hover {
    min-height: 500px !important;
  }
  .min-h-lg-550px, .min-h-lg-550px-hover:hover, .hover\:min-h-lg-550px:hover {
    min-height: 550px !important;
  }
  .min-h-lg-600px, .min-h-lg-600px-hover:hover, .hover\:min-h-lg-600px:hover {
    min-height: 600px !important;
  }
  .min-h-lg-650px, .min-h-lg-650px-hover:hover, .hover\:min-h-lg-650px:hover {
    min-height: 650px !important;
  }
  .min-h-lg-700px, .min-h-lg-700px-hover:hover, .hover\:min-h-lg-700px:hover {
    min-height: 700px !important;
  }
  .min-h-lg-750px, .min-h-lg-750px-hover:hover, .hover\:min-h-lg-750px:hover {
    min-height: 750px !important;
  }
  .min-h-lg-800px, .min-h-lg-800px-hover:hover, .hover\:min-h-lg-800px:hover {
    min-height: 800px !important;
  }
  .min-h-lg-850px, .min-h-lg-850px-hover:hover, .hover\:min-h-lg-850px:hover {
    min-height: 850px !important;
  }
  .min-h-lg-900px, .min-h-lg-900px-hover:hover, .hover\:min-h-lg-900px:hover {
    min-height: 900px !important;
  }
  .min-h-lg-950px, .min-h-lg-950px-hover:hover, .hover\:min-h-lg-950px:hover {
    min-height: 950px !important;
  }
  .min-h-lg-1000px, .min-h-lg-1000px-hover:hover, .hover\:min-h-lg-1000px:hover {
    min-height: 1000px !important;
  }
  .min-h-lg-1170px, .min-h-lg-1170px-hover:hover, .hover\:min-h-lg-1170px:hover {
    min-height: 1170px !important;
  }
  .min-h-lg-1280px, .min-h-lg-1280px-hover:hover, .hover\:min-h-lg-1280px:hover {
    min-height: 1280px !important;
  }
  .min-h-lg-1320px, .min-h-lg-1320px-hover:hover, .hover\:min-h-lg-1320px:hover {
    min-height: 1320px !important;
  }
  .min-h-lg-1440px, .min-h-lg-1440px-hover:hover, .hover\:min-h-lg-1440px:hover {
    min-height: 1440px !important;
  }
  .min-h-lg-1\/6, .min-h-lg-1\/6-hover:hover, .hover\:min-h-lg-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .min-h-lg-2\/6, .min-h-lg-2\/6-hover:hover, .hover\:min-h-lg-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-lg-3\/6, .min-h-lg-3\/6-hover:hover, .hover\:min-h-lg-3\/6:hover {
    min-height: 50% !important;
  }
  .min-h-lg-4\/6, .min-h-lg-4\/6-hover:hover, .hover\:min-h-lg-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-lg-5\/6, .min-h-lg-5\/6-hover:hover, .hover\:min-h-lg-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .min-h-lg-1\/5, .min-h-lg-1\/5-hover:hover, .hover\:min-h-lg-1\/5:hover {
    min-height: 20% !important;
  }
  .min-h-lg-2\/5, .min-h-lg-2\/5-hover:hover, .hover\:min-h-lg-2\/5:hover {
    min-height: 40% !important;
  }
  .min-h-lg-3\/5, .min-h-lg-3\/5-hover:hover, .hover\:min-h-lg-3\/5:hover {
    min-height: 60% !important;
  }
  .min-h-lg-4\/5, .min-h-lg-4\/5-hover:hover, .hover\:min-h-lg-4\/5:hover {
    min-height: 80% !important;
  }
  .min-h-lg-1\/4, .min-h-lg-1\/4-hover:hover, .hover\:min-h-lg-1\/4:hover {
    min-height: 25% !important;
  }
  .min-h-lg-2\/4, .min-h-lg-2\/4-hover:hover, .hover\:min-h-lg-2\/4:hover {
    min-height: 50% !important;
  }
  .min-h-lg-3\/4, .min-h-lg-3\/4-hover:hover, .hover\:min-h-lg-3\/4:hover {
    min-height: 75% !important;
  }
  .min-h-lg-1\/3, .min-h-lg-1\/3-hover:hover, .hover\:min-h-lg-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-lg-2\/3, .min-h-lg-2\/3-hover:hover, .hover\:min-h-lg-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-lg-1\/2, .min-h-lg-1\/2-hover:hover, .hover\:min-h-lg-1\/2:hover {
    min-height: 50% !important;
  }
  .min-h-lg-xs, .min-h-lg-xs-hover:hover, .hover\:min-h-lg-xs:hover {
    min-height: 320px !important;
  }
  .min-h-lg-sm, .min-h-lg-sm-hover:hover, .hover\:min-h-lg-sm:hover {
    min-height: 640px !important;
  }
  .min-h-lg-md, .min-h-lg-md-hover:hover, .hover\:min-h-lg-md:hover {
    min-height: 720px !important;
  }
  .min-h-lg-lg, .min-h-lg-lg-hover:hover, .hover\:min-h-lg-lg:hover {
    min-height: 1040px !important;
  }
  .min-h-lg-xl, .min-h-lg-xl-hover:hover, .hover\:min-h-lg-xl:hover {
    min-height: 1280px !important;
  }
  .min-h-lg-2xl, .min-h-lg-2xl-hover:hover, .hover\:min-h-lg-2xl:hover {
    min-height: 1312px !important;
  }
  .min-h-lg-100, .min-h-lg-100-hover:hover, .hover\:min-h-lg-100:hover {
    min-height: 100% !important;
  }
  .min-h-lg-full, .min-h-lg-full-hover:hover, .hover\:min-h-lg-full:hover {
    min-height: 100% !important;
  }
  .min-h-lg-min, .min-h-lg-min-hover:hover, .hover\:min-h-lg-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .min-h-lg-max, .min-h-lg-max-hover:hover, .hover\:min-h-lg-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .min-h-lg-fit, .min-h-lg-fit-hover:hover, .hover\:min-h-lg-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .min-h-lg-0, .min-h-lg-0-hover:hover, .hover\:min-h-lg-0:hover {
    min-height: 0 !important;
  }
  .min-h-lg-screen, .min-h-lg-screen-hover:hover, .hover\:min-h-lg-screen:hover {
    min-height: 100vh !important;
  }
  .lg\:min-h-px, .lg\:min-h-px-hover:hover, .lg\:hover\:min-h-px:hover {
    min-height: 1px !important;
  }
  .lg\:min-h-2px, .lg\:min-h-2px-hover:hover, .lg\:hover\:min-h-2px:hover {
    min-height: 2px !important;
  }
  .lg\:min-h-4px, .lg\:min-h-4px-hover:hover, .lg\:hover\:min-h-4px:hover {
    min-height: 4px !important;
  }
  .lg\:min-h-8px, .lg\:min-h-8px-hover:hover, .lg\:hover\:min-h-8px:hover {
    min-height: 8px !important;
  }
  .lg\:min-h-16px, .lg\:min-h-16px-hover:hover, .lg\:hover\:min-h-16px:hover {
    min-height: 16px !important;
  }
  .lg\:min-h-18px, .lg\:min-h-18px-hover:hover, .lg\:hover\:min-h-18px:hover {
    min-height: 18px !important;
  }
  .lg\:min-h-20px, .lg\:min-h-20px-hover:hover, .lg\:hover\:min-h-20px:hover {
    min-height: 20px !important;
  }
  .lg\:min-h-24px, .lg\:min-h-24px-hover:hover, .lg\:hover\:min-h-24px:hover {
    min-height: 24px !important;
  }
  .lg\:min-h-32px, .lg\:min-h-32px-hover:hover, .lg\:hover\:min-h-32px:hover {
    min-height: 32px !important;
  }
  .lg\:min-h-36px, .lg\:min-h-36px-hover:hover, .lg\:hover\:min-h-36px:hover {
    min-height: 36px !important;
  }
  .lg\:min-h-40px, .lg\:min-h-40px-hover:hover, .lg\:hover\:min-h-40px:hover {
    min-height: 40px !important;
  }
  .lg\:min-h-48px, .lg\:min-h-48px-hover:hover, .lg\:hover\:min-h-48px:hover {
    min-height: 48px !important;
  }
  .lg\:min-h-56px, .lg\:min-h-56px-hover:hover, .lg\:hover\:min-h-56px:hover {
    min-height: 56px !important;
  }
  .lg\:min-h-64px, .lg\:min-h-64px-hover:hover, .lg\:hover\:min-h-64px:hover {
    min-height: 64px !important;
  }
  .lg\:min-h-72px, .lg\:min-h-72px-hover:hover, .lg\:hover\:min-h-72px:hover {
    min-height: 72px !important;
  }
  .lg\:min-h-80px, .lg\:min-h-80px-hover:hover, .lg\:hover\:min-h-80px:hover {
    min-height: 80px !important;
  }
  .lg\:min-h-96px, .lg\:min-h-96px-hover:hover, .lg\:hover\:min-h-96px:hover {
    min-height: 96px !important;
  }
  .lg\:min-h-100px, .lg\:min-h-100px-hover:hover, .lg\:hover\:min-h-100px:hover {
    min-height: 100px !important;
  }
  .lg\:min-h-128px, .lg\:min-h-128px-hover:hover, .lg\:hover\:min-h-128px:hover {
    min-height: 128px !important;
  }
  .lg\:min-h-150px, .lg\:min-h-150px-hover:hover, .lg\:hover\:min-h-150px:hover {
    min-height: 150px !important;
  }
  .lg\:min-h-200px, .lg\:min-h-200px-hover:hover, .lg\:hover\:min-h-200px:hover {
    min-height: 200px !important;
  }
  .lg\:min-h-250px, .lg\:min-h-250px-hover:hover, .lg\:hover\:min-h-250px:hover {
    min-height: 250px !important;
  }
  .lg\:min-h-300px, .lg\:min-h-300px-hover:hover, .lg\:hover\:min-h-300px:hover {
    min-height: 300px !important;
  }
  .lg\:min-h-350px, .lg\:min-h-350px-hover:hover, .lg\:hover\:min-h-350px:hover {
    min-height: 350px !important;
  }
  .lg\:min-h-400px, .lg\:min-h-400px-hover:hover, .lg\:hover\:min-h-400px:hover {
    min-height: 400px !important;
  }
  .lg\:min-h-450px, .lg\:min-h-450px-hover:hover, .lg\:hover\:min-h-450px:hover {
    min-height: 450px !important;
  }
  .lg\:min-h-500px, .lg\:min-h-500px-hover:hover, .lg\:hover\:min-h-500px:hover {
    min-height: 500px !important;
  }
  .lg\:min-h-550px, .lg\:min-h-550px-hover:hover, .lg\:hover\:min-h-550px:hover {
    min-height: 550px !important;
  }
  .lg\:min-h-600px, .lg\:min-h-600px-hover:hover, .lg\:hover\:min-h-600px:hover {
    min-height: 600px !important;
  }
  .lg\:min-h-650px, .lg\:min-h-650px-hover:hover, .lg\:hover\:min-h-650px:hover {
    min-height: 650px !important;
  }
  .lg\:min-h-700px, .lg\:min-h-700px-hover:hover, .lg\:hover\:min-h-700px:hover {
    min-height: 700px !important;
  }
  .lg\:min-h-750px, .lg\:min-h-750px-hover:hover, .lg\:hover\:min-h-750px:hover {
    min-height: 750px !important;
  }
  .lg\:min-h-800px, .lg\:min-h-800px-hover:hover, .lg\:hover\:min-h-800px:hover {
    min-height: 800px !important;
  }
  .lg\:min-h-850px, .lg\:min-h-850px-hover:hover, .lg\:hover\:min-h-850px:hover {
    min-height: 850px !important;
  }
  .lg\:min-h-900px, .lg\:min-h-900px-hover:hover, .lg\:hover\:min-h-900px:hover {
    min-height: 900px !important;
  }
  .lg\:min-h-950px, .lg\:min-h-950px-hover:hover, .lg\:hover\:min-h-950px:hover {
    min-height: 950px !important;
  }
  .lg\:min-h-1000px, .lg\:min-h-1000px-hover:hover, .lg\:hover\:min-h-1000px:hover {
    min-height: 1000px !important;
  }
  .lg\:min-h-1170px, .lg\:min-h-1170px-hover:hover, .lg\:hover\:min-h-1170px:hover {
    min-height: 1170px !important;
  }
  .lg\:min-h-1280px, .lg\:min-h-1280px-hover:hover, .lg\:hover\:min-h-1280px:hover {
    min-height: 1280px !important;
  }
  .lg\:min-h-1320px, .lg\:min-h-1320px-hover:hover, .lg\:hover\:min-h-1320px:hover {
    min-height: 1320px !important;
  }
  .lg\:min-h-1440px, .lg\:min-h-1440px-hover:hover, .lg\:hover\:min-h-1440px:hover {
    min-height: 1440px !important;
  }
  .lg\:min-h-1\/6, .lg\:min-h-1\/6-hover:hover, .lg\:hover\:min-h-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .lg\:min-h-2\/6, .lg\:min-h-2\/6-hover:hover, .lg\:hover\:min-h-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .lg\:min-h-3\/6, .lg\:min-h-3\/6-hover:hover, .lg\:hover\:min-h-3\/6:hover {
    min-height: 50% !important;
  }
  .lg\:min-h-4\/6, .lg\:min-h-4\/6-hover:hover, .lg\:hover\:min-h-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .lg\:min-h-5\/6, .lg\:min-h-5\/6-hover:hover, .lg\:hover\:min-h-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .lg\:min-h-1\/5, .lg\:min-h-1\/5-hover:hover, .lg\:hover\:min-h-1\/5:hover {
    min-height: 20% !important;
  }
  .lg\:min-h-2\/5, .lg\:min-h-2\/5-hover:hover, .lg\:hover\:min-h-2\/5:hover {
    min-height: 40% !important;
  }
  .lg\:min-h-3\/5, .lg\:min-h-3\/5-hover:hover, .lg\:hover\:min-h-3\/5:hover {
    min-height: 60% !important;
  }
  .lg\:min-h-4\/5, .lg\:min-h-4\/5-hover:hover, .lg\:hover\:min-h-4\/5:hover {
    min-height: 80% !important;
  }
  .lg\:min-h-1\/4, .lg\:min-h-1\/4-hover:hover, .lg\:hover\:min-h-1\/4:hover {
    min-height: 25% !important;
  }
  .lg\:min-h-2\/4, .lg\:min-h-2\/4-hover:hover, .lg\:hover\:min-h-2\/4:hover {
    min-height: 50% !important;
  }
  .lg\:min-h-3\/4, .lg\:min-h-3\/4-hover:hover, .lg\:hover\:min-h-3\/4:hover {
    min-height: 75% !important;
  }
  .lg\:min-h-1\/3, .lg\:min-h-1\/3-hover:hover, .lg\:hover\:min-h-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .lg\:min-h-2\/3, .lg\:min-h-2\/3-hover:hover, .lg\:hover\:min-h-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .lg\:min-h-1\/2, .lg\:min-h-1\/2-hover:hover, .lg\:hover\:min-h-1\/2:hover {
    min-height: 50% !important;
  }
  .lg\:min-h-xs, .lg\:min-h-xs-hover:hover, .lg\:hover\:min-h-xs:hover {
    min-height: 320px !important;
  }
  .lg\:min-h-sm, .lg\:min-h-sm-hover:hover, .lg\:hover\:min-h-sm:hover {
    min-height: 640px !important;
  }
  .lg\:min-h-md, .lg\:min-h-md-hover:hover, .lg\:hover\:min-h-md:hover {
    min-height: 720px !important;
  }
  .lg\:min-h-lg, .lg\:min-h-lg-hover:hover, .lg\:hover\:min-h-lg:hover {
    min-height: 1040px !important;
  }
  .lg\:min-h-xl, .lg\:min-h-xl-hover:hover, .lg\:hover\:min-h-xl:hover {
    min-height: 1280px !important;
  }
  .lg\:min-h-2xl, .lg\:min-h-2xl-hover:hover, .lg\:hover\:min-h-2xl:hover {
    min-height: 1312px !important;
  }
  .lg\:min-h-100, .lg\:min-h-100-hover:hover, .lg\:hover\:min-h-100:hover {
    min-height: 100% !important;
  }
  .lg\:min-h-full, .lg\:min-h-full-hover:hover, .lg\:hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .lg\:min-h-min, .lg\:min-h-min-hover:hover, .lg\:hover\:min-h-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .lg\:min-h-max, .lg\:min-h-max-hover:hover, .lg\:hover\:min-h-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .lg\:min-h-fit, .lg\:min-h-fit-hover:hover, .lg\:hover\:min-h-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .lg\:min-h-0, .lg\:min-h-0-hover:hover, .lg\:hover\:min-h-0:hover {
    min-height: 0 !important;
  }
  .lg\:min-h-screen, .lg\:min-h-screen-hover:hover, .lg\:hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .icon-lg-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .icon-lg-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .icon-lg-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .icon-lg-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .icon-lg-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .icon-lg-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .icon-lg-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .lg\:icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .lg\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .lg\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .lg\:icon-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .lg\:icon-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .mask-x-lg {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-lg-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-lg-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-lg-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-lg-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .lg\:mask-x {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-x-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-x-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-x-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-x-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-x-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-start-lg {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-lg {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-lg {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-lg-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-lg-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-lg-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-lg-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-lg-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-lg-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-lg-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-lg-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-lg-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-lg-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-lg-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-lg-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-start-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-start-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .lg\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:lg\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:lg\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-end-lg {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-lg {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-lg {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-lg-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-lg-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-lg-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-lg-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-lg-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-lg-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-lg-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-lg-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-lg-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-lg-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-lg-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-lg-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-end-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-end-lg-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .lg\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .lg\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:lg\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:lg\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .scale-lg-0, .scale-lg-0-hover:hover, .hover\:scale-lg-0:hover {
    transform: scale(0) !important;
  }
  .scale-lg-x-0, .scale-lg-x-0-hover:hover, .hover\:scale-lg-x-0:hover {
    transform: scaleX(0) !important;
  }
  .scale-lg-y-0, .scale-lg-y-0-hover:hover, .hover\:scale-lg-y-0:hover {
    transform: scaleY(0) !important;
  }
  .scale-lg-50, .scale-lg-50-hover:hover, .hover\:scale-lg-50:hover {
    transform: scale(0.5) !important;
  }
  .scale-lg-x-50, .scale-lg-x-50-hover:hover, .hover\:scale-lg-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .scale-lg-y-50, .scale-lg-y-50-hover:hover, .hover\:scale-lg-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .scale-lg-75, .scale-lg-75-hover:hover, .hover\:scale-lg-75:hover {
    transform: scale(0.75) !important;
  }
  .scale-lg-x-75, .scale-lg-x-75-hover:hover, .hover\:scale-lg-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .scale-lg-y-75, .scale-lg-y-75-hover:hover, .hover\:scale-lg-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .scale-lg-90, .scale-lg-90-hover:hover, .hover\:scale-lg-90:hover {
    transform: scale(0.9) !important;
  }
  .scale-lg-x-90, .scale-lg-x-90-hover:hover, .hover\:scale-lg-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .scale-lg-y-90, .scale-lg-y-90-hover:hover, .hover\:scale-lg-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .scale-lg-95, .scale-lg-95-hover:hover, .hover\:scale-lg-95:hover {
    transform: scale(0.95) !important;
  }
  .scale-lg-x-95, .scale-lg-x-95-hover:hover, .hover\:scale-lg-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .scale-lg-y-95, .scale-lg-y-95-hover:hover, .hover\:scale-lg-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .scale-lg-100, .scale-lg-100-hover:hover, .hover\:scale-lg-100:hover {
    transform: scale(1) !important;
  }
  .scale-lg-x-100, .scale-lg-x-100-hover:hover, .hover\:scale-lg-x-100:hover {
    transform: scaleX(1) !important;
  }
  .scale-lg-y-100, .scale-lg-y-100-hover:hover, .hover\:scale-lg-y-100:hover {
    transform: scaleY(1) !important;
  }
  .scale-lg-105, .scale-lg-105-hover:hover, .hover\:scale-lg-105:hover {
    transform: scale(1.05) !important;
  }
  .scale-lg-x-105, .scale-lg-x-105-hover:hover, .hover\:scale-lg-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .scale-lg-y-105, .scale-lg-y-105-hover:hover, .hover\:scale-lg-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .scale-lg-110, .scale-lg-110-hover:hover, .hover\:scale-lg-110:hover {
    transform: scale(1.1) !important;
  }
  .scale-lg-x-110, .scale-lg-x-110-hover:hover, .hover\:scale-lg-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .scale-lg-y-110, .scale-lg-y-110-hover:hover, .hover\:scale-lg-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .scale-lg-125, .scale-lg-125-hover:hover, .hover\:scale-lg-125:hover {
    transform: scale(1.25) !important;
  }
  .scale-lg-x-125, .scale-lg-x-125-hover:hover, .hover\:scale-lg-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .scale-lg-y-125, .scale-lg-y-125-hover:hover, .hover\:scale-lg-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .scale-lg-150, .scale-lg-150-hover:hover, .hover\:scale-lg-150:hover {
    transform: scale(1.5) !important;
  }
  .scale-lg-x-150, .scale-lg-x-150-hover:hover, .hover\:scale-lg-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .scale-lg-y-150, .scale-lg-y-150-hover:hover, .hover\:scale-lg-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .lg\:scale-0, .lg\:scale-0-hover:hover, .lg\:hover\:scale-0:hover {
    transform: scale(0) !important;
  }
  .lg\:scale-x-0, .lg\:scale-x-0-hover:hover, .lg\:hover\:scale-x-0:hover {
    transform: scaleX(0) !important;
  }
  .lg\:scale-y-0, .lg\:scale-y-0-hover:hover, .lg\:hover\:scale-y-0:hover {
    transform: scaleY(0) !important;
  }
  .lg\:scale-50, .lg\:scale-50-hover:hover, .lg\:hover\:scale-50:hover {
    transform: scale(0.5) !important;
  }
  .lg\:scale-x-50, .lg\:scale-x-50-hover:hover, .lg\:hover\:scale-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .lg\:scale-y-50, .lg\:scale-y-50-hover:hover, .lg\:hover\:scale-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .lg\:scale-75, .lg\:scale-75-hover:hover, .lg\:hover\:scale-75:hover {
    transform: scale(0.75) !important;
  }
  .lg\:scale-x-75, .lg\:scale-x-75-hover:hover, .lg\:hover\:scale-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .lg\:scale-y-75, .lg\:scale-y-75-hover:hover, .lg\:hover\:scale-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .lg\:scale-90, .lg\:scale-90-hover:hover, .lg\:hover\:scale-90:hover {
    transform: scale(0.9) !important;
  }
  .lg\:scale-x-90, .lg\:scale-x-90-hover:hover, .lg\:hover\:scale-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .lg\:scale-y-90, .lg\:scale-y-90-hover:hover, .lg\:hover\:scale-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .lg\:scale-95, .lg\:scale-95-hover:hover, .lg\:hover\:scale-95:hover {
    transform: scale(0.95) !important;
  }
  .lg\:scale-x-95, .lg\:scale-x-95-hover:hover, .lg\:hover\:scale-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .lg\:scale-y-95, .lg\:scale-y-95-hover:hover, .lg\:hover\:scale-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .lg\:scale-100, .lg\:scale-100-hover:hover, .lg\:hover\:scale-100:hover {
    transform: scale(1) !important;
  }
  .lg\:scale-x-100, .lg\:scale-x-100-hover:hover, .lg\:hover\:scale-x-100:hover {
    transform: scaleX(1) !important;
  }
  .lg\:scale-y-100, .lg\:scale-y-100-hover:hover, .lg\:hover\:scale-y-100:hover {
    transform: scaleY(1) !important;
  }
  .lg\:scale-105, .lg\:scale-105-hover:hover, .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }
  .lg\:scale-x-105, .lg\:scale-x-105-hover:hover, .lg\:hover\:scale-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .lg\:scale-y-105, .lg\:scale-y-105-hover:hover, .lg\:hover\:scale-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .lg\:scale-110, .lg\:scale-110-hover:hover, .lg\:hover\:scale-110:hover {
    transform: scale(1.1) !important;
  }
  .lg\:scale-x-110, .lg\:scale-x-110-hover:hover, .lg\:hover\:scale-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .lg\:scale-y-110, .lg\:scale-y-110-hover:hover, .lg\:hover\:scale-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .lg\:scale-125, .lg\:scale-125-hover:hover, .lg\:hover\:scale-125:hover {
    transform: scale(1.25) !important;
  }
  .lg\:scale-x-125, .lg\:scale-x-125-hover:hover, .lg\:hover\:scale-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .lg\:scale-y-125, .lg\:scale-y-125-hover:hover, .lg\:hover\:scale-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .lg\:scale-150, .lg\:scale-150-hover:hover, .lg\:hover\:scale-150:hover {
    transform: scale(1.5) !important;
  }
  .lg\:scale-x-150, .lg\:scale-x-150-hover:hover, .lg\:hover\:scale-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .lg\:scale-y-150, .lg\:scale-y-150-hover:hover, .lg\:hover\:scale-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .translate-lg-x-0, .translate-lg-x-0-hover:hover, .hover\:translate-lg-x-0:hover {
    transform: translateX(0) !important;
  }
  .translate-lg-y-0, .translate-lg-y-0-hover:hover, .hover\:translate-lg-y-0:hover {
    transform: translateY(0) !important;
  }
  .translate-lg-x-px, .translate-lg-x-px-hover:hover, .hover\:translate-lg-x-px:hover {
    transform: translateX(1px) !important;
  }
  .translate-lg-y-px, .translate-lg-y-px-hover:hover, .hover\:translate-lg-y-px:hover {
    transform: translateY(1px) !important;
  }
  .translate-lg-x-narrow, .translate-lg-x-narrow-hover:hover, .hover\:translate-lg-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .translate-lg-y-narrow, .translate-lg-y-narrow-hover:hover, .hover\:translate-lg-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .translate-lg-x-1, .translate-lg-x-1-hover:hover, .hover\:translate-lg-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .translate-lg-y-1, .translate-lg-y-1-hover:hover, .hover\:translate-lg-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .translate-lg-x-2, .translate-lg-x-2-hover:hover, .hover\:translate-lg-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .translate-lg-y-2, .translate-lg-y-2-hover:hover, .hover\:translate-lg-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .translate-lg-x-3, .translate-lg-x-3-hover:hover, .hover\:translate-lg-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .translate-lg-y-3, .translate-lg-y-3-hover:hover, .hover\:translate-lg-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .translate-lg-x-4, .translate-lg-x-4-hover:hover, .hover\:translate-lg-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .translate-lg-y-4, .translate-lg-y-4-hover:hover, .hover\:translate-lg-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .translate-lg-x-5, .translate-lg-x-5-hover:hover, .hover\:translate-lg-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .translate-lg-y-5, .translate-lg-y-5-hover:hover, .hover\:translate-lg-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .translate-lg-x-6, .translate-lg-x-6-hover:hover, .hover\:translate-lg-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .translate-lg-y-6, .translate-lg-y-6-hover:hover, .hover\:translate-lg-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .translate-lg-x-7, .translate-lg-x-7-hover:hover, .hover\:translate-lg-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .translate-lg-y-7, .translate-lg-y-7-hover:hover, .hover\:translate-lg-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .translate-lg-x-8, .translate-lg-x-8-hover:hover, .hover\:translate-lg-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .translate-lg-y-8, .translate-lg-y-8-hover:hover, .hover\:translate-lg-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .translate-lg-x-9, .translate-lg-x-9-hover:hover, .hover\:translate-lg-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .translate-lg-y-9, .translate-lg-y-9-hover:hover, .hover\:translate-lg-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .translate-lg-x-10, .translate-lg-x-10-hover:hover, .hover\:translate-lg-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .translate-lg-y-10, .translate-lg-y-10-hover:hover, .hover\:translate-lg-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .translate-lg-x-25, .translate-lg-x-25-hover:hover, .hover\:translate-lg-x-25:hover {
    transform: translateX(25%) !important;
  }
  .translate-lg-y-25, .translate-lg-y-25-hover:hover, .hover\:translate-lg-y-25:hover {
    transform: translateY(25%) !important;
  }
  .translate-lg-x-50, .translate-lg-x-50-hover:hover, .hover\:translate-lg-x-50:hover {
    transform: translateX(50%) !important;
  }
  .translate-lg-y-50, .translate-lg-y-50-hover:hover, .hover\:translate-lg-y-50:hover {
    transform: translateY(50%) !important;
  }
  .translate-lg-x-75, .translate-lg-x-75-hover:hover, .hover\:translate-lg-x-75:hover {
    transform: translateX(75%) !important;
  }
  .translate-lg-y-75, .translate-lg-y-75-hover:hover, .hover\:translate-lg-y-75:hover {
    transform: translateY(75%) !important;
  }
  .translate-lg-x-full, .translate-lg-x-full-hover:hover, .hover\:translate-lg-x-full:hover {
    transform: translateX(100%) !important;
  }
  .translate-lg-y-full, .translate-lg-y-full-hover:hover, .hover\:translate-lg-y-full:hover {
    transform: translateY(100%) !important;
  }
  .lg\:translate-x-0, .lg\:translate-x-0-hover:hover, .lg\:hover\:translate-x-0:hover {
    transform: translateX(0) !important;
  }
  .lg\:translate-y-0, .lg\:translate-y-0-hover:hover, .lg\:hover\:translate-y-0:hover {
    transform: translateY(0) !important;
  }
  .lg\:translate-x-px, .lg\:translate-x-px-hover:hover, .lg\:hover\:translate-x-px:hover {
    transform: translateX(1px) !important;
  }
  .lg\:translate-y-px, .lg\:translate-y-px-hover:hover, .lg\:hover\:translate-y-px:hover {
    transform: translateY(1px) !important;
  }
  .lg\:translate-x-narrow, .lg\:translate-x-narrow-hover:hover, .lg\:hover\:translate-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .lg\:translate-y-narrow, .lg\:translate-y-narrow-hover:hover, .lg\:hover\:translate-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .lg\:translate-x-1, .lg\:translate-x-1-hover:hover, .lg\:hover\:translate-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .lg\:translate-y-1, .lg\:translate-y-1-hover:hover, .lg\:hover\:translate-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .lg\:translate-x-2, .lg\:translate-x-2-hover:hover, .lg\:hover\:translate-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .lg\:translate-y-2, .lg\:translate-y-2-hover:hover, .lg\:hover\:translate-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .lg\:translate-x-3, .lg\:translate-x-3-hover:hover, .lg\:hover\:translate-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .lg\:translate-y-3, .lg\:translate-y-3-hover:hover, .lg\:hover\:translate-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .lg\:translate-x-4, .lg\:translate-x-4-hover:hover, .lg\:hover\:translate-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .lg\:translate-y-4, .lg\:translate-y-4-hover:hover, .lg\:hover\:translate-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .lg\:translate-x-5, .lg\:translate-x-5-hover:hover, .lg\:hover\:translate-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .lg\:translate-y-5, .lg\:translate-y-5-hover:hover, .lg\:hover\:translate-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .lg\:translate-x-6, .lg\:translate-x-6-hover:hover, .lg\:hover\:translate-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .lg\:translate-y-6, .lg\:translate-y-6-hover:hover, .lg\:hover\:translate-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .lg\:translate-x-7, .lg\:translate-x-7-hover:hover, .lg\:hover\:translate-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .lg\:translate-y-7, .lg\:translate-y-7-hover:hover, .lg\:hover\:translate-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .lg\:translate-x-8, .lg\:translate-x-8-hover:hover, .lg\:hover\:translate-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .lg\:translate-y-8, .lg\:translate-y-8-hover:hover, .lg\:hover\:translate-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .lg\:translate-x-9, .lg\:translate-x-9-hover:hover, .lg\:hover\:translate-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .lg\:translate-y-9, .lg\:translate-y-9-hover:hover, .lg\:hover\:translate-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .lg\:translate-x-10, .lg\:translate-x-10-hover:hover, .lg\:hover\:translate-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .lg\:translate-y-10, .lg\:translate-y-10-hover:hover, .lg\:hover\:translate-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .lg\:translate-x-25, .lg\:translate-x-25-hover:hover, .lg\:hover\:translate-x-25:hover {
    transform: translateX(25%) !important;
  }
  .lg\:translate-y-25, .lg\:translate-y-25-hover:hover, .lg\:hover\:translate-y-25:hover {
    transform: translateY(25%) !important;
  }
  .lg\:translate-x-50, .lg\:translate-x-50-hover:hover, .lg\:hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .lg\:translate-y-50, .lg\:translate-y-50-hover:hover, .lg\:hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .lg\:translate-x-75, .lg\:translate-x-75-hover:hover, .lg\:hover\:translate-x-75:hover {
    transform: translateX(75%) !important;
  }
  .lg\:translate-y-75, .lg\:translate-y-75-hover:hover, .lg\:hover\:translate-y-75:hover {
    transform: translateY(75%) !important;
  }
  .lg\:translate-x-full, .lg\:translate-x-full-hover:hover, .lg\:hover\:translate-x-full:hover {
    transform: translateX(100%) !important;
  }
  .lg\:translate-y-full, .lg\:translate-y-full-hover:hover, .lg\:hover\:translate-y-full:hover {
    transform: translateY(100%) !important;
  }
  .-translate-lg-x-px, .-translate-lg-x-px-hover:hover, .hover\:-translate-lg-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .-translate-lg-y-px, .-translate-lg-y-px-hover:hover, .hover\:-translate-lg-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .-translate-lg-x-narrow, .-translate-lg-x-narrow-hover:hover, .hover\:-translate-lg-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .-translate-lg-y-narrow, .-translate-lg-y-narrow-hover:hover, .hover\:-translate-lg-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .-translate-lg-x-1, .-translate-lg-x-1-hover:hover, .hover\:-translate-lg-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .-translate-lg-y-1, .-translate-lg-y-1-hover:hover, .hover\:-translate-lg-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .-translate-lg-x-2, .-translate-lg-x-2-hover:hover, .hover\:-translate-lg-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .-translate-lg-y-2, .-translate-lg-y-2-hover:hover, .hover\:-translate-lg-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .-translate-lg-x-3, .-translate-lg-x-3-hover:hover, .hover\:-translate-lg-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .-translate-lg-y-3, .-translate-lg-y-3-hover:hover, .hover\:-translate-lg-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .-translate-lg-x-4, .-translate-lg-x-4-hover:hover, .hover\:-translate-lg-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .-translate-lg-y-4, .-translate-lg-y-4-hover:hover, .hover\:-translate-lg-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .-translate-lg-x-5, .-translate-lg-x-5-hover:hover, .hover\:-translate-lg-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .-translate-lg-y-5, .-translate-lg-y-5-hover:hover, .hover\:-translate-lg-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .-translate-lg-x-6, .-translate-lg-x-6-hover:hover, .hover\:-translate-lg-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .-translate-lg-y-6, .-translate-lg-y-6-hover:hover, .hover\:-translate-lg-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .-translate-lg-x-7, .-translate-lg-x-7-hover:hover, .hover\:-translate-lg-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .-translate-lg-y-7, .-translate-lg-y-7-hover:hover, .hover\:-translate-lg-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .-translate-lg-x-8, .-translate-lg-x-8-hover:hover, .hover\:-translate-lg-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .-translate-lg-y-8, .-translate-lg-y-8-hover:hover, .hover\:-translate-lg-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .-translate-lg-x-9, .-translate-lg-x-9-hover:hover, .hover\:-translate-lg-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .-translate-lg-y-9, .-translate-lg-y-9-hover:hover, .hover\:-translate-lg-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .-translate-lg-x-10, .-translate-lg-x-10-hover:hover, .hover\:-translate-lg-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .-translate-lg-y-10, .-translate-lg-y-10-hover:hover, .hover\:-translate-lg-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .-translate-lg-x-25, .-translate-lg-x-25-hover:hover, .hover\:-translate-lg-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .-translate-lg-y-25, .-translate-lg-y-25-hover:hover, .hover\:-translate-lg-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .-translate-lg-x-50, .-translate-lg-x-50-hover:hover, .hover\:-translate-lg-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .-translate-lg-y-50, .-translate-lg-y-50-hover:hover, .hover\:-translate-lg-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .-translate-lg-x-75, .-translate-lg-x-75-hover:hover, .hover\:-translate-lg-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .-translate-lg-y-75, .-translate-lg-y-75-hover:hover, .hover\:-translate-lg-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .-translate-lg-x-full, .-translate-lg-x-full-hover:hover, .hover\:-translate-lg-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .-translate-lg-y-full, .-translate-lg-y-full-hover:hover, .hover\:-translate-lg-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .lg\:-translate-x-px, .lg\:-translate-x-px-hover:hover, .lg\:hover\:-translate-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .lg\:-translate-y-px, .lg\:-translate-y-px-hover:hover, .lg\:hover\:-translate-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .lg\:-translate-x-narrow, .lg\:-translate-x-narrow-hover:hover, .lg\:hover\:-translate-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .lg\:-translate-y-narrow, .lg\:-translate-y-narrow-hover:hover, .lg\:hover\:-translate-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .lg\:-translate-x-1, .lg\:-translate-x-1-hover:hover, .lg\:hover\:-translate-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .lg\:-translate-y-1, .lg\:-translate-y-1-hover:hover, .lg\:hover\:-translate-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .lg\:-translate-x-2, .lg\:-translate-x-2-hover:hover, .lg\:hover\:-translate-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .lg\:-translate-y-2, .lg\:-translate-y-2-hover:hover, .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .lg\:-translate-x-3, .lg\:-translate-x-3-hover:hover, .lg\:hover\:-translate-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .lg\:-translate-y-3, .lg\:-translate-y-3-hover:hover, .lg\:hover\:-translate-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .lg\:-translate-x-4, .lg\:-translate-x-4-hover:hover, .lg\:hover\:-translate-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .lg\:-translate-y-4, .lg\:-translate-y-4-hover:hover, .lg\:hover\:-translate-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .lg\:-translate-x-5, .lg\:-translate-x-5-hover:hover, .lg\:hover\:-translate-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .lg\:-translate-y-5, .lg\:-translate-y-5-hover:hover, .lg\:hover\:-translate-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .lg\:-translate-x-6, .lg\:-translate-x-6-hover:hover, .lg\:hover\:-translate-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .lg\:-translate-y-6, .lg\:-translate-y-6-hover:hover, .lg\:hover\:-translate-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .lg\:-translate-x-7, .lg\:-translate-x-7-hover:hover, .lg\:hover\:-translate-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .lg\:-translate-y-7, .lg\:-translate-y-7-hover:hover, .lg\:hover\:-translate-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .lg\:-translate-x-8, .lg\:-translate-x-8-hover:hover, .lg\:hover\:-translate-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .lg\:-translate-y-8, .lg\:-translate-y-8-hover:hover, .lg\:hover\:-translate-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .lg\:-translate-x-9, .lg\:-translate-x-9-hover:hover, .lg\:hover\:-translate-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .lg\:-translate-y-9, .lg\:-translate-y-9-hover:hover, .lg\:hover\:-translate-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .lg\:-translate-x-10, .lg\:-translate-x-10-hover:hover, .lg\:hover\:-translate-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .lg\:-translate-y-10, .lg\:-translate-y-10-hover:hover, .lg\:hover\:-translate-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .lg\:-translate-x-25, .lg\:-translate-x-25-hover:hover, .lg\:hover\:-translate-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .lg\:-translate-y-25, .lg\:-translate-y-25-hover:hover, .lg\:hover\:-translate-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .lg\:-translate-x-50, .lg\:-translate-x-50-hover:hover, .lg\:hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .lg\:-translate-y-50, .lg\:-translate-y-50-hover:hover, .lg\:hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .lg\:-translate-x-75, .lg\:-translate-x-75-hover:hover, .lg\:hover\:-translate-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .lg\:-translate-y-75, .lg\:-translate-y-75-hover:hover, .lg\:hover\:-translate-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .lg\:-translate-x-full, .lg\:-translate-x-full-hover:hover, .lg\:hover\:-translate-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .lg\:-translate-y-full, .lg\:-translate-y-full-hover:hover, .lg\:hover\:-translate-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .rotate-lg-0, .rotate-lg-0-hover:hover, .hover\:rotate-lg-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-0 {
    transform: rotate(0deg) !important;
  }
  .rotate-lg-1, .rotate-lg-1-hover:hover, .hover\:rotate-lg-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-1 {
    transform: rotate(1deg) !important;
  }
  .rotate-lg-2, .rotate-lg-2-hover:hover, .hover\:rotate-lg-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-2 {
    transform: rotate(2deg) !important;
  }
  .rotate-lg-3, .rotate-lg-3-hover:hover, .hover\:rotate-lg-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-3 {
    transform: rotate(3deg) !important;
  }
  .rotate-lg-6, .rotate-lg-6-hover:hover, .hover\:rotate-lg-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-6 {
    transform: rotate(6deg) !important;
  }
  .rotate-lg-12, .rotate-lg-12-hover:hover, .hover\:rotate-lg-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-12 {
    transform: rotate(12deg) !important;
  }
  .rotate-lg-45, .rotate-lg-45-hover:hover, .hover\:rotate-lg-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-45 {
    transform: rotate(45deg) !important;
  }
  .rotate-lg-90, .rotate-lg-90-hover:hover, .hover\:rotate-lg-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-90 {
    transform: rotate(90deg) !important;
  }
  .rotate-lg-180, .rotate-lg-180-hover:hover, .hover\:rotate-lg-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:rotate-lg-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:rotate-lg-180 {
    transform: rotate(180deg) !important;
  }
  .lg\:rotate-0, .lg\:rotate-0-hover:hover, .lg\:hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .lg\:rotate-1, .lg\:rotate-1-hover:hover, .lg\:hover\:rotate-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  .lg\:rotate-2, .lg\:rotate-2-hover:hover, .lg\:hover\:rotate-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  .lg\:rotate-3, .lg\:rotate-3-hover:hover, .lg\:hover\:rotate-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  .lg\:rotate-6, .lg\:rotate-6-hover:hover, .lg\:hover\:rotate-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  .lg\:rotate-12, .lg\:rotate-12-hover:hover, .lg\:hover\:rotate-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  .lg\:rotate-45, .lg\:rotate-45-hover:hover, .lg\:hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .lg\:rotate-90, .lg\:rotate-90-hover:hover, .lg\:hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .lg\:rotate-180, .lg\:rotate-180-hover:hover, .lg\:hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .-rotate-lg-1, .-rotate-lg-1-hover:hover, .hover\:-rotate-lg-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-1 {
    transform: rotate(-1deg) !important;
  }
  .-rotate-lg-2, .-rotate-lg-2-hover:hover, .hover\:-rotate-lg-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-2 {
    transform: rotate(-2deg) !important;
  }
  .-rotate-lg-3, .-rotate-lg-3-hover:hover, .hover\:-rotate-lg-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-3 {
    transform: rotate(-3deg) !important;
  }
  .-rotate-lg-6, .-rotate-lg-6-hover:hover, .hover\:-rotate-lg-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-6 {
    transform: rotate(-6deg) !important;
  }
  .-rotate-lg-12, .-rotate-lg-12-hover:hover, .hover\:-rotate-lg-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-12 {
    transform: rotate(-12deg) !important;
  }
  .-rotate-lg-45, .-rotate-lg-45-hover:hover, .hover\:-rotate-lg-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-45 {
    transform: rotate(-45deg) !important;
  }
  .-rotate-lg-90, .-rotate-lg-90-hover:hover, .hover\:-rotate-lg-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-90 {
    transform: rotate(-90deg) !important;
  }
  .-rotate-lg-180, .-rotate-lg-180-hover:hover, .hover\:-rotate-lg-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-lg-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-lg-180 {
    transform: rotate(-180deg) !important;
  }
  .lg\:-rotate-1, .lg\:-rotate-1-hover:hover, .lg\:hover\:-rotate-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  .lg\:-rotate-2, .lg\:-rotate-2-hover:hover, .lg\:hover\:-rotate-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  .lg\:-rotate-3, .lg\:-rotate-3-hover:hover, .lg\:hover\:-rotate-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  .lg\:-rotate-6, .lg\:-rotate-6-hover:hover, .lg\:hover\:-rotate-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  .lg\:-rotate-12, .lg\:-rotate-12-hover:hover, .lg\:hover\:-rotate-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  .lg\:-rotate-45, .lg\:-rotate-45-hover:hover, .lg\:hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .lg\:-rotate-90, .lg\:-rotate-90-hover:hover, .lg\:hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .lg\:-rotate-180, .lg\:-rotate-180-hover:hover, .lg\:hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .origin-lg-center, .origin-lg-center-hover:hover, .hover\:origin-lg-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:origin-lg-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:origin-lg-center {
    transform-origin: center !important;
  }
  .origin-lg-top, .origin-lg-top-hover:hover, .hover\:origin-lg-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:origin-lg-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:origin-lg-top {
    transform-origin: top !important;
  }
  .origin-lg-top-right, .origin-lg-top-right-hover:hover, .hover\:origin-lg-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:origin-lg-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:origin-lg-top-right {
    transform-origin: top right !important;
  }
  .origin-lg-top-left, .origin-lg-top-left-hover:hover, .hover\:origin-lg-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:origin-lg-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:origin-lg-top-left {
    transform-origin: top left !important;
  }
  .origin-lg-left, .origin-lg-left-hover:hover, .hover\:origin-lg-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:origin-lg-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:origin-lg-left {
    transform-origin: left !important;
  }
  .origin-lg-right, .origin-lg-right-hover:hover, .hover\:origin-lg-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:origin-lg-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:origin-lg-right {
    transform-origin: right !important;
  }
  .origin-lg-bottom-right, .origin-lg-bottom-right-hover:hover, .hover\:origin-lg-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:origin-lg-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:origin-lg-bottom-right {
    transform-origin: bottom right !important;
  }
  .origin-lg-bottom, .origin-lg-bottom-hover:hover, .hover\:origin-lg-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:origin-lg-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:origin-lg-bottom {
    transform-origin: bottom !important;
  }
  .origin-lg-bottom-left, .origin-lg-bottom-left-hover:hover, .hover\:origin-lg-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:origin-lg-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:origin-lg-bottom-left {
    transform-origin: bottom left !important;
  }
  .lg\:origin-center, .lg\:origin-center-hover:hover, .lg\:hover\:origin-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:lg\:origin-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:lg\:origin-center {
    transform-origin: center !important;
  }
  .lg\:origin-top, .lg\:origin-top-hover:hover, .lg\:hover\:origin-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:lg\:origin-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:lg\:origin-top {
    transform-origin: top !important;
  }
  .lg\:origin-top-right, .lg\:origin-top-right-hover:hover, .lg\:hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:lg\:origin-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:lg\:origin-top-right {
    transform-origin: top right !important;
  }
  .lg\:origin-top-left, .lg\:origin-top-left-hover:hover, .lg\:hover\:origin-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:lg\:origin-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:lg\:origin-top-left {
    transform-origin: top left !important;
  }
  .lg\:origin-left, .lg\:origin-left-hover:hover, .lg\:hover\:origin-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:lg\:origin-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:lg\:origin-left {
    transform-origin: left !important;
  }
  .lg\:origin-right, .lg\:origin-right-hover:hover, .lg\:hover\:origin-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:lg\:origin-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:lg\:origin-right {
    transform-origin: right !important;
  }
  .lg\:origin-bottom-right, .lg\:origin-bottom-right-hover:hover, .lg\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .lg\:origin-bottom, .lg\:origin-bottom-hover:hover, .lg\:hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  .lg\:origin-bottom-left, .lg\:origin-bottom-left-hover:hover, .lg\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .rounded-top-start-lg, .rounded-top-start-lg-hover:hover, .hover\:rounded-top-start-lg:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg {
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-top-start-lg-default, .rounded-top-start-lg-default-hover:hover, .hover\:rounded-top-start-lg-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-default {
    border-top-left-radius: 8px !important;
  }
  .rounded-top-start-lg-0-5, .rounded-top-start-lg-0-5-hover:hover, .hover\:rounded-top-start-lg-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-0-5 {
    border-top-left-radius: 2px !important;
  }
  .rounded-top-start-lg-1, .rounded-top-start-lg-1-hover:hover, .hover\:rounded-top-start-lg-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-1 {
    border-top-left-radius: 4px !important;
  }
  .rounded-top-start-lg-1-5, .rounded-top-start-lg-1-5-hover:hover, .hover\:rounded-top-start-lg-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-1-5 {
    border-top-left-radius: 12px !important;
  }
  .rounded-top-start-lg-2, .rounded-top-start-lg-2-hover:hover, .hover\:rounded-top-start-lg-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-2 {
    border-top-left-radius: 16px !important;
  }
  .rounded-top-start-lg-2-5, .rounded-top-start-lg-2-5-hover:hover, .hover\:rounded-top-start-lg-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-2-5 {
    border-top-left-radius: 20px !important;
  }
  .rounded-top-start-lg-3, .rounded-top-start-lg-3-hover:hover, .hover\:rounded-top-start-lg-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-3 {
    border-top-left-radius: 24px !important;
  }
  .rounded-top-start-lg-3-5, .rounded-top-start-lg-3-5-hover:hover, .hover\:rounded-top-start-lg-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-3-5 {
    border-top-left-radius: 28px !important;
  }
  .rounded-top-start-lg-4, .rounded-top-start-lg-4-hover:hover, .hover\:rounded-top-start-lg-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-4 {
    border-top-left-radius: 32px !important;
  }
  .rounded-top-start-lg-4-5, .rounded-top-start-lg-4-5-hover:hover, .hover\:rounded-top-start-lg-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-4-5 {
    border-top-left-radius: 36px !important;
  }
  .rounded-top-start-lg-5, .rounded-top-start-lg-5-hover:hover, .hover\:rounded-top-start-lg-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-5 {
    border-top-left-radius: 40px !important;
  }
  .rounded-top-start-lg-5-5, .rounded-top-start-lg-5-5-hover:hover, .hover\:rounded-top-start-lg-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-5-5 {
    border-top-left-radius: 44px !important;
  }
  .rounded-top-start-lg-6, .rounded-top-start-lg-6-hover:hover, .hover\:rounded-top-start-lg-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-6 {
    border-top-left-radius: 48px !important;
  }
  .rounded-top-start-lg-6-5, .rounded-top-start-lg-6-5-hover:hover, .hover\:rounded-top-start-lg-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-6-5 {
    border-top-left-radius: 52px !important;
  }
  .rounded-top-start-lg-7, .rounded-top-start-lg-7-hover:hover, .hover\:rounded-top-start-lg-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-7 {
    border-top-left-radius: 56px !important;
  }
  .rounded-top-start-lg-7-5, .rounded-top-start-lg-7-5-hover:hover, .hover\:rounded-top-start-lg-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-7-5 {
    border-top-left-radius: 60px !important;
  }
  .rounded-top-start-lg-8, .rounded-top-start-lg-8-hover:hover, .hover\:rounded-top-start-lg-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-8 {
    border-top-left-radius: 64px !important;
  }
  .rounded-top-start-lg-8-5, .rounded-top-start-lg-8-5-hover:hover, .hover\:rounded-top-start-lg-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-8-5 {
    border-top-left-radius: 68px !important;
  }
  .rounded-top-start-lg-9, .rounded-top-start-lg-9-hover:hover, .hover\:rounded-top-start-lg-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-9 {
    border-top-left-radius: 72px !important;
  }
  .rounded-top-start-lg-9-5, .rounded-top-start-lg-9-5-hover:hover, .hover\:rounded-top-start-lg-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-9-5 {
    border-top-left-radius: 76px !important;
  }
  .rounded-top-start-lg-10, .rounded-top-start-lg-10-hover:hover, .hover\:rounded-top-start-lg-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-10 {
    border-top-left-radius: 80px !important;
  }
  .rounded-top-start-lg-circle, .rounded-top-start-lg-circle-hover:hover, .hover\:rounded-top-start-lg-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-circle {
    border-top-left-radius: 50% !important;
  }
  .rounded-top-start-lg-full, .rounded-top-start-lg-full-hover:hover, .hover\:rounded-top-start-lg-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-full {
    border-top-left-radius: 100% !important;
  }
  .rounded-top-start-lg-pill, .rounded-top-start-lg-pill-hover:hover, .hover\:rounded-top-start-lg-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-pill {
    border-top-left-radius: 50rem !important;
  }
  .rounded-top-start-lg-0, .rounded-top-start-lg-0-hover:hover, .hover\:rounded-top-start-lg-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-lg-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .lg\:rounded-top-start, .lg\:rounded-top-start-hover:hover, .lg\:hover\:rounded-top-start:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  .lg\:rounded-top-start-default, .lg\:rounded-top-start-default-hover:hover, .lg\:hover\:rounded-top-start-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  .lg\:rounded-top-start-0-5, .lg\:rounded-top-start-0-5-hover:hover, .lg\:hover\:rounded-top-start-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  .lg\:rounded-top-start-1, .lg\:rounded-top-start-1-hover:hover, .lg\:hover\:rounded-top-start-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  .lg\:rounded-top-start-1-5, .lg\:rounded-top-start-1-5-hover:hover, .lg\:hover\:rounded-top-start-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  .lg\:rounded-top-start-2, .lg\:rounded-top-start-2-hover:hover, .lg\:hover\:rounded-top-start-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  .lg\:rounded-top-start-2-5, .lg\:rounded-top-start-2-5-hover:hover, .lg\:hover\:rounded-top-start-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  .lg\:rounded-top-start-3, .lg\:rounded-top-start-3-hover:hover, .lg\:hover\:rounded-top-start-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  .lg\:rounded-top-start-3-5, .lg\:rounded-top-start-3-5-hover:hover, .lg\:hover\:rounded-top-start-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  .lg\:rounded-top-start-4, .lg\:rounded-top-start-4-hover:hover, .lg\:hover\:rounded-top-start-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  .lg\:rounded-top-start-4-5, .lg\:rounded-top-start-4-5-hover:hover, .lg\:hover\:rounded-top-start-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  .lg\:rounded-top-start-5, .lg\:rounded-top-start-5-hover:hover, .lg\:hover\:rounded-top-start-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  .lg\:rounded-top-start-5-5, .lg\:rounded-top-start-5-5-hover:hover, .lg\:hover\:rounded-top-start-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  .lg\:rounded-top-start-6, .lg\:rounded-top-start-6-hover:hover, .lg\:hover\:rounded-top-start-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  .lg\:rounded-top-start-6-5, .lg\:rounded-top-start-6-5-hover:hover, .lg\:hover\:rounded-top-start-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  .lg\:rounded-top-start-7, .lg\:rounded-top-start-7-hover:hover, .lg\:hover\:rounded-top-start-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  .lg\:rounded-top-start-7-5, .lg\:rounded-top-start-7-5-hover:hover, .lg\:hover\:rounded-top-start-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  .lg\:rounded-top-start-8, .lg\:rounded-top-start-8-hover:hover, .lg\:hover\:rounded-top-start-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  .lg\:rounded-top-start-8-5, .lg\:rounded-top-start-8-5-hover:hover, .lg\:hover\:rounded-top-start-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  .lg\:rounded-top-start-9, .lg\:rounded-top-start-9-hover:hover, .lg\:hover\:rounded-top-start-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  .lg\:rounded-top-start-9-5, .lg\:rounded-top-start-9-5-hover:hover, .lg\:hover\:rounded-top-start-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  .lg\:rounded-top-start-10, .lg\:rounded-top-start-10-hover:hover, .lg\:hover\:rounded-top-start-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  .lg\:rounded-top-start-circle, .lg\:rounded-top-start-circle-hover:hover, .lg\:hover\:rounded-top-start-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  .lg\:rounded-top-start-full, .lg\:rounded-top-start-full-hover:hover, .lg\:hover\:rounded-top-start-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  .lg\:rounded-top-start-pill, .lg\:rounded-top-start-pill-hover:hover, .lg\:hover\:rounded-top-start-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  .lg\:rounded-top-start-0, .lg\:rounded-top-start-0-hover:hover, .lg\:hover\:rounded-top-start-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  .rounded-top-end-lg, .rounded-top-end-lg-hover:hover, .hover\:rounded-top-end-lg:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg {
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-end-lg-default, .rounded-top-end-lg-default-hover:hover, .hover\:rounded-top-end-lg-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-default {
    border-top-right-radius: 8px !important;
  }
  .rounded-top-end-lg-0-5, .rounded-top-end-lg-0-5-hover:hover, .hover\:rounded-top-end-lg-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-0-5 {
    border-top-right-radius: 2px !important;
  }
  .rounded-top-end-lg-1, .rounded-top-end-lg-1-hover:hover, .hover\:rounded-top-end-lg-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-1 {
    border-top-right-radius: 4px !important;
  }
  .rounded-top-end-lg-1-5, .rounded-top-end-lg-1-5-hover:hover, .hover\:rounded-top-end-lg-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-1-5 {
    border-top-right-radius: 12px !important;
  }
  .rounded-top-end-lg-2, .rounded-top-end-lg-2-hover:hover, .hover\:rounded-top-end-lg-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-2 {
    border-top-right-radius: 16px !important;
  }
  .rounded-top-end-lg-2-5, .rounded-top-end-lg-2-5-hover:hover, .hover\:rounded-top-end-lg-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-2-5 {
    border-top-right-radius: 20px !important;
  }
  .rounded-top-end-lg-3, .rounded-top-end-lg-3-hover:hover, .hover\:rounded-top-end-lg-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-3 {
    border-top-right-radius: 24px !important;
  }
  .rounded-top-end-lg-3-5, .rounded-top-end-lg-3-5-hover:hover, .hover\:rounded-top-end-lg-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-3-5 {
    border-top-right-radius: 28px !important;
  }
  .rounded-top-end-lg-4, .rounded-top-end-lg-4-hover:hover, .hover\:rounded-top-end-lg-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-4 {
    border-top-right-radius: 32px !important;
  }
  .rounded-top-end-lg-4-5, .rounded-top-end-lg-4-5-hover:hover, .hover\:rounded-top-end-lg-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-4-5 {
    border-top-right-radius: 36px !important;
  }
  .rounded-top-end-lg-5, .rounded-top-end-lg-5-hover:hover, .hover\:rounded-top-end-lg-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-5 {
    border-top-right-radius: 40px !important;
  }
  .rounded-top-end-lg-5-5, .rounded-top-end-lg-5-5-hover:hover, .hover\:rounded-top-end-lg-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-5-5 {
    border-top-right-radius: 44px !important;
  }
  .rounded-top-end-lg-6, .rounded-top-end-lg-6-hover:hover, .hover\:rounded-top-end-lg-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-6 {
    border-top-right-radius: 48px !important;
  }
  .rounded-top-end-lg-6-5, .rounded-top-end-lg-6-5-hover:hover, .hover\:rounded-top-end-lg-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-6-5 {
    border-top-right-radius: 52px !important;
  }
  .rounded-top-end-lg-7, .rounded-top-end-lg-7-hover:hover, .hover\:rounded-top-end-lg-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-7 {
    border-top-right-radius: 56px !important;
  }
  .rounded-top-end-lg-7-5, .rounded-top-end-lg-7-5-hover:hover, .hover\:rounded-top-end-lg-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-7-5 {
    border-top-right-radius: 60px !important;
  }
  .rounded-top-end-lg-8, .rounded-top-end-lg-8-hover:hover, .hover\:rounded-top-end-lg-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-8 {
    border-top-right-radius: 64px !important;
  }
  .rounded-top-end-lg-8-5, .rounded-top-end-lg-8-5-hover:hover, .hover\:rounded-top-end-lg-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-8-5 {
    border-top-right-radius: 68px !important;
  }
  .rounded-top-end-lg-9, .rounded-top-end-lg-9-hover:hover, .hover\:rounded-top-end-lg-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-9 {
    border-top-right-radius: 72px !important;
  }
  .rounded-top-end-lg-9-5, .rounded-top-end-lg-9-5-hover:hover, .hover\:rounded-top-end-lg-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-9-5 {
    border-top-right-radius: 76px !important;
  }
  .rounded-top-end-lg-10, .rounded-top-end-lg-10-hover:hover, .hover\:rounded-top-end-lg-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-10 {
    border-top-right-radius: 80px !important;
  }
  .rounded-top-end-lg-circle, .rounded-top-end-lg-circle-hover:hover, .hover\:rounded-top-end-lg-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-circle {
    border-top-right-radius: 50% !important;
  }
  .rounded-top-end-lg-full, .rounded-top-end-lg-full-hover:hover, .hover\:rounded-top-end-lg-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-full {
    border-top-right-radius: 100% !important;
  }
  .rounded-top-end-lg-pill, .rounded-top-end-lg-pill-hover:hover, .hover\:rounded-top-end-lg-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-pill {
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-end-lg-0, .rounded-top-end-lg-0-hover:hover, .hover\:rounded-top-end-lg-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-lg-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .lg\:rounded-top-end, .lg\:rounded-top-end-hover:hover, .lg\:hover\:rounded-top-end:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  .lg\:rounded-top-end-default, .lg\:rounded-top-end-default-hover:hover, .lg\:hover\:rounded-top-end-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  .lg\:rounded-top-end-0-5, .lg\:rounded-top-end-0-5-hover:hover, .lg\:hover\:rounded-top-end-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  .lg\:rounded-top-end-1, .lg\:rounded-top-end-1-hover:hover, .lg\:hover\:rounded-top-end-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  .lg\:rounded-top-end-1-5, .lg\:rounded-top-end-1-5-hover:hover, .lg\:hover\:rounded-top-end-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  .lg\:rounded-top-end-2, .lg\:rounded-top-end-2-hover:hover, .lg\:hover\:rounded-top-end-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  .lg\:rounded-top-end-2-5, .lg\:rounded-top-end-2-5-hover:hover, .lg\:hover\:rounded-top-end-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  .lg\:rounded-top-end-3, .lg\:rounded-top-end-3-hover:hover, .lg\:hover\:rounded-top-end-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  .lg\:rounded-top-end-3-5, .lg\:rounded-top-end-3-5-hover:hover, .lg\:hover\:rounded-top-end-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  .lg\:rounded-top-end-4, .lg\:rounded-top-end-4-hover:hover, .lg\:hover\:rounded-top-end-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  .lg\:rounded-top-end-4-5, .lg\:rounded-top-end-4-5-hover:hover, .lg\:hover\:rounded-top-end-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  .lg\:rounded-top-end-5, .lg\:rounded-top-end-5-hover:hover, .lg\:hover\:rounded-top-end-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  .lg\:rounded-top-end-5-5, .lg\:rounded-top-end-5-5-hover:hover, .lg\:hover\:rounded-top-end-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  .lg\:rounded-top-end-6, .lg\:rounded-top-end-6-hover:hover, .lg\:hover\:rounded-top-end-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  .lg\:rounded-top-end-6-5, .lg\:rounded-top-end-6-5-hover:hover, .lg\:hover\:rounded-top-end-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  .lg\:rounded-top-end-7, .lg\:rounded-top-end-7-hover:hover, .lg\:hover\:rounded-top-end-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  .lg\:rounded-top-end-7-5, .lg\:rounded-top-end-7-5-hover:hover, .lg\:hover\:rounded-top-end-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  .lg\:rounded-top-end-8, .lg\:rounded-top-end-8-hover:hover, .lg\:hover\:rounded-top-end-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  .lg\:rounded-top-end-8-5, .lg\:rounded-top-end-8-5-hover:hover, .lg\:hover\:rounded-top-end-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  .lg\:rounded-top-end-9, .lg\:rounded-top-end-9-hover:hover, .lg\:hover\:rounded-top-end-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  .lg\:rounded-top-end-9-5, .lg\:rounded-top-end-9-5-hover:hover, .lg\:hover\:rounded-top-end-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  .lg\:rounded-top-end-10, .lg\:rounded-top-end-10-hover:hover, .lg\:hover\:rounded-top-end-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  .lg\:rounded-top-end-circle, .lg\:rounded-top-end-circle-hover:hover, .lg\:hover\:rounded-top-end-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  .lg\:rounded-top-end-full, .lg\:rounded-top-end-full-hover:hover, .lg\:hover\:rounded-top-end-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  .lg\:rounded-top-end-pill, .lg\:rounded-top-end-pill-hover:hover, .lg\:hover\:rounded-top-end-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  .lg\:rounded-top-end-0, .lg\:rounded-top-end-0-hover:hover, .lg\:hover\:rounded-top-end-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  .rounded-bottom-start-lg, .rounded-bottom-start-lg-hover:hover, .hover\:rounded-bottom-start-lg:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg {
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-start-lg-default, .rounded-bottom-start-lg-default-hover:hover, .hover\:rounded-bottom-start-lg-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-default {
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-start-lg-0-5, .rounded-bottom-start-lg-0-5-hover:hover, .hover\:rounded-bottom-start-lg-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-start-lg-1, .rounded-bottom-start-lg-1-hover:hover, .hover\:rounded-bottom-start-lg-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-1 {
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-start-lg-1-5, .rounded-bottom-start-lg-1-5-hover:hover, .hover\:rounded-bottom-start-lg-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-start-lg-2, .rounded-bottom-start-lg-2-hover:hover, .hover\:rounded-bottom-start-lg-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-2 {
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-start-lg-2-5, .rounded-bottom-start-lg-2-5-hover:hover, .hover\:rounded-bottom-start-lg-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-start-lg-3, .rounded-bottom-start-lg-3-hover:hover, .hover\:rounded-bottom-start-lg-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-3 {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-start-lg-3-5, .rounded-bottom-start-lg-3-5-hover:hover, .hover\:rounded-bottom-start-lg-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-start-lg-4, .rounded-bottom-start-lg-4-hover:hover, .hover\:rounded-bottom-start-lg-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-4 {
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-start-lg-4-5, .rounded-bottom-start-lg-4-5-hover:hover, .hover\:rounded-bottom-start-lg-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-start-lg-5, .rounded-bottom-start-lg-5-hover:hover, .hover\:rounded-bottom-start-lg-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-5 {
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-start-lg-5-5, .rounded-bottom-start-lg-5-5-hover:hover, .hover\:rounded-bottom-start-lg-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-start-lg-6, .rounded-bottom-start-lg-6-hover:hover, .hover\:rounded-bottom-start-lg-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-6 {
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-start-lg-6-5, .rounded-bottom-start-lg-6-5-hover:hover, .hover\:rounded-bottom-start-lg-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-start-lg-7, .rounded-bottom-start-lg-7-hover:hover, .hover\:rounded-bottom-start-lg-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-7 {
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-start-lg-7-5, .rounded-bottom-start-lg-7-5-hover:hover, .hover\:rounded-bottom-start-lg-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-start-lg-8, .rounded-bottom-start-lg-8-hover:hover, .hover\:rounded-bottom-start-lg-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-8 {
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-start-lg-8-5, .rounded-bottom-start-lg-8-5-hover:hover, .hover\:rounded-bottom-start-lg-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-start-lg-9, .rounded-bottom-start-lg-9-hover:hover, .hover\:rounded-bottom-start-lg-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-9 {
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-start-lg-9-5, .rounded-bottom-start-lg-9-5-hover:hover, .hover\:rounded-bottom-start-lg-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-start-lg-10, .rounded-bottom-start-lg-10-hover:hover, .hover\:rounded-bottom-start-lg-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-10 {
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-start-lg-circle, .rounded-bottom-start-lg-circle-hover:hover, .hover\:rounded-bottom-start-lg-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-circle {
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-start-lg-full, .rounded-bottom-start-lg-full-hover:hover, .hover\:rounded-bottom-start-lg-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-full {
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-start-lg-pill, .rounded-bottom-start-lg-pill-hover:hover, .hover\:rounded-bottom-start-lg-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-start-lg-0, .rounded-bottom-start-lg-0-hover:hover, .hover\:rounded-bottom-start-lg-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .lg\:rounded-bottom-start, .lg\:rounded-bottom-start-hover:hover, .lg\:hover\:rounded-bottom-start:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  .lg\:rounded-bottom-start-default, .lg\:rounded-bottom-start-default-hover:hover, .lg\:hover\:rounded-bottom-start-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  .lg\:rounded-bottom-start-0-5, .lg\:rounded-bottom-start-0-5-hover:hover, .lg\:hover\:rounded-bottom-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .lg\:rounded-bottom-start-1, .lg\:rounded-bottom-start-1-hover:hover, .lg\:hover\:rounded-bottom-start-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  .lg\:rounded-bottom-start-1-5, .lg\:rounded-bottom-start-1-5-hover:hover, .lg\:hover\:rounded-bottom-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .lg\:rounded-bottom-start-2, .lg\:rounded-bottom-start-2-hover:hover, .lg\:hover\:rounded-bottom-start-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  .lg\:rounded-bottom-start-2-5, .lg\:rounded-bottom-start-2-5-hover:hover, .lg\:hover\:rounded-bottom-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .lg\:rounded-bottom-start-3, .lg\:rounded-bottom-start-3-hover:hover, .lg\:hover\:rounded-bottom-start-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  .lg\:rounded-bottom-start-3-5, .lg\:rounded-bottom-start-3-5-hover:hover, .lg\:hover\:rounded-bottom-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .lg\:rounded-bottom-start-4, .lg\:rounded-bottom-start-4-hover:hover, .lg\:hover\:rounded-bottom-start-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  .lg\:rounded-bottom-start-4-5, .lg\:rounded-bottom-start-4-5-hover:hover, .lg\:hover\:rounded-bottom-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .lg\:rounded-bottom-start-5, .lg\:rounded-bottom-start-5-hover:hover, .lg\:hover\:rounded-bottom-start-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  .lg\:rounded-bottom-start-5-5, .lg\:rounded-bottom-start-5-5-hover:hover, .lg\:hover\:rounded-bottom-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .lg\:rounded-bottom-start-6, .lg\:rounded-bottom-start-6-hover:hover, .lg\:hover\:rounded-bottom-start-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  .lg\:rounded-bottom-start-6-5, .lg\:rounded-bottom-start-6-5-hover:hover, .lg\:hover\:rounded-bottom-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .lg\:rounded-bottom-start-7, .lg\:rounded-bottom-start-7-hover:hover, .lg\:hover\:rounded-bottom-start-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  .lg\:rounded-bottom-start-7-5, .lg\:rounded-bottom-start-7-5-hover:hover, .lg\:hover\:rounded-bottom-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .lg\:rounded-bottom-start-8, .lg\:rounded-bottom-start-8-hover:hover, .lg\:hover\:rounded-bottom-start-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  .lg\:rounded-bottom-start-8-5, .lg\:rounded-bottom-start-8-5-hover:hover, .lg\:hover\:rounded-bottom-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .lg\:rounded-bottom-start-9, .lg\:rounded-bottom-start-9-hover:hover, .lg\:hover\:rounded-bottom-start-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  .lg\:rounded-bottom-start-9-5, .lg\:rounded-bottom-start-9-5-hover:hover, .lg\:hover\:rounded-bottom-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .lg\:rounded-bottom-start-10, .lg\:rounded-bottom-start-10-hover:hover, .lg\:hover\:rounded-bottom-start-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  .lg\:rounded-bottom-start-circle, .lg\:rounded-bottom-start-circle-hover:hover, .lg\:hover\:rounded-bottom-start-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  .lg\:rounded-bottom-start-full, .lg\:rounded-bottom-start-full-hover:hover, .lg\:hover\:rounded-bottom-start-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  .lg\:rounded-bottom-start-pill, .lg\:rounded-bottom-start-pill-hover:hover, .lg\:hover\:rounded-bottom-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .lg\:rounded-bottom-start-0, .lg\:rounded-bottom-start-0-hover:hover, .lg\:hover\:rounded-bottom-start-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-end-lg, .rounded-bottom-end-lg-hover:hover, .hover\:rounded-bottom-end-lg:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg {
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-bottom-end-lg-default, .rounded-bottom-end-lg-default-hover:hover, .hover\:rounded-bottom-end-lg-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-default {
    border-bottom-right-radius: 8px !important;
  }
  .rounded-bottom-end-lg-0-5, .rounded-bottom-end-lg-0-5-hover:hover, .hover\:rounded-bottom-end-lg-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom-end-lg-1, .rounded-bottom-end-lg-1-hover:hover, .hover\:rounded-bottom-end-lg-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-1 {
    border-bottom-right-radius: 4px !important;
  }
  .rounded-bottom-end-lg-1-5, .rounded-bottom-end-lg-1-5-hover:hover, .hover\:rounded-bottom-end-lg-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .rounded-bottom-end-lg-2, .rounded-bottom-end-lg-2-hover:hover, .hover\:rounded-bottom-end-lg-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-2 {
    border-bottom-right-radius: 16px !important;
  }
  .rounded-bottom-end-lg-2-5, .rounded-bottom-end-lg-2-5-hover:hover, .hover\:rounded-bottom-end-lg-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .rounded-bottom-end-lg-3, .rounded-bottom-end-lg-3-hover:hover, .hover\:rounded-bottom-end-lg-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-3 {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-bottom-end-lg-3-5, .rounded-bottom-end-lg-3-5-hover:hover, .hover\:rounded-bottom-end-lg-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .rounded-bottom-end-lg-4, .rounded-bottom-end-lg-4-hover:hover, .hover\:rounded-bottom-end-lg-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-4 {
    border-bottom-right-radius: 32px !important;
  }
  .rounded-bottom-end-lg-4-5, .rounded-bottom-end-lg-4-5-hover:hover, .hover\:rounded-bottom-end-lg-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .rounded-bottom-end-lg-5, .rounded-bottom-end-lg-5-hover:hover, .hover\:rounded-bottom-end-lg-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-5 {
    border-bottom-right-radius: 40px !important;
  }
  .rounded-bottom-end-lg-5-5, .rounded-bottom-end-lg-5-5-hover:hover, .hover\:rounded-bottom-end-lg-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .rounded-bottom-end-lg-6, .rounded-bottom-end-lg-6-hover:hover, .hover\:rounded-bottom-end-lg-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-6 {
    border-bottom-right-radius: 48px !important;
  }
  .rounded-bottom-end-lg-6-5, .rounded-bottom-end-lg-6-5-hover:hover, .hover\:rounded-bottom-end-lg-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .rounded-bottom-end-lg-7, .rounded-bottom-end-lg-7-hover:hover, .hover\:rounded-bottom-end-lg-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-7 {
    border-bottom-right-radius: 56px !important;
  }
  .rounded-bottom-end-lg-7-5, .rounded-bottom-end-lg-7-5-hover:hover, .hover\:rounded-bottom-end-lg-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .rounded-bottom-end-lg-8, .rounded-bottom-end-lg-8-hover:hover, .hover\:rounded-bottom-end-lg-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-8 {
    border-bottom-right-radius: 64px !important;
  }
  .rounded-bottom-end-lg-8-5, .rounded-bottom-end-lg-8-5-hover:hover, .hover\:rounded-bottom-end-lg-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .rounded-bottom-end-lg-9, .rounded-bottom-end-lg-9-hover:hover, .hover\:rounded-bottom-end-lg-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-9 {
    border-bottom-right-radius: 72px !important;
  }
  .rounded-bottom-end-lg-9-5, .rounded-bottom-end-lg-9-5-hover:hover, .hover\:rounded-bottom-end-lg-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .rounded-bottom-end-lg-10, .rounded-bottom-end-lg-10-hover:hover, .hover\:rounded-bottom-end-lg-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-10 {
    border-bottom-right-radius: 80px !important;
  }
  .rounded-bottom-end-lg-circle, .rounded-bottom-end-lg-circle-hover:hover, .hover\:rounded-bottom-end-lg-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-circle {
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-end-lg-full, .rounded-bottom-end-lg-full-hover:hover, .hover\:rounded-bottom-end-lg-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-full {
    border-bottom-right-radius: 100% !important;
  }
  .rounded-bottom-end-lg-pill, .rounded-bottom-end-lg-pill-hover:hover, .hover\:rounded-bottom-end-lg-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-bottom-end-lg-0, .rounded-bottom-end-lg-0-hover:hover, .hover\:rounded-bottom-end-lg-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .lg\:rounded-bottom-end, .lg\:rounded-bottom-end-hover:hover, .lg\:hover\:rounded-bottom-end:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  .lg\:rounded-bottom-end-default, .lg\:rounded-bottom-end-default-hover:hover, .lg\:hover\:rounded-bottom-end-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  .lg\:rounded-bottom-end-0-5, .lg\:rounded-bottom-end-0-5-hover:hover, .lg\:hover\:rounded-bottom-end-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .lg\:rounded-bottom-end-1, .lg\:rounded-bottom-end-1-hover:hover, .lg\:hover\:rounded-bottom-end-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  .lg\:rounded-bottom-end-1-5, .lg\:rounded-bottom-end-1-5-hover:hover, .lg\:hover\:rounded-bottom-end-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .lg\:rounded-bottom-end-2, .lg\:rounded-bottom-end-2-hover:hover, .lg\:hover\:rounded-bottom-end-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  .lg\:rounded-bottom-end-2-5, .lg\:rounded-bottom-end-2-5-hover:hover, .lg\:hover\:rounded-bottom-end-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .lg\:rounded-bottom-end-3, .lg\:rounded-bottom-end-3-hover:hover, .lg\:hover\:rounded-bottom-end-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  .lg\:rounded-bottom-end-3-5, .lg\:rounded-bottom-end-3-5-hover:hover, .lg\:hover\:rounded-bottom-end-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .lg\:rounded-bottom-end-4, .lg\:rounded-bottom-end-4-hover:hover, .lg\:hover\:rounded-bottom-end-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  .lg\:rounded-bottom-end-4-5, .lg\:rounded-bottom-end-4-5-hover:hover, .lg\:hover\:rounded-bottom-end-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .lg\:rounded-bottom-end-5, .lg\:rounded-bottom-end-5-hover:hover, .lg\:hover\:rounded-bottom-end-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  .lg\:rounded-bottom-end-5-5, .lg\:rounded-bottom-end-5-5-hover:hover, .lg\:hover\:rounded-bottom-end-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .lg\:rounded-bottom-end-6, .lg\:rounded-bottom-end-6-hover:hover, .lg\:hover\:rounded-bottom-end-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  .lg\:rounded-bottom-end-6-5, .lg\:rounded-bottom-end-6-5-hover:hover, .lg\:hover\:rounded-bottom-end-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .lg\:rounded-bottom-end-7, .lg\:rounded-bottom-end-7-hover:hover, .lg\:hover\:rounded-bottom-end-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  .lg\:rounded-bottom-end-7-5, .lg\:rounded-bottom-end-7-5-hover:hover, .lg\:hover\:rounded-bottom-end-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .lg\:rounded-bottom-end-8, .lg\:rounded-bottom-end-8-hover:hover, .lg\:hover\:rounded-bottom-end-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  .lg\:rounded-bottom-end-8-5, .lg\:rounded-bottom-end-8-5-hover:hover, .lg\:hover\:rounded-bottom-end-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .lg\:rounded-bottom-end-9, .lg\:rounded-bottom-end-9-hover:hover, .lg\:hover\:rounded-bottom-end-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  .lg\:rounded-bottom-end-9-5, .lg\:rounded-bottom-end-9-5-hover:hover, .lg\:hover\:rounded-bottom-end-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .lg\:rounded-bottom-end-10, .lg\:rounded-bottom-end-10-hover:hover, .lg\:hover\:rounded-bottom-end-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  .lg\:rounded-bottom-end-circle, .lg\:rounded-bottom-end-circle-hover:hover, .lg\:hover\:rounded-bottom-end-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  .lg\:rounded-bottom-end-full, .lg\:rounded-bottom-end-full-hover:hover, .lg\:hover\:rounded-bottom-end-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  .lg\:rounded-bottom-end-pill, .lg\:rounded-bottom-end-pill-hover:hover, .lg\:hover\:rounded-bottom-end-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .lg\:rounded-bottom-end-0, .lg\:rounded-bottom-end-0-hover:hover, .lg\:hover\:rounded-bottom-end-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-lg-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .ratio-lg-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .ratio-lg-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-lg-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-lg-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .lg\:ratio-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .lg\:ratio-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .lg\:ratio-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .lg\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .lg\:ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .lg\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .lg\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .lg\:ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .xl\:float-start {
    float: left !important;
  }
  .xl\:float-end {
    float: right !important;
  }
  .xl\:float-none {
    float: none !important;
  }
  .opacity-xl-0, .opacity-xl-0-hover:hover, .hover\:opacity-xl-0:hover {
    opacity: 0 !important;
  }
  .opacity-xl-5, .opacity-xl-5-hover:hover, .hover\:opacity-xl-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-xl-10, .opacity-xl-10-hover:hover, .hover\:opacity-xl-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-xl-15, .opacity-xl-15-hover:hover, .hover\:opacity-xl-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-xl-20, .opacity-xl-20-hover:hover, .hover\:opacity-xl-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-xl-25, .opacity-xl-25-hover:hover, .hover\:opacity-xl-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-xl-30, .opacity-xl-30-hover:hover, .hover\:opacity-xl-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-xl-35, .opacity-xl-35-hover:hover, .hover\:opacity-xl-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-xl-40, .opacity-xl-40-hover:hover, .hover\:opacity-xl-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-xl-45, .opacity-xl-45-hover:hover, .hover\:opacity-xl-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-xl-50, .opacity-xl-50-hover:hover, .hover\:opacity-xl-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-xl-55, .opacity-xl-55-hover:hover, .hover\:opacity-xl-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-xl-60, .opacity-xl-60-hover:hover, .hover\:opacity-xl-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-xl-65, .opacity-xl-65-hover:hover, .hover\:opacity-xl-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-xl-70, .opacity-xl-70-hover:hover, .hover\:opacity-xl-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-xl-75, .opacity-xl-75-hover:hover, .hover\:opacity-xl-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-xl-80, .opacity-xl-80-hover:hover, .hover\:opacity-xl-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-xl-85, .opacity-xl-85-hover:hover, .hover\:opacity-xl-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-xl-90, .opacity-xl-90-hover:hover, .hover\:opacity-xl-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-xl-95, .opacity-xl-95-hover:hover, .hover\:opacity-xl-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-xl-100, .opacity-xl-100-hover:hover, .hover\:opacity-xl-100:hover {
    opacity: 1 !important;
  }
  .xl\:opacity-0, .xl\:opacity-0-hover:hover, .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .xl\:opacity-5, .xl\:opacity-5-hover:hover, .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  .xl\:opacity-10, .xl\:opacity-10-hover:hover, .xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  .xl\:opacity-15, .xl\:opacity-15-hover:hover, .xl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  .xl\:opacity-20, .xl\:opacity-20-hover:hover, .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  .xl\:opacity-25, .xl\:opacity-25-hover:hover, .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  .xl\:opacity-30, .xl\:opacity-30-hover:hover, .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  .xl\:opacity-35, .xl\:opacity-35-hover:hover, .xl\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  .xl\:opacity-40, .xl\:opacity-40-hover:hover, .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  .xl\:opacity-45, .xl\:opacity-45-hover:hover, .xl\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  .xl\:opacity-50, .xl\:opacity-50-hover:hover, .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  .xl\:opacity-55, .xl\:opacity-55-hover:hover, .xl\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  .xl\:opacity-60, .xl\:opacity-60-hover:hover, .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  .xl\:opacity-65, .xl\:opacity-65-hover:hover, .xl\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  .xl\:opacity-70, .xl\:opacity-70-hover:hover, .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  .xl\:opacity-75, .xl\:opacity-75-hover:hover, .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  .xl\:opacity-80, .xl\:opacity-80-hover:hover, .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  .xl\:opacity-85, .xl\:opacity-85-hover:hover, .xl\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  .xl\:opacity-90, .xl\:opacity-90-hover:hover, .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  .xl\:opacity-95, .xl\:opacity-95-hover:hover, .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  .xl\:opacity-100, .xl\:opacity-100-hover:hover, .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-0, :where(.uc-dark) .dark\:opacity-xl-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-5, :where(.uc-dark) .dark\:opacity-xl-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-10, :where(.uc-dark) .dark\:opacity-xl-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-15, :where(.uc-dark) .dark\:opacity-xl-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-20, :where(.uc-dark) .dark\:opacity-xl-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-25, :where(.uc-dark) .dark\:opacity-xl-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-30, :where(.uc-dark) .dark\:opacity-xl-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-35, :where(.uc-dark) .dark\:opacity-xl-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-40, :where(.uc-dark) .dark\:opacity-xl-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-45, :where(.uc-dark) .dark\:opacity-xl-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-50, :where(.uc-dark) .dark\:opacity-xl-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-55, :where(.uc-dark) .dark\:opacity-xl-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-60, :where(.uc-dark) .dark\:opacity-xl-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-65, :where(.uc-dark) .dark\:opacity-xl-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-70, :where(.uc-dark) .dark\:opacity-xl-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-75, :where(.uc-dark) .dark\:opacity-xl-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-80, :where(.uc-dark) .dark\:opacity-xl-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-85, :where(.uc-dark) .dark\:opacity-xl-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-90, :where(.uc-dark) .dark\:opacity-xl-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-95, :where(.uc-dark) .dark\:opacity-xl-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-xl-100, :where(.uc-dark) .dark\:opacity-xl-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xl-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-0, :where(.uc-dark) .dark\:xl\:opacity-0-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-5, :where(.uc-dark) .dark\:xl\:opacity-5-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-10, :where(.uc-dark) .dark\:xl\:opacity-10-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-15, :where(.uc-dark) .dark\:xl\:opacity-15-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-20, :where(.uc-dark) .dark\:xl\:opacity-20-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-25, :where(.uc-dark) .dark\:xl\:opacity-25-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-30, :where(.uc-dark) .dark\:xl\:opacity-30-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-35, :where(.uc-dark) .dark\:xl\:opacity-35-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-40, :where(.uc-dark) .dark\:xl\:opacity-40-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-45, :where(.uc-dark) .dark\:xl\:opacity-45-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-50, :where(.uc-dark) .dark\:xl\:opacity-50-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-55, :where(.uc-dark) .dark\:xl\:opacity-55-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-60, :where(.uc-dark) .dark\:xl\:opacity-60-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-65, :where(.uc-dark) .dark\:xl\:opacity-65-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-70, :where(.uc-dark) .dark\:xl\:opacity-70-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-75, :where(.uc-dark) .dark\:xl\:opacity-75-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-80, :where(.uc-dark) .dark\:xl\:opacity-80-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-85, :where(.uc-dark) .dark\:xl\:opacity-85-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-90, :where(.uc-dark) .dark\:xl\:opacity-90-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-95, :where(.uc-dark) .dark\:xl\:opacity-95-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:xl\:opacity-100, :where(.uc-dark) .dark\:xl\:opacity-100-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .overflow-xl-unset {
    overflow: unset !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .xl\:overflow-unset {
    overflow: unset !important;
  }
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xl-unset {
    overflow-x: unset !important;
  }
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
  .xl\:overflow-x-unset {
    overflow-x: unset !important;
  }
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xl-unset {
    overflow-y: unset !important;
  }
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll !important;
  }
  .xl\:overflow-y-unset {
    overflow-y: unset !important;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-xl-inline, .d-xl-inline-hover:hover, .hover\:d-xl-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-xl-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block, .d-xl-inline-block-hover:hover, .hover\:d-xl-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-xl-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block, .d-xl-block-hover:hover, .hover\:d-xl-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-xl-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-xl-block {
    display: block !important;
  }
  .d-xl-grid, .d-xl-grid-hover:hover, .hover\:d-xl-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-xl-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-xl-grid {
    display: grid !important;
  }
  .d-xl-table, .d-xl-table-hover:hover, .hover\:d-xl-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-xl-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-xl-table {
    display: table !important;
  }
  .d-xl-table-row, .d-xl-table-row-hover:hover, .hover\:d-xl-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-xl-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell, .d-xl-table-cell-hover:hover, .hover\:d-xl-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-xl-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex, .d-xl-flex-hover:hover, .hover\:d-xl-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-xl-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex, .d-xl-inline-flex-hover:hover, .hover\:d-xl-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-xl-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none, .d-xl-none-hover:hover, .hover\:d-xl-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-xl-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-xl-none {
    display: none !important;
  }
  .xl\:d-inline, .xl\:d-inline-hover:hover, .xl\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline {
    display: inline !important;
  }
  .xl\:d-inline-block, .xl\:d-inline-block-hover:hover, .xl\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block, .xl\:d-block-hover:hover, .xl\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:xl\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:xl\:d-block {
    display: block !important;
  }
  .xl\:d-grid, .xl\:d-grid-hover:hover, .xl\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:xl\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:xl\:d-grid {
    display: grid !important;
  }
  .xl\:d-table, .xl\:d-table-hover:hover, .xl\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:xl\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:xl\:d-table {
    display: table !important;
  }
  .xl\:d-table-row, .xl\:d-table-row-hover:hover, .xl\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:xl\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:xl\:d-table-row {
    display: table-row !important;
  }
  .xl\:d-table-cell, .xl\:d-table-cell-hover:hover, .xl\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:xl\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:xl\:d-table-cell {
    display: table-cell !important;
  }
  .xl\:d-flex, .xl\:d-flex-hover:hover, .xl\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:xl\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:xl\:d-flex {
    display: flex !important;
  }
  .xl\:d-inline-flex, .xl\:d-inline-flex-hover:hover, .xl\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline-flex {
    display: inline-flex !important;
  }
  .xl\:d-none, .xl\:d-none-hover:hover, .xl\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:xl\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:xl\:d-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-xl-inline, :where(.uc-dark) .dark\:d-xl-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-xl-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-xl-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-xl-inline-block, :where(.uc-dark) .dark\:d-xl-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-xl-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-xl-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-xl-block, :where(.uc-dark) .dark\:d-xl-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-xl-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-xl-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-xl-grid, :where(.uc-dark) .dark\:d-xl-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-xl-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-xl-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-xl-table, :where(.uc-dark) .dark\:d-xl-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-xl-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-xl-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-xl-table-row, :where(.uc-dark) .dark\:d-xl-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-xl-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-xl-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-xl-table-cell, :where(.uc-dark) .dark\:d-xl-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-xl-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-xl-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-xl-flex, :where(.uc-dark) .dark\:d-xl-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-xl-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-xl-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-xl-inline-flex, :where(.uc-dark) .dark\:d-xl-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-xl-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-xl-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-xl-none, :where(.uc-dark) .dark\:d-xl-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-xl-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-xl-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-xl-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:xl\:d-inline, :where(.uc-dark) .dark\:xl\:d-inline-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:xl\:d-inline-block, :where(.uc-dark) .dark\:xl\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:xl\:d-block, :where(.uc-dark) .dark\:xl\:d-block-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:xl\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:xl\:d-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:xl\:d-grid, :where(.uc-dark) .dark\:xl\:d-grid-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:xl\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:xl\:d-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:xl\:d-table, :where(.uc-dark) .dark\:xl\:d-table-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:xl\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:xl\:d-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:xl\:d-table-row, :where(.uc-dark) .dark\:xl\:d-table-row-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:xl\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:xl\:d-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:xl\:d-table-cell, :where(.uc-dark) .dark\:xl\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:xl\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:xl\:d-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:xl\:d-flex, :where(.uc-dark) .dark\:xl\:d-flex-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:xl\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:xl\:d-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:xl\:d-inline-flex, :where(.uc-dark) .dark\:xl\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:xl\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:xl\:d-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:xl\:d-none, :where(.uc-dark) .dark\:xl\:d-none-hover:hover, :where(.uc-dark) .dark\:xl\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:xl\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:xl\:d-none {
    display: none !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .xl\:border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xl\:border-top-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:border-end-xl-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:border-end-xl-0 {
    border-right: 0 !important;
  }
  .xl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:xl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:xl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xl\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .xl\:border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xl\:border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:border-start-xl-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:border-start-xl-0 {
    border-left: 0 !important;
  }
  .xl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:xl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:xl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xl\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:border-start-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .xl\:border-1 {
    border-width: 1px !important;
  }
  .xl\:border-2 {
    border-width: 2px !important;
  }
  .xl\:border-3 {
    border-width: 3px !important;
  }
  .xl\:border-4 {
    border-width: 4px !important;
  }
  .xl\:border-5 {
    border-width: 5px !important;
  }
  .w-xl-px, .w-xl-px-hover:hover, .hover\:w-xl-px:hover, .w-xl-px-focus:focus, .focus\:w-xl-px:focus {
    width: 1px !important;
  }
  .w-xl-2px, .w-xl-2px-hover:hover, .hover\:w-xl-2px:hover, .w-xl-2px-focus:focus, .focus\:w-xl-2px:focus {
    width: 2px !important;
  }
  .w-xl-4px, .w-xl-4px-hover:hover, .hover\:w-xl-4px:hover, .w-xl-4px-focus:focus, .focus\:w-xl-4px:focus {
    width: 4px !important;
  }
  .w-xl-8px, .w-xl-8px-hover:hover, .hover\:w-xl-8px:hover, .w-xl-8px-focus:focus, .focus\:w-xl-8px:focus {
    width: 8px !important;
  }
  .w-xl-16px, .w-xl-16px-hover:hover, .hover\:w-xl-16px:hover, .w-xl-16px-focus:focus, .focus\:w-xl-16px:focus {
    width: 16px !important;
  }
  .w-xl-18px, .w-xl-18px-hover:hover, .hover\:w-xl-18px:hover, .w-xl-18px-focus:focus, .focus\:w-xl-18px:focus {
    width: 18px !important;
  }
  .w-xl-20px, .w-xl-20px-hover:hover, .hover\:w-xl-20px:hover, .w-xl-20px-focus:focus, .focus\:w-xl-20px:focus {
    width: 20px !important;
  }
  .w-xl-24px, .w-xl-24px-hover:hover, .hover\:w-xl-24px:hover, .w-xl-24px-focus:focus, .focus\:w-xl-24px:focus {
    width: 24px !important;
  }
  .w-xl-32px, .w-xl-32px-hover:hover, .hover\:w-xl-32px:hover, .w-xl-32px-focus:focus, .focus\:w-xl-32px:focus {
    width: 32px !important;
  }
  .w-xl-36px, .w-xl-36px-hover:hover, .hover\:w-xl-36px:hover, .w-xl-36px-focus:focus, .focus\:w-xl-36px:focus {
    width: 36px !important;
  }
  .w-xl-40px, .w-xl-40px-hover:hover, .hover\:w-xl-40px:hover, .w-xl-40px-focus:focus, .focus\:w-xl-40px:focus {
    width: 40px !important;
  }
  .w-xl-48px, .w-xl-48px-hover:hover, .hover\:w-xl-48px:hover, .w-xl-48px-focus:focus, .focus\:w-xl-48px:focus {
    width: 48px !important;
  }
  .w-xl-56px, .w-xl-56px-hover:hover, .hover\:w-xl-56px:hover, .w-xl-56px-focus:focus, .focus\:w-xl-56px:focus {
    width: 56px !important;
  }
  .w-xl-64px, .w-xl-64px-hover:hover, .hover\:w-xl-64px:hover, .w-xl-64px-focus:focus, .focus\:w-xl-64px:focus {
    width: 64px !important;
  }
  .w-xl-72px, .w-xl-72px-hover:hover, .hover\:w-xl-72px:hover, .w-xl-72px-focus:focus, .focus\:w-xl-72px:focus {
    width: 72px !important;
  }
  .w-xl-80px, .w-xl-80px-hover:hover, .hover\:w-xl-80px:hover, .w-xl-80px-focus:focus, .focus\:w-xl-80px:focus {
    width: 80px !important;
  }
  .w-xl-96px, .w-xl-96px-hover:hover, .hover\:w-xl-96px:hover, .w-xl-96px-focus:focus, .focus\:w-xl-96px:focus {
    width: 96px !important;
  }
  .w-xl-100px, .w-xl-100px-hover:hover, .hover\:w-xl-100px:hover, .w-xl-100px-focus:focus, .focus\:w-xl-100px:focus {
    width: 100px !important;
  }
  .w-xl-128px, .w-xl-128px-hover:hover, .hover\:w-xl-128px:hover, .w-xl-128px-focus:focus, .focus\:w-xl-128px:focus {
    width: 128px !important;
  }
  .w-xl-150px, .w-xl-150px-hover:hover, .hover\:w-xl-150px:hover, .w-xl-150px-focus:focus, .focus\:w-xl-150px:focus {
    width: 150px !important;
  }
  .w-xl-200px, .w-xl-200px-hover:hover, .hover\:w-xl-200px:hover, .w-xl-200px-focus:focus, .focus\:w-xl-200px:focus {
    width: 200px !important;
  }
  .w-xl-250px, .w-xl-250px-hover:hover, .hover\:w-xl-250px:hover, .w-xl-250px-focus:focus, .focus\:w-xl-250px:focus {
    width: 250px !important;
  }
  .w-xl-300px, .w-xl-300px-hover:hover, .hover\:w-xl-300px:hover, .w-xl-300px-focus:focus, .focus\:w-xl-300px:focus {
    width: 300px !important;
  }
  .w-xl-350px, .w-xl-350px-hover:hover, .hover\:w-xl-350px:hover, .w-xl-350px-focus:focus, .focus\:w-xl-350px:focus {
    width: 350px !important;
  }
  .w-xl-400px, .w-xl-400px-hover:hover, .hover\:w-xl-400px:hover, .w-xl-400px-focus:focus, .focus\:w-xl-400px:focus {
    width: 400px !important;
  }
  .w-xl-450px, .w-xl-450px-hover:hover, .hover\:w-xl-450px:hover, .w-xl-450px-focus:focus, .focus\:w-xl-450px:focus {
    width: 450px !important;
  }
  .w-xl-500px, .w-xl-500px-hover:hover, .hover\:w-xl-500px:hover, .w-xl-500px-focus:focus, .focus\:w-xl-500px:focus {
    width: 500px !important;
  }
  .w-xl-550px, .w-xl-550px-hover:hover, .hover\:w-xl-550px:hover, .w-xl-550px-focus:focus, .focus\:w-xl-550px:focus {
    width: 550px !important;
  }
  .w-xl-600px, .w-xl-600px-hover:hover, .hover\:w-xl-600px:hover, .w-xl-600px-focus:focus, .focus\:w-xl-600px:focus {
    width: 600px !important;
  }
  .w-xl-650px, .w-xl-650px-hover:hover, .hover\:w-xl-650px:hover, .w-xl-650px-focus:focus, .focus\:w-xl-650px:focus {
    width: 650px !important;
  }
  .w-xl-700px, .w-xl-700px-hover:hover, .hover\:w-xl-700px:hover, .w-xl-700px-focus:focus, .focus\:w-xl-700px:focus {
    width: 700px !important;
  }
  .w-xl-750px, .w-xl-750px-hover:hover, .hover\:w-xl-750px:hover, .w-xl-750px-focus:focus, .focus\:w-xl-750px:focus {
    width: 750px !important;
  }
  .w-xl-800px, .w-xl-800px-hover:hover, .hover\:w-xl-800px:hover, .w-xl-800px-focus:focus, .focus\:w-xl-800px:focus {
    width: 800px !important;
  }
  .w-xl-850px, .w-xl-850px-hover:hover, .hover\:w-xl-850px:hover, .w-xl-850px-focus:focus, .focus\:w-xl-850px:focus {
    width: 850px !important;
  }
  .w-xl-900px, .w-xl-900px-hover:hover, .hover\:w-xl-900px:hover, .w-xl-900px-focus:focus, .focus\:w-xl-900px:focus {
    width: 900px !important;
  }
  .w-xl-950px, .w-xl-950px-hover:hover, .hover\:w-xl-950px:hover, .w-xl-950px-focus:focus, .focus\:w-xl-950px:focus {
    width: 950px !important;
  }
  .w-xl-1000px, .w-xl-1000px-hover:hover, .hover\:w-xl-1000px:hover, .w-xl-1000px-focus:focus, .focus\:w-xl-1000px:focus {
    width: 1000px !important;
  }
  .w-xl-1170px, .w-xl-1170px-hover:hover, .hover\:w-xl-1170px:hover, .w-xl-1170px-focus:focus, .focus\:w-xl-1170px:focus {
    width: 1170px !important;
  }
  .w-xl-1280px, .w-xl-1280px-hover:hover, .hover\:w-xl-1280px:hover, .w-xl-1280px-focus:focus, .focus\:w-xl-1280px:focus {
    width: 1280px !important;
  }
  .w-xl-1320px, .w-xl-1320px-hover:hover, .hover\:w-xl-1320px:hover, .w-xl-1320px-focus:focus, .focus\:w-xl-1320px:focus {
    width: 1320px !important;
  }
  .w-xl-1440px, .w-xl-1440px-hover:hover, .hover\:w-xl-1440px:hover, .w-xl-1440px-focus:focus, .focus\:w-xl-1440px:focus {
    width: 1440px !important;
  }
  .w-xl-xs, .w-xl-xs-hover:hover, .hover\:w-xl-xs:hover, .w-xl-xs-focus:focus, .focus\:w-xl-xs:focus {
    width: 320px !important;
  }
  .w-xl-sm, .w-xl-sm-hover:hover, .hover\:w-xl-sm:hover, .w-xl-sm-focus:focus, .focus\:w-xl-sm:focus {
    width: 640px !important;
  }
  .w-xl-md, .w-xl-md-hover:hover, .hover\:w-xl-md:hover, .w-xl-md-focus:focus, .focus\:w-xl-md:focus {
    width: 720px !important;
  }
  .w-xl-lg, .w-xl-lg-hover:hover, .hover\:w-xl-lg:hover, .w-xl-lg-focus:focus, .focus\:w-xl-lg:focus {
    width: 1040px !important;
  }
  .w-xl-xl, .w-xl-xl-hover:hover, .hover\:w-xl-xl:hover, .w-xl-xl-focus:focus, .focus\:w-xl-xl:focus {
    width: 1280px !important;
  }
  .w-xl-2xl, .w-xl-2xl-hover:hover, .hover\:w-xl-2xl:hover, .w-xl-2xl-focus:focus, .focus\:w-xl-2xl:focus {
    width: 1312px !important;
  }
  .w-xl-1\/6, .w-xl-1\/6-hover:hover, .hover\:w-xl-1\/6:hover, .w-xl-1\/6-focus:focus, .focus\:w-xl-1\/6:focus {
    width: 16.6666667% !important;
  }
  .w-xl-2\/6, .w-xl-2\/6-hover:hover, .hover\:w-xl-2\/6:hover, .w-xl-2\/6-focus:focus, .focus\:w-xl-2\/6:focus {
    width: 33.3333333% !important;
  }
  .w-xl-3\/6, .w-xl-3\/6-hover:hover, .hover\:w-xl-3\/6:hover, .w-xl-3\/6-focus:focus, .focus\:w-xl-3\/6:focus {
    width: 50% !important;
  }
  .w-xl-4\/6, .w-xl-4\/6-hover:hover, .hover\:w-xl-4\/6:hover, .w-xl-4\/6-focus:focus, .focus\:w-xl-4\/6:focus {
    width: 66.6666667% !important;
  }
  .w-xl-5\/6, .w-xl-5\/6-hover:hover, .hover\:w-xl-5\/6:hover, .w-xl-5\/6-focus:focus, .focus\:w-xl-5\/6:focus {
    width: 83.3333333% !important;
  }
  .w-xl-1\/5, .w-xl-1\/5-hover:hover, .hover\:w-xl-1\/5:hover, .w-xl-1\/5-focus:focus, .focus\:w-xl-1\/5:focus {
    width: 20% !important;
  }
  .w-xl-2\/5, .w-xl-2\/5-hover:hover, .hover\:w-xl-2\/5:hover, .w-xl-2\/5-focus:focus, .focus\:w-xl-2\/5:focus {
    width: 40% !important;
  }
  .w-xl-3\/5, .w-xl-3\/5-hover:hover, .hover\:w-xl-3\/5:hover, .w-xl-3\/5-focus:focus, .focus\:w-xl-3\/5:focus {
    width: 60% !important;
  }
  .w-xl-4\/5, .w-xl-4\/5-hover:hover, .hover\:w-xl-4\/5:hover, .w-xl-4\/5-focus:focus, .focus\:w-xl-4\/5:focus {
    width: 80% !important;
  }
  .w-xl-1\/4, .w-xl-1\/4-hover:hover, .hover\:w-xl-1\/4:hover, .w-xl-1\/4-focus:focus, .focus\:w-xl-1\/4:focus {
    width: 25% !important;
  }
  .w-xl-2\/4, .w-xl-2\/4-hover:hover, .hover\:w-xl-2\/4:hover, .w-xl-2\/4-focus:focus, .focus\:w-xl-2\/4:focus {
    width: 50% !important;
  }
  .w-xl-3\/4, .w-xl-3\/4-hover:hover, .hover\:w-xl-3\/4:hover, .w-xl-3\/4-focus:focus, .focus\:w-xl-3\/4:focus {
    width: 75% !important;
  }
  .w-xl-1\/3, .w-xl-1\/3-hover:hover, .hover\:w-xl-1\/3:hover, .w-xl-1\/3-focus:focus, .focus\:w-xl-1\/3:focus {
    width: 33.3333333% !important;
  }
  .w-xl-2\/3, .w-xl-2\/3-hover:hover, .hover\:w-xl-2\/3:hover, .w-xl-2\/3-focus:focus, .focus\:w-xl-2\/3:focus {
    width: 66.6666667% !important;
  }
  .w-xl-1\/2, .w-xl-1\/2-hover:hover, .hover\:w-xl-1\/2:hover, .w-xl-1\/2-focus:focus, .focus\:w-xl-1\/2:focus {
    width: 50% !important;
  }
  .w-xl-100, .w-xl-100-hover:hover, .hover\:w-xl-100:hover, .w-xl-100-focus:focus, .focus\:w-xl-100:focus {
    width: 100% !important;
  }
  .w-xl-full, .w-xl-full-hover:hover, .hover\:w-xl-full:hover, .w-xl-full-focus:focus, .focus\:w-xl-full:focus {
    width: 100% !important;
  }
  .w-xl-min, .w-xl-min-hover:hover, .hover\:w-xl-min:hover, .w-xl-min-focus:focus, .focus\:w-xl-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .w-xl-max, .w-xl-max-hover:hover, .hover\:w-xl-max:hover, .w-xl-max-focus:focus, .focus\:w-xl-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xl-fit, .w-xl-fit-hover:hover, .hover\:w-xl-fit:hover, .w-xl-fit-focus:focus, .focus\:w-xl-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xl-auto, .w-xl-auto-hover:hover, .hover\:w-xl-auto:hover, .w-xl-auto-focus:focus, .focus\:w-xl-auto:focus {
    width: auto !important;
  }
  .w-xl-0, .w-xl-0-hover:hover, .hover\:w-xl-0:hover, .w-xl-0-focus:focus, .focus\:w-xl-0:focus {
    width: 0 !important;
  }
  .w-xl-screen, .w-xl-screen-hover:hover, .hover\:w-xl-screen:hover, .w-xl-screen-focus:focus, .focus\:w-xl-screen:focus {
    width: 100vw !important;
  }
  .xl\:w-px, .xl\:w-px-hover:hover, .xl\:hover\:w-px:hover, .xl\:w-px-focus:focus, .xl\:focus\:w-px:focus {
    width: 1px !important;
  }
  .xl\:w-2px, .xl\:w-2px-hover:hover, .xl\:hover\:w-2px:hover, .xl\:w-2px-focus:focus, .xl\:focus\:w-2px:focus {
    width: 2px !important;
  }
  .xl\:w-4px, .xl\:w-4px-hover:hover, .xl\:hover\:w-4px:hover, .xl\:w-4px-focus:focus, .xl\:focus\:w-4px:focus {
    width: 4px !important;
  }
  .xl\:w-8px, .xl\:w-8px-hover:hover, .xl\:hover\:w-8px:hover, .xl\:w-8px-focus:focus, .xl\:focus\:w-8px:focus {
    width: 8px !important;
  }
  .xl\:w-16px, .xl\:w-16px-hover:hover, .xl\:hover\:w-16px:hover, .xl\:w-16px-focus:focus, .xl\:focus\:w-16px:focus {
    width: 16px !important;
  }
  .xl\:w-18px, .xl\:w-18px-hover:hover, .xl\:hover\:w-18px:hover, .xl\:w-18px-focus:focus, .xl\:focus\:w-18px:focus {
    width: 18px !important;
  }
  .xl\:w-20px, .xl\:w-20px-hover:hover, .xl\:hover\:w-20px:hover, .xl\:w-20px-focus:focus, .xl\:focus\:w-20px:focus {
    width: 20px !important;
  }
  .xl\:w-24px, .xl\:w-24px-hover:hover, .xl\:hover\:w-24px:hover, .xl\:w-24px-focus:focus, .xl\:focus\:w-24px:focus {
    width: 24px !important;
  }
  .xl\:w-32px, .xl\:w-32px-hover:hover, .xl\:hover\:w-32px:hover, .xl\:w-32px-focus:focus, .xl\:focus\:w-32px:focus {
    width: 32px !important;
  }
  .xl\:w-36px, .xl\:w-36px-hover:hover, .xl\:hover\:w-36px:hover, .xl\:w-36px-focus:focus, .xl\:focus\:w-36px:focus {
    width: 36px !important;
  }
  .xl\:w-40px, .xl\:w-40px-hover:hover, .xl\:hover\:w-40px:hover, .xl\:w-40px-focus:focus, .xl\:focus\:w-40px:focus {
    width: 40px !important;
  }
  .xl\:w-48px, .xl\:w-48px-hover:hover, .xl\:hover\:w-48px:hover, .xl\:w-48px-focus:focus, .xl\:focus\:w-48px:focus {
    width: 48px !important;
  }
  .xl\:w-56px, .xl\:w-56px-hover:hover, .xl\:hover\:w-56px:hover, .xl\:w-56px-focus:focus, .xl\:focus\:w-56px:focus {
    width: 56px !important;
  }
  .xl\:w-64px, .xl\:w-64px-hover:hover, .xl\:hover\:w-64px:hover, .xl\:w-64px-focus:focus, .xl\:focus\:w-64px:focus {
    width: 64px !important;
  }
  .xl\:w-72px, .xl\:w-72px-hover:hover, .xl\:hover\:w-72px:hover, .xl\:w-72px-focus:focus, .xl\:focus\:w-72px:focus {
    width: 72px !important;
  }
  .xl\:w-80px, .xl\:w-80px-hover:hover, .xl\:hover\:w-80px:hover, .xl\:w-80px-focus:focus, .xl\:focus\:w-80px:focus {
    width: 80px !important;
  }
  .xl\:w-96px, .xl\:w-96px-hover:hover, .xl\:hover\:w-96px:hover, .xl\:w-96px-focus:focus, .xl\:focus\:w-96px:focus {
    width: 96px !important;
  }
  .xl\:w-100px, .xl\:w-100px-hover:hover, .xl\:hover\:w-100px:hover, .xl\:w-100px-focus:focus, .xl\:focus\:w-100px:focus {
    width: 100px !important;
  }
  .xl\:w-128px, .xl\:w-128px-hover:hover, .xl\:hover\:w-128px:hover, .xl\:w-128px-focus:focus, .xl\:focus\:w-128px:focus {
    width: 128px !important;
  }
  .xl\:w-150px, .xl\:w-150px-hover:hover, .xl\:hover\:w-150px:hover, .xl\:w-150px-focus:focus, .xl\:focus\:w-150px:focus {
    width: 150px !important;
  }
  .xl\:w-200px, .xl\:w-200px-hover:hover, .xl\:hover\:w-200px:hover, .xl\:w-200px-focus:focus, .xl\:focus\:w-200px:focus {
    width: 200px !important;
  }
  .xl\:w-250px, .xl\:w-250px-hover:hover, .xl\:hover\:w-250px:hover, .xl\:w-250px-focus:focus, .xl\:focus\:w-250px:focus {
    width: 250px !important;
  }
  .xl\:w-300px, .xl\:w-300px-hover:hover, .xl\:hover\:w-300px:hover, .xl\:w-300px-focus:focus, .xl\:focus\:w-300px:focus {
    width: 300px !important;
  }
  .xl\:w-350px, .xl\:w-350px-hover:hover, .xl\:hover\:w-350px:hover, .xl\:w-350px-focus:focus, .xl\:focus\:w-350px:focus {
    width: 350px !important;
  }
  .xl\:w-400px, .xl\:w-400px-hover:hover, .xl\:hover\:w-400px:hover, .xl\:w-400px-focus:focus, .xl\:focus\:w-400px:focus {
    width: 400px !important;
  }
  .xl\:w-450px, .xl\:w-450px-hover:hover, .xl\:hover\:w-450px:hover, .xl\:w-450px-focus:focus, .xl\:focus\:w-450px:focus {
    width: 450px !important;
  }
  .xl\:w-500px, .xl\:w-500px-hover:hover, .xl\:hover\:w-500px:hover, .xl\:w-500px-focus:focus, .xl\:focus\:w-500px:focus {
    width: 500px !important;
  }
  .xl\:w-550px, .xl\:w-550px-hover:hover, .xl\:hover\:w-550px:hover, .xl\:w-550px-focus:focus, .xl\:focus\:w-550px:focus {
    width: 550px !important;
  }
  .xl\:w-600px, .xl\:w-600px-hover:hover, .xl\:hover\:w-600px:hover, .xl\:w-600px-focus:focus, .xl\:focus\:w-600px:focus {
    width: 600px !important;
  }
  .xl\:w-650px, .xl\:w-650px-hover:hover, .xl\:hover\:w-650px:hover, .xl\:w-650px-focus:focus, .xl\:focus\:w-650px:focus {
    width: 650px !important;
  }
  .xl\:w-700px, .xl\:w-700px-hover:hover, .xl\:hover\:w-700px:hover, .xl\:w-700px-focus:focus, .xl\:focus\:w-700px:focus {
    width: 700px !important;
  }
  .xl\:w-750px, .xl\:w-750px-hover:hover, .xl\:hover\:w-750px:hover, .xl\:w-750px-focus:focus, .xl\:focus\:w-750px:focus {
    width: 750px !important;
  }
  .xl\:w-800px, .xl\:w-800px-hover:hover, .xl\:hover\:w-800px:hover, .xl\:w-800px-focus:focus, .xl\:focus\:w-800px:focus {
    width: 800px !important;
  }
  .xl\:w-850px, .xl\:w-850px-hover:hover, .xl\:hover\:w-850px:hover, .xl\:w-850px-focus:focus, .xl\:focus\:w-850px:focus {
    width: 850px !important;
  }
  .xl\:w-900px, .xl\:w-900px-hover:hover, .xl\:hover\:w-900px:hover, .xl\:w-900px-focus:focus, .xl\:focus\:w-900px:focus {
    width: 900px !important;
  }
  .xl\:w-950px, .xl\:w-950px-hover:hover, .xl\:hover\:w-950px:hover, .xl\:w-950px-focus:focus, .xl\:focus\:w-950px:focus {
    width: 950px !important;
  }
  .xl\:w-1000px, .xl\:w-1000px-hover:hover, .xl\:hover\:w-1000px:hover, .xl\:w-1000px-focus:focus, .xl\:focus\:w-1000px:focus {
    width: 1000px !important;
  }
  .xl\:w-1170px, .xl\:w-1170px-hover:hover, .xl\:hover\:w-1170px:hover, .xl\:w-1170px-focus:focus, .xl\:focus\:w-1170px:focus {
    width: 1170px !important;
  }
  .xl\:w-1280px, .xl\:w-1280px-hover:hover, .xl\:hover\:w-1280px:hover, .xl\:w-1280px-focus:focus, .xl\:focus\:w-1280px:focus {
    width: 1280px !important;
  }
  .xl\:w-1320px, .xl\:w-1320px-hover:hover, .xl\:hover\:w-1320px:hover, .xl\:w-1320px-focus:focus, .xl\:focus\:w-1320px:focus {
    width: 1320px !important;
  }
  .xl\:w-1440px, .xl\:w-1440px-hover:hover, .xl\:hover\:w-1440px:hover, .xl\:w-1440px-focus:focus, .xl\:focus\:w-1440px:focus {
    width: 1440px !important;
  }
  .xl\:w-xs, .xl\:w-xs-hover:hover, .xl\:hover\:w-xs:hover, .xl\:w-xs-focus:focus, .xl\:focus\:w-xs:focus {
    width: 320px !important;
  }
  .xl\:w-sm, .xl\:w-sm-hover:hover, .xl\:hover\:w-sm:hover, .xl\:w-sm-focus:focus, .xl\:focus\:w-sm:focus {
    width: 640px !important;
  }
  .xl\:w-md, .xl\:w-md-hover:hover, .xl\:hover\:w-md:hover, .xl\:w-md-focus:focus, .xl\:focus\:w-md:focus {
    width: 720px !important;
  }
  .xl\:w-lg, .xl\:w-lg-hover:hover, .xl\:hover\:w-lg:hover, .xl\:w-lg-focus:focus, .xl\:focus\:w-lg:focus {
    width: 1040px !important;
  }
  .xl\:w-xl, .xl\:w-xl-hover:hover, .xl\:hover\:w-xl:hover, .xl\:w-xl-focus:focus, .xl\:focus\:w-xl:focus {
    width: 1280px !important;
  }
  .xl\:w-2xl, .xl\:w-2xl-hover:hover, .xl\:hover\:w-2xl:hover, .xl\:w-2xl-focus:focus, .xl\:focus\:w-2xl:focus {
    width: 1312px !important;
  }
  .xl\:w-1\/6, .xl\:w-1\/6-hover:hover, .xl\:hover\:w-1\/6:hover, .xl\:w-1\/6-focus:focus, .xl\:focus\:w-1\/6:focus {
    width: 16.6666667% !important;
  }
  .xl\:w-2\/6, .xl\:w-2\/6-hover:hover, .xl\:hover\:w-2\/6:hover, .xl\:w-2\/6-focus:focus, .xl\:focus\:w-2\/6:focus {
    width: 33.3333333% !important;
  }
  .xl\:w-3\/6, .xl\:w-3\/6-hover:hover, .xl\:hover\:w-3\/6:hover, .xl\:w-3\/6-focus:focus, .xl\:focus\:w-3\/6:focus {
    width: 50% !important;
  }
  .xl\:w-4\/6, .xl\:w-4\/6-hover:hover, .xl\:hover\:w-4\/6:hover, .xl\:w-4\/6-focus:focus, .xl\:focus\:w-4\/6:focus {
    width: 66.6666667% !important;
  }
  .xl\:w-5\/6, .xl\:w-5\/6-hover:hover, .xl\:hover\:w-5\/6:hover, .xl\:w-5\/6-focus:focus, .xl\:focus\:w-5\/6:focus {
    width: 83.3333333% !important;
  }
  .xl\:w-1\/5, .xl\:w-1\/5-hover:hover, .xl\:hover\:w-1\/5:hover, .xl\:w-1\/5-focus:focus, .xl\:focus\:w-1\/5:focus {
    width: 20% !important;
  }
  .xl\:w-2\/5, .xl\:w-2\/5-hover:hover, .xl\:hover\:w-2\/5:hover, .xl\:w-2\/5-focus:focus, .xl\:focus\:w-2\/5:focus {
    width: 40% !important;
  }
  .xl\:w-3\/5, .xl\:w-3\/5-hover:hover, .xl\:hover\:w-3\/5:hover, .xl\:w-3\/5-focus:focus, .xl\:focus\:w-3\/5:focus {
    width: 60% !important;
  }
  .xl\:w-4\/5, .xl\:w-4\/5-hover:hover, .xl\:hover\:w-4\/5:hover, .xl\:w-4\/5-focus:focus, .xl\:focus\:w-4\/5:focus {
    width: 80% !important;
  }
  .xl\:w-1\/4, .xl\:w-1\/4-hover:hover, .xl\:hover\:w-1\/4:hover, .xl\:w-1\/4-focus:focus, .xl\:focus\:w-1\/4:focus {
    width: 25% !important;
  }
  .xl\:w-2\/4, .xl\:w-2\/4-hover:hover, .xl\:hover\:w-2\/4:hover, .xl\:w-2\/4-focus:focus, .xl\:focus\:w-2\/4:focus {
    width: 50% !important;
  }
  .xl\:w-3\/4, .xl\:w-3\/4-hover:hover, .xl\:hover\:w-3\/4:hover, .xl\:w-3\/4-focus:focus, .xl\:focus\:w-3\/4:focus {
    width: 75% !important;
  }
  .xl\:w-1\/3, .xl\:w-1\/3-hover:hover, .xl\:hover\:w-1\/3:hover, .xl\:w-1\/3-focus:focus, .xl\:focus\:w-1\/3:focus {
    width: 33.3333333% !important;
  }
  .xl\:w-2\/3, .xl\:w-2\/3-hover:hover, .xl\:hover\:w-2\/3:hover, .xl\:w-2\/3-focus:focus, .xl\:focus\:w-2\/3:focus {
    width: 66.6666667% !important;
  }
  .xl\:w-1\/2, .xl\:w-1\/2-hover:hover, .xl\:hover\:w-1\/2:hover, .xl\:w-1\/2-focus:focus, .xl\:focus\:w-1\/2:focus {
    width: 50% !important;
  }
  .xl\:w-100, .xl\:w-100-hover:hover, .xl\:hover\:w-100:hover, .xl\:w-100-focus:focus, .xl\:focus\:w-100:focus {
    width: 100% !important;
  }
  .xl\:w-full, .xl\:w-full-hover:hover, .xl\:hover\:w-full:hover, .xl\:w-full-focus:focus, .xl\:focus\:w-full:focus {
    width: 100% !important;
  }
  .xl\:w-min, .xl\:w-min-hover:hover, .xl\:hover\:w-min:hover, .xl\:w-min-focus:focus, .xl\:focus\:w-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .xl\:w-max, .xl\:w-max-hover:hover, .xl\:hover\:w-max:hover, .xl\:w-max-focus:focus, .xl\:focus\:w-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .xl\:w-fit, .xl\:w-fit-hover:hover, .xl\:hover\:w-fit:hover, .xl\:w-fit-focus:focus, .xl\:focus\:w-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .xl\:w-auto, .xl\:w-auto-hover:hover, .xl\:hover\:w-auto:hover, .xl\:w-auto-focus:focus, .xl\:focus\:w-auto:focus {
    width: auto !important;
  }
  .xl\:w-0, .xl\:w-0-hover:hover, .xl\:hover\:w-0:hover, .xl\:w-0-focus:focus, .xl\:focus\:w-0:focus {
    width: 0 !important;
  }
  .xl\:w-screen, .xl\:w-screen-hover:hover, .xl\:hover\:w-screen:hover, .xl\:w-screen-focus:focus, .xl\:focus\:w-screen:focus {
    width: 100vw !important;
  }
  .max-w-xl-none, .max-w-xl-none-hover:hover, .hover\:max-w-xl-none:hover {
    max-width: none !important;
  }
  .max-w-xl-px, .max-w-xl-px-hover:hover, .hover\:max-w-xl-px:hover {
    max-width: 1px !important;
  }
  .max-w-xl-2px, .max-w-xl-2px-hover:hover, .hover\:max-w-xl-2px:hover {
    max-width: 2px !important;
  }
  .max-w-xl-4px, .max-w-xl-4px-hover:hover, .hover\:max-w-xl-4px:hover {
    max-width: 4px !important;
  }
  .max-w-xl-8px, .max-w-xl-8px-hover:hover, .hover\:max-w-xl-8px:hover {
    max-width: 8px !important;
  }
  .max-w-xl-16px, .max-w-xl-16px-hover:hover, .hover\:max-w-xl-16px:hover {
    max-width: 16px !important;
  }
  .max-w-xl-18px, .max-w-xl-18px-hover:hover, .hover\:max-w-xl-18px:hover {
    max-width: 18px !important;
  }
  .max-w-xl-20px, .max-w-xl-20px-hover:hover, .hover\:max-w-xl-20px:hover {
    max-width: 20px !important;
  }
  .max-w-xl-24px, .max-w-xl-24px-hover:hover, .hover\:max-w-xl-24px:hover {
    max-width: 24px !important;
  }
  .max-w-xl-32px, .max-w-xl-32px-hover:hover, .hover\:max-w-xl-32px:hover {
    max-width: 32px !important;
  }
  .max-w-xl-36px, .max-w-xl-36px-hover:hover, .hover\:max-w-xl-36px:hover {
    max-width: 36px !important;
  }
  .max-w-xl-40px, .max-w-xl-40px-hover:hover, .hover\:max-w-xl-40px:hover {
    max-width: 40px !important;
  }
  .max-w-xl-48px, .max-w-xl-48px-hover:hover, .hover\:max-w-xl-48px:hover {
    max-width: 48px !important;
  }
  .max-w-xl-56px, .max-w-xl-56px-hover:hover, .hover\:max-w-xl-56px:hover {
    max-width: 56px !important;
  }
  .max-w-xl-64px, .max-w-xl-64px-hover:hover, .hover\:max-w-xl-64px:hover {
    max-width: 64px !important;
  }
  .max-w-xl-72px, .max-w-xl-72px-hover:hover, .hover\:max-w-xl-72px:hover {
    max-width: 72px !important;
  }
  .max-w-xl-80px, .max-w-xl-80px-hover:hover, .hover\:max-w-xl-80px:hover {
    max-width: 80px !important;
  }
  .max-w-xl-96px, .max-w-xl-96px-hover:hover, .hover\:max-w-xl-96px:hover {
    max-width: 96px !important;
  }
  .max-w-xl-100px, .max-w-xl-100px-hover:hover, .hover\:max-w-xl-100px:hover {
    max-width: 100px !important;
  }
  .max-w-xl-128px, .max-w-xl-128px-hover:hover, .hover\:max-w-xl-128px:hover {
    max-width: 128px !important;
  }
  .max-w-xl-150px, .max-w-xl-150px-hover:hover, .hover\:max-w-xl-150px:hover {
    max-width: 150px !important;
  }
  .max-w-xl-200px, .max-w-xl-200px-hover:hover, .hover\:max-w-xl-200px:hover {
    max-width: 200px !important;
  }
  .max-w-xl-250px, .max-w-xl-250px-hover:hover, .hover\:max-w-xl-250px:hover {
    max-width: 250px !important;
  }
  .max-w-xl-300px, .max-w-xl-300px-hover:hover, .hover\:max-w-xl-300px:hover {
    max-width: 300px !important;
  }
  .max-w-xl-350px, .max-w-xl-350px-hover:hover, .hover\:max-w-xl-350px:hover {
    max-width: 350px !important;
  }
  .max-w-xl-400px, .max-w-xl-400px-hover:hover, .hover\:max-w-xl-400px:hover {
    max-width: 400px !important;
  }
  .max-w-xl-450px, .max-w-xl-450px-hover:hover, .hover\:max-w-xl-450px:hover {
    max-width: 450px !important;
  }
  .max-w-xl-500px, .max-w-xl-500px-hover:hover, .hover\:max-w-xl-500px:hover {
    max-width: 500px !important;
  }
  .max-w-xl-550px, .max-w-xl-550px-hover:hover, .hover\:max-w-xl-550px:hover {
    max-width: 550px !important;
  }
  .max-w-xl-600px, .max-w-xl-600px-hover:hover, .hover\:max-w-xl-600px:hover {
    max-width: 600px !important;
  }
  .max-w-xl-650px, .max-w-xl-650px-hover:hover, .hover\:max-w-xl-650px:hover {
    max-width: 650px !important;
  }
  .max-w-xl-700px, .max-w-xl-700px-hover:hover, .hover\:max-w-xl-700px:hover {
    max-width: 700px !important;
  }
  .max-w-xl-750px, .max-w-xl-750px-hover:hover, .hover\:max-w-xl-750px:hover {
    max-width: 750px !important;
  }
  .max-w-xl-800px, .max-w-xl-800px-hover:hover, .hover\:max-w-xl-800px:hover {
    max-width: 800px !important;
  }
  .max-w-xl-850px, .max-w-xl-850px-hover:hover, .hover\:max-w-xl-850px:hover {
    max-width: 850px !important;
  }
  .max-w-xl-900px, .max-w-xl-900px-hover:hover, .hover\:max-w-xl-900px:hover {
    max-width: 900px !important;
  }
  .max-w-xl-950px, .max-w-xl-950px-hover:hover, .hover\:max-w-xl-950px:hover {
    max-width: 950px !important;
  }
  .max-w-xl-1000px, .max-w-xl-1000px-hover:hover, .hover\:max-w-xl-1000px:hover {
    max-width: 1000px !important;
  }
  .max-w-xl-1170px, .max-w-xl-1170px-hover:hover, .hover\:max-w-xl-1170px:hover {
    max-width: 1170px !important;
  }
  .max-w-xl-1280px, .max-w-xl-1280px-hover:hover, .hover\:max-w-xl-1280px:hover {
    max-width: 1280px !important;
  }
  .max-w-xl-1320px, .max-w-xl-1320px-hover:hover, .hover\:max-w-xl-1320px:hover {
    max-width: 1320px !important;
  }
  .max-w-xl-1440px, .max-w-xl-1440px-hover:hover, .hover\:max-w-xl-1440px:hover {
    max-width: 1440px !important;
  }
  .max-w-xl-1\/6, .max-w-xl-1\/6-hover:hover, .hover\:max-w-xl-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .max-w-xl-2\/6, .max-w-xl-2\/6-hover:hover, .hover\:max-w-xl-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-xl-3\/6, .max-w-xl-3\/6-hover:hover, .hover\:max-w-xl-3\/6:hover {
    max-width: 50% !important;
  }
  .max-w-xl-4\/6, .max-w-xl-4\/6-hover:hover, .hover\:max-w-xl-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-xl-5\/6, .max-w-xl-5\/6-hover:hover, .hover\:max-w-xl-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .max-w-xl-1\/5, .max-w-xl-1\/5-hover:hover, .hover\:max-w-xl-1\/5:hover {
    max-width: 20% !important;
  }
  .max-w-xl-2\/5, .max-w-xl-2\/5-hover:hover, .hover\:max-w-xl-2\/5:hover {
    max-width: 40% !important;
  }
  .max-w-xl-3\/5, .max-w-xl-3\/5-hover:hover, .hover\:max-w-xl-3\/5:hover {
    max-width: 60% !important;
  }
  .max-w-xl-4\/5, .max-w-xl-4\/5-hover:hover, .hover\:max-w-xl-4\/5:hover {
    max-width: 80% !important;
  }
  .max-w-xl-1\/4, .max-w-xl-1\/4-hover:hover, .hover\:max-w-xl-1\/4:hover {
    max-width: 25% !important;
  }
  .max-w-xl-2\/4, .max-w-xl-2\/4-hover:hover, .hover\:max-w-xl-2\/4:hover {
    max-width: 50% !important;
  }
  .max-w-xl-3\/4, .max-w-xl-3\/4-hover:hover, .hover\:max-w-xl-3\/4:hover {
    max-width: 75% !important;
  }
  .max-w-xl-1\/3, .max-w-xl-1\/3-hover:hover, .hover\:max-w-xl-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-xl-2\/3, .max-w-xl-2\/3-hover:hover, .hover\:max-w-xl-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-xl-1\/2, .max-w-xl-1\/2-hover:hover, .hover\:max-w-xl-1\/2:hover {
    max-width: 50% !important;
  }
  .max-w-xl-xs, .max-w-xl-xs-hover:hover, .hover\:max-w-xl-xs:hover {
    max-width: 320px !important;
  }
  .max-w-xl-sm, .max-w-xl-sm-hover:hover, .hover\:max-w-xl-sm:hover {
    max-width: 640px !important;
  }
  .max-w-xl-md, .max-w-xl-md-hover:hover, .hover\:max-w-xl-md:hover {
    max-width: 720px !important;
  }
  .max-w-xl-lg, .max-w-xl-lg-hover:hover, .hover\:max-w-xl-lg:hover {
    max-width: 1040px !important;
  }
  .max-w-xl-xl, .max-w-xl-xl-hover:hover, .hover\:max-w-xl-xl:hover {
    max-width: 1280px !important;
  }
  .max-w-xl-2xl, .max-w-xl-2xl-hover:hover, .hover\:max-w-xl-2xl:hover {
    max-width: 1312px !important;
  }
  .max-w-xl-100, .max-w-xl-100-hover:hover, .hover\:max-w-xl-100:hover {
    max-width: 100% !important;
  }
  .max-w-xl-full, .max-w-xl-full-hover:hover, .hover\:max-w-xl-full:hover {
    max-width: 100% !important;
  }
  .max-w-xl-min, .max-w-xl-min-hover:hover, .hover\:max-w-xl-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .max-w-xl-max, .max-w-xl-max-hover:hover, .hover\:max-w-xl-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .max-w-xl-fit, .max-w-xl-fit-hover:hover, .hover\:max-w-xl-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .max-w-xl-0, .max-w-xl-0-hover:hover, .hover\:max-w-xl-0:hover {
    max-width: 0 !important;
  }
  .xl\:max-w-none, .xl\:max-w-none-hover:hover, .xl\:hover\:max-w-none:hover {
    max-width: none !important;
  }
  .xl\:max-w-px, .xl\:max-w-px-hover:hover, .xl\:hover\:max-w-px:hover {
    max-width: 1px !important;
  }
  .xl\:max-w-2px, .xl\:max-w-2px-hover:hover, .xl\:hover\:max-w-2px:hover {
    max-width: 2px !important;
  }
  .xl\:max-w-4px, .xl\:max-w-4px-hover:hover, .xl\:hover\:max-w-4px:hover {
    max-width: 4px !important;
  }
  .xl\:max-w-8px, .xl\:max-w-8px-hover:hover, .xl\:hover\:max-w-8px:hover {
    max-width: 8px !important;
  }
  .xl\:max-w-16px, .xl\:max-w-16px-hover:hover, .xl\:hover\:max-w-16px:hover {
    max-width: 16px !important;
  }
  .xl\:max-w-18px, .xl\:max-w-18px-hover:hover, .xl\:hover\:max-w-18px:hover {
    max-width: 18px !important;
  }
  .xl\:max-w-20px, .xl\:max-w-20px-hover:hover, .xl\:hover\:max-w-20px:hover {
    max-width: 20px !important;
  }
  .xl\:max-w-24px, .xl\:max-w-24px-hover:hover, .xl\:hover\:max-w-24px:hover {
    max-width: 24px !important;
  }
  .xl\:max-w-32px, .xl\:max-w-32px-hover:hover, .xl\:hover\:max-w-32px:hover {
    max-width: 32px !important;
  }
  .xl\:max-w-36px, .xl\:max-w-36px-hover:hover, .xl\:hover\:max-w-36px:hover {
    max-width: 36px !important;
  }
  .xl\:max-w-40px, .xl\:max-w-40px-hover:hover, .xl\:hover\:max-w-40px:hover {
    max-width: 40px !important;
  }
  .xl\:max-w-48px, .xl\:max-w-48px-hover:hover, .xl\:hover\:max-w-48px:hover {
    max-width: 48px !important;
  }
  .xl\:max-w-56px, .xl\:max-w-56px-hover:hover, .xl\:hover\:max-w-56px:hover {
    max-width: 56px !important;
  }
  .xl\:max-w-64px, .xl\:max-w-64px-hover:hover, .xl\:hover\:max-w-64px:hover {
    max-width: 64px !important;
  }
  .xl\:max-w-72px, .xl\:max-w-72px-hover:hover, .xl\:hover\:max-w-72px:hover {
    max-width: 72px !important;
  }
  .xl\:max-w-80px, .xl\:max-w-80px-hover:hover, .xl\:hover\:max-w-80px:hover {
    max-width: 80px !important;
  }
  .xl\:max-w-96px, .xl\:max-w-96px-hover:hover, .xl\:hover\:max-w-96px:hover {
    max-width: 96px !important;
  }
  .xl\:max-w-100px, .xl\:max-w-100px-hover:hover, .xl\:hover\:max-w-100px:hover {
    max-width: 100px !important;
  }
  .xl\:max-w-128px, .xl\:max-w-128px-hover:hover, .xl\:hover\:max-w-128px:hover {
    max-width: 128px !important;
  }
  .xl\:max-w-150px, .xl\:max-w-150px-hover:hover, .xl\:hover\:max-w-150px:hover {
    max-width: 150px !important;
  }
  .xl\:max-w-200px, .xl\:max-w-200px-hover:hover, .xl\:hover\:max-w-200px:hover {
    max-width: 200px !important;
  }
  .xl\:max-w-250px, .xl\:max-w-250px-hover:hover, .xl\:hover\:max-w-250px:hover {
    max-width: 250px !important;
  }
  .xl\:max-w-300px, .xl\:max-w-300px-hover:hover, .xl\:hover\:max-w-300px:hover {
    max-width: 300px !important;
  }
  .xl\:max-w-350px, .xl\:max-w-350px-hover:hover, .xl\:hover\:max-w-350px:hover {
    max-width: 350px !important;
  }
  .xl\:max-w-400px, .xl\:max-w-400px-hover:hover, .xl\:hover\:max-w-400px:hover {
    max-width: 400px !important;
  }
  .xl\:max-w-450px, .xl\:max-w-450px-hover:hover, .xl\:hover\:max-w-450px:hover {
    max-width: 450px !important;
  }
  .xl\:max-w-500px, .xl\:max-w-500px-hover:hover, .xl\:hover\:max-w-500px:hover {
    max-width: 500px !important;
  }
  .xl\:max-w-550px, .xl\:max-w-550px-hover:hover, .xl\:hover\:max-w-550px:hover {
    max-width: 550px !important;
  }
  .xl\:max-w-600px, .xl\:max-w-600px-hover:hover, .xl\:hover\:max-w-600px:hover {
    max-width: 600px !important;
  }
  .xl\:max-w-650px, .xl\:max-w-650px-hover:hover, .xl\:hover\:max-w-650px:hover {
    max-width: 650px !important;
  }
  .xl\:max-w-700px, .xl\:max-w-700px-hover:hover, .xl\:hover\:max-w-700px:hover {
    max-width: 700px !important;
  }
  .xl\:max-w-750px, .xl\:max-w-750px-hover:hover, .xl\:hover\:max-w-750px:hover {
    max-width: 750px !important;
  }
  .xl\:max-w-800px, .xl\:max-w-800px-hover:hover, .xl\:hover\:max-w-800px:hover {
    max-width: 800px !important;
  }
  .xl\:max-w-850px, .xl\:max-w-850px-hover:hover, .xl\:hover\:max-w-850px:hover {
    max-width: 850px !important;
  }
  .xl\:max-w-900px, .xl\:max-w-900px-hover:hover, .xl\:hover\:max-w-900px:hover {
    max-width: 900px !important;
  }
  .xl\:max-w-950px, .xl\:max-w-950px-hover:hover, .xl\:hover\:max-w-950px:hover {
    max-width: 950px !important;
  }
  .xl\:max-w-1000px, .xl\:max-w-1000px-hover:hover, .xl\:hover\:max-w-1000px:hover {
    max-width: 1000px !important;
  }
  .xl\:max-w-1170px, .xl\:max-w-1170px-hover:hover, .xl\:hover\:max-w-1170px:hover {
    max-width: 1170px !important;
  }
  .xl\:max-w-1280px, .xl\:max-w-1280px-hover:hover, .xl\:hover\:max-w-1280px:hover {
    max-width: 1280px !important;
  }
  .xl\:max-w-1320px, .xl\:max-w-1320px-hover:hover, .xl\:hover\:max-w-1320px:hover {
    max-width: 1320px !important;
  }
  .xl\:max-w-1440px, .xl\:max-w-1440px-hover:hover, .xl\:hover\:max-w-1440px:hover {
    max-width: 1440px !important;
  }
  .xl\:max-w-1\/6, .xl\:max-w-1\/6-hover:hover, .xl\:hover\:max-w-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .xl\:max-w-2\/6, .xl\:max-w-2\/6-hover:hover, .xl\:hover\:max-w-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .xl\:max-w-3\/6, .xl\:max-w-3\/6-hover:hover, .xl\:hover\:max-w-3\/6:hover {
    max-width: 50% !important;
  }
  .xl\:max-w-4\/6, .xl\:max-w-4\/6-hover:hover, .xl\:hover\:max-w-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .xl\:max-w-5\/6, .xl\:max-w-5\/6-hover:hover, .xl\:hover\:max-w-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .xl\:max-w-1\/5, .xl\:max-w-1\/5-hover:hover, .xl\:hover\:max-w-1\/5:hover {
    max-width: 20% !important;
  }
  .xl\:max-w-2\/5, .xl\:max-w-2\/5-hover:hover, .xl\:hover\:max-w-2\/5:hover {
    max-width: 40% !important;
  }
  .xl\:max-w-3\/5, .xl\:max-w-3\/5-hover:hover, .xl\:hover\:max-w-3\/5:hover {
    max-width: 60% !important;
  }
  .xl\:max-w-4\/5, .xl\:max-w-4\/5-hover:hover, .xl\:hover\:max-w-4\/5:hover {
    max-width: 80% !important;
  }
  .xl\:max-w-1\/4, .xl\:max-w-1\/4-hover:hover, .xl\:hover\:max-w-1\/4:hover {
    max-width: 25% !important;
  }
  .xl\:max-w-2\/4, .xl\:max-w-2\/4-hover:hover, .xl\:hover\:max-w-2\/4:hover {
    max-width: 50% !important;
  }
  .xl\:max-w-3\/4, .xl\:max-w-3\/4-hover:hover, .xl\:hover\:max-w-3\/4:hover {
    max-width: 75% !important;
  }
  .xl\:max-w-1\/3, .xl\:max-w-1\/3-hover:hover, .xl\:hover\:max-w-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .xl\:max-w-2\/3, .xl\:max-w-2\/3-hover:hover, .xl\:hover\:max-w-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .xl\:max-w-1\/2, .xl\:max-w-1\/2-hover:hover, .xl\:hover\:max-w-1\/2:hover {
    max-width: 50% !important;
  }
  .xl\:max-w-xs, .xl\:max-w-xs-hover:hover, .xl\:hover\:max-w-xs:hover {
    max-width: 320px !important;
  }
  .xl\:max-w-sm, .xl\:max-w-sm-hover:hover, .xl\:hover\:max-w-sm:hover {
    max-width: 640px !important;
  }
  .xl\:max-w-md, .xl\:max-w-md-hover:hover, .xl\:hover\:max-w-md:hover {
    max-width: 720px !important;
  }
  .xl\:max-w-lg, .xl\:max-w-lg-hover:hover, .xl\:hover\:max-w-lg:hover {
    max-width: 1040px !important;
  }
  .xl\:max-w-xl, .xl\:max-w-xl-hover:hover, .xl\:hover\:max-w-xl:hover {
    max-width: 1280px !important;
  }
  .xl\:max-w-2xl, .xl\:max-w-2xl-hover:hover, .xl\:hover\:max-w-2xl:hover {
    max-width: 1312px !important;
  }
  .xl\:max-w-100, .xl\:max-w-100-hover:hover, .xl\:hover\:max-w-100:hover {
    max-width: 100% !important;
  }
  .xl\:max-w-full, .xl\:max-w-full-hover:hover, .xl\:hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .xl\:max-w-min, .xl\:max-w-min-hover:hover, .xl\:hover\:max-w-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .xl\:max-w-max, .xl\:max-w-max-hover:hover, .xl\:hover\:max-w-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .xl\:max-w-fit, .xl\:max-w-fit-hover:hover, .xl\:hover\:max-w-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .xl\:max-w-0, .xl\:max-w-0-hover:hover, .xl\:hover\:max-w-0:hover {
    max-width: 0 !important;
  }
  .h-xl-px, .h-xl-px-hover:hover, .hover\:h-xl-px:hover {
    height: 1px !important;
  }
  .h-xl-2px, .h-xl-2px-hover:hover, .hover\:h-xl-2px:hover {
    height: 2px !important;
  }
  .h-xl-4px, .h-xl-4px-hover:hover, .hover\:h-xl-4px:hover {
    height: 4px !important;
  }
  .h-xl-8px, .h-xl-8px-hover:hover, .hover\:h-xl-8px:hover {
    height: 8px !important;
  }
  .h-xl-16px, .h-xl-16px-hover:hover, .hover\:h-xl-16px:hover {
    height: 16px !important;
  }
  .h-xl-18px, .h-xl-18px-hover:hover, .hover\:h-xl-18px:hover {
    height: 18px !important;
  }
  .h-xl-20px, .h-xl-20px-hover:hover, .hover\:h-xl-20px:hover {
    height: 20px !important;
  }
  .h-xl-24px, .h-xl-24px-hover:hover, .hover\:h-xl-24px:hover {
    height: 24px !important;
  }
  .h-xl-32px, .h-xl-32px-hover:hover, .hover\:h-xl-32px:hover {
    height: 32px !important;
  }
  .h-xl-36px, .h-xl-36px-hover:hover, .hover\:h-xl-36px:hover {
    height: 36px !important;
  }
  .h-xl-40px, .h-xl-40px-hover:hover, .hover\:h-xl-40px:hover {
    height: 40px !important;
  }
  .h-xl-48px, .h-xl-48px-hover:hover, .hover\:h-xl-48px:hover {
    height: 48px !important;
  }
  .h-xl-56px, .h-xl-56px-hover:hover, .hover\:h-xl-56px:hover {
    height: 56px !important;
  }
  .h-xl-64px, .h-xl-64px-hover:hover, .hover\:h-xl-64px:hover {
    height: 64px !important;
  }
  .h-xl-72px, .h-xl-72px-hover:hover, .hover\:h-xl-72px:hover {
    height: 72px !important;
  }
  .h-xl-80px, .h-xl-80px-hover:hover, .hover\:h-xl-80px:hover {
    height: 80px !important;
  }
  .h-xl-96px, .h-xl-96px-hover:hover, .hover\:h-xl-96px:hover {
    height: 96px !important;
  }
  .h-xl-100px, .h-xl-100px-hover:hover, .hover\:h-xl-100px:hover {
    height: 100px !important;
  }
  .h-xl-128px, .h-xl-128px-hover:hover, .hover\:h-xl-128px:hover {
    height: 128px !important;
  }
  .h-xl-150px, .h-xl-150px-hover:hover, .hover\:h-xl-150px:hover {
    height: 150px !important;
  }
  .h-xl-200px, .h-xl-200px-hover:hover, .hover\:h-xl-200px:hover {
    height: 200px !important;
  }
  .h-xl-250px, .h-xl-250px-hover:hover, .hover\:h-xl-250px:hover {
    height: 250px !important;
  }
  .h-xl-300px, .h-xl-300px-hover:hover, .hover\:h-xl-300px:hover {
    height: 300px !important;
  }
  .h-xl-350px, .h-xl-350px-hover:hover, .hover\:h-xl-350px:hover {
    height: 350px !important;
  }
  .h-xl-400px, .h-xl-400px-hover:hover, .hover\:h-xl-400px:hover {
    height: 400px !important;
  }
  .h-xl-450px, .h-xl-450px-hover:hover, .hover\:h-xl-450px:hover {
    height: 450px !important;
  }
  .h-xl-500px, .h-xl-500px-hover:hover, .hover\:h-xl-500px:hover {
    height: 500px !important;
  }
  .h-xl-550px, .h-xl-550px-hover:hover, .hover\:h-xl-550px:hover {
    height: 550px !important;
  }
  .h-xl-600px, .h-xl-600px-hover:hover, .hover\:h-xl-600px:hover {
    height: 600px !important;
  }
  .h-xl-650px, .h-xl-650px-hover:hover, .hover\:h-xl-650px:hover {
    height: 650px !important;
  }
  .h-xl-700px, .h-xl-700px-hover:hover, .hover\:h-xl-700px:hover {
    height: 700px !important;
  }
  .h-xl-750px, .h-xl-750px-hover:hover, .hover\:h-xl-750px:hover {
    height: 750px !important;
  }
  .h-xl-800px, .h-xl-800px-hover:hover, .hover\:h-xl-800px:hover {
    height: 800px !important;
  }
  .h-xl-850px, .h-xl-850px-hover:hover, .hover\:h-xl-850px:hover {
    height: 850px !important;
  }
  .h-xl-900px, .h-xl-900px-hover:hover, .hover\:h-xl-900px:hover {
    height: 900px !important;
  }
  .h-xl-950px, .h-xl-950px-hover:hover, .hover\:h-xl-950px:hover {
    height: 950px !important;
  }
  .h-xl-1000px, .h-xl-1000px-hover:hover, .hover\:h-xl-1000px:hover {
    height: 1000px !important;
  }
  .h-xl-1170px, .h-xl-1170px-hover:hover, .hover\:h-xl-1170px:hover {
    height: 1170px !important;
  }
  .h-xl-1280px, .h-xl-1280px-hover:hover, .hover\:h-xl-1280px:hover {
    height: 1280px !important;
  }
  .h-xl-1320px, .h-xl-1320px-hover:hover, .hover\:h-xl-1320px:hover {
    height: 1320px !important;
  }
  .h-xl-1440px, .h-xl-1440px-hover:hover, .hover\:h-xl-1440px:hover {
    height: 1440px !important;
  }
  .h-xl-xs, .h-xl-xs-hover:hover, .hover\:h-xl-xs:hover {
    height: 320px !important;
  }
  .h-xl-sm, .h-xl-sm-hover:hover, .hover\:h-xl-sm:hover {
    height: 640px !important;
  }
  .h-xl-md, .h-xl-md-hover:hover, .hover\:h-xl-md:hover {
    height: 720px !important;
  }
  .h-xl-lg, .h-xl-lg-hover:hover, .hover\:h-xl-lg:hover {
    height: 1040px !important;
  }
  .h-xl-xl, .h-xl-xl-hover:hover, .hover\:h-xl-xl:hover {
    height: 1280px !important;
  }
  .h-xl-2xl, .h-xl-2xl-hover:hover, .hover\:h-xl-2xl:hover {
    height: 1312px !important;
  }
  .h-xl-1\/6, .h-xl-1\/6-hover:hover, .hover\:h-xl-1\/6:hover {
    height: 16.6666667% !important;
  }
  .h-xl-2\/6, .h-xl-2\/6-hover:hover, .hover\:h-xl-2\/6:hover {
    height: 33.3333333% !important;
  }
  .h-xl-3\/6, .h-xl-3\/6-hover:hover, .hover\:h-xl-3\/6:hover {
    height: 50% !important;
  }
  .h-xl-4\/6, .h-xl-4\/6-hover:hover, .hover\:h-xl-4\/6:hover {
    height: 66.6666667% !important;
  }
  .h-xl-5\/6, .h-xl-5\/6-hover:hover, .hover\:h-xl-5\/6:hover {
    height: 83.3333333% !important;
  }
  .h-xl-1\/5, .h-xl-1\/5-hover:hover, .hover\:h-xl-1\/5:hover {
    height: 20% !important;
  }
  .h-xl-2\/5, .h-xl-2\/5-hover:hover, .hover\:h-xl-2\/5:hover {
    height: 40% !important;
  }
  .h-xl-3\/5, .h-xl-3\/5-hover:hover, .hover\:h-xl-3\/5:hover {
    height: 60% !important;
  }
  .h-xl-4\/5, .h-xl-4\/5-hover:hover, .hover\:h-xl-4\/5:hover {
    height: 80% !important;
  }
  .h-xl-1\/4, .h-xl-1\/4-hover:hover, .hover\:h-xl-1\/4:hover {
    height: 25% !important;
  }
  .h-xl-2\/4, .h-xl-2\/4-hover:hover, .hover\:h-xl-2\/4:hover {
    height: 50% !important;
  }
  .h-xl-3\/4, .h-xl-3\/4-hover:hover, .hover\:h-xl-3\/4:hover {
    height: 75% !important;
  }
  .h-xl-1\/3, .h-xl-1\/3-hover:hover, .hover\:h-xl-1\/3:hover {
    height: 33.3333333% !important;
  }
  .h-xl-2\/3, .h-xl-2\/3-hover:hover, .hover\:h-xl-2\/3:hover {
    height: 66.6666667% !important;
  }
  .h-xl-1\/2, .h-xl-1\/2-hover:hover, .hover\:h-xl-1\/2:hover {
    height: 50% !important;
  }
  .h-xl-100, .h-xl-100-hover:hover, .hover\:h-xl-100:hover {
    height: 100% !important;
  }
  .h-xl-full, .h-xl-full-hover:hover, .hover\:h-xl-full:hover {
    height: 100% !important;
  }
  .h-xl-min, .h-xl-min-hover:hover, .hover\:h-xl-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .h-xl-max, .h-xl-max-hover:hover, .hover\:h-xl-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xl-fit, .h-xl-fit-hover:hover, .hover\:h-xl-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xl-auto, .h-xl-auto-hover:hover, .hover\:h-xl-auto:hover {
    height: auto !important;
  }
  .h-xl-0, .h-xl-0-hover:hover, .hover\:h-xl-0:hover {
    height: 0 !important;
  }
  .h-xl-screen, .h-xl-screen-hover:hover, .hover\:h-xl-screen:hover {
    height: 100vh !important;
  }
  .xl\:h-px, .xl\:h-px-hover:hover, .xl\:hover\:h-px:hover {
    height: 1px !important;
  }
  .xl\:h-2px, .xl\:h-2px-hover:hover, .xl\:hover\:h-2px:hover {
    height: 2px !important;
  }
  .xl\:h-4px, .xl\:h-4px-hover:hover, .xl\:hover\:h-4px:hover {
    height: 4px !important;
  }
  .xl\:h-8px, .xl\:h-8px-hover:hover, .xl\:hover\:h-8px:hover {
    height: 8px !important;
  }
  .xl\:h-16px, .xl\:h-16px-hover:hover, .xl\:hover\:h-16px:hover {
    height: 16px !important;
  }
  .xl\:h-18px, .xl\:h-18px-hover:hover, .xl\:hover\:h-18px:hover {
    height: 18px !important;
  }
  .xl\:h-20px, .xl\:h-20px-hover:hover, .xl\:hover\:h-20px:hover {
    height: 20px !important;
  }
  .xl\:h-24px, .xl\:h-24px-hover:hover, .xl\:hover\:h-24px:hover {
    height: 24px !important;
  }
  .xl\:h-32px, .xl\:h-32px-hover:hover, .xl\:hover\:h-32px:hover {
    height: 32px !important;
  }
  .xl\:h-36px, .xl\:h-36px-hover:hover, .xl\:hover\:h-36px:hover {
    height: 36px !important;
  }
  .xl\:h-40px, .xl\:h-40px-hover:hover, .xl\:hover\:h-40px:hover {
    height: 40px !important;
  }
  .xl\:h-48px, .xl\:h-48px-hover:hover, .xl\:hover\:h-48px:hover {
    height: 48px !important;
  }
  .xl\:h-56px, .xl\:h-56px-hover:hover, .xl\:hover\:h-56px:hover {
    height: 56px !important;
  }
  .xl\:h-64px, .xl\:h-64px-hover:hover, .xl\:hover\:h-64px:hover {
    height: 64px !important;
  }
  .xl\:h-72px, .xl\:h-72px-hover:hover, .xl\:hover\:h-72px:hover {
    height: 72px !important;
  }
  .xl\:h-80px, .xl\:h-80px-hover:hover, .xl\:hover\:h-80px:hover {
    height: 80px !important;
  }
  .xl\:h-96px, .xl\:h-96px-hover:hover, .xl\:hover\:h-96px:hover {
    height: 96px !important;
  }
  .xl\:h-100px, .xl\:h-100px-hover:hover, .xl\:hover\:h-100px:hover {
    height: 100px !important;
  }
  .xl\:h-128px, .xl\:h-128px-hover:hover, .xl\:hover\:h-128px:hover {
    height: 128px !important;
  }
  .xl\:h-150px, .xl\:h-150px-hover:hover, .xl\:hover\:h-150px:hover {
    height: 150px !important;
  }
  .xl\:h-200px, .xl\:h-200px-hover:hover, .xl\:hover\:h-200px:hover {
    height: 200px !important;
  }
  .xl\:h-250px, .xl\:h-250px-hover:hover, .xl\:hover\:h-250px:hover {
    height: 250px !important;
  }
  .xl\:h-300px, .xl\:h-300px-hover:hover, .xl\:hover\:h-300px:hover {
    height: 300px !important;
  }
  .xl\:h-350px, .xl\:h-350px-hover:hover, .xl\:hover\:h-350px:hover {
    height: 350px !important;
  }
  .xl\:h-400px, .xl\:h-400px-hover:hover, .xl\:hover\:h-400px:hover {
    height: 400px !important;
  }
  .xl\:h-450px, .xl\:h-450px-hover:hover, .xl\:hover\:h-450px:hover {
    height: 450px !important;
  }
  .xl\:h-500px, .xl\:h-500px-hover:hover, .xl\:hover\:h-500px:hover {
    height: 500px !important;
  }
  .xl\:h-550px, .xl\:h-550px-hover:hover, .xl\:hover\:h-550px:hover {
    height: 550px !important;
  }
  .xl\:h-600px, .xl\:h-600px-hover:hover, .xl\:hover\:h-600px:hover {
    height: 600px !important;
  }
  .xl\:h-650px, .xl\:h-650px-hover:hover, .xl\:hover\:h-650px:hover {
    height: 650px !important;
  }
  .xl\:h-700px, .xl\:h-700px-hover:hover, .xl\:hover\:h-700px:hover {
    height: 700px !important;
  }
  .xl\:h-750px, .xl\:h-750px-hover:hover, .xl\:hover\:h-750px:hover {
    height: 750px !important;
  }
  .xl\:h-800px, .xl\:h-800px-hover:hover, .xl\:hover\:h-800px:hover {
    height: 800px !important;
  }
  .xl\:h-850px, .xl\:h-850px-hover:hover, .xl\:hover\:h-850px:hover {
    height: 850px !important;
  }
  .xl\:h-900px, .xl\:h-900px-hover:hover, .xl\:hover\:h-900px:hover {
    height: 900px !important;
  }
  .xl\:h-950px, .xl\:h-950px-hover:hover, .xl\:hover\:h-950px:hover {
    height: 950px !important;
  }
  .xl\:h-1000px, .xl\:h-1000px-hover:hover, .xl\:hover\:h-1000px:hover {
    height: 1000px !important;
  }
  .xl\:h-1170px, .xl\:h-1170px-hover:hover, .xl\:hover\:h-1170px:hover {
    height: 1170px !important;
  }
  .xl\:h-1280px, .xl\:h-1280px-hover:hover, .xl\:hover\:h-1280px:hover {
    height: 1280px !important;
  }
  .xl\:h-1320px, .xl\:h-1320px-hover:hover, .xl\:hover\:h-1320px:hover {
    height: 1320px !important;
  }
  .xl\:h-1440px, .xl\:h-1440px-hover:hover, .xl\:hover\:h-1440px:hover {
    height: 1440px !important;
  }
  .xl\:h-xs, .xl\:h-xs-hover:hover, .xl\:hover\:h-xs:hover {
    height: 320px !important;
  }
  .xl\:h-sm, .xl\:h-sm-hover:hover, .xl\:hover\:h-sm:hover {
    height: 640px !important;
  }
  .xl\:h-md, .xl\:h-md-hover:hover, .xl\:hover\:h-md:hover {
    height: 720px !important;
  }
  .xl\:h-lg, .xl\:h-lg-hover:hover, .xl\:hover\:h-lg:hover {
    height: 1040px !important;
  }
  .xl\:h-xl, .xl\:h-xl-hover:hover, .xl\:hover\:h-xl:hover {
    height: 1280px !important;
  }
  .xl\:h-2xl, .xl\:h-2xl-hover:hover, .xl\:hover\:h-2xl:hover {
    height: 1312px !important;
  }
  .xl\:h-1\/6, .xl\:h-1\/6-hover:hover, .xl\:hover\:h-1\/6:hover {
    height: 16.6666667% !important;
  }
  .xl\:h-2\/6, .xl\:h-2\/6-hover:hover, .xl\:hover\:h-2\/6:hover {
    height: 33.3333333% !important;
  }
  .xl\:h-3\/6, .xl\:h-3\/6-hover:hover, .xl\:hover\:h-3\/6:hover {
    height: 50% !important;
  }
  .xl\:h-4\/6, .xl\:h-4\/6-hover:hover, .xl\:hover\:h-4\/6:hover {
    height: 66.6666667% !important;
  }
  .xl\:h-5\/6, .xl\:h-5\/6-hover:hover, .xl\:hover\:h-5\/6:hover {
    height: 83.3333333% !important;
  }
  .xl\:h-1\/5, .xl\:h-1\/5-hover:hover, .xl\:hover\:h-1\/5:hover {
    height: 20% !important;
  }
  .xl\:h-2\/5, .xl\:h-2\/5-hover:hover, .xl\:hover\:h-2\/5:hover {
    height: 40% !important;
  }
  .xl\:h-3\/5, .xl\:h-3\/5-hover:hover, .xl\:hover\:h-3\/5:hover {
    height: 60% !important;
  }
  .xl\:h-4\/5, .xl\:h-4\/5-hover:hover, .xl\:hover\:h-4\/5:hover {
    height: 80% !important;
  }
  .xl\:h-1\/4, .xl\:h-1\/4-hover:hover, .xl\:hover\:h-1\/4:hover {
    height: 25% !important;
  }
  .xl\:h-2\/4, .xl\:h-2\/4-hover:hover, .xl\:hover\:h-2\/4:hover {
    height: 50% !important;
  }
  .xl\:h-3\/4, .xl\:h-3\/4-hover:hover, .xl\:hover\:h-3\/4:hover {
    height: 75% !important;
  }
  .xl\:h-1\/3, .xl\:h-1\/3-hover:hover, .xl\:hover\:h-1\/3:hover {
    height: 33.3333333% !important;
  }
  .xl\:h-2\/3, .xl\:h-2\/3-hover:hover, .xl\:hover\:h-2\/3:hover {
    height: 66.6666667% !important;
  }
  .xl\:h-1\/2, .xl\:h-1\/2-hover:hover, .xl\:hover\:h-1\/2:hover {
    height: 50% !important;
  }
  .xl\:h-100, .xl\:h-100-hover:hover, .xl\:hover\:h-100:hover {
    height: 100% !important;
  }
  .xl\:h-full, .xl\:h-full-hover:hover, .xl\:hover\:h-full:hover {
    height: 100% !important;
  }
  .xl\:h-min, .xl\:h-min-hover:hover, .xl\:hover\:h-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .xl\:h-max, .xl\:h-max-hover:hover, .xl\:hover\:h-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .xl\:h-fit, .xl\:h-fit-hover:hover, .xl\:hover\:h-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .xl\:h-auto, .xl\:h-auto-hover:hover, .xl\:hover\:h-auto:hover {
    height: auto !important;
  }
  .xl\:h-0, .xl\:h-0-hover:hover, .xl\:hover\:h-0:hover {
    height: 0 !important;
  }
  .xl\:h-screen, .xl\:h-screen-hover:hover, .xl\:hover\:h-screen:hover {
    height: 100vh !important;
  }
  .max-h-xl-none, .max-h-xl-none-hover:hover, .hover\:max-h-xl-none:hover {
    max-height: none !important;
  }
  .max-h-xl-px, .max-h-xl-px-hover:hover, .hover\:max-h-xl-px:hover {
    max-height: 1px !important;
  }
  .max-h-xl-2px, .max-h-xl-2px-hover:hover, .hover\:max-h-xl-2px:hover {
    max-height: 2px !important;
  }
  .max-h-xl-4px, .max-h-xl-4px-hover:hover, .hover\:max-h-xl-4px:hover {
    max-height: 4px !important;
  }
  .max-h-xl-8px, .max-h-xl-8px-hover:hover, .hover\:max-h-xl-8px:hover {
    max-height: 8px !important;
  }
  .max-h-xl-16px, .max-h-xl-16px-hover:hover, .hover\:max-h-xl-16px:hover {
    max-height: 16px !important;
  }
  .max-h-xl-18px, .max-h-xl-18px-hover:hover, .hover\:max-h-xl-18px:hover {
    max-height: 18px !important;
  }
  .max-h-xl-20px, .max-h-xl-20px-hover:hover, .hover\:max-h-xl-20px:hover {
    max-height: 20px !important;
  }
  .max-h-xl-24px, .max-h-xl-24px-hover:hover, .hover\:max-h-xl-24px:hover {
    max-height: 24px !important;
  }
  .max-h-xl-32px, .max-h-xl-32px-hover:hover, .hover\:max-h-xl-32px:hover {
    max-height: 32px !important;
  }
  .max-h-xl-36px, .max-h-xl-36px-hover:hover, .hover\:max-h-xl-36px:hover {
    max-height: 36px !important;
  }
  .max-h-xl-40px, .max-h-xl-40px-hover:hover, .hover\:max-h-xl-40px:hover {
    max-height: 40px !important;
  }
  .max-h-xl-48px, .max-h-xl-48px-hover:hover, .hover\:max-h-xl-48px:hover {
    max-height: 48px !important;
  }
  .max-h-xl-56px, .max-h-xl-56px-hover:hover, .hover\:max-h-xl-56px:hover {
    max-height: 56px !important;
  }
  .max-h-xl-64px, .max-h-xl-64px-hover:hover, .hover\:max-h-xl-64px:hover {
    max-height: 64px !important;
  }
  .max-h-xl-72px, .max-h-xl-72px-hover:hover, .hover\:max-h-xl-72px:hover {
    max-height: 72px !important;
  }
  .max-h-xl-80px, .max-h-xl-80px-hover:hover, .hover\:max-h-xl-80px:hover {
    max-height: 80px !important;
  }
  .max-h-xl-96px, .max-h-xl-96px-hover:hover, .hover\:max-h-xl-96px:hover {
    max-height: 96px !important;
  }
  .max-h-xl-100px, .max-h-xl-100px-hover:hover, .hover\:max-h-xl-100px:hover {
    max-height: 100px !important;
  }
  .max-h-xl-128px, .max-h-xl-128px-hover:hover, .hover\:max-h-xl-128px:hover {
    max-height: 128px !important;
  }
  .max-h-xl-150px, .max-h-xl-150px-hover:hover, .hover\:max-h-xl-150px:hover {
    max-height: 150px !important;
  }
  .max-h-xl-200px, .max-h-xl-200px-hover:hover, .hover\:max-h-xl-200px:hover {
    max-height: 200px !important;
  }
  .max-h-xl-250px, .max-h-xl-250px-hover:hover, .hover\:max-h-xl-250px:hover {
    max-height: 250px !important;
  }
  .max-h-xl-300px, .max-h-xl-300px-hover:hover, .hover\:max-h-xl-300px:hover {
    max-height: 300px !important;
  }
  .max-h-xl-350px, .max-h-xl-350px-hover:hover, .hover\:max-h-xl-350px:hover {
    max-height: 350px !important;
  }
  .max-h-xl-400px, .max-h-xl-400px-hover:hover, .hover\:max-h-xl-400px:hover {
    max-height: 400px !important;
  }
  .max-h-xl-450px, .max-h-xl-450px-hover:hover, .hover\:max-h-xl-450px:hover {
    max-height: 450px !important;
  }
  .max-h-xl-500px, .max-h-xl-500px-hover:hover, .hover\:max-h-xl-500px:hover {
    max-height: 500px !important;
  }
  .max-h-xl-550px, .max-h-xl-550px-hover:hover, .hover\:max-h-xl-550px:hover {
    max-height: 550px !important;
  }
  .max-h-xl-600px, .max-h-xl-600px-hover:hover, .hover\:max-h-xl-600px:hover {
    max-height: 600px !important;
  }
  .max-h-xl-650px, .max-h-xl-650px-hover:hover, .hover\:max-h-xl-650px:hover {
    max-height: 650px !important;
  }
  .max-h-xl-700px, .max-h-xl-700px-hover:hover, .hover\:max-h-xl-700px:hover {
    max-height: 700px !important;
  }
  .max-h-xl-750px, .max-h-xl-750px-hover:hover, .hover\:max-h-xl-750px:hover {
    max-height: 750px !important;
  }
  .max-h-xl-800px, .max-h-xl-800px-hover:hover, .hover\:max-h-xl-800px:hover {
    max-height: 800px !important;
  }
  .max-h-xl-850px, .max-h-xl-850px-hover:hover, .hover\:max-h-xl-850px:hover {
    max-height: 850px !important;
  }
  .max-h-xl-900px, .max-h-xl-900px-hover:hover, .hover\:max-h-xl-900px:hover {
    max-height: 900px !important;
  }
  .max-h-xl-950px, .max-h-xl-950px-hover:hover, .hover\:max-h-xl-950px:hover {
    max-height: 950px !important;
  }
  .max-h-xl-1000px, .max-h-xl-1000px-hover:hover, .hover\:max-h-xl-1000px:hover {
    max-height: 1000px !important;
  }
  .max-h-xl-1170px, .max-h-xl-1170px-hover:hover, .hover\:max-h-xl-1170px:hover {
    max-height: 1170px !important;
  }
  .max-h-xl-1280px, .max-h-xl-1280px-hover:hover, .hover\:max-h-xl-1280px:hover {
    max-height: 1280px !important;
  }
  .max-h-xl-1320px, .max-h-xl-1320px-hover:hover, .hover\:max-h-xl-1320px:hover {
    max-height: 1320px !important;
  }
  .max-h-xl-1440px, .max-h-xl-1440px-hover:hover, .hover\:max-h-xl-1440px:hover {
    max-height: 1440px !important;
  }
  .max-h-xl-1\/6, .max-h-xl-1\/6-hover:hover, .hover\:max-h-xl-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .max-h-xl-2\/6, .max-h-xl-2\/6-hover:hover, .hover\:max-h-xl-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-xl-3\/6, .max-h-xl-3\/6-hover:hover, .hover\:max-h-xl-3\/6:hover {
    max-height: 50% !important;
  }
  .max-h-xl-4\/6, .max-h-xl-4\/6-hover:hover, .hover\:max-h-xl-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-xl-5\/6, .max-h-xl-5\/6-hover:hover, .hover\:max-h-xl-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .max-h-xl-1\/5, .max-h-xl-1\/5-hover:hover, .hover\:max-h-xl-1\/5:hover {
    max-height: 20% !important;
  }
  .max-h-xl-2\/5, .max-h-xl-2\/5-hover:hover, .hover\:max-h-xl-2\/5:hover {
    max-height: 40% !important;
  }
  .max-h-xl-3\/5, .max-h-xl-3\/5-hover:hover, .hover\:max-h-xl-3\/5:hover {
    max-height: 60% !important;
  }
  .max-h-xl-4\/5, .max-h-xl-4\/5-hover:hover, .hover\:max-h-xl-4\/5:hover {
    max-height: 80% !important;
  }
  .max-h-xl-1\/4, .max-h-xl-1\/4-hover:hover, .hover\:max-h-xl-1\/4:hover {
    max-height: 25% !important;
  }
  .max-h-xl-2\/4, .max-h-xl-2\/4-hover:hover, .hover\:max-h-xl-2\/4:hover {
    max-height: 50% !important;
  }
  .max-h-xl-3\/4, .max-h-xl-3\/4-hover:hover, .hover\:max-h-xl-3\/4:hover {
    max-height: 75% !important;
  }
  .max-h-xl-1\/3, .max-h-xl-1\/3-hover:hover, .hover\:max-h-xl-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-xl-2\/3, .max-h-xl-2\/3-hover:hover, .hover\:max-h-xl-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-xl-1\/2, .max-h-xl-1\/2-hover:hover, .hover\:max-h-xl-1\/2:hover {
    max-height: 50% !important;
  }
  .max-h-xl-xs, .max-h-xl-xs-hover:hover, .hover\:max-h-xl-xs:hover {
    max-height: 320px !important;
  }
  .max-h-xl-sm, .max-h-xl-sm-hover:hover, .hover\:max-h-xl-sm:hover {
    max-height: 640px !important;
  }
  .max-h-xl-md, .max-h-xl-md-hover:hover, .hover\:max-h-xl-md:hover {
    max-height: 720px !important;
  }
  .max-h-xl-lg, .max-h-xl-lg-hover:hover, .hover\:max-h-xl-lg:hover {
    max-height: 1040px !important;
  }
  .max-h-xl-xl, .max-h-xl-xl-hover:hover, .hover\:max-h-xl-xl:hover {
    max-height: 1280px !important;
  }
  .max-h-xl-2xl, .max-h-xl-2xl-hover:hover, .hover\:max-h-xl-2xl:hover {
    max-height: 1312px !important;
  }
  .max-h-xl-100, .max-h-xl-100-hover:hover, .hover\:max-h-xl-100:hover {
    max-height: 100% !important;
  }
  .max-h-xl-full, .max-h-xl-full-hover:hover, .hover\:max-h-xl-full:hover {
    max-height: 100% !important;
  }
  .max-h-xl-min, .max-h-xl-min-hover:hover, .hover\:max-h-xl-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .max-h-xl-max, .max-h-xl-max-hover:hover, .hover\:max-h-xl-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .max-h-xl-fit, .max-h-xl-fit-hover:hover, .hover\:max-h-xl-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .max-h-xl-0, .max-h-xl-0-hover:hover, .hover\:max-h-xl-0:hover {
    max-height: 0 !important;
  }
  .max-h-xl-screen, .max-h-xl-screen-hover:hover, .hover\:max-h-xl-screen:hover {
    max-height: 100vh !important;
  }
  .xl\:max-h-none, .xl\:max-h-none-hover:hover, .xl\:hover\:max-h-none:hover {
    max-height: none !important;
  }
  .xl\:max-h-px, .xl\:max-h-px-hover:hover, .xl\:hover\:max-h-px:hover {
    max-height: 1px !important;
  }
  .xl\:max-h-2px, .xl\:max-h-2px-hover:hover, .xl\:hover\:max-h-2px:hover {
    max-height: 2px !important;
  }
  .xl\:max-h-4px, .xl\:max-h-4px-hover:hover, .xl\:hover\:max-h-4px:hover {
    max-height: 4px !important;
  }
  .xl\:max-h-8px, .xl\:max-h-8px-hover:hover, .xl\:hover\:max-h-8px:hover {
    max-height: 8px !important;
  }
  .xl\:max-h-16px, .xl\:max-h-16px-hover:hover, .xl\:hover\:max-h-16px:hover {
    max-height: 16px !important;
  }
  .xl\:max-h-18px, .xl\:max-h-18px-hover:hover, .xl\:hover\:max-h-18px:hover {
    max-height: 18px !important;
  }
  .xl\:max-h-20px, .xl\:max-h-20px-hover:hover, .xl\:hover\:max-h-20px:hover {
    max-height: 20px !important;
  }
  .xl\:max-h-24px, .xl\:max-h-24px-hover:hover, .xl\:hover\:max-h-24px:hover {
    max-height: 24px !important;
  }
  .xl\:max-h-32px, .xl\:max-h-32px-hover:hover, .xl\:hover\:max-h-32px:hover {
    max-height: 32px !important;
  }
  .xl\:max-h-36px, .xl\:max-h-36px-hover:hover, .xl\:hover\:max-h-36px:hover {
    max-height: 36px !important;
  }
  .xl\:max-h-40px, .xl\:max-h-40px-hover:hover, .xl\:hover\:max-h-40px:hover {
    max-height: 40px !important;
  }
  .xl\:max-h-48px, .xl\:max-h-48px-hover:hover, .xl\:hover\:max-h-48px:hover {
    max-height: 48px !important;
  }
  .xl\:max-h-56px, .xl\:max-h-56px-hover:hover, .xl\:hover\:max-h-56px:hover {
    max-height: 56px !important;
  }
  .xl\:max-h-64px, .xl\:max-h-64px-hover:hover, .xl\:hover\:max-h-64px:hover {
    max-height: 64px !important;
  }
  .xl\:max-h-72px, .xl\:max-h-72px-hover:hover, .xl\:hover\:max-h-72px:hover {
    max-height: 72px !important;
  }
  .xl\:max-h-80px, .xl\:max-h-80px-hover:hover, .xl\:hover\:max-h-80px:hover {
    max-height: 80px !important;
  }
  .xl\:max-h-96px, .xl\:max-h-96px-hover:hover, .xl\:hover\:max-h-96px:hover {
    max-height: 96px !important;
  }
  .xl\:max-h-100px, .xl\:max-h-100px-hover:hover, .xl\:hover\:max-h-100px:hover {
    max-height: 100px !important;
  }
  .xl\:max-h-128px, .xl\:max-h-128px-hover:hover, .xl\:hover\:max-h-128px:hover {
    max-height: 128px !important;
  }
  .xl\:max-h-150px, .xl\:max-h-150px-hover:hover, .xl\:hover\:max-h-150px:hover {
    max-height: 150px !important;
  }
  .xl\:max-h-200px, .xl\:max-h-200px-hover:hover, .xl\:hover\:max-h-200px:hover {
    max-height: 200px !important;
  }
  .xl\:max-h-250px, .xl\:max-h-250px-hover:hover, .xl\:hover\:max-h-250px:hover {
    max-height: 250px !important;
  }
  .xl\:max-h-300px, .xl\:max-h-300px-hover:hover, .xl\:hover\:max-h-300px:hover {
    max-height: 300px !important;
  }
  .xl\:max-h-350px, .xl\:max-h-350px-hover:hover, .xl\:hover\:max-h-350px:hover {
    max-height: 350px !important;
  }
  .xl\:max-h-400px, .xl\:max-h-400px-hover:hover, .xl\:hover\:max-h-400px:hover {
    max-height: 400px !important;
  }
  .xl\:max-h-450px, .xl\:max-h-450px-hover:hover, .xl\:hover\:max-h-450px:hover {
    max-height: 450px !important;
  }
  .xl\:max-h-500px, .xl\:max-h-500px-hover:hover, .xl\:hover\:max-h-500px:hover {
    max-height: 500px !important;
  }
  .xl\:max-h-550px, .xl\:max-h-550px-hover:hover, .xl\:hover\:max-h-550px:hover {
    max-height: 550px !important;
  }
  .xl\:max-h-600px, .xl\:max-h-600px-hover:hover, .xl\:hover\:max-h-600px:hover {
    max-height: 600px !important;
  }
  .xl\:max-h-650px, .xl\:max-h-650px-hover:hover, .xl\:hover\:max-h-650px:hover {
    max-height: 650px !important;
  }
  .xl\:max-h-700px, .xl\:max-h-700px-hover:hover, .xl\:hover\:max-h-700px:hover {
    max-height: 700px !important;
  }
  .xl\:max-h-750px, .xl\:max-h-750px-hover:hover, .xl\:hover\:max-h-750px:hover {
    max-height: 750px !important;
  }
  .xl\:max-h-800px, .xl\:max-h-800px-hover:hover, .xl\:hover\:max-h-800px:hover {
    max-height: 800px !important;
  }
  .xl\:max-h-850px, .xl\:max-h-850px-hover:hover, .xl\:hover\:max-h-850px:hover {
    max-height: 850px !important;
  }
  .xl\:max-h-900px, .xl\:max-h-900px-hover:hover, .xl\:hover\:max-h-900px:hover {
    max-height: 900px !important;
  }
  .xl\:max-h-950px, .xl\:max-h-950px-hover:hover, .xl\:hover\:max-h-950px:hover {
    max-height: 950px !important;
  }
  .xl\:max-h-1000px, .xl\:max-h-1000px-hover:hover, .xl\:hover\:max-h-1000px:hover {
    max-height: 1000px !important;
  }
  .xl\:max-h-1170px, .xl\:max-h-1170px-hover:hover, .xl\:hover\:max-h-1170px:hover {
    max-height: 1170px !important;
  }
  .xl\:max-h-1280px, .xl\:max-h-1280px-hover:hover, .xl\:hover\:max-h-1280px:hover {
    max-height: 1280px !important;
  }
  .xl\:max-h-1320px, .xl\:max-h-1320px-hover:hover, .xl\:hover\:max-h-1320px:hover {
    max-height: 1320px !important;
  }
  .xl\:max-h-1440px, .xl\:max-h-1440px-hover:hover, .xl\:hover\:max-h-1440px:hover {
    max-height: 1440px !important;
  }
  .xl\:max-h-1\/6, .xl\:max-h-1\/6-hover:hover, .xl\:hover\:max-h-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .xl\:max-h-2\/6, .xl\:max-h-2\/6-hover:hover, .xl\:hover\:max-h-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .xl\:max-h-3\/6, .xl\:max-h-3\/6-hover:hover, .xl\:hover\:max-h-3\/6:hover {
    max-height: 50% !important;
  }
  .xl\:max-h-4\/6, .xl\:max-h-4\/6-hover:hover, .xl\:hover\:max-h-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .xl\:max-h-5\/6, .xl\:max-h-5\/6-hover:hover, .xl\:hover\:max-h-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .xl\:max-h-1\/5, .xl\:max-h-1\/5-hover:hover, .xl\:hover\:max-h-1\/5:hover {
    max-height: 20% !important;
  }
  .xl\:max-h-2\/5, .xl\:max-h-2\/5-hover:hover, .xl\:hover\:max-h-2\/5:hover {
    max-height: 40% !important;
  }
  .xl\:max-h-3\/5, .xl\:max-h-3\/5-hover:hover, .xl\:hover\:max-h-3\/5:hover {
    max-height: 60% !important;
  }
  .xl\:max-h-4\/5, .xl\:max-h-4\/5-hover:hover, .xl\:hover\:max-h-4\/5:hover {
    max-height: 80% !important;
  }
  .xl\:max-h-1\/4, .xl\:max-h-1\/4-hover:hover, .xl\:hover\:max-h-1\/4:hover {
    max-height: 25% !important;
  }
  .xl\:max-h-2\/4, .xl\:max-h-2\/4-hover:hover, .xl\:hover\:max-h-2\/4:hover {
    max-height: 50% !important;
  }
  .xl\:max-h-3\/4, .xl\:max-h-3\/4-hover:hover, .xl\:hover\:max-h-3\/4:hover {
    max-height: 75% !important;
  }
  .xl\:max-h-1\/3, .xl\:max-h-1\/3-hover:hover, .xl\:hover\:max-h-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .xl\:max-h-2\/3, .xl\:max-h-2\/3-hover:hover, .xl\:hover\:max-h-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .xl\:max-h-1\/2, .xl\:max-h-1\/2-hover:hover, .xl\:hover\:max-h-1\/2:hover {
    max-height: 50% !important;
  }
  .xl\:max-h-xs, .xl\:max-h-xs-hover:hover, .xl\:hover\:max-h-xs:hover {
    max-height: 320px !important;
  }
  .xl\:max-h-sm, .xl\:max-h-sm-hover:hover, .xl\:hover\:max-h-sm:hover {
    max-height: 640px !important;
  }
  .xl\:max-h-md, .xl\:max-h-md-hover:hover, .xl\:hover\:max-h-md:hover {
    max-height: 720px !important;
  }
  .xl\:max-h-lg, .xl\:max-h-lg-hover:hover, .xl\:hover\:max-h-lg:hover {
    max-height: 1040px !important;
  }
  .xl\:max-h-xl, .xl\:max-h-xl-hover:hover, .xl\:hover\:max-h-xl:hover {
    max-height: 1280px !important;
  }
  .xl\:max-h-2xl, .xl\:max-h-2xl-hover:hover, .xl\:hover\:max-h-2xl:hover {
    max-height: 1312px !important;
  }
  .xl\:max-h-100, .xl\:max-h-100-hover:hover, .xl\:hover\:max-h-100:hover {
    max-height: 100% !important;
  }
  .xl\:max-h-full, .xl\:max-h-full-hover:hover, .xl\:hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .xl\:max-h-min, .xl\:max-h-min-hover:hover, .xl\:hover\:max-h-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .xl\:max-h-max, .xl\:max-h-max-hover:hover, .xl\:hover\:max-h-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .xl\:max-h-fit, .xl\:max-h-fit-hover:hover, .xl\:hover\:max-h-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .xl\:max-h-0, .xl\:max-h-0-hover:hover, .xl\:hover\:max-h-0:hover {
    max-height: 0 !important;
  }
  .xl\:max-h-screen, .xl\:max-h-screen-hover:hover, .xl\:hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .flex-xl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-initial {
    flex: 0 1 auto !important;
  }
  .flex-xl-1 {
    flex: 1 1 0% !important;
  }
  .flex-xl-none {
    flex: none !important;
  }
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xl\:flex-fill {
    flex: 1 1 auto !important;
  }
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xl\:flex-none {
    flex: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-between {
    justify-content: space-between !important;
  }
  .justify-xl-around {
    justify-content: space-around !important;
  }
  .justify-xl-evenly {
    justify-content: space-evenly !important;
  }
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:justify-around {
    justify-content: space-around !important;
  }
  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .items-xl-start {
    align-items: flex-start !important;
  }
  .items-xl-center {
    align-items: center !important;
  }
  .items-xl-end {
    align-items: flex-end !important;
  }
  .items-xl-stretch {
    align-items: stretch !important;
  }
  .items-xl-baseline {
    align-items: baseline !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-stretch {
    align-items: stretch !important;
  }
  .xl\:items-baseline {
    align-items: baseline !important;
  }
  .content-xl-start {
    align-content: flex-start !important;
  }
  .content-xl-center {
    align-content: center !important;
  }
  .content-xl-end {
    align-content: flex-end !important;
  }
  .content-xl-between {
    align-content: space-between !important;
  }
  .content-xl-around {
    align-content: space-around !important;
  }
  .content-xl-evenly {
    align-content: space-evenly !important;
  }
  .content-xl-baseline {
    align-content: baseline !important;
  }
  .xl\:content-start {
    align-content: flex-start !important;
  }
  .xl\:content-center {
    align-content: center !important;
  }
  .xl\:content-end {
    align-content: flex-end !important;
  }
  .xl\:content-between {
    align-content: space-between !important;
  }
  .xl\:content-around {
    align-content: space-around !important;
  }
  .xl\:content-evenly {
    align-content: space-evenly !important;
  }
  .xl\:content-baseline {
    align-content: baseline !important;
  }
  .self-xl-auto {
    align-self: auto !important;
  }
  .self-xl-start {
    align-self: flex-start !important;
  }
  .self-xl-center {
    align-self: center !important;
  }
  .self-xl-end {
    align-self: flex-end !important;
  }
  .self-xl-stretch {
    align-self: stretch !important;
  }
  .self-xl-baseline {
    align-self: baseline !important;
  }
  .xl\:self-auto {
    align-self: auto !important;
  }
  .xl\:self-start {
    align-self: flex-start !important;
  }
  .xl\:self-center {
    align-self: center !important;
  }
  .xl\:self-end {
    align-self: flex-end !important;
  }
  .xl\:self-stretch {
    align-self: stretch !important;
  }
  .xl\:self-baseline {
    align-self: baseline !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:order-xl-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:order-xl-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:order-xl-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:order-xl-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:order-xl-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:order-xl-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:order-xl-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:order-xl-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:order-xl-last {
    order: 6 !important;
  }
  .xl\:order-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:xl\:order-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:xl\:order-first {
    order: -1 !important;
  }
  .xl\:order-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:order-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:order-0 {
    order: 0 !important;
  }
  .xl\:order-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:xl\:order-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:xl\:order-1 {
    order: 1 !important;
  }
  .xl\:order-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:xl\:order-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:xl\:order-2 {
    order: 2 !important;
  }
  .xl\:order-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:xl\:order-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:xl\:order-3 {
    order: 3 !important;
  }
  .xl\:order-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:xl\:order-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:xl\:order-4 {
    order: 4 !important;
  }
  .xl\:order-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:xl\:order-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:xl\:order-5 {
    order: 5 !important;
  }
  .xl\:order-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:xl\:order-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:xl\:order-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-narrow {
    margin: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .m-xl-7 {
    margin: 3.5rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:m-narrow {
    margin: 0.25rem !important;
  }
  .xl\:m-1 {
    margin: 0.5rem !important;
  }
  .xl\:m-2 {
    margin: 1rem !important;
  }
  .xl\:m-3 {
    margin: 1.5rem !important;
  }
  .xl\:m-4 {
    margin: 2rem !important;
  }
  .xl\:m-5 {
    margin: 2.5rem !important;
  }
  .xl\:m-6 {
    margin: 3rem !important;
  }
  .xl\:m-7 {
    margin: 3.5rem !important;
  }
  .xl\:m-8 {
    margin: 4rem !important;
  }
  .xl\:m-9 {
    margin: 5rem !important;
  }
  .xl\:m-10 {
    margin: 8rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xl\:mx-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .xl\:mx-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xl\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xl\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xl\:mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xl\:mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xl\:mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xl\:mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xl\:mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xl\:mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xl\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xl\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xl\:my-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl\:my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-narrow {
    margin-top: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mt-narrow {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-2 {
    margin-top: 1rem !important;
  }
  .xl\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-4 {
    margin-top: 2rem !important;
  }
  .xl\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .xl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xl\:mt-7 {
    margin-top: 3.5rem !important;
  }
  .xl\:mt-8 {
    margin-top: 4rem !important;
  }
  .xl\:mt-9 {
    margin-top: 5rem !important;
  }
  .xl\:mt-10 {
    margin-top: 8rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:me-xl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:me-xl-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:me-xl-narrow {
    margin-right: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:me-xl-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:me-xl-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:me-xl-4 {
    margin-right: 2rem !important;
  }
  .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:me-xl-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:me-xl-6 {
    margin-right: 3rem !important;
  }
  .me-xl-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-7 {
    margin-right: 3.5rem !important;
  }
  .me-xl-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:me-xl-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:me-xl-8 {
    margin-right: 4rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:me-xl-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:me-xl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:me-xl-auto {
    margin-right: auto !important;
  }
  .xl\:me-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:me-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:me-0 {
    margin-right: 0 !important;
  }
  .xl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  .xl\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-1 {
    margin-right: 0.5rem !important;
  }
  .xl\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-2 {
    margin-right: 1rem !important;
  }
  .xl\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-3 {
    margin-right: 1.5rem !important;
  }
  .xl\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }
  .xl\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-5 {
    margin-right: 2.5rem !important;
  }
  .xl\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-6 {
    margin-right: 3rem !important;
  }
  .xl\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }
  .xl\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-8 {
    margin-right: 4rem !important;
  }
  .xl\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-9 {
    margin-right: 5rem !important;
  }
  .xl\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-10 {
    margin-right: 8rem !important;
  }
  .xl\:me-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:xl\:me-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:xl\:me-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-narrow {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:mb-narrow {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-9 {
    margin-bottom: 5rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 8rem !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:ms-xl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-narrow {
    margin-left: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-4 {
    margin-left: 2rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-6 {
    margin-left: 3rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-7 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-8 {
    margin-left: 4rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:ms-xl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:ms-xl-auto {
    margin-left: auto !important;
  }
  .xl\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:ms-0 {
    margin-left: 0 !important;
  }
  .xl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  .xl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  .xl\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-2 {
    margin-left: 1rem !important;
  }
  .xl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .xl\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-4 {
    margin-left: 2rem !important;
  }
  .xl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  .xl\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-6 {
    margin-left: 3rem !important;
  }
  .xl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  .xl\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-8 {
    margin-left: 4rem !important;
  }
  .xl\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-9 {
    margin-left: 5rem !important;
  }
  .xl\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-10 {
    margin-left: 8rem !important;
  }
  .xl\:ms-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:xl\:ms-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:xl\:ms-auto {
    margin-left: auto !important;
  }
  .m-xl-nnarrow {
    margin: -0.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .m-xl-n5 {
    margin: -2.5rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .m-xl-n7 {
    margin: -3.5rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .m-xl-n10 {
    margin: -8rem !important;
  }
  .xl\:m-nnarrow {
    margin: -0.25rem !important;
  }
  .xl\:m-n1 {
    margin: -0.5rem !important;
  }
  .xl\:m-n2 {
    margin: -1rem !important;
  }
  .xl\:m-n3 {
    margin: -1.5rem !important;
  }
  .xl\:m-n4 {
    margin: -2rem !important;
  }
  .xl\:m-n5 {
    margin: -2.5rem !important;
  }
  .xl\:m-n6 {
    margin: -3rem !important;
  }
  .xl\:m-n7 {
    margin: -3.5rem !important;
  }
  .xl\:m-n8 {
    margin: -4rem !important;
  }
  .xl\:m-n9 {
    margin: -5rem !important;
  }
  .xl\:m-n10 {
    margin: -8rem !important;
  }
  .mx-xl-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .xl\:mx-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .xl\:mx-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .xl\:mx-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .xl\:mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .xl\:mx-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .xl\:mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .xl\:mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .xl\:mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .xl\:mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .xl\:mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .xl\:mx-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xl-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .xl\:my-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xl\:my-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xl\:my-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xl\:my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xl\:my-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xl\:my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .xl\:my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xl\:my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .xl\:my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xl\:my-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xl\:my-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-xl-nnarrow {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -8rem !important;
  }
  .xl\:mt-nnarrow {
    margin-top: -0.25rem !important;
  }
  .xl\:mt-n1 {
    margin-top: -0.5rem !important;
  }
  .xl\:mt-n2 {
    margin-top: -1rem !important;
  }
  .xl\:mt-n3 {
    margin-top: -1.5rem !important;
  }
  .xl\:mt-n4 {
    margin-top: -2rem !important;
  }
  .xl\:mt-n5 {
    margin-top: -2.5rem !important;
  }
  .xl\:mt-n6 {
    margin-top: -3rem !important;
  }
  .xl\:mt-n7 {
    margin-top: -3.5rem !important;
  }
  .xl\:mt-n8 {
    margin-top: -4rem !important;
  }
  .xl\:mt-n9 {
    margin-top: -5rem !important;
  }
  .xl\:mt-n10 {
    margin-top: -8rem !important;
  }
  .me-xl-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:me-xl-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:me-xl-nnarrow {
    margin-right: -0.25rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n2 {
    margin-right: -1rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n4 {
    margin-right: -2rem !important;
  }
  .me-xl-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n5 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n6 {
    margin-right: -3rem !important;
  }
  .me-xl-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n7 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n8 {
    margin-right: -4rem !important;
  }
  .me-xl-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n9 {
    margin-right: -5rem !important;
  }
  .me-xl-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:me-xl-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:me-xl-n10 {
    margin-right: -8rem !important;
  }
  .xl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  .xl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  .xl\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n2 {
    margin-right: -1rem !important;
  }
  .xl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  .xl\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n4 {
    margin-right: -2rem !important;
  }
  .xl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  .xl\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n6 {
    margin-right: -3rem !important;
  }
  .xl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  .xl\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n8 {
    margin-right: -4rem !important;
  }
  .xl\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n9 {
    margin-right: -5rem !important;
  }
  .xl\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:xl\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:xl\:me-n10 {
    margin-right: -8rem !important;
  }
  .mb-xl-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -8rem !important;
  }
  .xl\:mb-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .xl\:mb-n1 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:mb-n2 {
    margin-bottom: -1rem !important;
  }
  .xl\:mb-n3 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:mb-n4 {
    margin-bottom: -2rem !important;
  }
  .xl\:mb-n5 {
    margin-bottom: -2.5rem !important;
  }
  .xl\:mb-n6 {
    margin-bottom: -3rem !important;
  }
  .xl\:mb-n7 {
    margin-bottom: -3.5rem !important;
  }
  .xl\:mb-n8 {
    margin-bottom: -4rem !important;
  }
  .xl\:mb-n9 {
    margin-bottom: -5rem !important;
  }
  .xl\:mb-n10 {
    margin-bottom: -8rem !important;
  }
  .ms-xl-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-nnarrow {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xl-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xl-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:ms-xl-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:ms-xl-n10 {
    margin-left: -8rem !important;
  }
  .xl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  .xl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  .xl\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n2 {
    margin-left: -1rem !important;
  }
  .xl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  .xl\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n4 {
    margin-left: -2rem !important;
  }
  .xl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  .xl\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n6 {
    margin-left: -3rem !important;
  }
  .xl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  .xl\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n8 {
    margin-left: -4rem !important;
  }
  .xl\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n9 {
    margin-left: -5rem !important;
  }
  .xl\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:xl\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:xl\:ms-n10 {
    margin-left: -8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-narrow {
    padding: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .p-xl-7 {
    padding: 3.5rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .xl\:p-0 {
    padding: 0 !important;
  }
  .xl\:p-narrow {
    padding: 0.25rem !important;
  }
  .xl\:p-1 {
    padding: 0.5rem !important;
  }
  .xl\:p-2 {
    padding: 1rem !important;
  }
  .xl\:p-3 {
    padding: 1.5rem !important;
  }
  .xl\:p-4 {
    padding: 2rem !important;
  }
  .xl\:p-5 {
    padding: 2.5rem !important;
  }
  .xl\:p-6 {
    padding: 3rem !important;
  }
  .xl\:p-7 {
    padding: 3.5rem !important;
  }
  .xl\:p-8 {
    padding: 4rem !important;
  }
  .xl\:p-9 {
    padding: 5rem !important;
  }
  .xl\:p-10 {
    padding: 8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xl\:px-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .xl\:px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xl\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xl\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xl\:px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xl\:px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xl\:py-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-narrow {
    padding-top: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0 !important;
  }
  .xl\:pt-narrow {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-2 {
    padding-top: 1rem !important;
  }
  .xl\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-4 {
    padding-top: 2rem !important;
  }
  .xl\:pt-5 {
    padding-top: 2.5rem !important;
  }
  .xl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xl\:pt-7 {
    padding-top: 3.5rem !important;
  }
  .xl\:pt-8 {
    padding-top: 4rem !important;
  }
  .xl\:pt-9 {
    padding-top: 5rem !important;
  }
  .xl\:pt-10 {
    padding-top: 8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:pe-xl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-narrow {
    padding-right: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-4 {
    padding-right: 2rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-6 {
    padding-right: 3rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-7 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-8 {
    padding-right: 4rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:pe-xl-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pe-xl-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:pe-xl-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:pe-xl-auto {
    padding-right: auto !important;
  }
  .xl\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:pe-0 {
    padding-right: 0 !important;
  }
  .xl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  .xl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  .xl\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-2 {
    padding-right: 1rem !important;
  }
  .xl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .xl\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-4 {
    padding-right: 2rem !important;
  }
  .xl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  .xl\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }
  .xl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  .xl\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-8 {
    padding-right: 4rem !important;
  }
  .xl\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-9 {
    padding-right: 5rem !important;
  }
  .xl\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:xl\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:xl\:pe-10 {
    padding-right: 8rem !important;
  }
  .xl\:pe-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:xl\:pe-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:xl\:pe-auto {
    padding-right: auto !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-narrow {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xl\:pb-narrow {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:ps-xl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-narrow {
    padding-left: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-4 {
    padding-left: 2rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-6 {
    padding-left: 3rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-7 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-8 {
    padding-left: 4rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-9 {
    padding-left: 5rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ps-xl-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ps-xl-10 {
    padding-left: 8rem !important;
  }
  .ps-xl-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:ps-xl-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:ps-xl-auto {
    padding-left: auto !important;
  }
  .xl\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:ps-0 {
    padding-left: 0 !important;
  }
  .xl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  .xl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  .xl\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-2 {
    padding-left: 1rem !important;
  }
  .xl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .xl\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-4 {
    padding-left: 2rem !important;
  }
  .xl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  .xl\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-6 {
    padding-left: 3rem !important;
  }
  .xl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  .xl\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-8 {
    padding-left: 4rem !important;
  }
  .xl\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-9 {
    padding-left: 5rem !important;
  }
  .xl\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:xl\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:xl\:ps-10 {
    padding-left: 8rem !important;
  }
  .xl\:ps-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:xl\:ps-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:xl\:ps-auto {
    padding-left: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-narrow {
    gap: 0.25rem !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
  .gap-xl-4 {
    gap: 2rem !important;
  }
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
  .gap-xl-6 {
    gap: 3rem !important;
  }
  .gap-xl-7 {
    gap: 3.5rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 8rem !important;
  }
  .xl\:gap-0 {
    gap: 0 !important;
  }
  .xl\:gap-narrow {
    gap: 0.25rem !important;
  }
  .xl\:gap-1 {
    gap: 0.5rem !important;
  }
  .xl\:gap-2 {
    gap: 1rem !important;
  }
  .xl\:gap-3 {
    gap: 1.5rem !important;
  }
  .xl\:gap-4 {
    gap: 2rem !important;
  }
  .xl\:gap-5 {
    gap: 2.5rem !important;
  }
  .xl\:gap-6 {
    gap: 3rem !important;
  }
  .xl\:gap-7 {
    gap: 3.5rem !important;
  }
  .xl\:gap-8 {
    gap: 4rem !important;
  }
  .xl\:gap-9 {
    gap: 5rem !important;
  }
  .xl\:gap-10 {
    gap: 8rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-narrow {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 8rem !important;
  }
  .xl\:row-gap-0 {
    row-gap: 0 !important;
  }
  .xl\:row-gap-narrow {
    row-gap: 0.25rem !important;
  }
  .xl\:row-gap-1 {
    row-gap: 0.5rem !important;
  }
  .xl\:row-gap-2 {
    row-gap: 1rem !important;
  }
  .xl\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .xl\:row-gap-4 {
    row-gap: 2rem !important;
  }
  .xl\:row-gap-5 {
    row-gap: 2.5rem !important;
  }
  .xl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xl\:row-gap-7 {
    row-gap: 3.5rem !important;
  }
  .xl\:row-gap-8 {
    row-gap: 4rem !important;
  }
  .xl\:row-gap-9 {
    row-gap: 5rem !important;
  }
  .xl\:row-gap-10 {
    row-gap: 8rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xl-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .xl\:column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .xl\:column-gap-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .xl\:column-gap-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .xl\:column-gap-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .xl\:column-gap-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .xl\:column-gap-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .xl\:column-gap-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .xl\:column-gap-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .xl\:column-gap-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .xl\:column-gap-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .xl\:column-gap-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .xl\:column-gap-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .fs-xl-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-1 {
    font-size: 1.75rem !important;
  }
  .fs-xl-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-2 {
    font-size: 1.5rem !important;
  }
  .fs-xl-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-3 {
    font-size: 1.25rem !important;
  }
  .fs-xl-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-4 {
    font-size: 1.125rem !important;
  }
  .fs-xl-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-5 {
    font-size: 1rem !important;
  }
  .fs-xl-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-6 {
    font-size: 0.95rem !important;
  }
  .fs-xl-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-7 {
    font-size: 0.875rem !important;
  }
  .fs-xl-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:fs-xl-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:fs-xl-8 {
    font-size: 0.75rem !important;
  }
  .xl\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-1 {
    font-size: 1.75rem !important;
  }
  .xl\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-2 {
    font-size: 1.5rem !important;
  }
  .xl\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-3 {
    font-size: 1.25rem !important;
  }
  .xl\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-4 {
    font-size: 1.125rem !important;
  }
  .xl\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-5 {
    font-size: 1rem !important;
  }
  .xl\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-6 {
    font-size: 0.95rem !important;
  }
  .xl\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-7 {
    font-size: 0.875rem !important;
  }
  .xl\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:xl\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:xl\:fs-8 {
    font-size: 0.75rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:text-xl-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:text-xl-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:text-xl-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:text-xl-center {
    text-align: center !important;
  }
  .xl\:text-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:xl\:text-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:xl\:text-start {
    text-align: left !important;
  }
  .xl\:text-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:xl\:text-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:xl\:text-end {
    text-align: right !important;
  }
  .xl\:text-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:xl\:text-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:xl\:text-center {
    text-align: center !important;
  }
  .rounded-xl, .rounded-xl-hover:hover, .hover\:rounded-xl:hover {
    border-radius: var(--radius) !important;
  }
  .rounded-xl-default, .rounded-xl-default-hover:hover, .hover\:rounded-xl-default:hover {
    border-radius: 8px !important;
  }
  .rounded-xl-0-5, .rounded-xl-0-5-hover:hover, .hover\:rounded-xl-0-5:hover {
    border-radius: 2px !important;
  }
  .rounded-xl-1, .rounded-xl-1-hover:hover, .hover\:rounded-xl-1:hover {
    border-radius: 4px !important;
  }
  .rounded-xl-1-5, .rounded-xl-1-5-hover:hover, .hover\:rounded-xl-1-5:hover {
    border-radius: 12px !important;
  }
  .rounded-xl-2, .rounded-xl-2-hover:hover, .hover\:rounded-xl-2:hover {
    border-radius: 16px !important;
  }
  .rounded-xl-2-5, .rounded-xl-2-5-hover:hover, .hover\:rounded-xl-2-5:hover {
    border-radius: 20px !important;
  }
  .rounded-xl-3, .rounded-xl-3-hover:hover, .hover\:rounded-xl-3:hover {
    border-radius: 24px !important;
  }
  .rounded-xl-3-5, .rounded-xl-3-5-hover:hover, .hover\:rounded-xl-3-5:hover {
    border-radius: 28px !important;
  }
  .rounded-xl-4, .rounded-xl-4-hover:hover, .hover\:rounded-xl-4:hover {
    border-radius: 32px !important;
  }
  .rounded-xl-4-5, .rounded-xl-4-5-hover:hover, .hover\:rounded-xl-4-5:hover {
    border-radius: 36px !important;
  }
  .rounded-xl-5, .rounded-xl-5-hover:hover, .hover\:rounded-xl-5:hover {
    border-radius: 40px !important;
  }
  .rounded-xl-5-5, .rounded-xl-5-5-hover:hover, .hover\:rounded-xl-5-5:hover {
    border-radius: 44px !important;
  }
  .rounded-xl-6, .rounded-xl-6-hover:hover, .hover\:rounded-xl-6:hover {
    border-radius: 48px !important;
  }
  .rounded-xl-6-5, .rounded-xl-6-5-hover:hover, .hover\:rounded-xl-6-5:hover {
    border-radius: 52px !important;
  }
  .rounded-xl-7, .rounded-xl-7-hover:hover, .hover\:rounded-xl-7:hover {
    border-radius: 56px !important;
  }
  .rounded-xl-7-5, .rounded-xl-7-5-hover:hover, .hover\:rounded-xl-7-5:hover {
    border-radius: 60px !important;
  }
  .rounded-xl-8, .rounded-xl-8-hover:hover, .hover\:rounded-xl-8:hover {
    border-radius: 64px !important;
  }
  .rounded-xl-8-5, .rounded-xl-8-5-hover:hover, .hover\:rounded-xl-8-5:hover {
    border-radius: 68px !important;
  }
  .rounded-xl-9, .rounded-xl-9-hover:hover, .hover\:rounded-xl-9:hover {
    border-radius: 72px !important;
  }
  .rounded-xl-9-5, .rounded-xl-9-5-hover:hover, .hover\:rounded-xl-9-5:hover {
    border-radius: 76px !important;
  }
  .rounded-xl-10, .rounded-xl-10-hover:hover, .hover\:rounded-xl-10:hover {
    border-radius: 80px !important;
  }
  .rounded-xl-circle, .rounded-xl-circle-hover:hover, .hover\:rounded-xl-circle:hover {
    border-radius: 50% !important;
  }
  .rounded-xl-full, .rounded-xl-full-hover:hover, .hover\:rounded-xl-full:hover {
    border-radius: 100% !important;
  }
  .rounded-xl-pill, .rounded-xl-pill-hover:hover, .hover\:rounded-xl-pill:hover {
    border-radius: 50rem !important;
  }
  .rounded-xl-0, .rounded-xl-0-hover:hover, .hover\:rounded-xl-0:hover {
    border-radius: 0 !important;
  }
  .xl\:rounded, .xl\:rounded-hover:hover, .xl\:hover\:rounded:hover {
    border-radius: var(--radius) !important;
  }
  .xl\:rounded-default, .xl\:rounded-default-hover:hover, .xl\:hover\:rounded-default:hover {
    border-radius: 8px !important;
  }
  .xl\:rounded-0-5, .xl\:rounded-0-5-hover:hover, .xl\:hover\:rounded-0-5:hover {
    border-radius: 2px !important;
  }
  .xl\:rounded-1, .xl\:rounded-1-hover:hover, .xl\:hover\:rounded-1:hover {
    border-radius: 4px !important;
  }
  .xl\:rounded-1-5, .xl\:rounded-1-5-hover:hover, .xl\:hover\:rounded-1-5:hover {
    border-radius: 12px !important;
  }
  .xl\:rounded-2, .xl\:rounded-2-hover:hover, .xl\:hover\:rounded-2:hover {
    border-radius: 16px !important;
  }
  .xl\:rounded-2-5, .xl\:rounded-2-5-hover:hover, .xl\:hover\:rounded-2-5:hover {
    border-radius: 20px !important;
  }
  .xl\:rounded-3, .xl\:rounded-3-hover:hover, .xl\:hover\:rounded-3:hover {
    border-radius: 24px !important;
  }
  .xl\:rounded-3-5, .xl\:rounded-3-5-hover:hover, .xl\:hover\:rounded-3-5:hover {
    border-radius: 28px !important;
  }
  .xl\:rounded-4, .xl\:rounded-4-hover:hover, .xl\:hover\:rounded-4:hover {
    border-radius: 32px !important;
  }
  .xl\:rounded-4-5, .xl\:rounded-4-5-hover:hover, .xl\:hover\:rounded-4-5:hover {
    border-radius: 36px !important;
  }
  .xl\:rounded-5, .xl\:rounded-5-hover:hover, .xl\:hover\:rounded-5:hover {
    border-radius: 40px !important;
  }
  .xl\:rounded-5-5, .xl\:rounded-5-5-hover:hover, .xl\:hover\:rounded-5-5:hover {
    border-radius: 44px !important;
  }
  .xl\:rounded-6, .xl\:rounded-6-hover:hover, .xl\:hover\:rounded-6:hover {
    border-radius: 48px !important;
  }
  .xl\:rounded-6-5, .xl\:rounded-6-5-hover:hover, .xl\:hover\:rounded-6-5:hover {
    border-radius: 52px !important;
  }
  .xl\:rounded-7, .xl\:rounded-7-hover:hover, .xl\:hover\:rounded-7:hover {
    border-radius: 56px !important;
  }
  .xl\:rounded-7-5, .xl\:rounded-7-5-hover:hover, .xl\:hover\:rounded-7-5:hover {
    border-radius: 60px !important;
  }
  .xl\:rounded-8, .xl\:rounded-8-hover:hover, .xl\:hover\:rounded-8:hover {
    border-radius: 64px !important;
  }
  .xl\:rounded-8-5, .xl\:rounded-8-5-hover:hover, .xl\:hover\:rounded-8-5:hover {
    border-radius: 68px !important;
  }
  .xl\:rounded-9, .xl\:rounded-9-hover:hover, .xl\:hover\:rounded-9:hover {
    border-radius: 72px !important;
  }
  .xl\:rounded-9-5, .xl\:rounded-9-5-hover:hover, .xl\:hover\:rounded-9-5:hover {
    border-radius: 76px !important;
  }
  .xl\:rounded-10, .xl\:rounded-10-hover:hover, .xl\:hover\:rounded-10:hover {
    border-radius: 80px !important;
  }
  .xl\:rounded-circle, .xl\:rounded-circle-hover:hover, .xl\:hover\:rounded-circle:hover {
    border-radius: 50% !important;
  }
  .xl\:rounded-full, .xl\:rounded-full-hover:hover, .xl\:hover\:rounded-full:hover {
    border-radius: 100% !important;
  }
  .xl\:rounded-pill, .xl\:rounded-pill-hover:hover, .xl\:hover\:rounded-pill:hover {
    border-radius: 50rem !important;
  }
  .xl\:rounded-0, .xl\:rounded-0-hover:hover, .xl\:hover\:rounded-0:hover {
    border-radius: 0 !important;
  }
  .rounded-top-xl, .rounded-top-xl-hover:hover, .hover\:rounded-top-xl:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-xl-default, .rounded-top-xl-default-hover:hover, .hover\:rounded-top-xl-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-xl-0-5, .rounded-top-xl-0-5-hover:hover, .hover\:rounded-top-xl-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-xl-1, .rounded-top-xl-1-hover:hover, .hover\:rounded-top-xl-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-xl-1-5, .rounded-top-xl-1-5-hover:hover, .hover\:rounded-top-xl-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .rounded-top-xl-2, .rounded-top-xl-2-hover:hover, .hover\:rounded-top-xl-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .rounded-top-xl-2-5, .rounded-top-xl-2-5-hover:hover, .hover\:rounded-top-xl-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .rounded-top-xl-3, .rounded-top-xl-3-hover:hover, .hover\:rounded-top-xl-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .rounded-top-xl-3-5, .rounded-top-xl-3-5-hover:hover, .hover\:rounded-top-xl-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .rounded-top-xl-4, .rounded-top-xl-4-hover:hover, .hover\:rounded-top-xl-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .rounded-top-xl-4-5, .rounded-top-xl-4-5-hover:hover, .hover\:rounded-top-xl-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .rounded-top-xl-5, .rounded-top-xl-5-hover:hover, .hover\:rounded-top-xl-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .rounded-top-xl-5-5, .rounded-top-xl-5-5-hover:hover, .hover\:rounded-top-xl-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .rounded-top-xl-6, .rounded-top-xl-6-hover:hover, .hover\:rounded-top-xl-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .rounded-top-xl-6-5, .rounded-top-xl-6-5-hover:hover, .hover\:rounded-top-xl-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .rounded-top-xl-7, .rounded-top-xl-7-hover:hover, .hover\:rounded-top-xl-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .rounded-top-xl-7-5, .rounded-top-xl-7-5-hover:hover, .hover\:rounded-top-xl-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .rounded-top-xl-8, .rounded-top-xl-8-hover:hover, .hover\:rounded-top-xl-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .rounded-top-xl-8-5, .rounded-top-xl-8-5-hover:hover, .hover\:rounded-top-xl-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .rounded-top-xl-9, .rounded-top-xl-9-hover:hover, .hover\:rounded-top-xl-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .rounded-top-xl-9-5, .rounded-top-xl-9-5-hover:hover, .hover\:rounded-top-xl-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .rounded-top-xl-10, .rounded-top-xl-10-hover:hover, .hover\:rounded-top-xl-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .rounded-top-xl-circle, .rounded-top-xl-circle-hover:hover, .hover\:rounded-top-xl-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xl-full, .rounded-top-xl-full-hover:hover, .hover\:rounded-top-xl-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .rounded-top-xl-pill, .rounded-top-xl-pill-hover:hover, .hover\:rounded-top-xl-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-xl-0, .rounded-top-xl-0-hover:hover, .hover\:rounded-top-xl-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xl\:rounded-top, .xl\:rounded-top-hover:hover, .xl\:hover\:rounded-top:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .xl\:rounded-top-default, .xl\:rounded-top-default-hover:hover, .xl\:hover\:rounded-top-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .xl\:rounded-top-0-5, .xl\:rounded-top-0-5-hover:hover, .xl\:hover\:rounded-top-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .xl\:rounded-top-1, .xl\:rounded-top-1-hover:hover, .xl\:hover\:rounded-top-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .xl\:rounded-top-1-5, .xl\:rounded-top-1-5-hover:hover, .xl\:hover\:rounded-top-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .xl\:rounded-top-2, .xl\:rounded-top-2-hover:hover, .xl\:hover\:rounded-top-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .xl\:rounded-top-2-5, .xl\:rounded-top-2-5-hover:hover, .xl\:hover\:rounded-top-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .xl\:rounded-top-3, .xl\:rounded-top-3-hover:hover, .xl\:hover\:rounded-top-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .xl\:rounded-top-3-5, .xl\:rounded-top-3-5-hover:hover, .xl\:hover\:rounded-top-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .xl\:rounded-top-4, .xl\:rounded-top-4-hover:hover, .xl\:hover\:rounded-top-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .xl\:rounded-top-4-5, .xl\:rounded-top-4-5-hover:hover, .xl\:hover\:rounded-top-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .xl\:rounded-top-5, .xl\:rounded-top-5-hover:hover, .xl\:hover\:rounded-top-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .xl\:rounded-top-5-5, .xl\:rounded-top-5-5-hover:hover, .xl\:hover\:rounded-top-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .xl\:rounded-top-6, .xl\:rounded-top-6-hover:hover, .xl\:hover\:rounded-top-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .xl\:rounded-top-6-5, .xl\:rounded-top-6-5-hover:hover, .xl\:hover\:rounded-top-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .xl\:rounded-top-7, .xl\:rounded-top-7-hover:hover, .xl\:hover\:rounded-top-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .xl\:rounded-top-7-5, .xl\:rounded-top-7-5-hover:hover, .xl\:hover\:rounded-top-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .xl\:rounded-top-8, .xl\:rounded-top-8-hover:hover, .xl\:hover\:rounded-top-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .xl\:rounded-top-8-5, .xl\:rounded-top-8-5-hover:hover, .xl\:hover\:rounded-top-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .xl\:rounded-top-9, .xl\:rounded-top-9-hover:hover, .xl\:hover\:rounded-top-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .xl\:rounded-top-9-5, .xl\:rounded-top-9-5-hover:hover, .xl\:hover\:rounded-top-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .xl\:rounded-top-10, .xl\:rounded-top-10-hover:hover, .xl\:hover\:rounded-top-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .xl\:rounded-top-circle, .xl\:rounded-top-circle-hover:hover, .xl\:hover\:rounded-top-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xl\:rounded-top-full, .xl\:rounded-top-full-hover:hover, .xl\:hover\:rounded-top-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .xl\:rounded-top-pill, .xl\:rounded-top-pill-hover:hover, .xl\:hover\:rounded-top-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .xl\:rounded-top-0, .xl\:rounded-top-0-hover:hover, .xl\:hover\:rounded-top-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-end-xl, .rounded-end-xl-hover:hover, .hover\:rounded-end-xl:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-end-xl-default, .rounded-end-xl-default-hover:hover, .hover\:rounded-end-xl-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-xl-0-5, .rounded-end-xl-0-5-hover:hover, .hover\:rounded-end-xl-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-xl-1, .rounded-end-xl-1-hover:hover, .hover\:rounded-end-xl-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-xl-1-5, .rounded-end-xl-1-5-hover:hover, .hover\:rounded-end-xl-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .rounded-end-xl-2, .rounded-end-xl-2-hover:hover, .hover\:rounded-end-xl-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .rounded-end-xl-2-5, .rounded-end-xl-2-5-hover:hover, .hover\:rounded-end-xl-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .rounded-end-xl-3, .rounded-end-xl-3-hover:hover, .hover\:rounded-end-xl-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .rounded-end-xl-3-5, .rounded-end-xl-3-5-hover:hover, .hover\:rounded-end-xl-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .rounded-end-xl-4, .rounded-end-xl-4-hover:hover, .hover\:rounded-end-xl-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .rounded-end-xl-4-5, .rounded-end-xl-4-5-hover:hover, .hover\:rounded-end-xl-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .rounded-end-xl-5, .rounded-end-xl-5-hover:hover, .hover\:rounded-end-xl-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .rounded-end-xl-5-5, .rounded-end-xl-5-5-hover:hover, .hover\:rounded-end-xl-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .rounded-end-xl-6, .rounded-end-xl-6-hover:hover, .hover\:rounded-end-xl-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .rounded-end-xl-6-5, .rounded-end-xl-6-5-hover:hover, .hover\:rounded-end-xl-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .rounded-end-xl-7, .rounded-end-xl-7-hover:hover, .hover\:rounded-end-xl-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .rounded-end-xl-7-5, .rounded-end-xl-7-5-hover:hover, .hover\:rounded-end-xl-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .rounded-end-xl-8, .rounded-end-xl-8-hover:hover, .hover\:rounded-end-xl-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .rounded-end-xl-8-5, .rounded-end-xl-8-5-hover:hover, .hover\:rounded-end-xl-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .rounded-end-xl-9, .rounded-end-xl-9-hover:hover, .hover\:rounded-end-xl-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .rounded-end-xl-9-5, .rounded-end-xl-9-5-hover:hover, .hover\:rounded-end-xl-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .rounded-end-xl-10, .rounded-end-xl-10-hover:hover, .hover\:rounded-end-xl-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .rounded-end-xl-circle, .rounded-end-xl-circle-hover:hover, .hover\:rounded-end-xl-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xl-full, .rounded-end-xl-full-hover:hover, .hover\:rounded-end-xl-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .rounded-end-xl-pill, .rounded-end-xl-pill-hover:hover, .hover\:rounded-end-xl-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-xl-0, .rounded-end-xl-0-hover:hover, .hover\:rounded-end-xl-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:rounded-end, .xl\:rounded-end-hover:hover, .xl\:hover\:rounded-end:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .xl\:rounded-end-default, .xl\:rounded-end-default-hover:hover, .xl\:hover\:rounded-end-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .xl\:rounded-end-0-5, .xl\:rounded-end-0-5-hover:hover, .xl\:hover\:rounded-end-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .xl\:rounded-end-1, .xl\:rounded-end-1-hover:hover, .xl\:hover\:rounded-end-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .xl\:rounded-end-1-5, .xl\:rounded-end-1-5-hover:hover, .xl\:hover\:rounded-end-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .xl\:rounded-end-2, .xl\:rounded-end-2-hover:hover, .xl\:hover\:rounded-end-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .xl\:rounded-end-2-5, .xl\:rounded-end-2-5-hover:hover, .xl\:hover\:rounded-end-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .xl\:rounded-end-3, .xl\:rounded-end-3-hover:hover, .xl\:hover\:rounded-end-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .xl\:rounded-end-3-5, .xl\:rounded-end-3-5-hover:hover, .xl\:hover\:rounded-end-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .xl\:rounded-end-4, .xl\:rounded-end-4-hover:hover, .xl\:hover\:rounded-end-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .xl\:rounded-end-4-5, .xl\:rounded-end-4-5-hover:hover, .xl\:hover\:rounded-end-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .xl\:rounded-end-5, .xl\:rounded-end-5-hover:hover, .xl\:hover\:rounded-end-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .xl\:rounded-end-5-5, .xl\:rounded-end-5-5-hover:hover, .xl\:hover\:rounded-end-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .xl\:rounded-end-6, .xl\:rounded-end-6-hover:hover, .xl\:hover\:rounded-end-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .xl\:rounded-end-6-5, .xl\:rounded-end-6-5-hover:hover, .xl\:hover\:rounded-end-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .xl\:rounded-end-7, .xl\:rounded-end-7-hover:hover, .xl\:hover\:rounded-end-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .xl\:rounded-end-7-5, .xl\:rounded-end-7-5-hover:hover, .xl\:hover\:rounded-end-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .xl\:rounded-end-8, .xl\:rounded-end-8-hover:hover, .xl\:hover\:rounded-end-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .xl\:rounded-end-8-5, .xl\:rounded-end-8-5-hover:hover, .xl\:hover\:rounded-end-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .xl\:rounded-end-9, .xl\:rounded-end-9-hover:hover, .xl\:hover\:rounded-end-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .xl\:rounded-end-9-5, .xl\:rounded-end-9-5-hover:hover, .xl\:hover\:rounded-end-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .xl\:rounded-end-10, .xl\:rounded-end-10-hover:hover, .xl\:hover\:rounded-end-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .xl\:rounded-end-circle, .xl\:rounded-end-circle-hover:hover, .xl\:hover\:rounded-end-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xl\:rounded-end-full, .xl\:rounded-end-full-hover:hover, .xl\:hover\:rounded-end-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .xl\:rounded-end-pill, .xl\:rounded-end-pill-hover:hover, .xl\:hover\:rounded-end-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .xl\:rounded-end-0, .xl\:rounded-end-0-hover:hover, .xl\:hover\:rounded-end-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-bottom-xl, .rounded-bottom-xl-hover:hover, .hover\:rounded-bottom-xl:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-xl-default, .rounded-bottom-xl-default-hover:hover, .hover\:rounded-bottom-xl-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-xl-0-5, .rounded-bottom-xl-0-5-hover:hover, .hover\:rounded-bottom-xl-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-xl-1, .rounded-bottom-xl-1-hover:hover, .hover\:rounded-bottom-xl-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-xl-1-5, .rounded-bottom-xl-1-5-hover:hover, .hover\:rounded-bottom-xl-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-xl-2, .rounded-bottom-xl-2-hover:hover, .hover\:rounded-bottom-xl-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-xl-2-5, .rounded-bottom-xl-2-5-hover:hover, .hover\:rounded-bottom-xl-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-xl-3, .rounded-bottom-xl-3-hover:hover, .hover\:rounded-bottom-xl-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-xl-3-5, .rounded-bottom-xl-3-5-hover:hover, .hover\:rounded-bottom-xl-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-xl-4, .rounded-bottom-xl-4-hover:hover, .hover\:rounded-bottom-xl-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-xl-4-5, .rounded-bottom-xl-4-5-hover:hover, .hover\:rounded-bottom-xl-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-xl-5, .rounded-bottom-xl-5-hover:hover, .hover\:rounded-bottom-xl-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-xl-5-5, .rounded-bottom-xl-5-5-hover:hover, .hover\:rounded-bottom-xl-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-xl-6, .rounded-bottom-xl-6-hover:hover, .hover\:rounded-bottom-xl-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-xl-6-5, .rounded-bottom-xl-6-5-hover:hover, .hover\:rounded-bottom-xl-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-xl-7, .rounded-bottom-xl-7-hover:hover, .hover\:rounded-bottom-xl-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-xl-7-5, .rounded-bottom-xl-7-5-hover:hover, .hover\:rounded-bottom-xl-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-xl-8, .rounded-bottom-xl-8-hover:hover, .hover\:rounded-bottom-xl-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-xl-8-5, .rounded-bottom-xl-8-5-hover:hover, .hover\:rounded-bottom-xl-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-xl-9, .rounded-bottom-xl-9-hover:hover, .hover\:rounded-bottom-xl-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-xl-9-5, .rounded-bottom-xl-9-5-hover:hover, .hover\:rounded-bottom-xl-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-xl-10, .rounded-bottom-xl-10-hover:hover, .hover\:rounded-bottom-xl-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-xl-circle, .rounded-bottom-xl-circle-hover:hover, .hover\:rounded-bottom-xl-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xl-full, .rounded-bottom-xl-full-hover:hover, .hover\:rounded-bottom-xl-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-xl-pill, .rounded-bottom-xl-pill-hover:hover, .hover\:rounded-bottom-xl-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-xl-0, .rounded-bottom-xl-0-hover:hover, .hover\:rounded-bottom-xl-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:rounded-bottom, .xl\:rounded-bottom-hover:hover, .xl\:hover\:rounded-bottom:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .xl\:rounded-bottom-default, .xl\:rounded-bottom-default-hover:hover, .xl\:hover\:rounded-bottom-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .xl\:rounded-bottom-0-5, .xl\:rounded-bottom-0-5-hover:hover, .xl\:hover\:rounded-bottom-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .xl\:rounded-bottom-1, .xl\:rounded-bottom-1-hover:hover, .xl\:hover\:rounded-bottom-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .xl\:rounded-bottom-1-5, .xl\:rounded-bottom-1-5-hover:hover, .xl\:hover\:rounded-bottom-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .xl\:rounded-bottom-2, .xl\:rounded-bottom-2-hover:hover, .xl\:hover\:rounded-bottom-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .xl\:rounded-bottom-2-5, .xl\:rounded-bottom-2-5-hover:hover, .xl\:hover\:rounded-bottom-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .xl\:rounded-bottom-3, .xl\:rounded-bottom-3-hover:hover, .xl\:hover\:rounded-bottom-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .xl\:rounded-bottom-3-5, .xl\:rounded-bottom-3-5-hover:hover, .xl\:hover\:rounded-bottom-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .xl\:rounded-bottom-4, .xl\:rounded-bottom-4-hover:hover, .xl\:hover\:rounded-bottom-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .xl\:rounded-bottom-4-5, .xl\:rounded-bottom-4-5-hover:hover, .xl\:hover\:rounded-bottom-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .xl\:rounded-bottom-5, .xl\:rounded-bottom-5-hover:hover, .xl\:hover\:rounded-bottom-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .xl\:rounded-bottom-5-5, .xl\:rounded-bottom-5-5-hover:hover, .xl\:hover\:rounded-bottom-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .xl\:rounded-bottom-6, .xl\:rounded-bottom-6-hover:hover, .xl\:hover\:rounded-bottom-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .xl\:rounded-bottom-6-5, .xl\:rounded-bottom-6-5-hover:hover, .xl\:hover\:rounded-bottom-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .xl\:rounded-bottom-7, .xl\:rounded-bottom-7-hover:hover, .xl\:hover\:rounded-bottom-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .xl\:rounded-bottom-7-5, .xl\:rounded-bottom-7-5-hover:hover, .xl\:hover\:rounded-bottom-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .xl\:rounded-bottom-8, .xl\:rounded-bottom-8-hover:hover, .xl\:hover\:rounded-bottom-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .xl\:rounded-bottom-8-5, .xl\:rounded-bottom-8-5-hover:hover, .xl\:hover\:rounded-bottom-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .xl\:rounded-bottom-9, .xl\:rounded-bottom-9-hover:hover, .xl\:hover\:rounded-bottom-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .xl\:rounded-bottom-9-5, .xl\:rounded-bottom-9-5-hover:hover, .xl\:hover\:rounded-bottom-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .xl\:rounded-bottom-10, .xl\:rounded-bottom-10-hover:hover, .xl\:hover\:rounded-bottom-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .xl\:rounded-bottom-circle, .xl\:rounded-bottom-circle-hover:hover, .xl\:hover\:rounded-bottom-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xl\:rounded-bottom-full, .xl\:rounded-bottom-full-hover:hover, .xl\:hover\:rounded-bottom-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .xl\:rounded-bottom-pill, .xl\:rounded-bottom-pill-hover:hover, .xl\:hover\:rounded-bottom-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .xl\:rounded-bottom-0, .xl\:rounded-bottom-0-hover:hover, .xl\:hover\:rounded-bottom-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-start-xl, .rounded-start-xl-hover:hover, .hover\:rounded-start-xl:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-start-xl-default, .rounded-start-xl-default-hover:hover, .hover\:rounded-start-xl-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-xl-0-5, .rounded-start-xl-0-5-hover:hover, .hover\:rounded-start-xl-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-xl-1, .rounded-start-xl-1-hover:hover, .hover\:rounded-start-xl-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-xl-1-5, .rounded-start-xl-1-5-hover:hover, .hover\:rounded-start-xl-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .rounded-start-xl-2, .rounded-start-xl-2-hover:hover, .hover\:rounded-start-xl-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .rounded-start-xl-2-5, .rounded-start-xl-2-5-hover:hover, .hover\:rounded-start-xl-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .rounded-start-xl-3, .rounded-start-xl-3-hover:hover, .hover\:rounded-start-xl-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .rounded-start-xl-3-5, .rounded-start-xl-3-5-hover:hover, .hover\:rounded-start-xl-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .rounded-start-xl-4, .rounded-start-xl-4-hover:hover, .hover\:rounded-start-xl-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .rounded-start-xl-4-5, .rounded-start-xl-4-5-hover:hover, .hover\:rounded-start-xl-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .rounded-start-xl-5, .rounded-start-xl-5-hover:hover, .hover\:rounded-start-xl-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .rounded-start-xl-5-5, .rounded-start-xl-5-5-hover:hover, .hover\:rounded-start-xl-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .rounded-start-xl-6, .rounded-start-xl-6-hover:hover, .hover\:rounded-start-xl-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .rounded-start-xl-6-5, .rounded-start-xl-6-5-hover:hover, .hover\:rounded-start-xl-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .rounded-start-xl-7, .rounded-start-xl-7-hover:hover, .hover\:rounded-start-xl-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .rounded-start-xl-7-5, .rounded-start-xl-7-5-hover:hover, .hover\:rounded-start-xl-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .rounded-start-xl-8, .rounded-start-xl-8-hover:hover, .hover\:rounded-start-xl-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .rounded-start-xl-8-5, .rounded-start-xl-8-5-hover:hover, .hover\:rounded-start-xl-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .rounded-start-xl-9, .rounded-start-xl-9-hover:hover, .hover\:rounded-start-xl-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .rounded-start-xl-9-5, .rounded-start-xl-9-5-hover:hover, .hover\:rounded-start-xl-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .rounded-start-xl-10, .rounded-start-xl-10-hover:hover, .hover\:rounded-start-xl-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .rounded-start-xl-circle, .rounded-start-xl-circle-hover:hover, .hover\:rounded-start-xl-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xl-full, .rounded-start-xl-full-hover:hover, .hover\:rounded-start-xl-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .rounded-start-xl-pill, .rounded-start-xl-pill-hover:hover, .hover\:rounded-start-xl-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-xl-0, .rounded-start-xl-0-hover:hover, .hover\:rounded-start-xl-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .xl\:rounded-start, .xl\:rounded-start-hover:hover, .xl\:hover\:rounded-start:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .xl\:rounded-start-default, .xl\:rounded-start-default-hover:hover, .xl\:hover\:rounded-start-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .xl\:rounded-start-0-5, .xl\:rounded-start-0-5-hover:hover, .xl\:hover\:rounded-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .xl\:rounded-start-1, .xl\:rounded-start-1-hover:hover, .xl\:hover\:rounded-start-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .xl\:rounded-start-1-5, .xl\:rounded-start-1-5-hover:hover, .xl\:hover\:rounded-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .xl\:rounded-start-2, .xl\:rounded-start-2-hover:hover, .xl\:hover\:rounded-start-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .xl\:rounded-start-2-5, .xl\:rounded-start-2-5-hover:hover, .xl\:hover\:rounded-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .xl\:rounded-start-3, .xl\:rounded-start-3-hover:hover, .xl\:hover\:rounded-start-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .xl\:rounded-start-3-5, .xl\:rounded-start-3-5-hover:hover, .xl\:hover\:rounded-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .xl\:rounded-start-4, .xl\:rounded-start-4-hover:hover, .xl\:hover\:rounded-start-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .xl\:rounded-start-4-5, .xl\:rounded-start-4-5-hover:hover, .xl\:hover\:rounded-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .xl\:rounded-start-5, .xl\:rounded-start-5-hover:hover, .xl\:hover\:rounded-start-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .xl\:rounded-start-5-5, .xl\:rounded-start-5-5-hover:hover, .xl\:hover\:rounded-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .xl\:rounded-start-6, .xl\:rounded-start-6-hover:hover, .xl\:hover\:rounded-start-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .xl\:rounded-start-6-5, .xl\:rounded-start-6-5-hover:hover, .xl\:hover\:rounded-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .xl\:rounded-start-7, .xl\:rounded-start-7-hover:hover, .xl\:hover\:rounded-start-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .xl\:rounded-start-7-5, .xl\:rounded-start-7-5-hover:hover, .xl\:hover\:rounded-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .xl\:rounded-start-8, .xl\:rounded-start-8-hover:hover, .xl\:hover\:rounded-start-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .xl\:rounded-start-8-5, .xl\:rounded-start-8-5-hover:hover, .xl\:hover\:rounded-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .xl\:rounded-start-9, .xl\:rounded-start-9-hover:hover, .xl\:hover\:rounded-start-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .xl\:rounded-start-9-5, .xl\:rounded-start-9-5-hover:hover, .xl\:hover\:rounded-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .xl\:rounded-start-10, .xl\:rounded-start-10-hover:hover, .xl\:hover\:rounded-start-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .xl\:rounded-start-circle, .xl\:rounded-start-circle-hover:hover, .xl\:hover\:rounded-start-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .xl\:rounded-start-full, .xl\:rounded-start-full-hover:hover, .xl\:hover\:rounded-start-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .xl\:rounded-start-pill, .xl\:rounded-start-pill-hover:hover, .xl\:hover\:rounded-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .xl\:rounded-start-0, .xl\:rounded-start-0-hover:hover, .xl\:hover\:rounded-start-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .justify-items-xl-start {
    justify-items: start !important;
  }
  .justify-items-xl-center {
    justify-items: center !important;
  }
  .justify-items-xl-end {
    justify-items: end !important;
  }
  .justify-items-xl-stretch {
    justify-items: stretch !important;
  }
  .xl\:justify-items-start {
    justify-items: start !important;
  }
  .xl\:justify-items-center {
    justify-items: center !important;
  }
  .xl\:justify-items-end {
    justify-items: end !important;
  }
  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .justify-self-xl-auto {
    justify-self: auto !important;
  }
  .justify-self-xl-start {
    justify-self: start !important;
  }
  .justify-self-xl-center {
    justify-self: center !important;
  }
  .justify-self-xl-end {
    justify-self: end !important;
  }
  .justify-self-xl-stretch {
    justify-self: stretch !important;
  }
  .xl\:justify-self-auto {
    justify-self: auto !important;
  }
  .xl\:justify-self-start {
    justify-self: start !important;
  }
  .xl\:justify-self-center {
    justify-self: center !important;
  }
  .xl\:justify-self-end {
    justify-self: end !important;
  }
  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .place-xl-start {
    place-content: flex-start !important;
  }
  .place-xl-center {
    place-content: center !important;
  }
  .place-xl-end {
    place-content: flex-end !important;
  }
  .place-xl-between {
    place-content: space-between !important;
  }
  .place-xl-around {
    place-content: space-around !important;
  }
  .place-xl-evenly {
    place-content: space-evenly !important;
  }
  .place-xl-stretch {
    place-content: stretch !important;
  }
  .place-xl-baseline {
    place-content: baseline !important;
  }
  .xl\:place-start {
    place-content: flex-start !important;
  }
  .xl\:place-center {
    place-content: center !important;
  }
  .xl\:place-end {
    place-content: flex-end !important;
  }
  .xl\:place-between {
    place-content: space-between !important;
  }
  .xl\:place-around {
    place-content: space-around !important;
  }
  .xl\:place-evenly {
    place-content: space-evenly !important;
  }
  .xl\:place-stretch {
    place-content: stretch !important;
  }
  .xl\:place-baseline {
    place-content: baseline !important;
  }
  .place-items-xl-start {
    place-items: start !important;
  }
  .place-items-xl-center {
    place-items: center !important;
  }
  .place-items-xl-end {
    place-items: end !important;
  }
  .place-items-xl-stretch {
    place-items: stretch !important;
  }
  .place-items-xl-baseline {
    place-items: baseline !important;
  }
  .xl\:place-items-start {
    place-items: start !important;
  }
  .xl\:place-items-center {
    place-items: center !important;
  }
  .xl\:place-items-end {
    place-items: end !important;
  }
  .xl\:place-items-stretch {
    place-items: stretch !important;
  }
  .xl\:place-items-baseline {
    place-items: baseline !important;
  }
  .place-self-xl-auto {
    place-self: auto !important;
  }
  .place-self-xl-start {
    place-self: start !important;
  }
  .place-self-xl-center {
    place-self: center !important;
  }
  .place-self-xl-end {
    place-self: end !important;
  }
  .place-self-xl-stretch {
    place-self: stretch !important;
  }
  .xl\:place-self-auto {
    place-self: auto !important;
  }
  .xl\:place-self-start {
    place-self: start !important;
  }
  .xl\:place-self-center {
    place-self: center !important;
  }
  .xl\:place-self-end {
    place-self: end !important;
  }
  .xl\:place-self-stretch {
    place-self: stretch !important;
  }
  .g-row-span-xl-1 {
    grid-row: span 1/span 1 !important;
  }
  .g-row-span-xl-2 {
    grid-row: span 2/span 2 !important;
  }
  .g-row-span-xl-3 {
    grid-row: span 3/span 3 !important;
  }
  .g-row-span-xl-4 {
    grid-row: span 4/span 4 !important;
  }
  .g-row-span-xl-5 {
    grid-row: span 5/span 5 !important;
  }
  .g-row-span-xl-6 {
    grid-row: span 6/span 6 !important;
  }
  .g-row-span-xl-7 {
    grid-row: span 7/span 7 !important;
  }
  .g-row-span-xl-8 {
    grid-row: span 8/span 8 !important;
  }
  .g-row-span-xl-9 {
    grid-row: span 9/span 9 !important;
  }
  .g-row-span-xl-10 {
    grid-row: span 10/span 10 !important;
  }
  .g-row-span-xl-11 {
    grid-row: span 11/span 11 !important;
  }
  .g-row-span-xl-12 {
    grid-row: span 12/span 12 !important;
  }
  .g-row-span-xl-full {
    grid-row: "1 / -1" !important;
  }
  .xl\:g-row-span-1 {
    grid-row: span 1/span 1 !important;
  }
  .xl\:g-row-span-2 {
    grid-row: span 2/span 2 !important;
  }
  .xl\:g-row-span-3 {
    grid-row: span 3/span 3 !important;
  }
  .xl\:g-row-span-4 {
    grid-row: span 4/span 4 !important;
  }
  .xl\:g-row-span-5 {
    grid-row: span 5/span 5 !important;
  }
  .xl\:g-row-span-6 {
    grid-row: span 6/span 6 !important;
  }
  .xl\:g-row-span-7 {
    grid-row: span 7/span 7 !important;
  }
  .xl\:g-row-span-8 {
    grid-row: span 8/span 8 !important;
  }
  .xl\:g-row-span-9 {
    grid-row: span 9/span 9 !important;
  }
  .xl\:g-row-span-10 {
    grid-row: span 10/span 10 !important;
  }
  .xl\:g-row-span-11 {
    grid-row: span 11/span 11 !important;
  }
  .xl\:g-row-span-12 {
    grid-row: span 12/span 12 !important;
  }
  .xl\:g-row-span-full {
    grid-row: "1 / -1" !important;
  }
  .g-row-start-xl-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-1 {
    grid-row-start: 1 !important;
  }
  .g-row-start-xl-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-2 {
    grid-row-start: 2 !important;
  }
  .g-row-start-xl-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-3 {
    grid-row-start: 3 !important;
  }
  .g-row-start-xl-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-4 {
    grid-row-start: 4 !important;
  }
  .g-row-start-xl-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-5 {
    grid-row-start: 5 !important;
  }
  .g-row-start-xl-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-6 {
    grid-row-start: 6 !important;
  }
  .g-row-start-xl-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-7 {
    grid-row-start: 7 !important;
  }
  .g-row-start-xl-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-8 {
    grid-row-start: 8 !important;
  }
  .g-row-start-xl-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-9 {
    grid-row-start: 9 !important;
  }
  .g-row-start-xl-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-10 {
    grid-row-start: 10 !important;
  }
  .g-row-start-xl-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-11 {
    grid-row-start: 11 !important;
  }
  .g-row-start-xl-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-12 {
    grid-row-start: 12 !important;
  }
  .g-row-start-xl-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-13 {
    grid-row-start: 13 !important;
  }
  .g-row-start-xl-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:g-row-start-xl-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:g-row-start-xl-auto {
    grid-row-start: auto !important;
  }
  .xl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  .xl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  .xl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  .xl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  .xl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  .xl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  .xl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  .xl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  .xl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  .xl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  .xl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  .xl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  .xl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  .xl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  .g-row-end-xl-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-1 {
    grid-row-end: 1 !important;
  }
  .g-row-end-xl-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-2 {
    grid-row-end: 2 !important;
  }
  .g-row-end-xl-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-3 {
    grid-row-end: 3 !important;
  }
  .g-row-end-xl-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-4 {
    grid-row-end: 4 !important;
  }
  .g-row-end-xl-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-5 {
    grid-row-end: 5 !important;
  }
  .g-row-end-xl-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-6 {
    grid-row-end: 6 !important;
  }
  .g-row-end-xl-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-7 {
    grid-row-end: 7 !important;
  }
  .g-row-end-xl-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-8 {
    grid-row-end: 8 !important;
  }
  .g-row-end-xl-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-9 {
    grid-row-end: 9 !important;
  }
  .g-row-end-xl-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-10 {
    grid-row-end: 10 !important;
  }
  .g-row-end-xl-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-11 {
    grid-row-end: 11 !important;
  }
  .g-row-end-xl-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-12 {
    grid-row-end: 12 !important;
  }
  .g-row-end-xl-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-13 {
    grid-row-end: 13 !important;
  }
  .g-row-end-xl-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:g-row-end-xl-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:g-row-end-xl-auto {
    grid-row-end: auto !important;
  }
  .xl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  .xl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  .xl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  .xl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  .xl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  .xl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  .xl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  .xl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  .xl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  .xl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  .xl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  .xl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  .xl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  .xl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:xl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:xl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  .g-row-xl-auto {
    grid-row: auto !important;
  }
  .xl\:g-row-auto {
    grid-row: auto !important;
  }
  .g-col-span-xl-1 {
    grid-column: span 1/span 1 !important;
  }
  .g-col-span-xl-2 {
    grid-column: span 2/span 2 !important;
  }
  .g-col-span-xl-3 {
    grid-column: span 3/span 3 !important;
  }
  .g-col-span-xl-4 {
    grid-column: span 4/span 4 !important;
  }
  .g-col-span-xl-5 {
    grid-column: span 5/span 5 !important;
  }
  .g-col-span-xl-6 {
    grid-column: span 6/span 6 !important;
  }
  .g-col-span-xl-7 {
    grid-column: span 7/span 7 !important;
  }
  .g-col-span-xl-8 {
    grid-column: span 8/span 8 !important;
  }
  .g-col-span-xl-9 {
    grid-column: span 9/span 9 !important;
  }
  .g-col-span-xl-10 {
    grid-column: span 10/span 10 !important;
  }
  .g-col-span-xl-11 {
    grid-column: span 11/span 11 !important;
  }
  .g-col-span-xl-12 {
    grid-column: span 12/span 12 !important;
  }
  .g-col-span-xl-full {
    grid-column: "1 / -1" !important;
  }
  .xl\:g-col-span-1 {
    grid-column: span 1/span 1 !important;
  }
  .xl\:g-col-span-2 {
    grid-column: span 2/span 2 !important;
  }
  .xl\:g-col-span-3 {
    grid-column: span 3/span 3 !important;
  }
  .xl\:g-col-span-4 {
    grid-column: span 4/span 4 !important;
  }
  .xl\:g-col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .xl\:g-col-span-6 {
    grid-column: span 6/span 6 !important;
  }
  .xl\:g-col-span-7 {
    grid-column: span 7/span 7 !important;
  }
  .xl\:g-col-span-8 {
    grid-column: span 8/span 8 !important;
  }
  .xl\:g-col-span-9 {
    grid-column: span 9/span 9 !important;
  }
  .xl\:g-col-span-10 {
    grid-column: span 10/span 10 !important;
  }
  .xl\:g-col-span-11 {
    grid-column: span 11/span 11 !important;
  }
  .xl\:g-col-span-12 {
    grid-column: span 12/span 12 !important;
  }
  .xl\:g-col-span-full {
    grid-column: "1 / -1" !important;
  }
  .g-col-start-xl-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-1 {
    grid-column-start: 1 !important;
  }
  .g-col-start-xl-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-2 {
    grid-column-start: 2 !important;
  }
  .g-col-start-xl-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-3 {
    grid-column-start: 3 !important;
  }
  .g-col-start-xl-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-4 {
    grid-column-start: 4 !important;
  }
  .g-col-start-xl-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-5 {
    grid-column-start: 5 !important;
  }
  .g-col-start-xl-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-6 {
    grid-column-start: 6 !important;
  }
  .g-col-start-xl-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-7 {
    grid-column-start: 7 !important;
  }
  .g-col-start-xl-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-8 {
    grid-column-start: 8 !important;
  }
  .g-col-start-xl-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-9 {
    grid-column-start: 9 !important;
  }
  .g-col-start-xl-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-10 {
    grid-column-start: 10 !important;
  }
  .g-col-start-xl-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-11 {
    grid-column-start: 11 !important;
  }
  .g-col-start-xl-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-12 {
    grid-column-start: 12 !important;
  }
  .g-col-start-xl-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-13 {
    grid-column-start: 13 !important;
  }
  .g-col-start-xl-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:g-col-start-xl-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:g-col-start-xl-auto {
    grid-column-start: auto !important;
  }
  .xl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  .xl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  .xl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  .xl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  .xl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  .xl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  .xl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  .xl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  .xl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  .xl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  .xl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  .xl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  .xl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  .xl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  .g-col-end-xl-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-1 {
    grid-column-end: 1 !important;
  }
  .g-col-end-xl-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-2 {
    grid-column-end: 2 !important;
  }
  .g-col-end-xl-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-3 {
    grid-column-end: 3 !important;
  }
  .g-col-end-xl-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-4 {
    grid-column-end: 4 !important;
  }
  .g-col-end-xl-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-5 {
    grid-column-end: 5 !important;
  }
  .g-col-end-xl-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-6 {
    grid-column-end: 6 !important;
  }
  .g-col-end-xl-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-7 {
    grid-column-end: 7 !important;
  }
  .g-col-end-xl-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-8 {
    grid-column-end: 8 !important;
  }
  .g-col-end-xl-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-9 {
    grid-column-end: 9 !important;
  }
  .g-col-end-xl-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-10 {
    grid-column-end: 10 !important;
  }
  .g-col-end-xl-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-11 {
    grid-column-end: 11 !important;
  }
  .g-col-end-xl-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-12 {
    grid-column-end: 12 !important;
  }
  .g-col-end-xl-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-13 {
    grid-column-end: 13 !important;
  }
  .g-col-end-xl-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:g-col-end-xl-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:g-col-end-xl-auto {
    grid-column-end: auto !important;
  }
  .xl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  .xl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  .xl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  .xl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  .xl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  .xl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  .xl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  .xl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  .xl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  .xl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  .xl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  .xl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  .xl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  .xl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:xl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:xl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  .g-col-xl-auto {
    grid-column: auto !important;
  }
  .xl\:g-col-auto {
    grid-column: auto !important;
  }
  .text-truncate-xl-1 {
    -webkit-line-clamp: 1 !important;
  }
  .text-truncate-xl-2 {
    -webkit-line-clamp: 2 !important;
  }
  .text-truncate-xl-3 {
    -webkit-line-clamp: 3 !important;
  }
  .text-truncate-xl-4 {
    -webkit-line-clamp: 4 !important;
  }
  .text-truncate-xl-5 {
    -webkit-line-clamp: 5 !important;
  }
  .text-truncate-xl-6 {
    -webkit-line-clamp: 6 !important;
  }
  .xl\:text-truncate-1 {
    -webkit-line-clamp: 1 !important;
  }
  .xl\:text-truncate-2 {
    -webkit-line-clamp: 2 !important;
  }
  .xl\:text-truncate-3 {
    -webkit-line-clamp: 3 !important;
  }
  .xl\:text-truncate-4 {
    -webkit-line-clamp: 4 !important;
  }
  .xl\:text-truncate-5 {
    -webkit-line-clamp: 5 !important;
  }
  .xl\:text-truncate-6 {
    -webkit-line-clamp: 6 !important;
  }
  .min-w-xl-px, .min-w-xl-px-hover:hover, .hover\:min-w-xl-px:hover {
    min-width: 1px !important;
  }
  .min-w-xl-2px, .min-w-xl-2px-hover:hover, .hover\:min-w-xl-2px:hover {
    min-width: 2px !important;
  }
  .min-w-xl-4px, .min-w-xl-4px-hover:hover, .hover\:min-w-xl-4px:hover {
    min-width: 4px !important;
  }
  .min-w-xl-8px, .min-w-xl-8px-hover:hover, .hover\:min-w-xl-8px:hover {
    min-width: 8px !important;
  }
  .min-w-xl-16px, .min-w-xl-16px-hover:hover, .hover\:min-w-xl-16px:hover {
    min-width: 16px !important;
  }
  .min-w-xl-18px, .min-w-xl-18px-hover:hover, .hover\:min-w-xl-18px:hover {
    min-width: 18px !important;
  }
  .min-w-xl-20px, .min-w-xl-20px-hover:hover, .hover\:min-w-xl-20px:hover {
    min-width: 20px !important;
  }
  .min-w-xl-24px, .min-w-xl-24px-hover:hover, .hover\:min-w-xl-24px:hover {
    min-width: 24px !important;
  }
  .min-w-xl-32px, .min-w-xl-32px-hover:hover, .hover\:min-w-xl-32px:hover {
    min-width: 32px !important;
  }
  .min-w-xl-36px, .min-w-xl-36px-hover:hover, .hover\:min-w-xl-36px:hover {
    min-width: 36px !important;
  }
  .min-w-xl-40px, .min-w-xl-40px-hover:hover, .hover\:min-w-xl-40px:hover {
    min-width: 40px !important;
  }
  .min-w-xl-48px, .min-w-xl-48px-hover:hover, .hover\:min-w-xl-48px:hover {
    min-width: 48px !important;
  }
  .min-w-xl-56px, .min-w-xl-56px-hover:hover, .hover\:min-w-xl-56px:hover {
    min-width: 56px !important;
  }
  .min-w-xl-64px, .min-w-xl-64px-hover:hover, .hover\:min-w-xl-64px:hover {
    min-width: 64px !important;
  }
  .min-w-xl-72px, .min-w-xl-72px-hover:hover, .hover\:min-w-xl-72px:hover {
    min-width: 72px !important;
  }
  .min-w-xl-80px, .min-w-xl-80px-hover:hover, .hover\:min-w-xl-80px:hover {
    min-width: 80px !important;
  }
  .min-w-xl-96px, .min-w-xl-96px-hover:hover, .hover\:min-w-xl-96px:hover {
    min-width: 96px !important;
  }
  .min-w-xl-100px, .min-w-xl-100px-hover:hover, .hover\:min-w-xl-100px:hover {
    min-width: 100px !important;
  }
  .min-w-xl-128px, .min-w-xl-128px-hover:hover, .hover\:min-w-xl-128px:hover {
    min-width: 128px !important;
  }
  .min-w-xl-150px, .min-w-xl-150px-hover:hover, .hover\:min-w-xl-150px:hover {
    min-width: 150px !important;
  }
  .min-w-xl-200px, .min-w-xl-200px-hover:hover, .hover\:min-w-xl-200px:hover {
    min-width: 200px !important;
  }
  .min-w-xl-250px, .min-w-xl-250px-hover:hover, .hover\:min-w-xl-250px:hover {
    min-width: 250px !important;
  }
  .min-w-xl-300px, .min-w-xl-300px-hover:hover, .hover\:min-w-xl-300px:hover {
    min-width: 300px !important;
  }
  .min-w-xl-350px, .min-w-xl-350px-hover:hover, .hover\:min-w-xl-350px:hover {
    min-width: 350px !important;
  }
  .min-w-xl-400px, .min-w-xl-400px-hover:hover, .hover\:min-w-xl-400px:hover {
    min-width: 400px !important;
  }
  .min-w-xl-450px, .min-w-xl-450px-hover:hover, .hover\:min-w-xl-450px:hover {
    min-width: 450px !important;
  }
  .min-w-xl-500px, .min-w-xl-500px-hover:hover, .hover\:min-w-xl-500px:hover {
    min-width: 500px !important;
  }
  .min-w-xl-550px, .min-w-xl-550px-hover:hover, .hover\:min-w-xl-550px:hover {
    min-width: 550px !important;
  }
  .min-w-xl-600px, .min-w-xl-600px-hover:hover, .hover\:min-w-xl-600px:hover {
    min-width: 600px !important;
  }
  .min-w-xl-650px, .min-w-xl-650px-hover:hover, .hover\:min-w-xl-650px:hover {
    min-width: 650px !important;
  }
  .min-w-xl-700px, .min-w-xl-700px-hover:hover, .hover\:min-w-xl-700px:hover {
    min-width: 700px !important;
  }
  .min-w-xl-750px, .min-w-xl-750px-hover:hover, .hover\:min-w-xl-750px:hover {
    min-width: 750px !important;
  }
  .min-w-xl-800px, .min-w-xl-800px-hover:hover, .hover\:min-w-xl-800px:hover {
    min-width: 800px !important;
  }
  .min-w-xl-850px, .min-w-xl-850px-hover:hover, .hover\:min-w-xl-850px:hover {
    min-width: 850px !important;
  }
  .min-w-xl-900px, .min-w-xl-900px-hover:hover, .hover\:min-w-xl-900px:hover {
    min-width: 900px !important;
  }
  .min-w-xl-950px, .min-w-xl-950px-hover:hover, .hover\:min-w-xl-950px:hover {
    min-width: 950px !important;
  }
  .min-w-xl-1000px, .min-w-xl-1000px-hover:hover, .hover\:min-w-xl-1000px:hover {
    min-width: 1000px !important;
  }
  .min-w-xl-1170px, .min-w-xl-1170px-hover:hover, .hover\:min-w-xl-1170px:hover {
    min-width: 1170px !important;
  }
  .min-w-xl-1280px, .min-w-xl-1280px-hover:hover, .hover\:min-w-xl-1280px:hover {
    min-width: 1280px !important;
  }
  .min-w-xl-1320px, .min-w-xl-1320px-hover:hover, .hover\:min-w-xl-1320px:hover {
    min-width: 1320px !important;
  }
  .min-w-xl-1440px, .min-w-xl-1440px-hover:hover, .hover\:min-w-xl-1440px:hover {
    min-width: 1440px !important;
  }
  .min-w-xl-1\/6, .min-w-xl-1\/6-hover:hover, .hover\:min-w-xl-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .min-w-xl-2\/6, .min-w-xl-2\/6-hover:hover, .hover\:min-w-xl-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-xl-3\/6, .min-w-xl-3\/6-hover:hover, .hover\:min-w-xl-3\/6:hover {
    min-width: 50% !important;
  }
  .min-w-xl-4\/6, .min-w-xl-4\/6-hover:hover, .hover\:min-w-xl-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-xl-5\/6, .min-w-xl-5\/6-hover:hover, .hover\:min-w-xl-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .min-w-xl-1\/5, .min-w-xl-1\/5-hover:hover, .hover\:min-w-xl-1\/5:hover {
    min-width: 20% !important;
  }
  .min-w-xl-2\/5, .min-w-xl-2\/5-hover:hover, .hover\:min-w-xl-2\/5:hover {
    min-width: 40% !important;
  }
  .min-w-xl-3\/5, .min-w-xl-3\/5-hover:hover, .hover\:min-w-xl-3\/5:hover {
    min-width: 60% !important;
  }
  .min-w-xl-4\/5, .min-w-xl-4\/5-hover:hover, .hover\:min-w-xl-4\/5:hover {
    min-width: 80% !important;
  }
  .min-w-xl-1\/4, .min-w-xl-1\/4-hover:hover, .hover\:min-w-xl-1\/4:hover {
    min-width: 25% !important;
  }
  .min-w-xl-2\/4, .min-w-xl-2\/4-hover:hover, .hover\:min-w-xl-2\/4:hover {
    min-width: 50% !important;
  }
  .min-w-xl-3\/4, .min-w-xl-3\/4-hover:hover, .hover\:min-w-xl-3\/4:hover {
    min-width: 75% !important;
  }
  .min-w-xl-1\/3, .min-w-xl-1\/3-hover:hover, .hover\:min-w-xl-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-xl-2\/3, .min-w-xl-2\/3-hover:hover, .hover\:min-w-xl-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-xl-1\/2, .min-w-xl-1\/2-hover:hover, .hover\:min-w-xl-1\/2:hover {
    min-width: 50% !important;
  }
  .min-w-xl-xs, .min-w-xl-xs-hover:hover, .hover\:min-w-xl-xs:hover {
    min-width: 320px !important;
  }
  .min-w-xl-sm, .min-w-xl-sm-hover:hover, .hover\:min-w-xl-sm:hover {
    min-width: 640px !important;
  }
  .min-w-xl-md, .min-w-xl-md-hover:hover, .hover\:min-w-xl-md:hover {
    min-width: 720px !important;
  }
  .min-w-xl-lg, .min-w-xl-lg-hover:hover, .hover\:min-w-xl-lg:hover {
    min-width: 1040px !important;
  }
  .min-w-xl-xl, .min-w-xl-xl-hover:hover, .hover\:min-w-xl-xl:hover {
    min-width: 1280px !important;
  }
  .min-w-xl-2xl, .min-w-xl-2xl-hover:hover, .hover\:min-w-xl-2xl:hover {
    min-width: 1312px !important;
  }
  .min-w-xl-100, .min-w-xl-100-hover:hover, .hover\:min-w-xl-100:hover {
    min-width: 100% !important;
  }
  .min-w-xl-full, .min-w-xl-full-hover:hover, .hover\:min-w-xl-full:hover {
    min-width: 100% !important;
  }
  .min-w-xl-min, .min-w-xl-min-hover:hover, .hover\:min-w-xl-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .min-w-xl-max, .min-w-xl-max-hover:hover, .hover\:min-w-xl-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .min-w-xl-fit, .min-w-xl-fit-hover:hover, .hover\:min-w-xl-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .min-w-xl-0, .min-w-xl-0-hover:hover, .hover\:min-w-xl-0:hover {
    min-width: 0 !important;
  }
  .xl\:min-w-px, .xl\:min-w-px-hover:hover, .xl\:hover\:min-w-px:hover {
    min-width: 1px !important;
  }
  .xl\:min-w-2px, .xl\:min-w-2px-hover:hover, .xl\:hover\:min-w-2px:hover {
    min-width: 2px !important;
  }
  .xl\:min-w-4px, .xl\:min-w-4px-hover:hover, .xl\:hover\:min-w-4px:hover {
    min-width: 4px !important;
  }
  .xl\:min-w-8px, .xl\:min-w-8px-hover:hover, .xl\:hover\:min-w-8px:hover {
    min-width: 8px !important;
  }
  .xl\:min-w-16px, .xl\:min-w-16px-hover:hover, .xl\:hover\:min-w-16px:hover {
    min-width: 16px !important;
  }
  .xl\:min-w-18px, .xl\:min-w-18px-hover:hover, .xl\:hover\:min-w-18px:hover {
    min-width: 18px !important;
  }
  .xl\:min-w-20px, .xl\:min-w-20px-hover:hover, .xl\:hover\:min-w-20px:hover {
    min-width: 20px !important;
  }
  .xl\:min-w-24px, .xl\:min-w-24px-hover:hover, .xl\:hover\:min-w-24px:hover {
    min-width: 24px !important;
  }
  .xl\:min-w-32px, .xl\:min-w-32px-hover:hover, .xl\:hover\:min-w-32px:hover {
    min-width: 32px !important;
  }
  .xl\:min-w-36px, .xl\:min-w-36px-hover:hover, .xl\:hover\:min-w-36px:hover {
    min-width: 36px !important;
  }
  .xl\:min-w-40px, .xl\:min-w-40px-hover:hover, .xl\:hover\:min-w-40px:hover {
    min-width: 40px !important;
  }
  .xl\:min-w-48px, .xl\:min-w-48px-hover:hover, .xl\:hover\:min-w-48px:hover {
    min-width: 48px !important;
  }
  .xl\:min-w-56px, .xl\:min-w-56px-hover:hover, .xl\:hover\:min-w-56px:hover {
    min-width: 56px !important;
  }
  .xl\:min-w-64px, .xl\:min-w-64px-hover:hover, .xl\:hover\:min-w-64px:hover {
    min-width: 64px !important;
  }
  .xl\:min-w-72px, .xl\:min-w-72px-hover:hover, .xl\:hover\:min-w-72px:hover {
    min-width: 72px !important;
  }
  .xl\:min-w-80px, .xl\:min-w-80px-hover:hover, .xl\:hover\:min-w-80px:hover {
    min-width: 80px !important;
  }
  .xl\:min-w-96px, .xl\:min-w-96px-hover:hover, .xl\:hover\:min-w-96px:hover {
    min-width: 96px !important;
  }
  .xl\:min-w-100px, .xl\:min-w-100px-hover:hover, .xl\:hover\:min-w-100px:hover {
    min-width: 100px !important;
  }
  .xl\:min-w-128px, .xl\:min-w-128px-hover:hover, .xl\:hover\:min-w-128px:hover {
    min-width: 128px !important;
  }
  .xl\:min-w-150px, .xl\:min-w-150px-hover:hover, .xl\:hover\:min-w-150px:hover {
    min-width: 150px !important;
  }
  .xl\:min-w-200px, .xl\:min-w-200px-hover:hover, .xl\:hover\:min-w-200px:hover {
    min-width: 200px !important;
  }
  .xl\:min-w-250px, .xl\:min-w-250px-hover:hover, .xl\:hover\:min-w-250px:hover {
    min-width: 250px !important;
  }
  .xl\:min-w-300px, .xl\:min-w-300px-hover:hover, .xl\:hover\:min-w-300px:hover {
    min-width: 300px !important;
  }
  .xl\:min-w-350px, .xl\:min-w-350px-hover:hover, .xl\:hover\:min-w-350px:hover {
    min-width: 350px !important;
  }
  .xl\:min-w-400px, .xl\:min-w-400px-hover:hover, .xl\:hover\:min-w-400px:hover {
    min-width: 400px !important;
  }
  .xl\:min-w-450px, .xl\:min-w-450px-hover:hover, .xl\:hover\:min-w-450px:hover {
    min-width: 450px !important;
  }
  .xl\:min-w-500px, .xl\:min-w-500px-hover:hover, .xl\:hover\:min-w-500px:hover {
    min-width: 500px !important;
  }
  .xl\:min-w-550px, .xl\:min-w-550px-hover:hover, .xl\:hover\:min-w-550px:hover {
    min-width: 550px !important;
  }
  .xl\:min-w-600px, .xl\:min-w-600px-hover:hover, .xl\:hover\:min-w-600px:hover {
    min-width: 600px !important;
  }
  .xl\:min-w-650px, .xl\:min-w-650px-hover:hover, .xl\:hover\:min-w-650px:hover {
    min-width: 650px !important;
  }
  .xl\:min-w-700px, .xl\:min-w-700px-hover:hover, .xl\:hover\:min-w-700px:hover {
    min-width: 700px !important;
  }
  .xl\:min-w-750px, .xl\:min-w-750px-hover:hover, .xl\:hover\:min-w-750px:hover {
    min-width: 750px !important;
  }
  .xl\:min-w-800px, .xl\:min-w-800px-hover:hover, .xl\:hover\:min-w-800px:hover {
    min-width: 800px !important;
  }
  .xl\:min-w-850px, .xl\:min-w-850px-hover:hover, .xl\:hover\:min-w-850px:hover {
    min-width: 850px !important;
  }
  .xl\:min-w-900px, .xl\:min-w-900px-hover:hover, .xl\:hover\:min-w-900px:hover {
    min-width: 900px !important;
  }
  .xl\:min-w-950px, .xl\:min-w-950px-hover:hover, .xl\:hover\:min-w-950px:hover {
    min-width: 950px !important;
  }
  .xl\:min-w-1000px, .xl\:min-w-1000px-hover:hover, .xl\:hover\:min-w-1000px:hover {
    min-width: 1000px !important;
  }
  .xl\:min-w-1170px, .xl\:min-w-1170px-hover:hover, .xl\:hover\:min-w-1170px:hover {
    min-width: 1170px !important;
  }
  .xl\:min-w-1280px, .xl\:min-w-1280px-hover:hover, .xl\:hover\:min-w-1280px:hover {
    min-width: 1280px !important;
  }
  .xl\:min-w-1320px, .xl\:min-w-1320px-hover:hover, .xl\:hover\:min-w-1320px:hover {
    min-width: 1320px !important;
  }
  .xl\:min-w-1440px, .xl\:min-w-1440px-hover:hover, .xl\:hover\:min-w-1440px:hover {
    min-width: 1440px !important;
  }
  .xl\:min-w-1\/6, .xl\:min-w-1\/6-hover:hover, .xl\:hover\:min-w-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .xl\:min-w-2\/6, .xl\:min-w-2\/6-hover:hover, .xl\:hover\:min-w-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .xl\:min-w-3\/6, .xl\:min-w-3\/6-hover:hover, .xl\:hover\:min-w-3\/6:hover {
    min-width: 50% !important;
  }
  .xl\:min-w-4\/6, .xl\:min-w-4\/6-hover:hover, .xl\:hover\:min-w-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .xl\:min-w-5\/6, .xl\:min-w-5\/6-hover:hover, .xl\:hover\:min-w-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .xl\:min-w-1\/5, .xl\:min-w-1\/5-hover:hover, .xl\:hover\:min-w-1\/5:hover {
    min-width: 20% !important;
  }
  .xl\:min-w-2\/5, .xl\:min-w-2\/5-hover:hover, .xl\:hover\:min-w-2\/5:hover {
    min-width: 40% !important;
  }
  .xl\:min-w-3\/5, .xl\:min-w-3\/5-hover:hover, .xl\:hover\:min-w-3\/5:hover {
    min-width: 60% !important;
  }
  .xl\:min-w-4\/5, .xl\:min-w-4\/5-hover:hover, .xl\:hover\:min-w-4\/5:hover {
    min-width: 80% !important;
  }
  .xl\:min-w-1\/4, .xl\:min-w-1\/4-hover:hover, .xl\:hover\:min-w-1\/4:hover {
    min-width: 25% !important;
  }
  .xl\:min-w-2\/4, .xl\:min-w-2\/4-hover:hover, .xl\:hover\:min-w-2\/4:hover {
    min-width: 50% !important;
  }
  .xl\:min-w-3\/4, .xl\:min-w-3\/4-hover:hover, .xl\:hover\:min-w-3\/4:hover {
    min-width: 75% !important;
  }
  .xl\:min-w-1\/3, .xl\:min-w-1\/3-hover:hover, .xl\:hover\:min-w-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .xl\:min-w-2\/3, .xl\:min-w-2\/3-hover:hover, .xl\:hover\:min-w-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .xl\:min-w-1\/2, .xl\:min-w-1\/2-hover:hover, .xl\:hover\:min-w-1\/2:hover {
    min-width: 50% !important;
  }
  .xl\:min-w-xs, .xl\:min-w-xs-hover:hover, .xl\:hover\:min-w-xs:hover {
    min-width: 320px !important;
  }
  .xl\:min-w-sm, .xl\:min-w-sm-hover:hover, .xl\:hover\:min-w-sm:hover {
    min-width: 640px !important;
  }
  .xl\:min-w-md, .xl\:min-w-md-hover:hover, .xl\:hover\:min-w-md:hover {
    min-width: 720px !important;
  }
  .xl\:min-w-lg, .xl\:min-w-lg-hover:hover, .xl\:hover\:min-w-lg:hover {
    min-width: 1040px !important;
  }
  .xl\:min-w-xl, .xl\:min-w-xl-hover:hover, .xl\:hover\:min-w-xl:hover {
    min-width: 1280px !important;
  }
  .xl\:min-w-2xl, .xl\:min-w-2xl-hover:hover, .xl\:hover\:min-w-2xl:hover {
    min-width: 1312px !important;
  }
  .xl\:min-w-100, .xl\:min-w-100-hover:hover, .xl\:hover\:min-w-100:hover {
    min-width: 100% !important;
  }
  .xl\:min-w-full, .xl\:min-w-full-hover:hover, .xl\:hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .xl\:min-w-min, .xl\:min-w-min-hover:hover, .xl\:hover\:min-w-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .xl\:min-w-max, .xl\:min-w-max-hover:hover, .xl\:hover\:min-w-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .xl\:min-w-fit, .xl\:min-w-fit-hover:hover, .xl\:hover\:min-w-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .xl\:min-w-0, .xl\:min-w-0-hover:hover, .xl\:hover\:min-w-0:hover {
    min-width: 0 !important;
  }
  .min-h-xl-px, .min-h-xl-px-hover:hover, .hover\:min-h-xl-px:hover {
    min-height: 1px !important;
  }
  .min-h-xl-2px, .min-h-xl-2px-hover:hover, .hover\:min-h-xl-2px:hover {
    min-height: 2px !important;
  }
  .min-h-xl-4px, .min-h-xl-4px-hover:hover, .hover\:min-h-xl-4px:hover {
    min-height: 4px !important;
  }
  .min-h-xl-8px, .min-h-xl-8px-hover:hover, .hover\:min-h-xl-8px:hover {
    min-height: 8px !important;
  }
  .min-h-xl-16px, .min-h-xl-16px-hover:hover, .hover\:min-h-xl-16px:hover {
    min-height: 16px !important;
  }
  .min-h-xl-18px, .min-h-xl-18px-hover:hover, .hover\:min-h-xl-18px:hover {
    min-height: 18px !important;
  }
  .min-h-xl-20px, .min-h-xl-20px-hover:hover, .hover\:min-h-xl-20px:hover {
    min-height: 20px !important;
  }
  .min-h-xl-24px, .min-h-xl-24px-hover:hover, .hover\:min-h-xl-24px:hover {
    min-height: 24px !important;
  }
  .min-h-xl-32px, .min-h-xl-32px-hover:hover, .hover\:min-h-xl-32px:hover {
    min-height: 32px !important;
  }
  .min-h-xl-36px, .min-h-xl-36px-hover:hover, .hover\:min-h-xl-36px:hover {
    min-height: 36px !important;
  }
  .min-h-xl-40px, .min-h-xl-40px-hover:hover, .hover\:min-h-xl-40px:hover {
    min-height: 40px !important;
  }
  .min-h-xl-48px, .min-h-xl-48px-hover:hover, .hover\:min-h-xl-48px:hover {
    min-height: 48px !important;
  }
  .min-h-xl-56px, .min-h-xl-56px-hover:hover, .hover\:min-h-xl-56px:hover {
    min-height: 56px !important;
  }
  .min-h-xl-64px, .min-h-xl-64px-hover:hover, .hover\:min-h-xl-64px:hover {
    min-height: 64px !important;
  }
  .min-h-xl-72px, .min-h-xl-72px-hover:hover, .hover\:min-h-xl-72px:hover {
    min-height: 72px !important;
  }
  .min-h-xl-80px, .min-h-xl-80px-hover:hover, .hover\:min-h-xl-80px:hover {
    min-height: 80px !important;
  }
  .min-h-xl-96px, .min-h-xl-96px-hover:hover, .hover\:min-h-xl-96px:hover {
    min-height: 96px !important;
  }
  .min-h-xl-100px, .min-h-xl-100px-hover:hover, .hover\:min-h-xl-100px:hover {
    min-height: 100px !important;
  }
  .min-h-xl-128px, .min-h-xl-128px-hover:hover, .hover\:min-h-xl-128px:hover {
    min-height: 128px !important;
  }
  .min-h-xl-150px, .min-h-xl-150px-hover:hover, .hover\:min-h-xl-150px:hover {
    min-height: 150px !important;
  }
  .min-h-xl-200px, .min-h-xl-200px-hover:hover, .hover\:min-h-xl-200px:hover {
    min-height: 200px !important;
  }
  .min-h-xl-250px, .min-h-xl-250px-hover:hover, .hover\:min-h-xl-250px:hover {
    min-height: 250px !important;
  }
  .min-h-xl-300px, .min-h-xl-300px-hover:hover, .hover\:min-h-xl-300px:hover {
    min-height: 300px !important;
  }
  .min-h-xl-350px, .min-h-xl-350px-hover:hover, .hover\:min-h-xl-350px:hover {
    min-height: 350px !important;
  }
  .min-h-xl-400px, .min-h-xl-400px-hover:hover, .hover\:min-h-xl-400px:hover {
    min-height: 400px !important;
  }
  .min-h-xl-450px, .min-h-xl-450px-hover:hover, .hover\:min-h-xl-450px:hover {
    min-height: 450px !important;
  }
  .min-h-xl-500px, .min-h-xl-500px-hover:hover, .hover\:min-h-xl-500px:hover {
    min-height: 500px !important;
  }
  .min-h-xl-550px, .min-h-xl-550px-hover:hover, .hover\:min-h-xl-550px:hover {
    min-height: 550px !important;
  }
  .min-h-xl-600px, .min-h-xl-600px-hover:hover, .hover\:min-h-xl-600px:hover {
    min-height: 600px !important;
  }
  .min-h-xl-650px, .min-h-xl-650px-hover:hover, .hover\:min-h-xl-650px:hover {
    min-height: 650px !important;
  }
  .min-h-xl-700px, .min-h-xl-700px-hover:hover, .hover\:min-h-xl-700px:hover {
    min-height: 700px !important;
  }
  .min-h-xl-750px, .min-h-xl-750px-hover:hover, .hover\:min-h-xl-750px:hover {
    min-height: 750px !important;
  }
  .min-h-xl-800px, .min-h-xl-800px-hover:hover, .hover\:min-h-xl-800px:hover {
    min-height: 800px !important;
  }
  .min-h-xl-850px, .min-h-xl-850px-hover:hover, .hover\:min-h-xl-850px:hover {
    min-height: 850px !important;
  }
  .min-h-xl-900px, .min-h-xl-900px-hover:hover, .hover\:min-h-xl-900px:hover {
    min-height: 900px !important;
  }
  .min-h-xl-950px, .min-h-xl-950px-hover:hover, .hover\:min-h-xl-950px:hover {
    min-height: 950px !important;
  }
  .min-h-xl-1000px, .min-h-xl-1000px-hover:hover, .hover\:min-h-xl-1000px:hover {
    min-height: 1000px !important;
  }
  .min-h-xl-1170px, .min-h-xl-1170px-hover:hover, .hover\:min-h-xl-1170px:hover {
    min-height: 1170px !important;
  }
  .min-h-xl-1280px, .min-h-xl-1280px-hover:hover, .hover\:min-h-xl-1280px:hover {
    min-height: 1280px !important;
  }
  .min-h-xl-1320px, .min-h-xl-1320px-hover:hover, .hover\:min-h-xl-1320px:hover {
    min-height: 1320px !important;
  }
  .min-h-xl-1440px, .min-h-xl-1440px-hover:hover, .hover\:min-h-xl-1440px:hover {
    min-height: 1440px !important;
  }
  .min-h-xl-1\/6, .min-h-xl-1\/6-hover:hover, .hover\:min-h-xl-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .min-h-xl-2\/6, .min-h-xl-2\/6-hover:hover, .hover\:min-h-xl-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-xl-3\/6, .min-h-xl-3\/6-hover:hover, .hover\:min-h-xl-3\/6:hover {
    min-height: 50% !important;
  }
  .min-h-xl-4\/6, .min-h-xl-4\/6-hover:hover, .hover\:min-h-xl-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-xl-5\/6, .min-h-xl-5\/6-hover:hover, .hover\:min-h-xl-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .min-h-xl-1\/5, .min-h-xl-1\/5-hover:hover, .hover\:min-h-xl-1\/5:hover {
    min-height: 20% !important;
  }
  .min-h-xl-2\/5, .min-h-xl-2\/5-hover:hover, .hover\:min-h-xl-2\/5:hover {
    min-height: 40% !important;
  }
  .min-h-xl-3\/5, .min-h-xl-3\/5-hover:hover, .hover\:min-h-xl-3\/5:hover {
    min-height: 60% !important;
  }
  .min-h-xl-4\/5, .min-h-xl-4\/5-hover:hover, .hover\:min-h-xl-4\/5:hover {
    min-height: 80% !important;
  }
  .min-h-xl-1\/4, .min-h-xl-1\/4-hover:hover, .hover\:min-h-xl-1\/4:hover {
    min-height: 25% !important;
  }
  .min-h-xl-2\/4, .min-h-xl-2\/4-hover:hover, .hover\:min-h-xl-2\/4:hover {
    min-height: 50% !important;
  }
  .min-h-xl-3\/4, .min-h-xl-3\/4-hover:hover, .hover\:min-h-xl-3\/4:hover {
    min-height: 75% !important;
  }
  .min-h-xl-1\/3, .min-h-xl-1\/3-hover:hover, .hover\:min-h-xl-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-xl-2\/3, .min-h-xl-2\/3-hover:hover, .hover\:min-h-xl-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-xl-1\/2, .min-h-xl-1\/2-hover:hover, .hover\:min-h-xl-1\/2:hover {
    min-height: 50% !important;
  }
  .min-h-xl-xs, .min-h-xl-xs-hover:hover, .hover\:min-h-xl-xs:hover {
    min-height: 320px !important;
  }
  .min-h-xl-sm, .min-h-xl-sm-hover:hover, .hover\:min-h-xl-sm:hover {
    min-height: 640px !important;
  }
  .min-h-xl-md, .min-h-xl-md-hover:hover, .hover\:min-h-xl-md:hover {
    min-height: 720px !important;
  }
  .min-h-xl-lg, .min-h-xl-lg-hover:hover, .hover\:min-h-xl-lg:hover {
    min-height: 1040px !important;
  }
  .min-h-xl-xl, .min-h-xl-xl-hover:hover, .hover\:min-h-xl-xl:hover {
    min-height: 1280px !important;
  }
  .min-h-xl-2xl, .min-h-xl-2xl-hover:hover, .hover\:min-h-xl-2xl:hover {
    min-height: 1312px !important;
  }
  .min-h-xl-100, .min-h-xl-100-hover:hover, .hover\:min-h-xl-100:hover {
    min-height: 100% !important;
  }
  .min-h-xl-full, .min-h-xl-full-hover:hover, .hover\:min-h-xl-full:hover {
    min-height: 100% !important;
  }
  .min-h-xl-min, .min-h-xl-min-hover:hover, .hover\:min-h-xl-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .min-h-xl-max, .min-h-xl-max-hover:hover, .hover\:min-h-xl-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .min-h-xl-fit, .min-h-xl-fit-hover:hover, .hover\:min-h-xl-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .min-h-xl-0, .min-h-xl-0-hover:hover, .hover\:min-h-xl-0:hover {
    min-height: 0 !important;
  }
  .min-h-xl-screen, .min-h-xl-screen-hover:hover, .hover\:min-h-xl-screen:hover {
    min-height: 100vh !important;
  }
  .xl\:min-h-px, .xl\:min-h-px-hover:hover, .xl\:hover\:min-h-px:hover {
    min-height: 1px !important;
  }
  .xl\:min-h-2px, .xl\:min-h-2px-hover:hover, .xl\:hover\:min-h-2px:hover {
    min-height: 2px !important;
  }
  .xl\:min-h-4px, .xl\:min-h-4px-hover:hover, .xl\:hover\:min-h-4px:hover {
    min-height: 4px !important;
  }
  .xl\:min-h-8px, .xl\:min-h-8px-hover:hover, .xl\:hover\:min-h-8px:hover {
    min-height: 8px !important;
  }
  .xl\:min-h-16px, .xl\:min-h-16px-hover:hover, .xl\:hover\:min-h-16px:hover {
    min-height: 16px !important;
  }
  .xl\:min-h-18px, .xl\:min-h-18px-hover:hover, .xl\:hover\:min-h-18px:hover {
    min-height: 18px !important;
  }
  .xl\:min-h-20px, .xl\:min-h-20px-hover:hover, .xl\:hover\:min-h-20px:hover {
    min-height: 20px !important;
  }
  .xl\:min-h-24px, .xl\:min-h-24px-hover:hover, .xl\:hover\:min-h-24px:hover {
    min-height: 24px !important;
  }
  .xl\:min-h-32px, .xl\:min-h-32px-hover:hover, .xl\:hover\:min-h-32px:hover {
    min-height: 32px !important;
  }
  .xl\:min-h-36px, .xl\:min-h-36px-hover:hover, .xl\:hover\:min-h-36px:hover {
    min-height: 36px !important;
  }
  .xl\:min-h-40px, .xl\:min-h-40px-hover:hover, .xl\:hover\:min-h-40px:hover {
    min-height: 40px !important;
  }
  .xl\:min-h-48px, .xl\:min-h-48px-hover:hover, .xl\:hover\:min-h-48px:hover {
    min-height: 48px !important;
  }
  .xl\:min-h-56px, .xl\:min-h-56px-hover:hover, .xl\:hover\:min-h-56px:hover {
    min-height: 56px !important;
  }
  .xl\:min-h-64px, .xl\:min-h-64px-hover:hover, .xl\:hover\:min-h-64px:hover {
    min-height: 64px !important;
  }
  .xl\:min-h-72px, .xl\:min-h-72px-hover:hover, .xl\:hover\:min-h-72px:hover {
    min-height: 72px !important;
  }
  .xl\:min-h-80px, .xl\:min-h-80px-hover:hover, .xl\:hover\:min-h-80px:hover {
    min-height: 80px !important;
  }
  .xl\:min-h-96px, .xl\:min-h-96px-hover:hover, .xl\:hover\:min-h-96px:hover {
    min-height: 96px !important;
  }
  .xl\:min-h-100px, .xl\:min-h-100px-hover:hover, .xl\:hover\:min-h-100px:hover {
    min-height: 100px !important;
  }
  .xl\:min-h-128px, .xl\:min-h-128px-hover:hover, .xl\:hover\:min-h-128px:hover {
    min-height: 128px !important;
  }
  .xl\:min-h-150px, .xl\:min-h-150px-hover:hover, .xl\:hover\:min-h-150px:hover {
    min-height: 150px !important;
  }
  .xl\:min-h-200px, .xl\:min-h-200px-hover:hover, .xl\:hover\:min-h-200px:hover {
    min-height: 200px !important;
  }
  .xl\:min-h-250px, .xl\:min-h-250px-hover:hover, .xl\:hover\:min-h-250px:hover {
    min-height: 250px !important;
  }
  .xl\:min-h-300px, .xl\:min-h-300px-hover:hover, .xl\:hover\:min-h-300px:hover {
    min-height: 300px !important;
  }
  .xl\:min-h-350px, .xl\:min-h-350px-hover:hover, .xl\:hover\:min-h-350px:hover {
    min-height: 350px !important;
  }
  .xl\:min-h-400px, .xl\:min-h-400px-hover:hover, .xl\:hover\:min-h-400px:hover {
    min-height: 400px !important;
  }
  .xl\:min-h-450px, .xl\:min-h-450px-hover:hover, .xl\:hover\:min-h-450px:hover {
    min-height: 450px !important;
  }
  .xl\:min-h-500px, .xl\:min-h-500px-hover:hover, .xl\:hover\:min-h-500px:hover {
    min-height: 500px !important;
  }
  .xl\:min-h-550px, .xl\:min-h-550px-hover:hover, .xl\:hover\:min-h-550px:hover {
    min-height: 550px !important;
  }
  .xl\:min-h-600px, .xl\:min-h-600px-hover:hover, .xl\:hover\:min-h-600px:hover {
    min-height: 600px !important;
  }
  .xl\:min-h-650px, .xl\:min-h-650px-hover:hover, .xl\:hover\:min-h-650px:hover {
    min-height: 650px !important;
  }
  .xl\:min-h-700px, .xl\:min-h-700px-hover:hover, .xl\:hover\:min-h-700px:hover {
    min-height: 700px !important;
  }
  .xl\:min-h-750px, .xl\:min-h-750px-hover:hover, .xl\:hover\:min-h-750px:hover {
    min-height: 750px !important;
  }
  .xl\:min-h-800px, .xl\:min-h-800px-hover:hover, .xl\:hover\:min-h-800px:hover {
    min-height: 800px !important;
  }
  .xl\:min-h-850px, .xl\:min-h-850px-hover:hover, .xl\:hover\:min-h-850px:hover {
    min-height: 850px !important;
  }
  .xl\:min-h-900px, .xl\:min-h-900px-hover:hover, .xl\:hover\:min-h-900px:hover {
    min-height: 900px !important;
  }
  .xl\:min-h-950px, .xl\:min-h-950px-hover:hover, .xl\:hover\:min-h-950px:hover {
    min-height: 950px !important;
  }
  .xl\:min-h-1000px, .xl\:min-h-1000px-hover:hover, .xl\:hover\:min-h-1000px:hover {
    min-height: 1000px !important;
  }
  .xl\:min-h-1170px, .xl\:min-h-1170px-hover:hover, .xl\:hover\:min-h-1170px:hover {
    min-height: 1170px !important;
  }
  .xl\:min-h-1280px, .xl\:min-h-1280px-hover:hover, .xl\:hover\:min-h-1280px:hover {
    min-height: 1280px !important;
  }
  .xl\:min-h-1320px, .xl\:min-h-1320px-hover:hover, .xl\:hover\:min-h-1320px:hover {
    min-height: 1320px !important;
  }
  .xl\:min-h-1440px, .xl\:min-h-1440px-hover:hover, .xl\:hover\:min-h-1440px:hover {
    min-height: 1440px !important;
  }
  .xl\:min-h-1\/6, .xl\:min-h-1\/6-hover:hover, .xl\:hover\:min-h-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .xl\:min-h-2\/6, .xl\:min-h-2\/6-hover:hover, .xl\:hover\:min-h-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .xl\:min-h-3\/6, .xl\:min-h-3\/6-hover:hover, .xl\:hover\:min-h-3\/6:hover {
    min-height: 50% !important;
  }
  .xl\:min-h-4\/6, .xl\:min-h-4\/6-hover:hover, .xl\:hover\:min-h-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .xl\:min-h-5\/6, .xl\:min-h-5\/6-hover:hover, .xl\:hover\:min-h-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .xl\:min-h-1\/5, .xl\:min-h-1\/5-hover:hover, .xl\:hover\:min-h-1\/5:hover {
    min-height: 20% !important;
  }
  .xl\:min-h-2\/5, .xl\:min-h-2\/5-hover:hover, .xl\:hover\:min-h-2\/5:hover {
    min-height: 40% !important;
  }
  .xl\:min-h-3\/5, .xl\:min-h-3\/5-hover:hover, .xl\:hover\:min-h-3\/5:hover {
    min-height: 60% !important;
  }
  .xl\:min-h-4\/5, .xl\:min-h-4\/5-hover:hover, .xl\:hover\:min-h-4\/5:hover {
    min-height: 80% !important;
  }
  .xl\:min-h-1\/4, .xl\:min-h-1\/4-hover:hover, .xl\:hover\:min-h-1\/4:hover {
    min-height: 25% !important;
  }
  .xl\:min-h-2\/4, .xl\:min-h-2\/4-hover:hover, .xl\:hover\:min-h-2\/4:hover {
    min-height: 50% !important;
  }
  .xl\:min-h-3\/4, .xl\:min-h-3\/4-hover:hover, .xl\:hover\:min-h-3\/4:hover {
    min-height: 75% !important;
  }
  .xl\:min-h-1\/3, .xl\:min-h-1\/3-hover:hover, .xl\:hover\:min-h-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .xl\:min-h-2\/3, .xl\:min-h-2\/3-hover:hover, .xl\:hover\:min-h-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .xl\:min-h-1\/2, .xl\:min-h-1\/2-hover:hover, .xl\:hover\:min-h-1\/2:hover {
    min-height: 50% !important;
  }
  .xl\:min-h-xs, .xl\:min-h-xs-hover:hover, .xl\:hover\:min-h-xs:hover {
    min-height: 320px !important;
  }
  .xl\:min-h-sm, .xl\:min-h-sm-hover:hover, .xl\:hover\:min-h-sm:hover {
    min-height: 640px !important;
  }
  .xl\:min-h-md, .xl\:min-h-md-hover:hover, .xl\:hover\:min-h-md:hover {
    min-height: 720px !important;
  }
  .xl\:min-h-lg, .xl\:min-h-lg-hover:hover, .xl\:hover\:min-h-lg:hover {
    min-height: 1040px !important;
  }
  .xl\:min-h-xl, .xl\:min-h-xl-hover:hover, .xl\:hover\:min-h-xl:hover {
    min-height: 1280px !important;
  }
  .xl\:min-h-2xl, .xl\:min-h-2xl-hover:hover, .xl\:hover\:min-h-2xl:hover {
    min-height: 1312px !important;
  }
  .xl\:min-h-100, .xl\:min-h-100-hover:hover, .xl\:hover\:min-h-100:hover {
    min-height: 100% !important;
  }
  .xl\:min-h-full, .xl\:min-h-full-hover:hover, .xl\:hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .xl\:min-h-min, .xl\:min-h-min-hover:hover, .xl\:hover\:min-h-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .xl\:min-h-max, .xl\:min-h-max-hover:hover, .xl\:hover\:min-h-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .xl\:min-h-fit, .xl\:min-h-fit-hover:hover, .xl\:hover\:min-h-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .xl\:min-h-0, .xl\:min-h-0-hover:hover, .xl\:hover\:min-h-0:hover {
    min-height: 0 !important;
  }
  .xl\:min-h-screen, .xl\:min-h-screen-hover:hover, .xl\:hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .icon-xl-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .icon-xl-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .icon-xl-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .icon-xl-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .icon-xl-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .icon-xl-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .icon-xl-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .xl\:icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .xl\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .xl\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .xl\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .xl\:icon-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .xl\:icon-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .mask-x-xl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xl\:mask-x {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-x-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-x-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-x-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-x-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-x-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-start-xl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-start-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-start-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:xl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:xl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-end-xl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-end-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-end-xl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:xl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:xl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .scale-xl-0, .scale-xl-0-hover:hover, .hover\:scale-xl-0:hover {
    transform: scale(0) !important;
  }
  .scale-xl-x-0, .scale-xl-x-0-hover:hover, .hover\:scale-xl-x-0:hover {
    transform: scaleX(0) !important;
  }
  .scale-xl-y-0, .scale-xl-y-0-hover:hover, .hover\:scale-xl-y-0:hover {
    transform: scaleY(0) !important;
  }
  .scale-xl-50, .scale-xl-50-hover:hover, .hover\:scale-xl-50:hover {
    transform: scale(0.5) !important;
  }
  .scale-xl-x-50, .scale-xl-x-50-hover:hover, .hover\:scale-xl-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .scale-xl-y-50, .scale-xl-y-50-hover:hover, .hover\:scale-xl-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .scale-xl-75, .scale-xl-75-hover:hover, .hover\:scale-xl-75:hover {
    transform: scale(0.75) !important;
  }
  .scale-xl-x-75, .scale-xl-x-75-hover:hover, .hover\:scale-xl-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .scale-xl-y-75, .scale-xl-y-75-hover:hover, .hover\:scale-xl-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .scale-xl-90, .scale-xl-90-hover:hover, .hover\:scale-xl-90:hover {
    transform: scale(0.9) !important;
  }
  .scale-xl-x-90, .scale-xl-x-90-hover:hover, .hover\:scale-xl-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .scale-xl-y-90, .scale-xl-y-90-hover:hover, .hover\:scale-xl-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .scale-xl-95, .scale-xl-95-hover:hover, .hover\:scale-xl-95:hover {
    transform: scale(0.95) !important;
  }
  .scale-xl-x-95, .scale-xl-x-95-hover:hover, .hover\:scale-xl-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .scale-xl-y-95, .scale-xl-y-95-hover:hover, .hover\:scale-xl-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .scale-xl-100, .scale-xl-100-hover:hover, .hover\:scale-xl-100:hover {
    transform: scale(1) !important;
  }
  .scale-xl-x-100, .scale-xl-x-100-hover:hover, .hover\:scale-xl-x-100:hover {
    transform: scaleX(1) !important;
  }
  .scale-xl-y-100, .scale-xl-y-100-hover:hover, .hover\:scale-xl-y-100:hover {
    transform: scaleY(1) !important;
  }
  .scale-xl-105, .scale-xl-105-hover:hover, .hover\:scale-xl-105:hover {
    transform: scale(1.05) !important;
  }
  .scale-xl-x-105, .scale-xl-x-105-hover:hover, .hover\:scale-xl-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .scale-xl-y-105, .scale-xl-y-105-hover:hover, .hover\:scale-xl-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .scale-xl-110, .scale-xl-110-hover:hover, .hover\:scale-xl-110:hover {
    transform: scale(1.1) !important;
  }
  .scale-xl-x-110, .scale-xl-x-110-hover:hover, .hover\:scale-xl-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .scale-xl-y-110, .scale-xl-y-110-hover:hover, .hover\:scale-xl-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .scale-xl-125, .scale-xl-125-hover:hover, .hover\:scale-xl-125:hover {
    transform: scale(1.25) !important;
  }
  .scale-xl-x-125, .scale-xl-x-125-hover:hover, .hover\:scale-xl-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .scale-xl-y-125, .scale-xl-y-125-hover:hover, .hover\:scale-xl-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .scale-xl-150, .scale-xl-150-hover:hover, .hover\:scale-xl-150:hover {
    transform: scale(1.5) !important;
  }
  .scale-xl-x-150, .scale-xl-x-150-hover:hover, .hover\:scale-xl-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .scale-xl-y-150, .scale-xl-y-150-hover:hover, .hover\:scale-xl-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .xl\:scale-0, .xl\:scale-0-hover:hover, .xl\:hover\:scale-0:hover {
    transform: scale(0) !important;
  }
  .xl\:scale-x-0, .xl\:scale-x-0-hover:hover, .xl\:hover\:scale-x-0:hover {
    transform: scaleX(0) !important;
  }
  .xl\:scale-y-0, .xl\:scale-y-0-hover:hover, .xl\:hover\:scale-y-0:hover {
    transform: scaleY(0) !important;
  }
  .xl\:scale-50, .xl\:scale-50-hover:hover, .xl\:hover\:scale-50:hover {
    transform: scale(0.5) !important;
  }
  .xl\:scale-x-50, .xl\:scale-x-50-hover:hover, .xl\:hover\:scale-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .xl\:scale-y-50, .xl\:scale-y-50-hover:hover, .xl\:hover\:scale-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .xl\:scale-75, .xl\:scale-75-hover:hover, .xl\:hover\:scale-75:hover {
    transform: scale(0.75) !important;
  }
  .xl\:scale-x-75, .xl\:scale-x-75-hover:hover, .xl\:hover\:scale-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .xl\:scale-y-75, .xl\:scale-y-75-hover:hover, .xl\:hover\:scale-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .xl\:scale-90, .xl\:scale-90-hover:hover, .xl\:hover\:scale-90:hover {
    transform: scale(0.9) !important;
  }
  .xl\:scale-x-90, .xl\:scale-x-90-hover:hover, .xl\:hover\:scale-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .xl\:scale-y-90, .xl\:scale-y-90-hover:hover, .xl\:hover\:scale-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .xl\:scale-95, .xl\:scale-95-hover:hover, .xl\:hover\:scale-95:hover {
    transform: scale(0.95) !important;
  }
  .xl\:scale-x-95, .xl\:scale-x-95-hover:hover, .xl\:hover\:scale-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .xl\:scale-y-95, .xl\:scale-y-95-hover:hover, .xl\:hover\:scale-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .xl\:scale-100, .xl\:scale-100-hover:hover, .xl\:hover\:scale-100:hover {
    transform: scale(1) !important;
  }
  .xl\:scale-x-100, .xl\:scale-x-100-hover:hover, .xl\:hover\:scale-x-100:hover {
    transform: scaleX(1) !important;
  }
  .xl\:scale-y-100, .xl\:scale-y-100-hover:hover, .xl\:hover\:scale-y-100:hover {
    transform: scaleY(1) !important;
  }
  .xl\:scale-105, .xl\:scale-105-hover:hover, .xl\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }
  .xl\:scale-x-105, .xl\:scale-x-105-hover:hover, .xl\:hover\:scale-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .xl\:scale-y-105, .xl\:scale-y-105-hover:hover, .xl\:hover\:scale-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .xl\:scale-110, .xl\:scale-110-hover:hover, .xl\:hover\:scale-110:hover {
    transform: scale(1.1) !important;
  }
  .xl\:scale-x-110, .xl\:scale-x-110-hover:hover, .xl\:hover\:scale-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .xl\:scale-y-110, .xl\:scale-y-110-hover:hover, .xl\:hover\:scale-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .xl\:scale-125, .xl\:scale-125-hover:hover, .xl\:hover\:scale-125:hover {
    transform: scale(1.25) !important;
  }
  .xl\:scale-x-125, .xl\:scale-x-125-hover:hover, .xl\:hover\:scale-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .xl\:scale-y-125, .xl\:scale-y-125-hover:hover, .xl\:hover\:scale-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .xl\:scale-150, .xl\:scale-150-hover:hover, .xl\:hover\:scale-150:hover {
    transform: scale(1.5) !important;
  }
  .xl\:scale-x-150, .xl\:scale-x-150-hover:hover, .xl\:hover\:scale-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .xl\:scale-y-150, .xl\:scale-y-150-hover:hover, .xl\:hover\:scale-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .translate-xl-x-0, .translate-xl-x-0-hover:hover, .hover\:translate-xl-x-0:hover {
    transform: translateX(0) !important;
  }
  .translate-xl-y-0, .translate-xl-y-0-hover:hover, .hover\:translate-xl-y-0:hover {
    transform: translateY(0) !important;
  }
  .translate-xl-x-px, .translate-xl-x-px-hover:hover, .hover\:translate-xl-x-px:hover {
    transform: translateX(1px) !important;
  }
  .translate-xl-y-px, .translate-xl-y-px-hover:hover, .hover\:translate-xl-y-px:hover {
    transform: translateY(1px) !important;
  }
  .translate-xl-x-narrow, .translate-xl-x-narrow-hover:hover, .hover\:translate-xl-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .translate-xl-y-narrow, .translate-xl-y-narrow-hover:hover, .hover\:translate-xl-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .translate-xl-x-1, .translate-xl-x-1-hover:hover, .hover\:translate-xl-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .translate-xl-y-1, .translate-xl-y-1-hover:hover, .hover\:translate-xl-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .translate-xl-x-2, .translate-xl-x-2-hover:hover, .hover\:translate-xl-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .translate-xl-y-2, .translate-xl-y-2-hover:hover, .hover\:translate-xl-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .translate-xl-x-3, .translate-xl-x-3-hover:hover, .hover\:translate-xl-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .translate-xl-y-3, .translate-xl-y-3-hover:hover, .hover\:translate-xl-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .translate-xl-x-4, .translate-xl-x-4-hover:hover, .hover\:translate-xl-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .translate-xl-y-4, .translate-xl-y-4-hover:hover, .hover\:translate-xl-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .translate-xl-x-5, .translate-xl-x-5-hover:hover, .hover\:translate-xl-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .translate-xl-y-5, .translate-xl-y-5-hover:hover, .hover\:translate-xl-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .translate-xl-x-6, .translate-xl-x-6-hover:hover, .hover\:translate-xl-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .translate-xl-y-6, .translate-xl-y-6-hover:hover, .hover\:translate-xl-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .translate-xl-x-7, .translate-xl-x-7-hover:hover, .hover\:translate-xl-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .translate-xl-y-7, .translate-xl-y-7-hover:hover, .hover\:translate-xl-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .translate-xl-x-8, .translate-xl-x-8-hover:hover, .hover\:translate-xl-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .translate-xl-y-8, .translate-xl-y-8-hover:hover, .hover\:translate-xl-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .translate-xl-x-9, .translate-xl-x-9-hover:hover, .hover\:translate-xl-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .translate-xl-y-9, .translate-xl-y-9-hover:hover, .hover\:translate-xl-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .translate-xl-x-10, .translate-xl-x-10-hover:hover, .hover\:translate-xl-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .translate-xl-y-10, .translate-xl-y-10-hover:hover, .hover\:translate-xl-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .translate-xl-x-25, .translate-xl-x-25-hover:hover, .hover\:translate-xl-x-25:hover {
    transform: translateX(25%) !important;
  }
  .translate-xl-y-25, .translate-xl-y-25-hover:hover, .hover\:translate-xl-y-25:hover {
    transform: translateY(25%) !important;
  }
  .translate-xl-x-50, .translate-xl-x-50-hover:hover, .hover\:translate-xl-x-50:hover {
    transform: translateX(50%) !important;
  }
  .translate-xl-y-50, .translate-xl-y-50-hover:hover, .hover\:translate-xl-y-50:hover {
    transform: translateY(50%) !important;
  }
  .translate-xl-x-75, .translate-xl-x-75-hover:hover, .hover\:translate-xl-x-75:hover {
    transform: translateX(75%) !important;
  }
  .translate-xl-y-75, .translate-xl-y-75-hover:hover, .hover\:translate-xl-y-75:hover {
    transform: translateY(75%) !important;
  }
  .translate-xl-x-full, .translate-xl-x-full-hover:hover, .hover\:translate-xl-x-full:hover {
    transform: translateX(100%) !important;
  }
  .translate-xl-y-full, .translate-xl-y-full-hover:hover, .hover\:translate-xl-y-full:hover {
    transform: translateY(100%) !important;
  }
  .xl\:translate-x-0, .xl\:translate-x-0-hover:hover, .xl\:hover\:translate-x-0:hover {
    transform: translateX(0) !important;
  }
  .xl\:translate-y-0, .xl\:translate-y-0-hover:hover, .xl\:hover\:translate-y-0:hover {
    transform: translateY(0) !important;
  }
  .xl\:translate-x-px, .xl\:translate-x-px-hover:hover, .xl\:hover\:translate-x-px:hover {
    transform: translateX(1px) !important;
  }
  .xl\:translate-y-px, .xl\:translate-y-px-hover:hover, .xl\:hover\:translate-y-px:hover {
    transform: translateY(1px) !important;
  }
  .xl\:translate-x-narrow, .xl\:translate-x-narrow-hover:hover, .xl\:hover\:translate-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .xl\:translate-y-narrow, .xl\:translate-y-narrow-hover:hover, .xl\:hover\:translate-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .xl\:translate-x-1, .xl\:translate-x-1-hover:hover, .xl\:hover\:translate-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .xl\:translate-y-1, .xl\:translate-y-1-hover:hover, .xl\:hover\:translate-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .xl\:translate-x-2, .xl\:translate-x-2-hover:hover, .xl\:hover\:translate-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .xl\:translate-y-2, .xl\:translate-y-2-hover:hover, .xl\:hover\:translate-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .xl\:translate-x-3, .xl\:translate-x-3-hover:hover, .xl\:hover\:translate-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .xl\:translate-y-3, .xl\:translate-y-3-hover:hover, .xl\:hover\:translate-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .xl\:translate-x-4, .xl\:translate-x-4-hover:hover, .xl\:hover\:translate-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .xl\:translate-y-4, .xl\:translate-y-4-hover:hover, .xl\:hover\:translate-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .xl\:translate-x-5, .xl\:translate-x-5-hover:hover, .xl\:hover\:translate-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .xl\:translate-y-5, .xl\:translate-y-5-hover:hover, .xl\:hover\:translate-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .xl\:translate-x-6, .xl\:translate-x-6-hover:hover, .xl\:hover\:translate-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .xl\:translate-y-6, .xl\:translate-y-6-hover:hover, .xl\:hover\:translate-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .xl\:translate-x-7, .xl\:translate-x-7-hover:hover, .xl\:hover\:translate-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .xl\:translate-y-7, .xl\:translate-y-7-hover:hover, .xl\:hover\:translate-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .xl\:translate-x-8, .xl\:translate-x-8-hover:hover, .xl\:hover\:translate-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .xl\:translate-y-8, .xl\:translate-y-8-hover:hover, .xl\:hover\:translate-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .xl\:translate-x-9, .xl\:translate-x-9-hover:hover, .xl\:hover\:translate-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .xl\:translate-y-9, .xl\:translate-y-9-hover:hover, .xl\:hover\:translate-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .xl\:translate-x-10, .xl\:translate-x-10-hover:hover, .xl\:hover\:translate-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .xl\:translate-y-10, .xl\:translate-y-10-hover:hover, .xl\:hover\:translate-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .xl\:translate-x-25, .xl\:translate-x-25-hover:hover, .xl\:hover\:translate-x-25:hover {
    transform: translateX(25%) !important;
  }
  .xl\:translate-y-25, .xl\:translate-y-25-hover:hover, .xl\:hover\:translate-y-25:hover {
    transform: translateY(25%) !important;
  }
  .xl\:translate-x-50, .xl\:translate-x-50-hover:hover, .xl\:hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .xl\:translate-y-50, .xl\:translate-y-50-hover:hover, .xl\:hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .xl\:translate-x-75, .xl\:translate-x-75-hover:hover, .xl\:hover\:translate-x-75:hover {
    transform: translateX(75%) !important;
  }
  .xl\:translate-y-75, .xl\:translate-y-75-hover:hover, .xl\:hover\:translate-y-75:hover {
    transform: translateY(75%) !important;
  }
  .xl\:translate-x-full, .xl\:translate-x-full-hover:hover, .xl\:hover\:translate-x-full:hover {
    transform: translateX(100%) !important;
  }
  .xl\:translate-y-full, .xl\:translate-y-full-hover:hover, .xl\:hover\:translate-y-full:hover {
    transform: translateY(100%) !important;
  }
  .-translate-xl-x-px, .-translate-xl-x-px-hover:hover, .hover\:-translate-xl-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .-translate-xl-y-px, .-translate-xl-y-px-hover:hover, .hover\:-translate-xl-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .-translate-xl-x-narrow, .-translate-xl-x-narrow-hover:hover, .hover\:-translate-xl-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .-translate-xl-y-narrow, .-translate-xl-y-narrow-hover:hover, .hover\:-translate-xl-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .-translate-xl-x-1, .-translate-xl-x-1-hover:hover, .hover\:-translate-xl-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .-translate-xl-y-1, .-translate-xl-y-1-hover:hover, .hover\:-translate-xl-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .-translate-xl-x-2, .-translate-xl-x-2-hover:hover, .hover\:-translate-xl-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .-translate-xl-y-2, .-translate-xl-y-2-hover:hover, .hover\:-translate-xl-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .-translate-xl-x-3, .-translate-xl-x-3-hover:hover, .hover\:-translate-xl-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .-translate-xl-y-3, .-translate-xl-y-3-hover:hover, .hover\:-translate-xl-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .-translate-xl-x-4, .-translate-xl-x-4-hover:hover, .hover\:-translate-xl-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .-translate-xl-y-4, .-translate-xl-y-4-hover:hover, .hover\:-translate-xl-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .-translate-xl-x-5, .-translate-xl-x-5-hover:hover, .hover\:-translate-xl-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .-translate-xl-y-5, .-translate-xl-y-5-hover:hover, .hover\:-translate-xl-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .-translate-xl-x-6, .-translate-xl-x-6-hover:hover, .hover\:-translate-xl-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .-translate-xl-y-6, .-translate-xl-y-6-hover:hover, .hover\:-translate-xl-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .-translate-xl-x-7, .-translate-xl-x-7-hover:hover, .hover\:-translate-xl-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .-translate-xl-y-7, .-translate-xl-y-7-hover:hover, .hover\:-translate-xl-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .-translate-xl-x-8, .-translate-xl-x-8-hover:hover, .hover\:-translate-xl-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .-translate-xl-y-8, .-translate-xl-y-8-hover:hover, .hover\:-translate-xl-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .-translate-xl-x-9, .-translate-xl-x-9-hover:hover, .hover\:-translate-xl-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .-translate-xl-y-9, .-translate-xl-y-9-hover:hover, .hover\:-translate-xl-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .-translate-xl-x-10, .-translate-xl-x-10-hover:hover, .hover\:-translate-xl-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .-translate-xl-y-10, .-translate-xl-y-10-hover:hover, .hover\:-translate-xl-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .-translate-xl-x-25, .-translate-xl-x-25-hover:hover, .hover\:-translate-xl-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .-translate-xl-y-25, .-translate-xl-y-25-hover:hover, .hover\:-translate-xl-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .-translate-xl-x-50, .-translate-xl-x-50-hover:hover, .hover\:-translate-xl-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .-translate-xl-y-50, .-translate-xl-y-50-hover:hover, .hover\:-translate-xl-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .-translate-xl-x-75, .-translate-xl-x-75-hover:hover, .hover\:-translate-xl-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .-translate-xl-y-75, .-translate-xl-y-75-hover:hover, .hover\:-translate-xl-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .-translate-xl-x-full, .-translate-xl-x-full-hover:hover, .hover\:-translate-xl-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .-translate-xl-y-full, .-translate-xl-y-full-hover:hover, .hover\:-translate-xl-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .xl\:-translate-x-px, .xl\:-translate-x-px-hover:hover, .xl\:hover\:-translate-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .xl\:-translate-y-px, .xl\:-translate-y-px-hover:hover, .xl\:hover\:-translate-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .xl\:-translate-x-narrow, .xl\:-translate-x-narrow-hover:hover, .xl\:hover\:-translate-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .xl\:-translate-y-narrow, .xl\:-translate-y-narrow-hover:hover, .xl\:hover\:-translate-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .xl\:-translate-x-1, .xl\:-translate-x-1-hover:hover, .xl\:hover\:-translate-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .xl\:-translate-y-1, .xl\:-translate-y-1-hover:hover, .xl\:hover\:-translate-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .xl\:-translate-x-2, .xl\:-translate-x-2-hover:hover, .xl\:hover\:-translate-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .xl\:-translate-y-2, .xl\:-translate-y-2-hover:hover, .xl\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .xl\:-translate-x-3, .xl\:-translate-x-3-hover:hover, .xl\:hover\:-translate-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .xl\:-translate-y-3, .xl\:-translate-y-3-hover:hover, .xl\:hover\:-translate-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .xl\:-translate-x-4, .xl\:-translate-x-4-hover:hover, .xl\:hover\:-translate-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .xl\:-translate-y-4, .xl\:-translate-y-4-hover:hover, .xl\:hover\:-translate-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .xl\:-translate-x-5, .xl\:-translate-x-5-hover:hover, .xl\:hover\:-translate-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .xl\:-translate-y-5, .xl\:-translate-y-5-hover:hover, .xl\:hover\:-translate-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .xl\:-translate-x-6, .xl\:-translate-x-6-hover:hover, .xl\:hover\:-translate-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .xl\:-translate-y-6, .xl\:-translate-y-6-hover:hover, .xl\:hover\:-translate-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .xl\:-translate-x-7, .xl\:-translate-x-7-hover:hover, .xl\:hover\:-translate-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .xl\:-translate-y-7, .xl\:-translate-y-7-hover:hover, .xl\:hover\:-translate-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .xl\:-translate-x-8, .xl\:-translate-x-8-hover:hover, .xl\:hover\:-translate-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .xl\:-translate-y-8, .xl\:-translate-y-8-hover:hover, .xl\:hover\:-translate-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .xl\:-translate-x-9, .xl\:-translate-x-9-hover:hover, .xl\:hover\:-translate-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .xl\:-translate-y-9, .xl\:-translate-y-9-hover:hover, .xl\:hover\:-translate-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .xl\:-translate-x-10, .xl\:-translate-x-10-hover:hover, .xl\:hover\:-translate-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .xl\:-translate-y-10, .xl\:-translate-y-10-hover:hover, .xl\:hover\:-translate-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .xl\:-translate-x-25, .xl\:-translate-x-25-hover:hover, .xl\:hover\:-translate-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .xl\:-translate-y-25, .xl\:-translate-y-25-hover:hover, .xl\:hover\:-translate-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .xl\:-translate-x-50, .xl\:-translate-x-50-hover:hover, .xl\:hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .xl\:-translate-y-50, .xl\:-translate-y-50-hover:hover, .xl\:hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .xl\:-translate-x-75, .xl\:-translate-x-75-hover:hover, .xl\:hover\:-translate-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .xl\:-translate-y-75, .xl\:-translate-y-75-hover:hover, .xl\:hover\:-translate-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .xl\:-translate-x-full, .xl\:-translate-x-full-hover:hover, .xl\:hover\:-translate-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .xl\:-translate-y-full, .xl\:-translate-y-full-hover:hover, .xl\:hover\:-translate-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .rotate-xl-0, .rotate-xl-0-hover:hover, .hover\:rotate-xl-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-0 {
    transform: rotate(0deg) !important;
  }
  .rotate-xl-1, .rotate-xl-1-hover:hover, .hover\:rotate-xl-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-1 {
    transform: rotate(1deg) !important;
  }
  .rotate-xl-2, .rotate-xl-2-hover:hover, .hover\:rotate-xl-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-2 {
    transform: rotate(2deg) !important;
  }
  .rotate-xl-3, .rotate-xl-3-hover:hover, .hover\:rotate-xl-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-3 {
    transform: rotate(3deg) !important;
  }
  .rotate-xl-6, .rotate-xl-6-hover:hover, .hover\:rotate-xl-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-6 {
    transform: rotate(6deg) !important;
  }
  .rotate-xl-12, .rotate-xl-12-hover:hover, .hover\:rotate-xl-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-12 {
    transform: rotate(12deg) !important;
  }
  .rotate-xl-45, .rotate-xl-45-hover:hover, .hover\:rotate-xl-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-45 {
    transform: rotate(45deg) !important;
  }
  .rotate-xl-90, .rotate-xl-90-hover:hover, .hover\:rotate-xl-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-90 {
    transform: rotate(90deg) !important;
  }
  .rotate-xl-180, .rotate-xl-180-hover:hover, .hover\:rotate-xl-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xl-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xl-180 {
    transform: rotate(180deg) !important;
  }
  .xl\:rotate-0, .xl\:rotate-0-hover:hover, .xl\:hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .xl\:rotate-1, .xl\:rotate-1-hover:hover, .xl\:hover\:rotate-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  .xl\:rotate-2, .xl\:rotate-2-hover:hover, .xl\:hover\:rotate-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  .xl\:rotate-3, .xl\:rotate-3-hover:hover, .xl\:hover\:rotate-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  .xl\:rotate-6, .xl\:rotate-6-hover:hover, .xl\:hover\:rotate-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  .xl\:rotate-12, .xl\:rotate-12-hover:hover, .xl\:hover\:rotate-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  .xl\:rotate-45, .xl\:rotate-45-hover:hover, .xl\:hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xl\:rotate-90, .xl\:rotate-90-hover:hover, .xl\:hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xl\:rotate-180, .xl\:rotate-180-hover:hover, .xl\:hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .-rotate-xl-1, .-rotate-xl-1-hover:hover, .hover\:-rotate-xl-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-1 {
    transform: rotate(-1deg) !important;
  }
  .-rotate-xl-2, .-rotate-xl-2-hover:hover, .hover\:-rotate-xl-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-2 {
    transform: rotate(-2deg) !important;
  }
  .-rotate-xl-3, .-rotate-xl-3-hover:hover, .hover\:-rotate-xl-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-3 {
    transform: rotate(-3deg) !important;
  }
  .-rotate-xl-6, .-rotate-xl-6-hover:hover, .hover\:-rotate-xl-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-6 {
    transform: rotate(-6deg) !important;
  }
  .-rotate-xl-12, .-rotate-xl-12-hover:hover, .hover\:-rotate-xl-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-12 {
    transform: rotate(-12deg) !important;
  }
  .-rotate-xl-45, .-rotate-xl-45-hover:hover, .hover\:-rotate-xl-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-45 {
    transform: rotate(-45deg) !important;
  }
  .-rotate-xl-90, .-rotate-xl-90-hover:hover, .hover\:-rotate-xl-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-90 {
    transform: rotate(-90deg) !important;
  }
  .-rotate-xl-180, .-rotate-xl-180-hover:hover, .hover\:-rotate-xl-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xl-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xl-180 {
    transform: rotate(-180deg) !important;
  }
  .xl\:-rotate-1, .xl\:-rotate-1-hover:hover, .xl\:hover\:-rotate-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  .xl\:-rotate-2, .xl\:-rotate-2-hover:hover, .xl\:hover\:-rotate-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  .xl\:-rotate-3, .xl\:-rotate-3-hover:hover, .xl\:hover\:-rotate-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  .xl\:-rotate-6, .xl\:-rotate-6-hover:hover, .xl\:hover\:-rotate-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  .xl\:-rotate-12, .xl\:-rotate-12-hover:hover, .xl\:hover\:-rotate-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  .xl\:-rotate-45, .xl\:-rotate-45-hover:hover, .xl\:hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xl\:-rotate-90, .xl\:-rotate-90-hover:hover, .xl\:hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xl\:-rotate-180, .xl\:-rotate-180-hover:hover, .xl\:hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .origin-xl-center, .origin-xl-center-hover:hover, .hover\:origin-xl-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:origin-xl-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:origin-xl-center {
    transform-origin: center !important;
  }
  .origin-xl-top, .origin-xl-top-hover:hover, .hover\:origin-xl-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:origin-xl-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:origin-xl-top {
    transform-origin: top !important;
  }
  .origin-xl-top-right, .origin-xl-top-right-hover:hover, .hover\:origin-xl-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:origin-xl-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:origin-xl-top-right {
    transform-origin: top right !important;
  }
  .origin-xl-top-left, .origin-xl-top-left-hover:hover, .hover\:origin-xl-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:origin-xl-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:origin-xl-top-left {
    transform-origin: top left !important;
  }
  .origin-xl-left, .origin-xl-left-hover:hover, .hover\:origin-xl-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:origin-xl-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:origin-xl-left {
    transform-origin: left !important;
  }
  .origin-xl-right, .origin-xl-right-hover:hover, .hover\:origin-xl-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:origin-xl-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:origin-xl-right {
    transform-origin: right !important;
  }
  .origin-xl-bottom-right, .origin-xl-bottom-right-hover:hover, .hover\:origin-xl-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:origin-xl-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:origin-xl-bottom-right {
    transform-origin: bottom right !important;
  }
  .origin-xl-bottom, .origin-xl-bottom-hover:hover, .hover\:origin-xl-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:origin-xl-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:origin-xl-bottom {
    transform-origin: bottom !important;
  }
  .origin-xl-bottom-left, .origin-xl-bottom-left-hover:hover, .hover\:origin-xl-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:origin-xl-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:origin-xl-bottom-left {
    transform-origin: bottom left !important;
  }
  .xl\:origin-center, .xl\:origin-center-hover:hover, .xl\:hover\:origin-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:xl\:origin-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:xl\:origin-center {
    transform-origin: center !important;
  }
  .xl\:origin-top, .xl\:origin-top-hover:hover, .xl\:hover\:origin-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:xl\:origin-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:xl\:origin-top {
    transform-origin: top !important;
  }
  .xl\:origin-top-right, .xl\:origin-top-right-hover:hover, .xl\:hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:xl\:origin-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:xl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xl\:origin-top-left, .xl\:origin-top-left-hover:hover, .xl\:hover\:origin-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:xl\:origin-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:xl\:origin-top-left {
    transform-origin: top left !important;
  }
  .xl\:origin-left, .xl\:origin-left-hover:hover, .xl\:hover\:origin-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:xl\:origin-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:xl\:origin-left {
    transform-origin: left !important;
  }
  .xl\:origin-right, .xl\:origin-right-hover:hover, .xl\:hover\:origin-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:xl\:origin-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:xl\:origin-right {
    transform-origin: right !important;
  }
  .xl\:origin-bottom-right, .xl\:origin-bottom-right-hover:hover, .xl\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xl\:origin-bottom, .xl\:origin-bottom-hover:hover, .xl\:hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xl\:origin-bottom-left, .xl\:origin-bottom-left-hover:hover, .xl\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .rounded-top-start-xl, .rounded-top-start-xl-hover:hover, .hover\:rounded-top-start-xl:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl {
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-top-start-xl-default, .rounded-top-start-xl-default-hover:hover, .hover\:rounded-top-start-xl-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-default {
    border-top-left-radius: 8px !important;
  }
  .rounded-top-start-xl-0-5, .rounded-top-start-xl-0-5-hover:hover, .hover\:rounded-top-start-xl-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-0-5 {
    border-top-left-radius: 2px !important;
  }
  .rounded-top-start-xl-1, .rounded-top-start-xl-1-hover:hover, .hover\:rounded-top-start-xl-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-1 {
    border-top-left-radius: 4px !important;
  }
  .rounded-top-start-xl-1-5, .rounded-top-start-xl-1-5-hover:hover, .hover\:rounded-top-start-xl-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-1-5 {
    border-top-left-radius: 12px !important;
  }
  .rounded-top-start-xl-2, .rounded-top-start-xl-2-hover:hover, .hover\:rounded-top-start-xl-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-2 {
    border-top-left-radius: 16px !important;
  }
  .rounded-top-start-xl-2-5, .rounded-top-start-xl-2-5-hover:hover, .hover\:rounded-top-start-xl-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-2-5 {
    border-top-left-radius: 20px !important;
  }
  .rounded-top-start-xl-3, .rounded-top-start-xl-3-hover:hover, .hover\:rounded-top-start-xl-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-3 {
    border-top-left-radius: 24px !important;
  }
  .rounded-top-start-xl-3-5, .rounded-top-start-xl-3-5-hover:hover, .hover\:rounded-top-start-xl-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-3-5 {
    border-top-left-radius: 28px !important;
  }
  .rounded-top-start-xl-4, .rounded-top-start-xl-4-hover:hover, .hover\:rounded-top-start-xl-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-4 {
    border-top-left-radius: 32px !important;
  }
  .rounded-top-start-xl-4-5, .rounded-top-start-xl-4-5-hover:hover, .hover\:rounded-top-start-xl-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-4-5 {
    border-top-left-radius: 36px !important;
  }
  .rounded-top-start-xl-5, .rounded-top-start-xl-5-hover:hover, .hover\:rounded-top-start-xl-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-5 {
    border-top-left-radius: 40px !important;
  }
  .rounded-top-start-xl-5-5, .rounded-top-start-xl-5-5-hover:hover, .hover\:rounded-top-start-xl-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-5-5 {
    border-top-left-radius: 44px !important;
  }
  .rounded-top-start-xl-6, .rounded-top-start-xl-6-hover:hover, .hover\:rounded-top-start-xl-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-6 {
    border-top-left-radius: 48px !important;
  }
  .rounded-top-start-xl-6-5, .rounded-top-start-xl-6-5-hover:hover, .hover\:rounded-top-start-xl-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-6-5 {
    border-top-left-radius: 52px !important;
  }
  .rounded-top-start-xl-7, .rounded-top-start-xl-7-hover:hover, .hover\:rounded-top-start-xl-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-7 {
    border-top-left-radius: 56px !important;
  }
  .rounded-top-start-xl-7-5, .rounded-top-start-xl-7-5-hover:hover, .hover\:rounded-top-start-xl-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-7-5 {
    border-top-left-radius: 60px !important;
  }
  .rounded-top-start-xl-8, .rounded-top-start-xl-8-hover:hover, .hover\:rounded-top-start-xl-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-8 {
    border-top-left-radius: 64px !important;
  }
  .rounded-top-start-xl-8-5, .rounded-top-start-xl-8-5-hover:hover, .hover\:rounded-top-start-xl-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-8-5 {
    border-top-left-radius: 68px !important;
  }
  .rounded-top-start-xl-9, .rounded-top-start-xl-9-hover:hover, .hover\:rounded-top-start-xl-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-9 {
    border-top-left-radius: 72px !important;
  }
  .rounded-top-start-xl-9-5, .rounded-top-start-xl-9-5-hover:hover, .hover\:rounded-top-start-xl-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-9-5 {
    border-top-left-radius: 76px !important;
  }
  .rounded-top-start-xl-10, .rounded-top-start-xl-10-hover:hover, .hover\:rounded-top-start-xl-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-10 {
    border-top-left-radius: 80px !important;
  }
  .rounded-top-start-xl-circle, .rounded-top-start-xl-circle-hover:hover, .hover\:rounded-top-start-xl-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-circle {
    border-top-left-radius: 50% !important;
  }
  .rounded-top-start-xl-full, .rounded-top-start-xl-full-hover:hover, .hover\:rounded-top-start-xl-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-full {
    border-top-left-radius: 100% !important;
  }
  .rounded-top-start-xl-pill, .rounded-top-start-xl-pill-hover:hover, .hover\:rounded-top-start-xl-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-pill {
    border-top-left-radius: 50rem !important;
  }
  .rounded-top-start-xl-0, .rounded-top-start-xl-0-hover:hover, .hover\:rounded-top-start-xl-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xl-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-0 {
    border-top-left-radius: 0 !important;
  }
  .xl\:rounded-top-start, .xl\:rounded-top-start-hover:hover, .xl\:hover\:rounded-top-start:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  .xl\:rounded-top-start-default, .xl\:rounded-top-start-default-hover:hover, .xl\:hover\:rounded-top-start-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  .xl\:rounded-top-start-0-5, .xl\:rounded-top-start-0-5-hover:hover, .xl\:hover\:rounded-top-start-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  .xl\:rounded-top-start-1, .xl\:rounded-top-start-1-hover:hover, .xl\:hover\:rounded-top-start-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  .xl\:rounded-top-start-1-5, .xl\:rounded-top-start-1-5-hover:hover, .xl\:hover\:rounded-top-start-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  .xl\:rounded-top-start-2, .xl\:rounded-top-start-2-hover:hover, .xl\:hover\:rounded-top-start-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  .xl\:rounded-top-start-2-5, .xl\:rounded-top-start-2-5-hover:hover, .xl\:hover\:rounded-top-start-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  .xl\:rounded-top-start-3, .xl\:rounded-top-start-3-hover:hover, .xl\:hover\:rounded-top-start-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  .xl\:rounded-top-start-3-5, .xl\:rounded-top-start-3-5-hover:hover, .xl\:hover\:rounded-top-start-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  .xl\:rounded-top-start-4, .xl\:rounded-top-start-4-hover:hover, .xl\:hover\:rounded-top-start-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  .xl\:rounded-top-start-4-5, .xl\:rounded-top-start-4-5-hover:hover, .xl\:hover\:rounded-top-start-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  .xl\:rounded-top-start-5, .xl\:rounded-top-start-5-hover:hover, .xl\:hover\:rounded-top-start-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  .xl\:rounded-top-start-5-5, .xl\:rounded-top-start-5-5-hover:hover, .xl\:hover\:rounded-top-start-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  .xl\:rounded-top-start-6, .xl\:rounded-top-start-6-hover:hover, .xl\:hover\:rounded-top-start-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  .xl\:rounded-top-start-6-5, .xl\:rounded-top-start-6-5-hover:hover, .xl\:hover\:rounded-top-start-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  .xl\:rounded-top-start-7, .xl\:rounded-top-start-7-hover:hover, .xl\:hover\:rounded-top-start-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  .xl\:rounded-top-start-7-5, .xl\:rounded-top-start-7-5-hover:hover, .xl\:hover\:rounded-top-start-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  .xl\:rounded-top-start-8, .xl\:rounded-top-start-8-hover:hover, .xl\:hover\:rounded-top-start-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  .xl\:rounded-top-start-8-5, .xl\:rounded-top-start-8-5-hover:hover, .xl\:hover\:rounded-top-start-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  .xl\:rounded-top-start-9, .xl\:rounded-top-start-9-hover:hover, .xl\:hover\:rounded-top-start-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  .xl\:rounded-top-start-9-5, .xl\:rounded-top-start-9-5-hover:hover, .xl\:hover\:rounded-top-start-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  .xl\:rounded-top-start-10, .xl\:rounded-top-start-10-hover:hover, .xl\:hover\:rounded-top-start-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  .xl\:rounded-top-start-circle, .xl\:rounded-top-start-circle-hover:hover, .xl\:hover\:rounded-top-start-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  .xl\:rounded-top-start-full, .xl\:rounded-top-start-full-hover:hover, .xl\:hover\:rounded-top-start-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  .xl\:rounded-top-start-pill, .xl\:rounded-top-start-pill-hover:hover, .xl\:hover\:rounded-top-start-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  .xl\:rounded-top-start-0, .xl\:rounded-top-start-0-hover:hover, .xl\:hover\:rounded-top-start-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  .rounded-top-end-xl, .rounded-top-end-xl-hover:hover, .hover\:rounded-top-end-xl:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl {
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-end-xl-default, .rounded-top-end-xl-default-hover:hover, .hover\:rounded-top-end-xl-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-default {
    border-top-right-radius: 8px !important;
  }
  .rounded-top-end-xl-0-5, .rounded-top-end-xl-0-5-hover:hover, .hover\:rounded-top-end-xl-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-0-5 {
    border-top-right-radius: 2px !important;
  }
  .rounded-top-end-xl-1, .rounded-top-end-xl-1-hover:hover, .hover\:rounded-top-end-xl-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-1 {
    border-top-right-radius: 4px !important;
  }
  .rounded-top-end-xl-1-5, .rounded-top-end-xl-1-5-hover:hover, .hover\:rounded-top-end-xl-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-1-5 {
    border-top-right-radius: 12px !important;
  }
  .rounded-top-end-xl-2, .rounded-top-end-xl-2-hover:hover, .hover\:rounded-top-end-xl-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-2 {
    border-top-right-radius: 16px !important;
  }
  .rounded-top-end-xl-2-5, .rounded-top-end-xl-2-5-hover:hover, .hover\:rounded-top-end-xl-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-2-5 {
    border-top-right-radius: 20px !important;
  }
  .rounded-top-end-xl-3, .rounded-top-end-xl-3-hover:hover, .hover\:rounded-top-end-xl-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-3 {
    border-top-right-radius: 24px !important;
  }
  .rounded-top-end-xl-3-5, .rounded-top-end-xl-3-5-hover:hover, .hover\:rounded-top-end-xl-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-3-5 {
    border-top-right-radius: 28px !important;
  }
  .rounded-top-end-xl-4, .rounded-top-end-xl-4-hover:hover, .hover\:rounded-top-end-xl-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-4 {
    border-top-right-radius: 32px !important;
  }
  .rounded-top-end-xl-4-5, .rounded-top-end-xl-4-5-hover:hover, .hover\:rounded-top-end-xl-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-4-5 {
    border-top-right-radius: 36px !important;
  }
  .rounded-top-end-xl-5, .rounded-top-end-xl-5-hover:hover, .hover\:rounded-top-end-xl-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-5 {
    border-top-right-radius: 40px !important;
  }
  .rounded-top-end-xl-5-5, .rounded-top-end-xl-5-5-hover:hover, .hover\:rounded-top-end-xl-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-5-5 {
    border-top-right-radius: 44px !important;
  }
  .rounded-top-end-xl-6, .rounded-top-end-xl-6-hover:hover, .hover\:rounded-top-end-xl-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-6 {
    border-top-right-radius: 48px !important;
  }
  .rounded-top-end-xl-6-5, .rounded-top-end-xl-6-5-hover:hover, .hover\:rounded-top-end-xl-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-6-5 {
    border-top-right-radius: 52px !important;
  }
  .rounded-top-end-xl-7, .rounded-top-end-xl-7-hover:hover, .hover\:rounded-top-end-xl-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-7 {
    border-top-right-radius: 56px !important;
  }
  .rounded-top-end-xl-7-5, .rounded-top-end-xl-7-5-hover:hover, .hover\:rounded-top-end-xl-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-7-5 {
    border-top-right-radius: 60px !important;
  }
  .rounded-top-end-xl-8, .rounded-top-end-xl-8-hover:hover, .hover\:rounded-top-end-xl-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-8 {
    border-top-right-radius: 64px !important;
  }
  .rounded-top-end-xl-8-5, .rounded-top-end-xl-8-5-hover:hover, .hover\:rounded-top-end-xl-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-8-5 {
    border-top-right-radius: 68px !important;
  }
  .rounded-top-end-xl-9, .rounded-top-end-xl-9-hover:hover, .hover\:rounded-top-end-xl-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-9 {
    border-top-right-radius: 72px !important;
  }
  .rounded-top-end-xl-9-5, .rounded-top-end-xl-9-5-hover:hover, .hover\:rounded-top-end-xl-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-9-5 {
    border-top-right-radius: 76px !important;
  }
  .rounded-top-end-xl-10, .rounded-top-end-xl-10-hover:hover, .hover\:rounded-top-end-xl-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-10 {
    border-top-right-radius: 80px !important;
  }
  .rounded-top-end-xl-circle, .rounded-top-end-xl-circle-hover:hover, .hover\:rounded-top-end-xl-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-circle {
    border-top-right-radius: 50% !important;
  }
  .rounded-top-end-xl-full, .rounded-top-end-xl-full-hover:hover, .hover\:rounded-top-end-xl-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-full {
    border-top-right-radius: 100% !important;
  }
  .rounded-top-end-xl-pill, .rounded-top-end-xl-pill-hover:hover, .hover\:rounded-top-end-xl-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-pill {
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-end-xl-0, .rounded-top-end-xl-0-hover:hover, .hover\:rounded-top-end-xl-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xl-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-0 {
    border-top-right-radius: 0 !important;
  }
  .xl\:rounded-top-end, .xl\:rounded-top-end-hover:hover, .xl\:hover\:rounded-top-end:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  .xl\:rounded-top-end-default, .xl\:rounded-top-end-default-hover:hover, .xl\:hover\:rounded-top-end-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  .xl\:rounded-top-end-0-5, .xl\:rounded-top-end-0-5-hover:hover, .xl\:hover\:rounded-top-end-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  .xl\:rounded-top-end-1, .xl\:rounded-top-end-1-hover:hover, .xl\:hover\:rounded-top-end-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  .xl\:rounded-top-end-1-5, .xl\:rounded-top-end-1-5-hover:hover, .xl\:hover\:rounded-top-end-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  .xl\:rounded-top-end-2, .xl\:rounded-top-end-2-hover:hover, .xl\:hover\:rounded-top-end-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  .xl\:rounded-top-end-2-5, .xl\:rounded-top-end-2-5-hover:hover, .xl\:hover\:rounded-top-end-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  .xl\:rounded-top-end-3, .xl\:rounded-top-end-3-hover:hover, .xl\:hover\:rounded-top-end-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  .xl\:rounded-top-end-3-5, .xl\:rounded-top-end-3-5-hover:hover, .xl\:hover\:rounded-top-end-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  .xl\:rounded-top-end-4, .xl\:rounded-top-end-4-hover:hover, .xl\:hover\:rounded-top-end-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  .xl\:rounded-top-end-4-5, .xl\:rounded-top-end-4-5-hover:hover, .xl\:hover\:rounded-top-end-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  .xl\:rounded-top-end-5, .xl\:rounded-top-end-5-hover:hover, .xl\:hover\:rounded-top-end-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  .xl\:rounded-top-end-5-5, .xl\:rounded-top-end-5-5-hover:hover, .xl\:hover\:rounded-top-end-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  .xl\:rounded-top-end-6, .xl\:rounded-top-end-6-hover:hover, .xl\:hover\:rounded-top-end-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  .xl\:rounded-top-end-6-5, .xl\:rounded-top-end-6-5-hover:hover, .xl\:hover\:rounded-top-end-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  .xl\:rounded-top-end-7, .xl\:rounded-top-end-7-hover:hover, .xl\:hover\:rounded-top-end-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  .xl\:rounded-top-end-7-5, .xl\:rounded-top-end-7-5-hover:hover, .xl\:hover\:rounded-top-end-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  .xl\:rounded-top-end-8, .xl\:rounded-top-end-8-hover:hover, .xl\:hover\:rounded-top-end-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  .xl\:rounded-top-end-8-5, .xl\:rounded-top-end-8-5-hover:hover, .xl\:hover\:rounded-top-end-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  .xl\:rounded-top-end-9, .xl\:rounded-top-end-9-hover:hover, .xl\:hover\:rounded-top-end-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  .xl\:rounded-top-end-9-5, .xl\:rounded-top-end-9-5-hover:hover, .xl\:hover\:rounded-top-end-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  .xl\:rounded-top-end-10, .xl\:rounded-top-end-10-hover:hover, .xl\:hover\:rounded-top-end-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  .xl\:rounded-top-end-circle, .xl\:rounded-top-end-circle-hover:hover, .xl\:hover\:rounded-top-end-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  .xl\:rounded-top-end-full, .xl\:rounded-top-end-full-hover:hover, .xl\:hover\:rounded-top-end-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  .xl\:rounded-top-end-pill, .xl\:rounded-top-end-pill-hover:hover, .xl\:hover\:rounded-top-end-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  .xl\:rounded-top-end-0, .xl\:rounded-top-end-0-hover:hover, .xl\:hover\:rounded-top-end-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  .rounded-bottom-start-xl, .rounded-bottom-start-xl-hover:hover, .hover\:rounded-bottom-start-xl:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl {
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-start-xl-default, .rounded-bottom-start-xl-default-hover:hover, .hover\:rounded-bottom-start-xl-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-default {
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-start-xl-0-5, .rounded-bottom-start-xl-0-5-hover:hover, .hover\:rounded-bottom-start-xl-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-start-xl-1, .rounded-bottom-start-xl-1-hover:hover, .hover\:rounded-bottom-start-xl-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-1 {
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-start-xl-1-5, .rounded-bottom-start-xl-1-5-hover:hover, .hover\:rounded-bottom-start-xl-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-start-xl-2, .rounded-bottom-start-xl-2-hover:hover, .hover\:rounded-bottom-start-xl-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-2 {
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-start-xl-2-5, .rounded-bottom-start-xl-2-5-hover:hover, .hover\:rounded-bottom-start-xl-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-start-xl-3, .rounded-bottom-start-xl-3-hover:hover, .hover\:rounded-bottom-start-xl-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-3 {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-start-xl-3-5, .rounded-bottom-start-xl-3-5-hover:hover, .hover\:rounded-bottom-start-xl-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-start-xl-4, .rounded-bottom-start-xl-4-hover:hover, .hover\:rounded-bottom-start-xl-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-4 {
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-start-xl-4-5, .rounded-bottom-start-xl-4-5-hover:hover, .hover\:rounded-bottom-start-xl-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-start-xl-5, .rounded-bottom-start-xl-5-hover:hover, .hover\:rounded-bottom-start-xl-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-5 {
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-start-xl-5-5, .rounded-bottom-start-xl-5-5-hover:hover, .hover\:rounded-bottom-start-xl-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-start-xl-6, .rounded-bottom-start-xl-6-hover:hover, .hover\:rounded-bottom-start-xl-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-6 {
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-start-xl-6-5, .rounded-bottom-start-xl-6-5-hover:hover, .hover\:rounded-bottom-start-xl-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-start-xl-7, .rounded-bottom-start-xl-7-hover:hover, .hover\:rounded-bottom-start-xl-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-7 {
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-start-xl-7-5, .rounded-bottom-start-xl-7-5-hover:hover, .hover\:rounded-bottom-start-xl-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-start-xl-8, .rounded-bottom-start-xl-8-hover:hover, .hover\:rounded-bottom-start-xl-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-8 {
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-start-xl-8-5, .rounded-bottom-start-xl-8-5-hover:hover, .hover\:rounded-bottom-start-xl-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-start-xl-9, .rounded-bottom-start-xl-9-hover:hover, .hover\:rounded-bottom-start-xl-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-9 {
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-start-xl-9-5, .rounded-bottom-start-xl-9-5-hover:hover, .hover\:rounded-bottom-start-xl-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-start-xl-10, .rounded-bottom-start-xl-10-hover:hover, .hover\:rounded-bottom-start-xl-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-10 {
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-start-xl-circle, .rounded-bottom-start-xl-circle-hover:hover, .hover\:rounded-bottom-start-xl-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-circle {
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-start-xl-full, .rounded-bottom-start-xl-full-hover:hover, .hover\:rounded-bottom-start-xl-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-full {
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-start-xl-pill, .rounded-bottom-start-xl-pill-hover:hover, .hover\:rounded-bottom-start-xl-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-start-xl-0, .rounded-bottom-start-xl-0-hover:hover, .hover\:rounded-bottom-start-xl-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .xl\:rounded-bottom-start, .xl\:rounded-bottom-start-hover:hover, .xl\:hover\:rounded-bottom-start:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  .xl\:rounded-bottom-start-default, .xl\:rounded-bottom-start-default-hover:hover, .xl\:hover\:rounded-bottom-start-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  .xl\:rounded-bottom-start-0-5, .xl\:rounded-bottom-start-0-5-hover:hover, .xl\:hover\:rounded-bottom-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .xl\:rounded-bottom-start-1, .xl\:rounded-bottom-start-1-hover:hover, .xl\:hover\:rounded-bottom-start-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  .xl\:rounded-bottom-start-1-5, .xl\:rounded-bottom-start-1-5-hover:hover, .xl\:hover\:rounded-bottom-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .xl\:rounded-bottom-start-2, .xl\:rounded-bottom-start-2-hover:hover, .xl\:hover\:rounded-bottom-start-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  .xl\:rounded-bottom-start-2-5, .xl\:rounded-bottom-start-2-5-hover:hover, .xl\:hover\:rounded-bottom-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .xl\:rounded-bottom-start-3, .xl\:rounded-bottom-start-3-hover:hover, .xl\:hover\:rounded-bottom-start-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  .xl\:rounded-bottom-start-3-5, .xl\:rounded-bottom-start-3-5-hover:hover, .xl\:hover\:rounded-bottom-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .xl\:rounded-bottom-start-4, .xl\:rounded-bottom-start-4-hover:hover, .xl\:hover\:rounded-bottom-start-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  .xl\:rounded-bottom-start-4-5, .xl\:rounded-bottom-start-4-5-hover:hover, .xl\:hover\:rounded-bottom-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .xl\:rounded-bottom-start-5, .xl\:rounded-bottom-start-5-hover:hover, .xl\:hover\:rounded-bottom-start-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  .xl\:rounded-bottom-start-5-5, .xl\:rounded-bottom-start-5-5-hover:hover, .xl\:hover\:rounded-bottom-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .xl\:rounded-bottom-start-6, .xl\:rounded-bottom-start-6-hover:hover, .xl\:hover\:rounded-bottom-start-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  .xl\:rounded-bottom-start-6-5, .xl\:rounded-bottom-start-6-5-hover:hover, .xl\:hover\:rounded-bottom-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .xl\:rounded-bottom-start-7, .xl\:rounded-bottom-start-7-hover:hover, .xl\:hover\:rounded-bottom-start-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  .xl\:rounded-bottom-start-7-5, .xl\:rounded-bottom-start-7-5-hover:hover, .xl\:hover\:rounded-bottom-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .xl\:rounded-bottom-start-8, .xl\:rounded-bottom-start-8-hover:hover, .xl\:hover\:rounded-bottom-start-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  .xl\:rounded-bottom-start-8-5, .xl\:rounded-bottom-start-8-5-hover:hover, .xl\:hover\:rounded-bottom-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .xl\:rounded-bottom-start-9, .xl\:rounded-bottom-start-9-hover:hover, .xl\:hover\:rounded-bottom-start-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  .xl\:rounded-bottom-start-9-5, .xl\:rounded-bottom-start-9-5-hover:hover, .xl\:hover\:rounded-bottom-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .xl\:rounded-bottom-start-10, .xl\:rounded-bottom-start-10-hover:hover, .xl\:hover\:rounded-bottom-start-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  .xl\:rounded-bottom-start-circle, .xl\:rounded-bottom-start-circle-hover:hover, .xl\:hover\:rounded-bottom-start-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  .xl\:rounded-bottom-start-full, .xl\:rounded-bottom-start-full-hover:hover, .xl\:hover\:rounded-bottom-start-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  .xl\:rounded-bottom-start-pill, .xl\:rounded-bottom-start-pill-hover:hover, .xl\:hover\:rounded-bottom-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .xl\:rounded-bottom-start-0, .xl\:rounded-bottom-start-0-hover:hover, .xl\:hover\:rounded-bottom-start-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-end-xl, .rounded-bottom-end-xl-hover:hover, .hover\:rounded-bottom-end-xl:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl {
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-bottom-end-xl-default, .rounded-bottom-end-xl-default-hover:hover, .hover\:rounded-bottom-end-xl-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-default {
    border-bottom-right-radius: 8px !important;
  }
  .rounded-bottom-end-xl-0-5, .rounded-bottom-end-xl-0-5-hover:hover, .hover\:rounded-bottom-end-xl-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom-end-xl-1, .rounded-bottom-end-xl-1-hover:hover, .hover\:rounded-bottom-end-xl-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-1 {
    border-bottom-right-radius: 4px !important;
  }
  .rounded-bottom-end-xl-1-5, .rounded-bottom-end-xl-1-5-hover:hover, .hover\:rounded-bottom-end-xl-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .rounded-bottom-end-xl-2, .rounded-bottom-end-xl-2-hover:hover, .hover\:rounded-bottom-end-xl-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-2 {
    border-bottom-right-radius: 16px !important;
  }
  .rounded-bottom-end-xl-2-5, .rounded-bottom-end-xl-2-5-hover:hover, .hover\:rounded-bottom-end-xl-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .rounded-bottom-end-xl-3, .rounded-bottom-end-xl-3-hover:hover, .hover\:rounded-bottom-end-xl-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-3 {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-bottom-end-xl-3-5, .rounded-bottom-end-xl-3-5-hover:hover, .hover\:rounded-bottom-end-xl-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .rounded-bottom-end-xl-4, .rounded-bottom-end-xl-4-hover:hover, .hover\:rounded-bottom-end-xl-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-4 {
    border-bottom-right-radius: 32px !important;
  }
  .rounded-bottom-end-xl-4-5, .rounded-bottom-end-xl-4-5-hover:hover, .hover\:rounded-bottom-end-xl-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .rounded-bottom-end-xl-5, .rounded-bottom-end-xl-5-hover:hover, .hover\:rounded-bottom-end-xl-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-5 {
    border-bottom-right-radius: 40px !important;
  }
  .rounded-bottom-end-xl-5-5, .rounded-bottom-end-xl-5-5-hover:hover, .hover\:rounded-bottom-end-xl-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .rounded-bottom-end-xl-6, .rounded-bottom-end-xl-6-hover:hover, .hover\:rounded-bottom-end-xl-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-6 {
    border-bottom-right-radius: 48px !important;
  }
  .rounded-bottom-end-xl-6-5, .rounded-bottom-end-xl-6-5-hover:hover, .hover\:rounded-bottom-end-xl-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .rounded-bottom-end-xl-7, .rounded-bottom-end-xl-7-hover:hover, .hover\:rounded-bottom-end-xl-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-7 {
    border-bottom-right-radius: 56px !important;
  }
  .rounded-bottom-end-xl-7-5, .rounded-bottom-end-xl-7-5-hover:hover, .hover\:rounded-bottom-end-xl-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .rounded-bottom-end-xl-8, .rounded-bottom-end-xl-8-hover:hover, .hover\:rounded-bottom-end-xl-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-8 {
    border-bottom-right-radius: 64px !important;
  }
  .rounded-bottom-end-xl-8-5, .rounded-bottom-end-xl-8-5-hover:hover, .hover\:rounded-bottom-end-xl-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .rounded-bottom-end-xl-9, .rounded-bottom-end-xl-9-hover:hover, .hover\:rounded-bottom-end-xl-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-9 {
    border-bottom-right-radius: 72px !important;
  }
  .rounded-bottom-end-xl-9-5, .rounded-bottom-end-xl-9-5-hover:hover, .hover\:rounded-bottom-end-xl-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .rounded-bottom-end-xl-10, .rounded-bottom-end-xl-10-hover:hover, .hover\:rounded-bottom-end-xl-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-10 {
    border-bottom-right-radius: 80px !important;
  }
  .rounded-bottom-end-xl-circle, .rounded-bottom-end-xl-circle-hover:hover, .hover\:rounded-bottom-end-xl-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-circle {
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-end-xl-full, .rounded-bottom-end-xl-full-hover:hover, .hover\:rounded-bottom-end-xl-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-full {
    border-bottom-right-radius: 100% !important;
  }
  .rounded-bottom-end-xl-pill, .rounded-bottom-end-xl-pill-hover:hover, .hover\:rounded-bottom-end-xl-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-bottom-end-xl-0, .rounded-bottom-end-xl-0-hover:hover, .hover\:rounded-bottom-end-xl-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .xl\:rounded-bottom-end, .xl\:rounded-bottom-end-hover:hover, .xl\:hover\:rounded-bottom-end:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  .xl\:rounded-bottom-end-default, .xl\:rounded-bottom-end-default-hover:hover, .xl\:hover\:rounded-bottom-end-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  .xl\:rounded-bottom-end-0-5, .xl\:rounded-bottom-end-0-5-hover:hover, .xl\:hover\:rounded-bottom-end-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .xl\:rounded-bottom-end-1, .xl\:rounded-bottom-end-1-hover:hover, .xl\:hover\:rounded-bottom-end-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  .xl\:rounded-bottom-end-1-5, .xl\:rounded-bottom-end-1-5-hover:hover, .xl\:hover\:rounded-bottom-end-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .xl\:rounded-bottom-end-2, .xl\:rounded-bottom-end-2-hover:hover, .xl\:hover\:rounded-bottom-end-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  .xl\:rounded-bottom-end-2-5, .xl\:rounded-bottom-end-2-5-hover:hover, .xl\:hover\:rounded-bottom-end-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .xl\:rounded-bottom-end-3, .xl\:rounded-bottom-end-3-hover:hover, .xl\:hover\:rounded-bottom-end-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  .xl\:rounded-bottom-end-3-5, .xl\:rounded-bottom-end-3-5-hover:hover, .xl\:hover\:rounded-bottom-end-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .xl\:rounded-bottom-end-4, .xl\:rounded-bottom-end-4-hover:hover, .xl\:hover\:rounded-bottom-end-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  .xl\:rounded-bottom-end-4-5, .xl\:rounded-bottom-end-4-5-hover:hover, .xl\:hover\:rounded-bottom-end-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .xl\:rounded-bottom-end-5, .xl\:rounded-bottom-end-5-hover:hover, .xl\:hover\:rounded-bottom-end-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  .xl\:rounded-bottom-end-5-5, .xl\:rounded-bottom-end-5-5-hover:hover, .xl\:hover\:rounded-bottom-end-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .xl\:rounded-bottom-end-6, .xl\:rounded-bottom-end-6-hover:hover, .xl\:hover\:rounded-bottom-end-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  .xl\:rounded-bottom-end-6-5, .xl\:rounded-bottom-end-6-5-hover:hover, .xl\:hover\:rounded-bottom-end-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .xl\:rounded-bottom-end-7, .xl\:rounded-bottom-end-7-hover:hover, .xl\:hover\:rounded-bottom-end-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  .xl\:rounded-bottom-end-7-5, .xl\:rounded-bottom-end-7-5-hover:hover, .xl\:hover\:rounded-bottom-end-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .xl\:rounded-bottom-end-8, .xl\:rounded-bottom-end-8-hover:hover, .xl\:hover\:rounded-bottom-end-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  .xl\:rounded-bottom-end-8-5, .xl\:rounded-bottom-end-8-5-hover:hover, .xl\:hover\:rounded-bottom-end-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .xl\:rounded-bottom-end-9, .xl\:rounded-bottom-end-9-hover:hover, .xl\:hover\:rounded-bottom-end-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  .xl\:rounded-bottom-end-9-5, .xl\:rounded-bottom-end-9-5-hover:hover, .xl\:hover\:rounded-bottom-end-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .xl\:rounded-bottom-end-10, .xl\:rounded-bottom-end-10-hover:hover, .xl\:hover\:rounded-bottom-end-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  .xl\:rounded-bottom-end-circle, .xl\:rounded-bottom-end-circle-hover:hover, .xl\:hover\:rounded-bottom-end-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  .xl\:rounded-bottom-end-full, .xl\:rounded-bottom-end-full-hover:hover, .xl\:hover\:rounded-bottom-end-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  .xl\:rounded-bottom-end-pill, .xl\:rounded-bottom-end-pill-hover:hover, .xl\:hover\:rounded-bottom-end-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .xl\:rounded-bottom-end-0, .xl\:rounded-bottom-end-0-hover:hover, .xl\:hover\:rounded-bottom-end-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-xl-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .ratio-xl-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .ratio-xl-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .ratio-xl-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .ratio-xl-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .ratio-xl-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-xl-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-xl-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .xl\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .xl\:ratio-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .xl\:ratio-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .xl\:ratio-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .xl\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .xl\:ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .xl\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .xl\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .xl\:ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .xxl\:float-start {
    float: left !important;
  }
  .xxl\:float-end {
    float: right !important;
  }
  .xxl\:float-none {
    float: none !important;
  }
  .opacity-xxl-0, .opacity-xxl-0-hover:hover, .hover\:opacity-xxl-0:hover {
    opacity: 0 !important;
  }
  .opacity-xxl-5, .opacity-xxl-5-hover:hover, .hover\:opacity-xxl-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-xxl-10, .opacity-xxl-10-hover:hover, .hover\:opacity-xxl-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-xxl-15, .opacity-xxl-15-hover:hover, .hover\:opacity-xxl-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-xxl-20, .opacity-xxl-20-hover:hover, .hover\:opacity-xxl-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-xxl-25, .opacity-xxl-25-hover:hover, .hover\:opacity-xxl-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-xxl-30, .opacity-xxl-30-hover:hover, .hover\:opacity-xxl-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-xxl-35, .opacity-xxl-35-hover:hover, .hover\:opacity-xxl-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-xxl-40, .opacity-xxl-40-hover:hover, .hover\:opacity-xxl-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-xxl-45, .opacity-xxl-45-hover:hover, .hover\:opacity-xxl-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-xxl-50, .opacity-xxl-50-hover:hover, .hover\:opacity-xxl-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-xxl-55, .opacity-xxl-55-hover:hover, .hover\:opacity-xxl-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-xxl-60, .opacity-xxl-60-hover:hover, .hover\:opacity-xxl-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-xxl-65, .opacity-xxl-65-hover:hover, .hover\:opacity-xxl-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-xxl-70, .opacity-xxl-70-hover:hover, .hover\:opacity-xxl-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-xxl-75, .opacity-xxl-75-hover:hover, .hover\:opacity-xxl-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-xxl-80, .opacity-xxl-80-hover:hover, .hover\:opacity-xxl-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-xxl-85, .opacity-xxl-85-hover:hover, .hover\:opacity-xxl-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-xxl-90, .opacity-xxl-90-hover:hover, .hover\:opacity-xxl-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-xxl-95, .opacity-xxl-95-hover:hover, .hover\:opacity-xxl-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-xxl-100, .opacity-xxl-100-hover:hover, .hover\:opacity-xxl-100:hover {
    opacity: 1 !important;
  }
  .xxl\:opacity-0, .xxl\:opacity-0-hover:hover, .xxl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .xxl\:opacity-5, .xxl\:opacity-5-hover:hover, .xxl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  .xxl\:opacity-10, .xxl\:opacity-10-hover:hover, .xxl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  .xxl\:opacity-15, .xxl\:opacity-15-hover:hover, .xxl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  .xxl\:opacity-20, .xxl\:opacity-20-hover:hover, .xxl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  .xxl\:opacity-25, .xxl\:opacity-25-hover:hover, .xxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  .xxl\:opacity-30, .xxl\:opacity-30-hover:hover, .xxl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  .xxl\:opacity-35, .xxl\:opacity-35-hover:hover, .xxl\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  .xxl\:opacity-40, .xxl\:opacity-40-hover:hover, .xxl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  .xxl\:opacity-45, .xxl\:opacity-45-hover:hover, .xxl\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  .xxl\:opacity-50, .xxl\:opacity-50-hover:hover, .xxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  .xxl\:opacity-55, .xxl\:opacity-55-hover:hover, .xxl\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  .xxl\:opacity-60, .xxl\:opacity-60-hover:hover, .xxl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  .xxl\:opacity-65, .xxl\:opacity-65-hover:hover, .xxl\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  .xxl\:opacity-70, .xxl\:opacity-70-hover:hover, .xxl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  .xxl\:opacity-75, .xxl\:opacity-75-hover:hover, .xxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  .xxl\:opacity-80, .xxl\:opacity-80-hover:hover, .xxl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  .xxl\:opacity-85, .xxl\:opacity-85-hover:hover, .xxl\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  .xxl\:opacity-90, .xxl\:opacity-90-hover:hover, .xxl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  .xxl\:opacity-95, .xxl\:opacity-95-hover:hover, .xxl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  .xxl\:opacity-100, .xxl\:opacity-100-hover:hover, .xxl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-0, :where(.uc-dark) .dark\:opacity-xxl-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-5, :where(.uc-dark) .dark\:opacity-xxl-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-10, :where(.uc-dark) .dark\:opacity-xxl-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-15, :where(.uc-dark) .dark\:opacity-xxl-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-20, :where(.uc-dark) .dark\:opacity-xxl-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-25, :where(.uc-dark) .dark\:opacity-xxl-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-30, :where(.uc-dark) .dark\:opacity-xxl-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-35, :where(.uc-dark) .dark\:opacity-xxl-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-40, :where(.uc-dark) .dark\:opacity-xxl-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-45, :where(.uc-dark) .dark\:opacity-xxl-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-50, :where(.uc-dark) .dark\:opacity-xxl-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-55, :where(.uc-dark) .dark\:opacity-xxl-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-60, :where(.uc-dark) .dark\:opacity-xxl-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-65, :where(.uc-dark) .dark\:opacity-xxl-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-70, :where(.uc-dark) .dark\:opacity-xxl-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-75, :where(.uc-dark) .dark\:opacity-xxl-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-80, :where(.uc-dark) .dark\:opacity-xxl-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-85, :where(.uc-dark) .dark\:opacity-xxl-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-90, :where(.uc-dark) .dark\:opacity-xxl-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-95, :where(.uc-dark) .dark\:opacity-xxl-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-xxl-100, :where(.uc-dark) .dark\:opacity-xxl-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-xxl-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-0, :where(.uc-dark) .dark\:xxl\:opacity-0-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-5, :where(.uc-dark) .dark\:xxl\:opacity-5-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-10, :where(.uc-dark) .dark\:xxl\:opacity-10-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-15, :where(.uc-dark) .dark\:xxl\:opacity-15-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-20, :where(.uc-dark) .dark\:xxl\:opacity-20-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-25, :where(.uc-dark) .dark\:xxl\:opacity-25-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-30, :where(.uc-dark) .dark\:xxl\:opacity-30-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-35, :where(.uc-dark) .dark\:xxl\:opacity-35-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-40, :where(.uc-dark) .dark\:xxl\:opacity-40-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-45, :where(.uc-dark) .dark\:xxl\:opacity-45-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-50, :where(.uc-dark) .dark\:xxl\:opacity-50-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-55, :where(.uc-dark) .dark\:xxl\:opacity-55-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-60, :where(.uc-dark) .dark\:xxl\:opacity-60-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-65, :where(.uc-dark) .dark\:xxl\:opacity-65-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-70, :where(.uc-dark) .dark\:xxl\:opacity-70-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-75, :where(.uc-dark) .dark\:xxl\:opacity-75-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-80, :where(.uc-dark) .dark\:xxl\:opacity-80-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-85, :where(.uc-dark) .dark\:xxl\:opacity-85-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-90, :where(.uc-dark) .dark\:xxl\:opacity-90-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-95, :where(.uc-dark) .dark\:xxl\:opacity-95-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:xxl\:opacity-100, :where(.uc-dark) .dark\:xxl\:opacity-100-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .overflow-xxl-unset {
    overflow: unset !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .xxl\:overflow-unset {
    overflow: unset !important;
  }
  .xxl\:overflow-auto {
    overflow: auto !important;
  }
  .xxl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xxl\:overflow-visible {
    overflow: visible !important;
  }
  .xxl\:overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xxl-unset {
    overflow-x: unset !important;
  }
  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }
  .xxl\:overflow-x-unset {
    overflow-x: unset !important;
  }
  .xxl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xxl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xxl-unset {
    overflow-y: unset !important;
  }
  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xxl-scroll {
    overflow-y: scroll !important;
  }
  .xxl\:overflow-y-unset {
    overflow-y: unset !important;
  }
  .xxl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xxl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-xxl-inline, .d-xxl-inline-hover:hover, .hover\:d-xxl-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block, .d-xxl-inline-block-hover:hover, .hover\:d-xxl-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block, .d-xxl-block-hover:hover, .hover\:d-xxl-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-xxl-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid, .d-xxl-grid-hover:hover, .hover\:d-xxl-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-xxl-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table, .d-xxl-table-hover:hover, .hover\:d-xxl-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-xxl-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row, .d-xxl-table-row-hover:hover, .hover\:d-xxl-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-xxl-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell, .d-xxl-table-cell-hover:hover, .hover\:d-xxl-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-xxl-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex, .d-xxl-flex-hover:hover, .hover\:d-xxl-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-xxl-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex, .d-xxl-inline-flex-hover:hover, .hover\:d-xxl-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none, .d-xxl-none-hover:hover, .hover\:d-xxl-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-xxl-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-xxl-none {
    display: none !important;
  }
  .xxl\:d-inline, .xxl\:d-inline-hover:hover, .xxl\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline {
    display: inline !important;
  }
  .xxl\:d-inline-block, .xxl\:d-inline-block-hover:hover, .xxl\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline-block {
    display: inline-block !important;
  }
  .xxl\:d-block, .xxl\:d-block-hover:hover, .xxl\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:xxl\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:xxl\:d-block {
    display: block !important;
  }
  .xxl\:d-grid, .xxl\:d-grid-hover:hover, .xxl\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:xxl\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:xxl\:d-grid {
    display: grid !important;
  }
  .xxl\:d-table, .xxl\:d-table-hover:hover, .xxl\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table {
    display: table !important;
  }
  .xxl\:d-table-row, .xxl\:d-table-row-hover:hover, .xxl\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table-row {
    display: table-row !important;
  }
  .xxl\:d-table-cell, .xxl\:d-table-cell-hover:hover, .xxl\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table-cell {
    display: table-cell !important;
  }
  .xxl\:d-flex, .xxl\:d-flex-hover:hover, .xxl\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:xxl\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:xxl\:d-flex {
    display: flex !important;
  }
  .xxl\:d-inline-flex, .xxl\:d-inline-flex-hover:hover, .xxl\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline-flex {
    display: inline-flex !important;
  }
  .xxl\:d-none, .xxl\:d-none-hover:hover, .xxl\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:xxl\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:xxl\:d-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-xxl-inline, :where(.uc-dark) .dark\:d-xxl-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-xxl-inline-block, :where(.uc-dark) .dark\:d-xxl-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-xxl-block, :where(.uc-dark) .dark\:d-xxl-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-xxl-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-xxl-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-xxl-grid, :where(.uc-dark) .dark\:d-xxl-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-xxl-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-xxl-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-xxl-table, :where(.uc-dark) .dark\:d-xxl-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-xxl-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-xxl-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-xxl-table-row, :where(.uc-dark) .dark\:d-xxl-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-xxl-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-xxl-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-xxl-table-cell, :where(.uc-dark) .dark\:d-xxl-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-xxl-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-xxl-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-xxl-flex, :where(.uc-dark) .dark\:d-xxl-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-xxl-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-xxl-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-xxl-inline-flex, :where(.uc-dark) .dark\:d-xxl-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-xxl-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-xxl-none, :where(.uc-dark) .dark\:d-xxl-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-xxl-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-xxl-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-xxl-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-inline, :where(.uc-dark) .dark\:xxl\:d-inline-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-inline-block, :where(.uc-dark) .dark\:xxl\:d-inline-block-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-block, :where(.uc-dark) .dark\:xxl\:d-block-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:xxl\:d-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:xxl\:d-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-grid, :where(.uc-dark) .dark\:xxl\:d-grid-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:xxl\:d-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:xxl\:d-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-table, :where(.uc-dark) .dark\:xxl\:d-table-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-table-row, :where(.uc-dark) .dark\:xxl\:d-table-row-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-table-cell, :where(.uc-dark) .dark\:xxl\:d-table-cell-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:xxl\:d-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:xxl\:d-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-flex, :where(.uc-dark) .dark\:xxl\:d-flex-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:xxl\:d-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:xxl\:d-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-inline-flex, :where(.uc-dark) .dark\:xxl\:d-inline-flex-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:xxl\:d-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:xxl\:d-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:xxl\:d-none, :where(.uc-dark) .dark\:xxl\:d-none-hover:hover, :where(.uc-dark) .dark\:xxl\:hover\:d-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:xxl\:d-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:xxl\:d-none {
    display: none !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .xxl\:border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xxl\:border-top-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:border-end-xxl-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:border-end-xxl-0 {
    border-right: 0 !important;
  }
  .xxl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:xxl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:xxl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xxl\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:border-end-0 {
    border-right: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .xxl\:border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xxl\:border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:border-start-xxl-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:border-start-xxl-0 {
    border-left: 0 !important;
  }
  .xxl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=ltr] .ltr\:xxl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [dir=rtl] .rtl\:xxl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .xxl\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:border-start-0 {
    border-left: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:border-start-0 {
    border-left: 0 !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .xxl\:border-1 {
    border-width: 1px !important;
  }
  .xxl\:border-2 {
    border-width: 2px !important;
  }
  .xxl\:border-3 {
    border-width: 3px !important;
  }
  .xxl\:border-4 {
    border-width: 4px !important;
  }
  .xxl\:border-5 {
    border-width: 5px !important;
  }
  .w-xxl-px, .w-xxl-px-hover:hover, .hover\:w-xxl-px:hover, .w-xxl-px-focus:focus, .focus\:w-xxl-px:focus {
    width: 1px !important;
  }
  .w-xxl-2px, .w-xxl-2px-hover:hover, .hover\:w-xxl-2px:hover, .w-xxl-2px-focus:focus, .focus\:w-xxl-2px:focus {
    width: 2px !important;
  }
  .w-xxl-4px, .w-xxl-4px-hover:hover, .hover\:w-xxl-4px:hover, .w-xxl-4px-focus:focus, .focus\:w-xxl-4px:focus {
    width: 4px !important;
  }
  .w-xxl-8px, .w-xxl-8px-hover:hover, .hover\:w-xxl-8px:hover, .w-xxl-8px-focus:focus, .focus\:w-xxl-8px:focus {
    width: 8px !important;
  }
  .w-xxl-16px, .w-xxl-16px-hover:hover, .hover\:w-xxl-16px:hover, .w-xxl-16px-focus:focus, .focus\:w-xxl-16px:focus {
    width: 16px !important;
  }
  .w-xxl-18px, .w-xxl-18px-hover:hover, .hover\:w-xxl-18px:hover, .w-xxl-18px-focus:focus, .focus\:w-xxl-18px:focus {
    width: 18px !important;
  }
  .w-xxl-20px, .w-xxl-20px-hover:hover, .hover\:w-xxl-20px:hover, .w-xxl-20px-focus:focus, .focus\:w-xxl-20px:focus {
    width: 20px !important;
  }
  .w-xxl-24px, .w-xxl-24px-hover:hover, .hover\:w-xxl-24px:hover, .w-xxl-24px-focus:focus, .focus\:w-xxl-24px:focus {
    width: 24px !important;
  }
  .w-xxl-32px, .w-xxl-32px-hover:hover, .hover\:w-xxl-32px:hover, .w-xxl-32px-focus:focus, .focus\:w-xxl-32px:focus {
    width: 32px !important;
  }
  .w-xxl-36px, .w-xxl-36px-hover:hover, .hover\:w-xxl-36px:hover, .w-xxl-36px-focus:focus, .focus\:w-xxl-36px:focus {
    width: 36px !important;
  }
  .w-xxl-40px, .w-xxl-40px-hover:hover, .hover\:w-xxl-40px:hover, .w-xxl-40px-focus:focus, .focus\:w-xxl-40px:focus {
    width: 40px !important;
  }
  .w-xxl-48px, .w-xxl-48px-hover:hover, .hover\:w-xxl-48px:hover, .w-xxl-48px-focus:focus, .focus\:w-xxl-48px:focus {
    width: 48px !important;
  }
  .w-xxl-56px, .w-xxl-56px-hover:hover, .hover\:w-xxl-56px:hover, .w-xxl-56px-focus:focus, .focus\:w-xxl-56px:focus {
    width: 56px !important;
  }
  .w-xxl-64px, .w-xxl-64px-hover:hover, .hover\:w-xxl-64px:hover, .w-xxl-64px-focus:focus, .focus\:w-xxl-64px:focus {
    width: 64px !important;
  }
  .w-xxl-72px, .w-xxl-72px-hover:hover, .hover\:w-xxl-72px:hover, .w-xxl-72px-focus:focus, .focus\:w-xxl-72px:focus {
    width: 72px !important;
  }
  .w-xxl-80px, .w-xxl-80px-hover:hover, .hover\:w-xxl-80px:hover, .w-xxl-80px-focus:focus, .focus\:w-xxl-80px:focus {
    width: 80px !important;
  }
  .w-xxl-96px, .w-xxl-96px-hover:hover, .hover\:w-xxl-96px:hover, .w-xxl-96px-focus:focus, .focus\:w-xxl-96px:focus {
    width: 96px !important;
  }
  .w-xxl-100px, .w-xxl-100px-hover:hover, .hover\:w-xxl-100px:hover, .w-xxl-100px-focus:focus, .focus\:w-xxl-100px:focus {
    width: 100px !important;
  }
  .w-xxl-128px, .w-xxl-128px-hover:hover, .hover\:w-xxl-128px:hover, .w-xxl-128px-focus:focus, .focus\:w-xxl-128px:focus {
    width: 128px !important;
  }
  .w-xxl-150px, .w-xxl-150px-hover:hover, .hover\:w-xxl-150px:hover, .w-xxl-150px-focus:focus, .focus\:w-xxl-150px:focus {
    width: 150px !important;
  }
  .w-xxl-200px, .w-xxl-200px-hover:hover, .hover\:w-xxl-200px:hover, .w-xxl-200px-focus:focus, .focus\:w-xxl-200px:focus {
    width: 200px !important;
  }
  .w-xxl-250px, .w-xxl-250px-hover:hover, .hover\:w-xxl-250px:hover, .w-xxl-250px-focus:focus, .focus\:w-xxl-250px:focus {
    width: 250px !important;
  }
  .w-xxl-300px, .w-xxl-300px-hover:hover, .hover\:w-xxl-300px:hover, .w-xxl-300px-focus:focus, .focus\:w-xxl-300px:focus {
    width: 300px !important;
  }
  .w-xxl-350px, .w-xxl-350px-hover:hover, .hover\:w-xxl-350px:hover, .w-xxl-350px-focus:focus, .focus\:w-xxl-350px:focus {
    width: 350px !important;
  }
  .w-xxl-400px, .w-xxl-400px-hover:hover, .hover\:w-xxl-400px:hover, .w-xxl-400px-focus:focus, .focus\:w-xxl-400px:focus {
    width: 400px !important;
  }
  .w-xxl-450px, .w-xxl-450px-hover:hover, .hover\:w-xxl-450px:hover, .w-xxl-450px-focus:focus, .focus\:w-xxl-450px:focus {
    width: 450px !important;
  }
  .w-xxl-500px, .w-xxl-500px-hover:hover, .hover\:w-xxl-500px:hover, .w-xxl-500px-focus:focus, .focus\:w-xxl-500px:focus {
    width: 500px !important;
  }
  .w-xxl-550px, .w-xxl-550px-hover:hover, .hover\:w-xxl-550px:hover, .w-xxl-550px-focus:focus, .focus\:w-xxl-550px:focus {
    width: 550px !important;
  }
  .w-xxl-600px, .w-xxl-600px-hover:hover, .hover\:w-xxl-600px:hover, .w-xxl-600px-focus:focus, .focus\:w-xxl-600px:focus {
    width: 600px !important;
  }
  .w-xxl-650px, .w-xxl-650px-hover:hover, .hover\:w-xxl-650px:hover, .w-xxl-650px-focus:focus, .focus\:w-xxl-650px:focus {
    width: 650px !important;
  }
  .w-xxl-700px, .w-xxl-700px-hover:hover, .hover\:w-xxl-700px:hover, .w-xxl-700px-focus:focus, .focus\:w-xxl-700px:focus {
    width: 700px !important;
  }
  .w-xxl-750px, .w-xxl-750px-hover:hover, .hover\:w-xxl-750px:hover, .w-xxl-750px-focus:focus, .focus\:w-xxl-750px:focus {
    width: 750px !important;
  }
  .w-xxl-800px, .w-xxl-800px-hover:hover, .hover\:w-xxl-800px:hover, .w-xxl-800px-focus:focus, .focus\:w-xxl-800px:focus {
    width: 800px !important;
  }
  .w-xxl-850px, .w-xxl-850px-hover:hover, .hover\:w-xxl-850px:hover, .w-xxl-850px-focus:focus, .focus\:w-xxl-850px:focus {
    width: 850px !important;
  }
  .w-xxl-900px, .w-xxl-900px-hover:hover, .hover\:w-xxl-900px:hover, .w-xxl-900px-focus:focus, .focus\:w-xxl-900px:focus {
    width: 900px !important;
  }
  .w-xxl-950px, .w-xxl-950px-hover:hover, .hover\:w-xxl-950px:hover, .w-xxl-950px-focus:focus, .focus\:w-xxl-950px:focus {
    width: 950px !important;
  }
  .w-xxl-1000px, .w-xxl-1000px-hover:hover, .hover\:w-xxl-1000px:hover, .w-xxl-1000px-focus:focus, .focus\:w-xxl-1000px:focus {
    width: 1000px !important;
  }
  .w-xxl-1170px, .w-xxl-1170px-hover:hover, .hover\:w-xxl-1170px:hover, .w-xxl-1170px-focus:focus, .focus\:w-xxl-1170px:focus {
    width: 1170px !important;
  }
  .w-xxl-1280px, .w-xxl-1280px-hover:hover, .hover\:w-xxl-1280px:hover, .w-xxl-1280px-focus:focus, .focus\:w-xxl-1280px:focus {
    width: 1280px !important;
  }
  .w-xxl-1320px, .w-xxl-1320px-hover:hover, .hover\:w-xxl-1320px:hover, .w-xxl-1320px-focus:focus, .focus\:w-xxl-1320px:focus {
    width: 1320px !important;
  }
  .w-xxl-1440px, .w-xxl-1440px-hover:hover, .hover\:w-xxl-1440px:hover, .w-xxl-1440px-focus:focus, .focus\:w-xxl-1440px:focus {
    width: 1440px !important;
  }
  .w-xxl-xs, .w-xxl-xs-hover:hover, .hover\:w-xxl-xs:hover, .w-xxl-xs-focus:focus, .focus\:w-xxl-xs:focus {
    width: 320px !important;
  }
  .w-xxl-sm, .w-xxl-sm-hover:hover, .hover\:w-xxl-sm:hover, .w-xxl-sm-focus:focus, .focus\:w-xxl-sm:focus {
    width: 640px !important;
  }
  .w-xxl-md, .w-xxl-md-hover:hover, .hover\:w-xxl-md:hover, .w-xxl-md-focus:focus, .focus\:w-xxl-md:focus {
    width: 720px !important;
  }
  .w-xxl-lg, .w-xxl-lg-hover:hover, .hover\:w-xxl-lg:hover, .w-xxl-lg-focus:focus, .focus\:w-xxl-lg:focus {
    width: 1040px !important;
  }
  .w-xxl-xl, .w-xxl-xl-hover:hover, .hover\:w-xxl-xl:hover, .w-xxl-xl-focus:focus, .focus\:w-xxl-xl:focus {
    width: 1280px !important;
  }
  .w-xxl-2xl, .w-xxl-2xl-hover:hover, .hover\:w-xxl-2xl:hover, .w-xxl-2xl-focus:focus, .focus\:w-xxl-2xl:focus {
    width: 1312px !important;
  }
  .w-xxl-1\/6, .w-xxl-1\/6-hover:hover, .hover\:w-xxl-1\/6:hover, .w-xxl-1\/6-focus:focus, .focus\:w-xxl-1\/6:focus {
    width: 16.6666667% !important;
  }
  .w-xxl-2\/6, .w-xxl-2\/6-hover:hover, .hover\:w-xxl-2\/6:hover, .w-xxl-2\/6-focus:focus, .focus\:w-xxl-2\/6:focus {
    width: 33.3333333% !important;
  }
  .w-xxl-3\/6, .w-xxl-3\/6-hover:hover, .hover\:w-xxl-3\/6:hover, .w-xxl-3\/6-focus:focus, .focus\:w-xxl-3\/6:focus {
    width: 50% !important;
  }
  .w-xxl-4\/6, .w-xxl-4\/6-hover:hover, .hover\:w-xxl-4\/6:hover, .w-xxl-4\/6-focus:focus, .focus\:w-xxl-4\/6:focus {
    width: 66.6666667% !important;
  }
  .w-xxl-5\/6, .w-xxl-5\/6-hover:hover, .hover\:w-xxl-5\/6:hover, .w-xxl-5\/6-focus:focus, .focus\:w-xxl-5\/6:focus {
    width: 83.3333333% !important;
  }
  .w-xxl-1\/5, .w-xxl-1\/5-hover:hover, .hover\:w-xxl-1\/5:hover, .w-xxl-1\/5-focus:focus, .focus\:w-xxl-1\/5:focus {
    width: 20% !important;
  }
  .w-xxl-2\/5, .w-xxl-2\/5-hover:hover, .hover\:w-xxl-2\/5:hover, .w-xxl-2\/5-focus:focus, .focus\:w-xxl-2\/5:focus {
    width: 40% !important;
  }
  .w-xxl-3\/5, .w-xxl-3\/5-hover:hover, .hover\:w-xxl-3\/5:hover, .w-xxl-3\/5-focus:focus, .focus\:w-xxl-3\/5:focus {
    width: 60% !important;
  }
  .w-xxl-4\/5, .w-xxl-4\/5-hover:hover, .hover\:w-xxl-4\/5:hover, .w-xxl-4\/5-focus:focus, .focus\:w-xxl-4\/5:focus {
    width: 80% !important;
  }
  .w-xxl-1\/4, .w-xxl-1\/4-hover:hover, .hover\:w-xxl-1\/4:hover, .w-xxl-1\/4-focus:focus, .focus\:w-xxl-1\/4:focus {
    width: 25% !important;
  }
  .w-xxl-2\/4, .w-xxl-2\/4-hover:hover, .hover\:w-xxl-2\/4:hover, .w-xxl-2\/4-focus:focus, .focus\:w-xxl-2\/4:focus {
    width: 50% !important;
  }
  .w-xxl-3\/4, .w-xxl-3\/4-hover:hover, .hover\:w-xxl-3\/4:hover, .w-xxl-3\/4-focus:focus, .focus\:w-xxl-3\/4:focus {
    width: 75% !important;
  }
  .w-xxl-1\/3, .w-xxl-1\/3-hover:hover, .hover\:w-xxl-1\/3:hover, .w-xxl-1\/3-focus:focus, .focus\:w-xxl-1\/3:focus {
    width: 33.3333333% !important;
  }
  .w-xxl-2\/3, .w-xxl-2\/3-hover:hover, .hover\:w-xxl-2\/3:hover, .w-xxl-2\/3-focus:focus, .focus\:w-xxl-2\/3:focus {
    width: 66.6666667% !important;
  }
  .w-xxl-1\/2, .w-xxl-1\/2-hover:hover, .hover\:w-xxl-1\/2:hover, .w-xxl-1\/2-focus:focus, .focus\:w-xxl-1\/2:focus {
    width: 50% !important;
  }
  .w-xxl-100, .w-xxl-100-hover:hover, .hover\:w-xxl-100:hover, .w-xxl-100-focus:focus, .focus\:w-xxl-100:focus {
    width: 100% !important;
  }
  .w-xxl-full, .w-xxl-full-hover:hover, .hover\:w-xxl-full:hover, .w-xxl-full-focus:focus, .focus\:w-xxl-full:focus {
    width: 100% !important;
  }
  .w-xxl-min, .w-xxl-min-hover:hover, .hover\:w-xxl-min:hover, .w-xxl-min-focus:focus, .focus\:w-xxl-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .w-xxl-max, .w-xxl-max-hover:hover, .hover\:w-xxl-max:hover, .w-xxl-max-focus:focus, .focus\:w-xxl-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xxl-fit, .w-xxl-fit-hover:hover, .hover\:w-xxl-fit:hover, .w-xxl-fit-focus:focus, .focus\:w-xxl-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xxl-auto, .w-xxl-auto-hover:hover, .hover\:w-xxl-auto:hover, .w-xxl-auto-focus:focus, .focus\:w-xxl-auto:focus {
    width: auto !important;
  }
  .w-xxl-0, .w-xxl-0-hover:hover, .hover\:w-xxl-0:hover, .w-xxl-0-focus:focus, .focus\:w-xxl-0:focus {
    width: 0 !important;
  }
  .w-xxl-screen, .w-xxl-screen-hover:hover, .hover\:w-xxl-screen:hover, .w-xxl-screen-focus:focus, .focus\:w-xxl-screen:focus {
    width: 100vw !important;
  }
  .xxl\:w-px, .xxl\:w-px-hover:hover, .xxl\:hover\:w-px:hover, .xxl\:w-px-focus:focus, .xxl\:focus\:w-px:focus {
    width: 1px !important;
  }
  .xxl\:w-2px, .xxl\:w-2px-hover:hover, .xxl\:hover\:w-2px:hover, .xxl\:w-2px-focus:focus, .xxl\:focus\:w-2px:focus {
    width: 2px !important;
  }
  .xxl\:w-4px, .xxl\:w-4px-hover:hover, .xxl\:hover\:w-4px:hover, .xxl\:w-4px-focus:focus, .xxl\:focus\:w-4px:focus {
    width: 4px !important;
  }
  .xxl\:w-8px, .xxl\:w-8px-hover:hover, .xxl\:hover\:w-8px:hover, .xxl\:w-8px-focus:focus, .xxl\:focus\:w-8px:focus {
    width: 8px !important;
  }
  .xxl\:w-16px, .xxl\:w-16px-hover:hover, .xxl\:hover\:w-16px:hover, .xxl\:w-16px-focus:focus, .xxl\:focus\:w-16px:focus {
    width: 16px !important;
  }
  .xxl\:w-18px, .xxl\:w-18px-hover:hover, .xxl\:hover\:w-18px:hover, .xxl\:w-18px-focus:focus, .xxl\:focus\:w-18px:focus {
    width: 18px !important;
  }
  .xxl\:w-20px, .xxl\:w-20px-hover:hover, .xxl\:hover\:w-20px:hover, .xxl\:w-20px-focus:focus, .xxl\:focus\:w-20px:focus {
    width: 20px !important;
  }
  .xxl\:w-24px, .xxl\:w-24px-hover:hover, .xxl\:hover\:w-24px:hover, .xxl\:w-24px-focus:focus, .xxl\:focus\:w-24px:focus {
    width: 24px !important;
  }
  .xxl\:w-32px, .xxl\:w-32px-hover:hover, .xxl\:hover\:w-32px:hover, .xxl\:w-32px-focus:focus, .xxl\:focus\:w-32px:focus {
    width: 32px !important;
  }
  .xxl\:w-36px, .xxl\:w-36px-hover:hover, .xxl\:hover\:w-36px:hover, .xxl\:w-36px-focus:focus, .xxl\:focus\:w-36px:focus {
    width: 36px !important;
  }
  .xxl\:w-40px, .xxl\:w-40px-hover:hover, .xxl\:hover\:w-40px:hover, .xxl\:w-40px-focus:focus, .xxl\:focus\:w-40px:focus {
    width: 40px !important;
  }
  .xxl\:w-48px, .xxl\:w-48px-hover:hover, .xxl\:hover\:w-48px:hover, .xxl\:w-48px-focus:focus, .xxl\:focus\:w-48px:focus {
    width: 48px !important;
  }
  .xxl\:w-56px, .xxl\:w-56px-hover:hover, .xxl\:hover\:w-56px:hover, .xxl\:w-56px-focus:focus, .xxl\:focus\:w-56px:focus {
    width: 56px !important;
  }
  .xxl\:w-64px, .xxl\:w-64px-hover:hover, .xxl\:hover\:w-64px:hover, .xxl\:w-64px-focus:focus, .xxl\:focus\:w-64px:focus {
    width: 64px !important;
  }
  .xxl\:w-72px, .xxl\:w-72px-hover:hover, .xxl\:hover\:w-72px:hover, .xxl\:w-72px-focus:focus, .xxl\:focus\:w-72px:focus {
    width: 72px !important;
  }
  .xxl\:w-80px, .xxl\:w-80px-hover:hover, .xxl\:hover\:w-80px:hover, .xxl\:w-80px-focus:focus, .xxl\:focus\:w-80px:focus {
    width: 80px !important;
  }
  .xxl\:w-96px, .xxl\:w-96px-hover:hover, .xxl\:hover\:w-96px:hover, .xxl\:w-96px-focus:focus, .xxl\:focus\:w-96px:focus {
    width: 96px !important;
  }
  .xxl\:w-100px, .xxl\:w-100px-hover:hover, .xxl\:hover\:w-100px:hover, .xxl\:w-100px-focus:focus, .xxl\:focus\:w-100px:focus {
    width: 100px !important;
  }
  .xxl\:w-128px, .xxl\:w-128px-hover:hover, .xxl\:hover\:w-128px:hover, .xxl\:w-128px-focus:focus, .xxl\:focus\:w-128px:focus {
    width: 128px !important;
  }
  .xxl\:w-150px, .xxl\:w-150px-hover:hover, .xxl\:hover\:w-150px:hover, .xxl\:w-150px-focus:focus, .xxl\:focus\:w-150px:focus {
    width: 150px !important;
  }
  .xxl\:w-200px, .xxl\:w-200px-hover:hover, .xxl\:hover\:w-200px:hover, .xxl\:w-200px-focus:focus, .xxl\:focus\:w-200px:focus {
    width: 200px !important;
  }
  .xxl\:w-250px, .xxl\:w-250px-hover:hover, .xxl\:hover\:w-250px:hover, .xxl\:w-250px-focus:focus, .xxl\:focus\:w-250px:focus {
    width: 250px !important;
  }
  .xxl\:w-300px, .xxl\:w-300px-hover:hover, .xxl\:hover\:w-300px:hover, .xxl\:w-300px-focus:focus, .xxl\:focus\:w-300px:focus {
    width: 300px !important;
  }
  .xxl\:w-350px, .xxl\:w-350px-hover:hover, .xxl\:hover\:w-350px:hover, .xxl\:w-350px-focus:focus, .xxl\:focus\:w-350px:focus {
    width: 350px !important;
  }
  .xxl\:w-400px, .xxl\:w-400px-hover:hover, .xxl\:hover\:w-400px:hover, .xxl\:w-400px-focus:focus, .xxl\:focus\:w-400px:focus {
    width: 400px !important;
  }
  .xxl\:w-450px, .xxl\:w-450px-hover:hover, .xxl\:hover\:w-450px:hover, .xxl\:w-450px-focus:focus, .xxl\:focus\:w-450px:focus {
    width: 450px !important;
  }
  .xxl\:w-500px, .xxl\:w-500px-hover:hover, .xxl\:hover\:w-500px:hover, .xxl\:w-500px-focus:focus, .xxl\:focus\:w-500px:focus {
    width: 500px !important;
  }
  .xxl\:w-550px, .xxl\:w-550px-hover:hover, .xxl\:hover\:w-550px:hover, .xxl\:w-550px-focus:focus, .xxl\:focus\:w-550px:focus {
    width: 550px !important;
  }
  .xxl\:w-600px, .xxl\:w-600px-hover:hover, .xxl\:hover\:w-600px:hover, .xxl\:w-600px-focus:focus, .xxl\:focus\:w-600px:focus {
    width: 600px !important;
  }
  .xxl\:w-650px, .xxl\:w-650px-hover:hover, .xxl\:hover\:w-650px:hover, .xxl\:w-650px-focus:focus, .xxl\:focus\:w-650px:focus {
    width: 650px !important;
  }
  .xxl\:w-700px, .xxl\:w-700px-hover:hover, .xxl\:hover\:w-700px:hover, .xxl\:w-700px-focus:focus, .xxl\:focus\:w-700px:focus {
    width: 700px !important;
  }
  .xxl\:w-750px, .xxl\:w-750px-hover:hover, .xxl\:hover\:w-750px:hover, .xxl\:w-750px-focus:focus, .xxl\:focus\:w-750px:focus {
    width: 750px !important;
  }
  .xxl\:w-800px, .xxl\:w-800px-hover:hover, .xxl\:hover\:w-800px:hover, .xxl\:w-800px-focus:focus, .xxl\:focus\:w-800px:focus {
    width: 800px !important;
  }
  .xxl\:w-850px, .xxl\:w-850px-hover:hover, .xxl\:hover\:w-850px:hover, .xxl\:w-850px-focus:focus, .xxl\:focus\:w-850px:focus {
    width: 850px !important;
  }
  .xxl\:w-900px, .xxl\:w-900px-hover:hover, .xxl\:hover\:w-900px:hover, .xxl\:w-900px-focus:focus, .xxl\:focus\:w-900px:focus {
    width: 900px !important;
  }
  .xxl\:w-950px, .xxl\:w-950px-hover:hover, .xxl\:hover\:w-950px:hover, .xxl\:w-950px-focus:focus, .xxl\:focus\:w-950px:focus {
    width: 950px !important;
  }
  .xxl\:w-1000px, .xxl\:w-1000px-hover:hover, .xxl\:hover\:w-1000px:hover, .xxl\:w-1000px-focus:focus, .xxl\:focus\:w-1000px:focus {
    width: 1000px !important;
  }
  .xxl\:w-1170px, .xxl\:w-1170px-hover:hover, .xxl\:hover\:w-1170px:hover, .xxl\:w-1170px-focus:focus, .xxl\:focus\:w-1170px:focus {
    width: 1170px !important;
  }
  .xxl\:w-1280px, .xxl\:w-1280px-hover:hover, .xxl\:hover\:w-1280px:hover, .xxl\:w-1280px-focus:focus, .xxl\:focus\:w-1280px:focus {
    width: 1280px !important;
  }
  .xxl\:w-1320px, .xxl\:w-1320px-hover:hover, .xxl\:hover\:w-1320px:hover, .xxl\:w-1320px-focus:focus, .xxl\:focus\:w-1320px:focus {
    width: 1320px !important;
  }
  .xxl\:w-1440px, .xxl\:w-1440px-hover:hover, .xxl\:hover\:w-1440px:hover, .xxl\:w-1440px-focus:focus, .xxl\:focus\:w-1440px:focus {
    width: 1440px !important;
  }
  .xxl\:w-xs, .xxl\:w-xs-hover:hover, .xxl\:hover\:w-xs:hover, .xxl\:w-xs-focus:focus, .xxl\:focus\:w-xs:focus {
    width: 320px !important;
  }
  .xxl\:w-sm, .xxl\:w-sm-hover:hover, .xxl\:hover\:w-sm:hover, .xxl\:w-sm-focus:focus, .xxl\:focus\:w-sm:focus {
    width: 640px !important;
  }
  .xxl\:w-md, .xxl\:w-md-hover:hover, .xxl\:hover\:w-md:hover, .xxl\:w-md-focus:focus, .xxl\:focus\:w-md:focus {
    width: 720px !important;
  }
  .xxl\:w-lg, .xxl\:w-lg-hover:hover, .xxl\:hover\:w-lg:hover, .xxl\:w-lg-focus:focus, .xxl\:focus\:w-lg:focus {
    width: 1040px !important;
  }
  .xxl\:w-xl, .xxl\:w-xl-hover:hover, .xxl\:hover\:w-xl:hover, .xxl\:w-xl-focus:focus, .xxl\:focus\:w-xl:focus {
    width: 1280px !important;
  }
  .xxl\:w-2xl, .xxl\:w-2xl-hover:hover, .xxl\:hover\:w-2xl:hover, .xxl\:w-2xl-focus:focus, .xxl\:focus\:w-2xl:focus {
    width: 1312px !important;
  }
  .xxl\:w-1\/6, .xxl\:w-1\/6-hover:hover, .xxl\:hover\:w-1\/6:hover, .xxl\:w-1\/6-focus:focus, .xxl\:focus\:w-1\/6:focus {
    width: 16.6666667% !important;
  }
  .xxl\:w-2\/6, .xxl\:w-2\/6-hover:hover, .xxl\:hover\:w-2\/6:hover, .xxl\:w-2\/6-focus:focus, .xxl\:focus\:w-2\/6:focus {
    width: 33.3333333% !important;
  }
  .xxl\:w-3\/6, .xxl\:w-3\/6-hover:hover, .xxl\:hover\:w-3\/6:hover, .xxl\:w-3\/6-focus:focus, .xxl\:focus\:w-3\/6:focus {
    width: 50% !important;
  }
  .xxl\:w-4\/6, .xxl\:w-4\/6-hover:hover, .xxl\:hover\:w-4\/6:hover, .xxl\:w-4\/6-focus:focus, .xxl\:focus\:w-4\/6:focus {
    width: 66.6666667% !important;
  }
  .xxl\:w-5\/6, .xxl\:w-5\/6-hover:hover, .xxl\:hover\:w-5\/6:hover, .xxl\:w-5\/6-focus:focus, .xxl\:focus\:w-5\/6:focus {
    width: 83.3333333% !important;
  }
  .xxl\:w-1\/5, .xxl\:w-1\/5-hover:hover, .xxl\:hover\:w-1\/5:hover, .xxl\:w-1\/5-focus:focus, .xxl\:focus\:w-1\/5:focus {
    width: 20% !important;
  }
  .xxl\:w-2\/5, .xxl\:w-2\/5-hover:hover, .xxl\:hover\:w-2\/5:hover, .xxl\:w-2\/5-focus:focus, .xxl\:focus\:w-2\/5:focus {
    width: 40% !important;
  }
  .xxl\:w-3\/5, .xxl\:w-3\/5-hover:hover, .xxl\:hover\:w-3\/5:hover, .xxl\:w-3\/5-focus:focus, .xxl\:focus\:w-3\/5:focus {
    width: 60% !important;
  }
  .xxl\:w-4\/5, .xxl\:w-4\/5-hover:hover, .xxl\:hover\:w-4\/5:hover, .xxl\:w-4\/5-focus:focus, .xxl\:focus\:w-4\/5:focus {
    width: 80% !important;
  }
  .xxl\:w-1\/4, .xxl\:w-1\/4-hover:hover, .xxl\:hover\:w-1\/4:hover, .xxl\:w-1\/4-focus:focus, .xxl\:focus\:w-1\/4:focus {
    width: 25% !important;
  }
  .xxl\:w-2\/4, .xxl\:w-2\/4-hover:hover, .xxl\:hover\:w-2\/4:hover, .xxl\:w-2\/4-focus:focus, .xxl\:focus\:w-2\/4:focus {
    width: 50% !important;
  }
  .xxl\:w-3\/4, .xxl\:w-3\/4-hover:hover, .xxl\:hover\:w-3\/4:hover, .xxl\:w-3\/4-focus:focus, .xxl\:focus\:w-3\/4:focus {
    width: 75% !important;
  }
  .xxl\:w-1\/3, .xxl\:w-1\/3-hover:hover, .xxl\:hover\:w-1\/3:hover, .xxl\:w-1\/3-focus:focus, .xxl\:focus\:w-1\/3:focus {
    width: 33.3333333% !important;
  }
  .xxl\:w-2\/3, .xxl\:w-2\/3-hover:hover, .xxl\:hover\:w-2\/3:hover, .xxl\:w-2\/3-focus:focus, .xxl\:focus\:w-2\/3:focus {
    width: 66.6666667% !important;
  }
  .xxl\:w-1\/2, .xxl\:w-1\/2-hover:hover, .xxl\:hover\:w-1\/2:hover, .xxl\:w-1\/2-focus:focus, .xxl\:focus\:w-1\/2:focus {
    width: 50% !important;
  }
  .xxl\:w-100, .xxl\:w-100-hover:hover, .xxl\:hover\:w-100:hover, .xxl\:w-100-focus:focus, .xxl\:focus\:w-100:focus {
    width: 100% !important;
  }
  .xxl\:w-full, .xxl\:w-full-hover:hover, .xxl\:hover\:w-full:hover, .xxl\:w-full-focus:focus, .xxl\:focus\:w-full:focus {
    width: 100% !important;
  }
  .xxl\:w-min, .xxl\:w-min-hover:hover, .xxl\:hover\:w-min:hover, .xxl\:w-min-focus:focus, .xxl\:focus\:w-min:focus {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .xxl\:w-max, .xxl\:w-max-hover:hover, .xxl\:hover\:w-max:hover, .xxl\:w-max-focus:focus, .xxl\:focus\:w-max:focus {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .xxl\:w-fit, .xxl\:w-fit-hover:hover, .xxl\:hover\:w-fit:hover, .xxl\:w-fit-focus:focus, .xxl\:focus\:w-fit:focus {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .xxl\:w-auto, .xxl\:w-auto-hover:hover, .xxl\:hover\:w-auto:hover, .xxl\:w-auto-focus:focus, .xxl\:focus\:w-auto:focus {
    width: auto !important;
  }
  .xxl\:w-0, .xxl\:w-0-hover:hover, .xxl\:hover\:w-0:hover, .xxl\:w-0-focus:focus, .xxl\:focus\:w-0:focus {
    width: 0 !important;
  }
  .xxl\:w-screen, .xxl\:w-screen-hover:hover, .xxl\:hover\:w-screen:hover, .xxl\:w-screen-focus:focus, .xxl\:focus\:w-screen:focus {
    width: 100vw !important;
  }
  .max-w-xxl-none, .max-w-xxl-none-hover:hover, .hover\:max-w-xxl-none:hover {
    max-width: none !important;
  }
  .max-w-xxl-px, .max-w-xxl-px-hover:hover, .hover\:max-w-xxl-px:hover {
    max-width: 1px !important;
  }
  .max-w-xxl-2px, .max-w-xxl-2px-hover:hover, .hover\:max-w-xxl-2px:hover {
    max-width: 2px !important;
  }
  .max-w-xxl-4px, .max-w-xxl-4px-hover:hover, .hover\:max-w-xxl-4px:hover {
    max-width: 4px !important;
  }
  .max-w-xxl-8px, .max-w-xxl-8px-hover:hover, .hover\:max-w-xxl-8px:hover {
    max-width: 8px !important;
  }
  .max-w-xxl-16px, .max-w-xxl-16px-hover:hover, .hover\:max-w-xxl-16px:hover {
    max-width: 16px !important;
  }
  .max-w-xxl-18px, .max-w-xxl-18px-hover:hover, .hover\:max-w-xxl-18px:hover {
    max-width: 18px !important;
  }
  .max-w-xxl-20px, .max-w-xxl-20px-hover:hover, .hover\:max-w-xxl-20px:hover {
    max-width: 20px !important;
  }
  .max-w-xxl-24px, .max-w-xxl-24px-hover:hover, .hover\:max-w-xxl-24px:hover {
    max-width: 24px !important;
  }
  .max-w-xxl-32px, .max-w-xxl-32px-hover:hover, .hover\:max-w-xxl-32px:hover {
    max-width: 32px !important;
  }
  .max-w-xxl-36px, .max-w-xxl-36px-hover:hover, .hover\:max-w-xxl-36px:hover {
    max-width: 36px !important;
  }
  .max-w-xxl-40px, .max-w-xxl-40px-hover:hover, .hover\:max-w-xxl-40px:hover {
    max-width: 40px !important;
  }
  .max-w-xxl-48px, .max-w-xxl-48px-hover:hover, .hover\:max-w-xxl-48px:hover {
    max-width: 48px !important;
  }
  .max-w-xxl-56px, .max-w-xxl-56px-hover:hover, .hover\:max-w-xxl-56px:hover {
    max-width: 56px !important;
  }
  .max-w-xxl-64px, .max-w-xxl-64px-hover:hover, .hover\:max-w-xxl-64px:hover {
    max-width: 64px !important;
  }
  .max-w-xxl-72px, .max-w-xxl-72px-hover:hover, .hover\:max-w-xxl-72px:hover {
    max-width: 72px !important;
  }
  .max-w-xxl-80px, .max-w-xxl-80px-hover:hover, .hover\:max-w-xxl-80px:hover {
    max-width: 80px !important;
  }
  .max-w-xxl-96px, .max-w-xxl-96px-hover:hover, .hover\:max-w-xxl-96px:hover {
    max-width: 96px !important;
  }
  .max-w-xxl-100px, .max-w-xxl-100px-hover:hover, .hover\:max-w-xxl-100px:hover {
    max-width: 100px !important;
  }
  .max-w-xxl-128px, .max-w-xxl-128px-hover:hover, .hover\:max-w-xxl-128px:hover {
    max-width: 128px !important;
  }
  .max-w-xxl-150px, .max-w-xxl-150px-hover:hover, .hover\:max-w-xxl-150px:hover {
    max-width: 150px !important;
  }
  .max-w-xxl-200px, .max-w-xxl-200px-hover:hover, .hover\:max-w-xxl-200px:hover {
    max-width: 200px !important;
  }
  .max-w-xxl-250px, .max-w-xxl-250px-hover:hover, .hover\:max-w-xxl-250px:hover {
    max-width: 250px !important;
  }
  .max-w-xxl-300px, .max-w-xxl-300px-hover:hover, .hover\:max-w-xxl-300px:hover {
    max-width: 300px !important;
  }
  .max-w-xxl-350px, .max-w-xxl-350px-hover:hover, .hover\:max-w-xxl-350px:hover {
    max-width: 350px !important;
  }
  .max-w-xxl-400px, .max-w-xxl-400px-hover:hover, .hover\:max-w-xxl-400px:hover {
    max-width: 400px !important;
  }
  .max-w-xxl-450px, .max-w-xxl-450px-hover:hover, .hover\:max-w-xxl-450px:hover {
    max-width: 450px !important;
  }
  .max-w-xxl-500px, .max-w-xxl-500px-hover:hover, .hover\:max-w-xxl-500px:hover {
    max-width: 500px !important;
  }
  .max-w-xxl-550px, .max-w-xxl-550px-hover:hover, .hover\:max-w-xxl-550px:hover {
    max-width: 550px !important;
  }
  .max-w-xxl-600px, .max-w-xxl-600px-hover:hover, .hover\:max-w-xxl-600px:hover {
    max-width: 600px !important;
  }
  .max-w-xxl-650px, .max-w-xxl-650px-hover:hover, .hover\:max-w-xxl-650px:hover {
    max-width: 650px !important;
  }
  .max-w-xxl-700px, .max-w-xxl-700px-hover:hover, .hover\:max-w-xxl-700px:hover {
    max-width: 700px !important;
  }
  .max-w-xxl-750px, .max-w-xxl-750px-hover:hover, .hover\:max-w-xxl-750px:hover {
    max-width: 750px !important;
  }
  .max-w-xxl-800px, .max-w-xxl-800px-hover:hover, .hover\:max-w-xxl-800px:hover {
    max-width: 800px !important;
  }
  .max-w-xxl-850px, .max-w-xxl-850px-hover:hover, .hover\:max-w-xxl-850px:hover {
    max-width: 850px !important;
  }
  .max-w-xxl-900px, .max-w-xxl-900px-hover:hover, .hover\:max-w-xxl-900px:hover {
    max-width: 900px !important;
  }
  .max-w-xxl-950px, .max-w-xxl-950px-hover:hover, .hover\:max-w-xxl-950px:hover {
    max-width: 950px !important;
  }
  .max-w-xxl-1000px, .max-w-xxl-1000px-hover:hover, .hover\:max-w-xxl-1000px:hover {
    max-width: 1000px !important;
  }
  .max-w-xxl-1170px, .max-w-xxl-1170px-hover:hover, .hover\:max-w-xxl-1170px:hover {
    max-width: 1170px !important;
  }
  .max-w-xxl-1280px, .max-w-xxl-1280px-hover:hover, .hover\:max-w-xxl-1280px:hover {
    max-width: 1280px !important;
  }
  .max-w-xxl-1320px, .max-w-xxl-1320px-hover:hover, .hover\:max-w-xxl-1320px:hover {
    max-width: 1320px !important;
  }
  .max-w-xxl-1440px, .max-w-xxl-1440px-hover:hover, .hover\:max-w-xxl-1440px:hover {
    max-width: 1440px !important;
  }
  .max-w-xxl-1\/6, .max-w-xxl-1\/6-hover:hover, .hover\:max-w-xxl-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .max-w-xxl-2\/6, .max-w-xxl-2\/6-hover:hover, .hover\:max-w-xxl-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-xxl-3\/6, .max-w-xxl-3\/6-hover:hover, .hover\:max-w-xxl-3\/6:hover {
    max-width: 50% !important;
  }
  .max-w-xxl-4\/6, .max-w-xxl-4\/6-hover:hover, .hover\:max-w-xxl-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-xxl-5\/6, .max-w-xxl-5\/6-hover:hover, .hover\:max-w-xxl-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .max-w-xxl-1\/5, .max-w-xxl-1\/5-hover:hover, .hover\:max-w-xxl-1\/5:hover {
    max-width: 20% !important;
  }
  .max-w-xxl-2\/5, .max-w-xxl-2\/5-hover:hover, .hover\:max-w-xxl-2\/5:hover {
    max-width: 40% !important;
  }
  .max-w-xxl-3\/5, .max-w-xxl-3\/5-hover:hover, .hover\:max-w-xxl-3\/5:hover {
    max-width: 60% !important;
  }
  .max-w-xxl-4\/5, .max-w-xxl-4\/5-hover:hover, .hover\:max-w-xxl-4\/5:hover {
    max-width: 80% !important;
  }
  .max-w-xxl-1\/4, .max-w-xxl-1\/4-hover:hover, .hover\:max-w-xxl-1\/4:hover {
    max-width: 25% !important;
  }
  .max-w-xxl-2\/4, .max-w-xxl-2\/4-hover:hover, .hover\:max-w-xxl-2\/4:hover {
    max-width: 50% !important;
  }
  .max-w-xxl-3\/4, .max-w-xxl-3\/4-hover:hover, .hover\:max-w-xxl-3\/4:hover {
    max-width: 75% !important;
  }
  .max-w-xxl-1\/3, .max-w-xxl-1\/3-hover:hover, .hover\:max-w-xxl-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .max-w-xxl-2\/3, .max-w-xxl-2\/3-hover:hover, .hover\:max-w-xxl-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .max-w-xxl-1\/2, .max-w-xxl-1\/2-hover:hover, .hover\:max-w-xxl-1\/2:hover {
    max-width: 50% !important;
  }
  .max-w-xxl-xs, .max-w-xxl-xs-hover:hover, .hover\:max-w-xxl-xs:hover {
    max-width: 320px !important;
  }
  .max-w-xxl-sm, .max-w-xxl-sm-hover:hover, .hover\:max-w-xxl-sm:hover {
    max-width: 640px !important;
  }
  .max-w-xxl-md, .max-w-xxl-md-hover:hover, .hover\:max-w-xxl-md:hover {
    max-width: 720px !important;
  }
  .max-w-xxl-lg, .max-w-xxl-lg-hover:hover, .hover\:max-w-xxl-lg:hover {
    max-width: 1040px !important;
  }
  .max-w-xxl-xl, .max-w-xxl-xl-hover:hover, .hover\:max-w-xxl-xl:hover {
    max-width: 1280px !important;
  }
  .max-w-xxl-2xl, .max-w-xxl-2xl-hover:hover, .hover\:max-w-xxl-2xl:hover {
    max-width: 1312px !important;
  }
  .max-w-xxl-100, .max-w-xxl-100-hover:hover, .hover\:max-w-xxl-100:hover {
    max-width: 100% !important;
  }
  .max-w-xxl-full, .max-w-xxl-full-hover:hover, .hover\:max-w-xxl-full:hover {
    max-width: 100% !important;
  }
  .max-w-xxl-min, .max-w-xxl-min-hover:hover, .hover\:max-w-xxl-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .max-w-xxl-max, .max-w-xxl-max-hover:hover, .hover\:max-w-xxl-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .max-w-xxl-fit, .max-w-xxl-fit-hover:hover, .hover\:max-w-xxl-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .max-w-xxl-0, .max-w-xxl-0-hover:hover, .hover\:max-w-xxl-0:hover {
    max-width: 0 !important;
  }
  .xxl\:max-w-none, .xxl\:max-w-none-hover:hover, .xxl\:hover\:max-w-none:hover {
    max-width: none !important;
  }
  .xxl\:max-w-px, .xxl\:max-w-px-hover:hover, .xxl\:hover\:max-w-px:hover {
    max-width: 1px !important;
  }
  .xxl\:max-w-2px, .xxl\:max-w-2px-hover:hover, .xxl\:hover\:max-w-2px:hover {
    max-width: 2px !important;
  }
  .xxl\:max-w-4px, .xxl\:max-w-4px-hover:hover, .xxl\:hover\:max-w-4px:hover {
    max-width: 4px !important;
  }
  .xxl\:max-w-8px, .xxl\:max-w-8px-hover:hover, .xxl\:hover\:max-w-8px:hover {
    max-width: 8px !important;
  }
  .xxl\:max-w-16px, .xxl\:max-w-16px-hover:hover, .xxl\:hover\:max-w-16px:hover {
    max-width: 16px !important;
  }
  .xxl\:max-w-18px, .xxl\:max-w-18px-hover:hover, .xxl\:hover\:max-w-18px:hover {
    max-width: 18px !important;
  }
  .xxl\:max-w-20px, .xxl\:max-w-20px-hover:hover, .xxl\:hover\:max-w-20px:hover {
    max-width: 20px !important;
  }
  .xxl\:max-w-24px, .xxl\:max-w-24px-hover:hover, .xxl\:hover\:max-w-24px:hover {
    max-width: 24px !important;
  }
  .xxl\:max-w-32px, .xxl\:max-w-32px-hover:hover, .xxl\:hover\:max-w-32px:hover {
    max-width: 32px !important;
  }
  .xxl\:max-w-36px, .xxl\:max-w-36px-hover:hover, .xxl\:hover\:max-w-36px:hover {
    max-width: 36px !important;
  }
  .xxl\:max-w-40px, .xxl\:max-w-40px-hover:hover, .xxl\:hover\:max-w-40px:hover {
    max-width: 40px !important;
  }
  .xxl\:max-w-48px, .xxl\:max-w-48px-hover:hover, .xxl\:hover\:max-w-48px:hover {
    max-width: 48px !important;
  }
  .xxl\:max-w-56px, .xxl\:max-w-56px-hover:hover, .xxl\:hover\:max-w-56px:hover {
    max-width: 56px !important;
  }
  .xxl\:max-w-64px, .xxl\:max-w-64px-hover:hover, .xxl\:hover\:max-w-64px:hover {
    max-width: 64px !important;
  }
  .xxl\:max-w-72px, .xxl\:max-w-72px-hover:hover, .xxl\:hover\:max-w-72px:hover {
    max-width: 72px !important;
  }
  .xxl\:max-w-80px, .xxl\:max-w-80px-hover:hover, .xxl\:hover\:max-w-80px:hover {
    max-width: 80px !important;
  }
  .xxl\:max-w-96px, .xxl\:max-w-96px-hover:hover, .xxl\:hover\:max-w-96px:hover {
    max-width: 96px !important;
  }
  .xxl\:max-w-100px, .xxl\:max-w-100px-hover:hover, .xxl\:hover\:max-w-100px:hover {
    max-width: 100px !important;
  }
  .xxl\:max-w-128px, .xxl\:max-w-128px-hover:hover, .xxl\:hover\:max-w-128px:hover {
    max-width: 128px !important;
  }
  .xxl\:max-w-150px, .xxl\:max-w-150px-hover:hover, .xxl\:hover\:max-w-150px:hover {
    max-width: 150px !important;
  }
  .xxl\:max-w-200px, .xxl\:max-w-200px-hover:hover, .xxl\:hover\:max-w-200px:hover {
    max-width: 200px !important;
  }
  .xxl\:max-w-250px, .xxl\:max-w-250px-hover:hover, .xxl\:hover\:max-w-250px:hover {
    max-width: 250px !important;
  }
  .xxl\:max-w-300px, .xxl\:max-w-300px-hover:hover, .xxl\:hover\:max-w-300px:hover {
    max-width: 300px !important;
  }
  .xxl\:max-w-350px, .xxl\:max-w-350px-hover:hover, .xxl\:hover\:max-w-350px:hover {
    max-width: 350px !important;
  }
  .xxl\:max-w-400px, .xxl\:max-w-400px-hover:hover, .xxl\:hover\:max-w-400px:hover {
    max-width: 400px !important;
  }
  .xxl\:max-w-450px, .xxl\:max-w-450px-hover:hover, .xxl\:hover\:max-w-450px:hover {
    max-width: 450px !important;
  }
  .xxl\:max-w-500px, .xxl\:max-w-500px-hover:hover, .xxl\:hover\:max-w-500px:hover {
    max-width: 500px !important;
  }
  .xxl\:max-w-550px, .xxl\:max-w-550px-hover:hover, .xxl\:hover\:max-w-550px:hover {
    max-width: 550px !important;
  }
  .xxl\:max-w-600px, .xxl\:max-w-600px-hover:hover, .xxl\:hover\:max-w-600px:hover {
    max-width: 600px !important;
  }
  .xxl\:max-w-650px, .xxl\:max-w-650px-hover:hover, .xxl\:hover\:max-w-650px:hover {
    max-width: 650px !important;
  }
  .xxl\:max-w-700px, .xxl\:max-w-700px-hover:hover, .xxl\:hover\:max-w-700px:hover {
    max-width: 700px !important;
  }
  .xxl\:max-w-750px, .xxl\:max-w-750px-hover:hover, .xxl\:hover\:max-w-750px:hover {
    max-width: 750px !important;
  }
  .xxl\:max-w-800px, .xxl\:max-w-800px-hover:hover, .xxl\:hover\:max-w-800px:hover {
    max-width: 800px !important;
  }
  .xxl\:max-w-850px, .xxl\:max-w-850px-hover:hover, .xxl\:hover\:max-w-850px:hover {
    max-width: 850px !important;
  }
  .xxl\:max-w-900px, .xxl\:max-w-900px-hover:hover, .xxl\:hover\:max-w-900px:hover {
    max-width: 900px !important;
  }
  .xxl\:max-w-950px, .xxl\:max-w-950px-hover:hover, .xxl\:hover\:max-w-950px:hover {
    max-width: 950px !important;
  }
  .xxl\:max-w-1000px, .xxl\:max-w-1000px-hover:hover, .xxl\:hover\:max-w-1000px:hover {
    max-width: 1000px !important;
  }
  .xxl\:max-w-1170px, .xxl\:max-w-1170px-hover:hover, .xxl\:hover\:max-w-1170px:hover {
    max-width: 1170px !important;
  }
  .xxl\:max-w-1280px, .xxl\:max-w-1280px-hover:hover, .xxl\:hover\:max-w-1280px:hover {
    max-width: 1280px !important;
  }
  .xxl\:max-w-1320px, .xxl\:max-w-1320px-hover:hover, .xxl\:hover\:max-w-1320px:hover {
    max-width: 1320px !important;
  }
  .xxl\:max-w-1440px, .xxl\:max-w-1440px-hover:hover, .xxl\:hover\:max-w-1440px:hover {
    max-width: 1440px !important;
  }
  .xxl\:max-w-1\/6, .xxl\:max-w-1\/6-hover:hover, .xxl\:hover\:max-w-1\/6:hover {
    max-width: 16.6666667% !important;
  }
  .xxl\:max-w-2\/6, .xxl\:max-w-2\/6-hover:hover, .xxl\:hover\:max-w-2\/6:hover {
    max-width: 33.3333333% !important;
  }
  .xxl\:max-w-3\/6, .xxl\:max-w-3\/6-hover:hover, .xxl\:hover\:max-w-3\/6:hover {
    max-width: 50% !important;
  }
  .xxl\:max-w-4\/6, .xxl\:max-w-4\/6-hover:hover, .xxl\:hover\:max-w-4\/6:hover {
    max-width: 66.6666667% !important;
  }
  .xxl\:max-w-5\/6, .xxl\:max-w-5\/6-hover:hover, .xxl\:hover\:max-w-5\/6:hover {
    max-width: 83.3333333% !important;
  }
  .xxl\:max-w-1\/5, .xxl\:max-w-1\/5-hover:hover, .xxl\:hover\:max-w-1\/5:hover {
    max-width: 20% !important;
  }
  .xxl\:max-w-2\/5, .xxl\:max-w-2\/5-hover:hover, .xxl\:hover\:max-w-2\/5:hover {
    max-width: 40% !important;
  }
  .xxl\:max-w-3\/5, .xxl\:max-w-3\/5-hover:hover, .xxl\:hover\:max-w-3\/5:hover {
    max-width: 60% !important;
  }
  .xxl\:max-w-4\/5, .xxl\:max-w-4\/5-hover:hover, .xxl\:hover\:max-w-4\/5:hover {
    max-width: 80% !important;
  }
  .xxl\:max-w-1\/4, .xxl\:max-w-1\/4-hover:hover, .xxl\:hover\:max-w-1\/4:hover {
    max-width: 25% !important;
  }
  .xxl\:max-w-2\/4, .xxl\:max-w-2\/4-hover:hover, .xxl\:hover\:max-w-2\/4:hover {
    max-width: 50% !important;
  }
  .xxl\:max-w-3\/4, .xxl\:max-w-3\/4-hover:hover, .xxl\:hover\:max-w-3\/4:hover {
    max-width: 75% !important;
  }
  .xxl\:max-w-1\/3, .xxl\:max-w-1\/3-hover:hover, .xxl\:hover\:max-w-1\/3:hover {
    max-width: 33.3333333% !important;
  }
  .xxl\:max-w-2\/3, .xxl\:max-w-2\/3-hover:hover, .xxl\:hover\:max-w-2\/3:hover {
    max-width: 66.6666667% !important;
  }
  .xxl\:max-w-1\/2, .xxl\:max-w-1\/2-hover:hover, .xxl\:hover\:max-w-1\/2:hover {
    max-width: 50% !important;
  }
  .xxl\:max-w-xs, .xxl\:max-w-xs-hover:hover, .xxl\:hover\:max-w-xs:hover {
    max-width: 320px !important;
  }
  .xxl\:max-w-sm, .xxl\:max-w-sm-hover:hover, .xxl\:hover\:max-w-sm:hover {
    max-width: 640px !important;
  }
  .xxl\:max-w-md, .xxl\:max-w-md-hover:hover, .xxl\:hover\:max-w-md:hover {
    max-width: 720px !important;
  }
  .xxl\:max-w-lg, .xxl\:max-w-lg-hover:hover, .xxl\:hover\:max-w-lg:hover {
    max-width: 1040px !important;
  }
  .xxl\:max-w-xl, .xxl\:max-w-xl-hover:hover, .xxl\:hover\:max-w-xl:hover {
    max-width: 1280px !important;
  }
  .xxl\:max-w-2xl, .xxl\:max-w-2xl-hover:hover, .xxl\:hover\:max-w-2xl:hover {
    max-width: 1312px !important;
  }
  .xxl\:max-w-100, .xxl\:max-w-100-hover:hover, .xxl\:hover\:max-w-100:hover {
    max-width: 100% !important;
  }
  .xxl\:max-w-full, .xxl\:max-w-full-hover:hover, .xxl\:hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .xxl\:max-w-min, .xxl\:max-w-min-hover:hover, .xxl\:hover\:max-w-min:hover {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .xxl\:max-w-max, .xxl\:max-w-max-hover:hover, .xxl\:hover\:max-w-max:hover {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .xxl\:max-w-fit, .xxl\:max-w-fit-hover:hover, .xxl\:hover\:max-w-fit:hover {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .xxl\:max-w-0, .xxl\:max-w-0-hover:hover, .xxl\:hover\:max-w-0:hover {
    max-width: 0 !important;
  }
  .h-xxl-px, .h-xxl-px-hover:hover, .hover\:h-xxl-px:hover {
    height: 1px !important;
  }
  .h-xxl-2px, .h-xxl-2px-hover:hover, .hover\:h-xxl-2px:hover {
    height: 2px !important;
  }
  .h-xxl-4px, .h-xxl-4px-hover:hover, .hover\:h-xxl-4px:hover {
    height: 4px !important;
  }
  .h-xxl-8px, .h-xxl-8px-hover:hover, .hover\:h-xxl-8px:hover {
    height: 8px !important;
  }
  .h-xxl-16px, .h-xxl-16px-hover:hover, .hover\:h-xxl-16px:hover {
    height: 16px !important;
  }
  .h-xxl-18px, .h-xxl-18px-hover:hover, .hover\:h-xxl-18px:hover {
    height: 18px !important;
  }
  .h-xxl-20px, .h-xxl-20px-hover:hover, .hover\:h-xxl-20px:hover {
    height: 20px !important;
  }
  .h-xxl-24px, .h-xxl-24px-hover:hover, .hover\:h-xxl-24px:hover {
    height: 24px !important;
  }
  .h-xxl-32px, .h-xxl-32px-hover:hover, .hover\:h-xxl-32px:hover {
    height: 32px !important;
  }
  .h-xxl-36px, .h-xxl-36px-hover:hover, .hover\:h-xxl-36px:hover {
    height: 36px !important;
  }
  .h-xxl-40px, .h-xxl-40px-hover:hover, .hover\:h-xxl-40px:hover {
    height: 40px !important;
  }
  .h-xxl-48px, .h-xxl-48px-hover:hover, .hover\:h-xxl-48px:hover {
    height: 48px !important;
  }
  .h-xxl-56px, .h-xxl-56px-hover:hover, .hover\:h-xxl-56px:hover {
    height: 56px !important;
  }
  .h-xxl-64px, .h-xxl-64px-hover:hover, .hover\:h-xxl-64px:hover {
    height: 64px !important;
  }
  .h-xxl-72px, .h-xxl-72px-hover:hover, .hover\:h-xxl-72px:hover {
    height: 72px !important;
  }
  .h-xxl-80px, .h-xxl-80px-hover:hover, .hover\:h-xxl-80px:hover {
    height: 80px !important;
  }
  .h-xxl-96px, .h-xxl-96px-hover:hover, .hover\:h-xxl-96px:hover {
    height: 96px !important;
  }
  .h-xxl-100px, .h-xxl-100px-hover:hover, .hover\:h-xxl-100px:hover {
    height: 100px !important;
  }
  .h-xxl-128px, .h-xxl-128px-hover:hover, .hover\:h-xxl-128px:hover {
    height: 128px !important;
  }
  .h-xxl-150px, .h-xxl-150px-hover:hover, .hover\:h-xxl-150px:hover {
    height: 150px !important;
  }
  .h-xxl-200px, .h-xxl-200px-hover:hover, .hover\:h-xxl-200px:hover {
    height: 200px !important;
  }
  .h-xxl-250px, .h-xxl-250px-hover:hover, .hover\:h-xxl-250px:hover {
    height: 250px !important;
  }
  .h-xxl-300px, .h-xxl-300px-hover:hover, .hover\:h-xxl-300px:hover {
    height: 300px !important;
  }
  .h-xxl-350px, .h-xxl-350px-hover:hover, .hover\:h-xxl-350px:hover {
    height: 350px !important;
  }
  .h-xxl-400px, .h-xxl-400px-hover:hover, .hover\:h-xxl-400px:hover {
    height: 400px !important;
  }
  .h-xxl-450px, .h-xxl-450px-hover:hover, .hover\:h-xxl-450px:hover {
    height: 450px !important;
  }
  .h-xxl-500px, .h-xxl-500px-hover:hover, .hover\:h-xxl-500px:hover {
    height: 500px !important;
  }
  .h-xxl-550px, .h-xxl-550px-hover:hover, .hover\:h-xxl-550px:hover {
    height: 550px !important;
  }
  .h-xxl-600px, .h-xxl-600px-hover:hover, .hover\:h-xxl-600px:hover {
    height: 600px !important;
  }
  .h-xxl-650px, .h-xxl-650px-hover:hover, .hover\:h-xxl-650px:hover {
    height: 650px !important;
  }
  .h-xxl-700px, .h-xxl-700px-hover:hover, .hover\:h-xxl-700px:hover {
    height: 700px !important;
  }
  .h-xxl-750px, .h-xxl-750px-hover:hover, .hover\:h-xxl-750px:hover {
    height: 750px !important;
  }
  .h-xxl-800px, .h-xxl-800px-hover:hover, .hover\:h-xxl-800px:hover {
    height: 800px !important;
  }
  .h-xxl-850px, .h-xxl-850px-hover:hover, .hover\:h-xxl-850px:hover {
    height: 850px !important;
  }
  .h-xxl-900px, .h-xxl-900px-hover:hover, .hover\:h-xxl-900px:hover {
    height: 900px !important;
  }
  .h-xxl-950px, .h-xxl-950px-hover:hover, .hover\:h-xxl-950px:hover {
    height: 950px !important;
  }
  .h-xxl-1000px, .h-xxl-1000px-hover:hover, .hover\:h-xxl-1000px:hover {
    height: 1000px !important;
  }
  .h-xxl-1170px, .h-xxl-1170px-hover:hover, .hover\:h-xxl-1170px:hover {
    height: 1170px !important;
  }
  .h-xxl-1280px, .h-xxl-1280px-hover:hover, .hover\:h-xxl-1280px:hover {
    height: 1280px !important;
  }
  .h-xxl-1320px, .h-xxl-1320px-hover:hover, .hover\:h-xxl-1320px:hover {
    height: 1320px !important;
  }
  .h-xxl-1440px, .h-xxl-1440px-hover:hover, .hover\:h-xxl-1440px:hover {
    height: 1440px !important;
  }
  .h-xxl-xs, .h-xxl-xs-hover:hover, .hover\:h-xxl-xs:hover {
    height: 320px !important;
  }
  .h-xxl-sm, .h-xxl-sm-hover:hover, .hover\:h-xxl-sm:hover {
    height: 640px !important;
  }
  .h-xxl-md, .h-xxl-md-hover:hover, .hover\:h-xxl-md:hover {
    height: 720px !important;
  }
  .h-xxl-lg, .h-xxl-lg-hover:hover, .hover\:h-xxl-lg:hover {
    height: 1040px !important;
  }
  .h-xxl-xl, .h-xxl-xl-hover:hover, .hover\:h-xxl-xl:hover {
    height: 1280px !important;
  }
  .h-xxl-2xl, .h-xxl-2xl-hover:hover, .hover\:h-xxl-2xl:hover {
    height: 1312px !important;
  }
  .h-xxl-1\/6, .h-xxl-1\/6-hover:hover, .hover\:h-xxl-1\/6:hover {
    height: 16.6666667% !important;
  }
  .h-xxl-2\/6, .h-xxl-2\/6-hover:hover, .hover\:h-xxl-2\/6:hover {
    height: 33.3333333% !important;
  }
  .h-xxl-3\/6, .h-xxl-3\/6-hover:hover, .hover\:h-xxl-3\/6:hover {
    height: 50% !important;
  }
  .h-xxl-4\/6, .h-xxl-4\/6-hover:hover, .hover\:h-xxl-4\/6:hover {
    height: 66.6666667% !important;
  }
  .h-xxl-5\/6, .h-xxl-5\/6-hover:hover, .hover\:h-xxl-5\/6:hover {
    height: 83.3333333% !important;
  }
  .h-xxl-1\/5, .h-xxl-1\/5-hover:hover, .hover\:h-xxl-1\/5:hover {
    height: 20% !important;
  }
  .h-xxl-2\/5, .h-xxl-2\/5-hover:hover, .hover\:h-xxl-2\/5:hover {
    height: 40% !important;
  }
  .h-xxl-3\/5, .h-xxl-3\/5-hover:hover, .hover\:h-xxl-3\/5:hover {
    height: 60% !important;
  }
  .h-xxl-4\/5, .h-xxl-4\/5-hover:hover, .hover\:h-xxl-4\/5:hover {
    height: 80% !important;
  }
  .h-xxl-1\/4, .h-xxl-1\/4-hover:hover, .hover\:h-xxl-1\/4:hover {
    height: 25% !important;
  }
  .h-xxl-2\/4, .h-xxl-2\/4-hover:hover, .hover\:h-xxl-2\/4:hover {
    height: 50% !important;
  }
  .h-xxl-3\/4, .h-xxl-3\/4-hover:hover, .hover\:h-xxl-3\/4:hover {
    height: 75% !important;
  }
  .h-xxl-1\/3, .h-xxl-1\/3-hover:hover, .hover\:h-xxl-1\/3:hover {
    height: 33.3333333% !important;
  }
  .h-xxl-2\/3, .h-xxl-2\/3-hover:hover, .hover\:h-xxl-2\/3:hover {
    height: 66.6666667% !important;
  }
  .h-xxl-1\/2, .h-xxl-1\/2-hover:hover, .hover\:h-xxl-1\/2:hover {
    height: 50% !important;
  }
  .h-xxl-100, .h-xxl-100-hover:hover, .hover\:h-xxl-100:hover {
    height: 100% !important;
  }
  .h-xxl-full, .h-xxl-full-hover:hover, .hover\:h-xxl-full:hover {
    height: 100% !important;
  }
  .h-xxl-min, .h-xxl-min-hover:hover, .hover\:h-xxl-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .h-xxl-max, .h-xxl-max-hover:hover, .hover\:h-xxl-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xxl-fit, .h-xxl-fit-hover:hover, .hover\:h-xxl-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xxl-auto, .h-xxl-auto-hover:hover, .hover\:h-xxl-auto:hover {
    height: auto !important;
  }
  .h-xxl-0, .h-xxl-0-hover:hover, .hover\:h-xxl-0:hover {
    height: 0 !important;
  }
  .h-xxl-screen, .h-xxl-screen-hover:hover, .hover\:h-xxl-screen:hover {
    height: 100vh !important;
  }
  .xxl\:h-px, .xxl\:h-px-hover:hover, .xxl\:hover\:h-px:hover {
    height: 1px !important;
  }
  .xxl\:h-2px, .xxl\:h-2px-hover:hover, .xxl\:hover\:h-2px:hover {
    height: 2px !important;
  }
  .xxl\:h-4px, .xxl\:h-4px-hover:hover, .xxl\:hover\:h-4px:hover {
    height: 4px !important;
  }
  .xxl\:h-8px, .xxl\:h-8px-hover:hover, .xxl\:hover\:h-8px:hover {
    height: 8px !important;
  }
  .xxl\:h-16px, .xxl\:h-16px-hover:hover, .xxl\:hover\:h-16px:hover {
    height: 16px !important;
  }
  .xxl\:h-18px, .xxl\:h-18px-hover:hover, .xxl\:hover\:h-18px:hover {
    height: 18px !important;
  }
  .xxl\:h-20px, .xxl\:h-20px-hover:hover, .xxl\:hover\:h-20px:hover {
    height: 20px !important;
  }
  .xxl\:h-24px, .xxl\:h-24px-hover:hover, .xxl\:hover\:h-24px:hover {
    height: 24px !important;
  }
  .xxl\:h-32px, .xxl\:h-32px-hover:hover, .xxl\:hover\:h-32px:hover {
    height: 32px !important;
  }
  .xxl\:h-36px, .xxl\:h-36px-hover:hover, .xxl\:hover\:h-36px:hover {
    height: 36px !important;
  }
  .xxl\:h-40px, .xxl\:h-40px-hover:hover, .xxl\:hover\:h-40px:hover {
    height: 40px !important;
  }
  .xxl\:h-48px, .xxl\:h-48px-hover:hover, .xxl\:hover\:h-48px:hover {
    height: 48px !important;
  }
  .xxl\:h-56px, .xxl\:h-56px-hover:hover, .xxl\:hover\:h-56px:hover {
    height: 56px !important;
  }
  .xxl\:h-64px, .xxl\:h-64px-hover:hover, .xxl\:hover\:h-64px:hover {
    height: 64px !important;
  }
  .xxl\:h-72px, .xxl\:h-72px-hover:hover, .xxl\:hover\:h-72px:hover {
    height: 72px !important;
  }
  .xxl\:h-80px, .xxl\:h-80px-hover:hover, .xxl\:hover\:h-80px:hover {
    height: 80px !important;
  }
  .xxl\:h-96px, .xxl\:h-96px-hover:hover, .xxl\:hover\:h-96px:hover {
    height: 96px !important;
  }
  .xxl\:h-100px, .xxl\:h-100px-hover:hover, .xxl\:hover\:h-100px:hover {
    height: 100px !important;
  }
  .xxl\:h-128px, .xxl\:h-128px-hover:hover, .xxl\:hover\:h-128px:hover {
    height: 128px !important;
  }
  .xxl\:h-150px, .xxl\:h-150px-hover:hover, .xxl\:hover\:h-150px:hover {
    height: 150px !important;
  }
  .xxl\:h-200px, .xxl\:h-200px-hover:hover, .xxl\:hover\:h-200px:hover {
    height: 200px !important;
  }
  .xxl\:h-250px, .xxl\:h-250px-hover:hover, .xxl\:hover\:h-250px:hover {
    height: 250px !important;
  }
  .xxl\:h-300px, .xxl\:h-300px-hover:hover, .xxl\:hover\:h-300px:hover {
    height: 300px !important;
  }
  .xxl\:h-350px, .xxl\:h-350px-hover:hover, .xxl\:hover\:h-350px:hover {
    height: 350px !important;
  }
  .xxl\:h-400px, .xxl\:h-400px-hover:hover, .xxl\:hover\:h-400px:hover {
    height: 400px !important;
  }
  .xxl\:h-450px, .xxl\:h-450px-hover:hover, .xxl\:hover\:h-450px:hover {
    height: 450px !important;
  }
  .xxl\:h-500px, .xxl\:h-500px-hover:hover, .xxl\:hover\:h-500px:hover {
    height: 500px !important;
  }
  .xxl\:h-550px, .xxl\:h-550px-hover:hover, .xxl\:hover\:h-550px:hover {
    height: 550px !important;
  }
  .xxl\:h-600px, .xxl\:h-600px-hover:hover, .xxl\:hover\:h-600px:hover {
    height: 600px !important;
  }
  .xxl\:h-650px, .xxl\:h-650px-hover:hover, .xxl\:hover\:h-650px:hover {
    height: 650px !important;
  }
  .xxl\:h-700px, .xxl\:h-700px-hover:hover, .xxl\:hover\:h-700px:hover {
    height: 700px !important;
  }
  .xxl\:h-750px, .xxl\:h-750px-hover:hover, .xxl\:hover\:h-750px:hover {
    height: 750px !important;
  }
  .xxl\:h-800px, .xxl\:h-800px-hover:hover, .xxl\:hover\:h-800px:hover {
    height: 800px !important;
  }
  .xxl\:h-850px, .xxl\:h-850px-hover:hover, .xxl\:hover\:h-850px:hover {
    height: 850px !important;
  }
  .xxl\:h-900px, .xxl\:h-900px-hover:hover, .xxl\:hover\:h-900px:hover {
    height: 900px !important;
  }
  .xxl\:h-950px, .xxl\:h-950px-hover:hover, .xxl\:hover\:h-950px:hover {
    height: 950px !important;
  }
  .xxl\:h-1000px, .xxl\:h-1000px-hover:hover, .xxl\:hover\:h-1000px:hover {
    height: 1000px !important;
  }
  .xxl\:h-1170px, .xxl\:h-1170px-hover:hover, .xxl\:hover\:h-1170px:hover {
    height: 1170px !important;
  }
  .xxl\:h-1280px, .xxl\:h-1280px-hover:hover, .xxl\:hover\:h-1280px:hover {
    height: 1280px !important;
  }
  .xxl\:h-1320px, .xxl\:h-1320px-hover:hover, .xxl\:hover\:h-1320px:hover {
    height: 1320px !important;
  }
  .xxl\:h-1440px, .xxl\:h-1440px-hover:hover, .xxl\:hover\:h-1440px:hover {
    height: 1440px !important;
  }
  .xxl\:h-xs, .xxl\:h-xs-hover:hover, .xxl\:hover\:h-xs:hover {
    height: 320px !important;
  }
  .xxl\:h-sm, .xxl\:h-sm-hover:hover, .xxl\:hover\:h-sm:hover {
    height: 640px !important;
  }
  .xxl\:h-md, .xxl\:h-md-hover:hover, .xxl\:hover\:h-md:hover {
    height: 720px !important;
  }
  .xxl\:h-lg, .xxl\:h-lg-hover:hover, .xxl\:hover\:h-lg:hover {
    height: 1040px !important;
  }
  .xxl\:h-xl, .xxl\:h-xl-hover:hover, .xxl\:hover\:h-xl:hover {
    height: 1280px !important;
  }
  .xxl\:h-2xl, .xxl\:h-2xl-hover:hover, .xxl\:hover\:h-2xl:hover {
    height: 1312px !important;
  }
  .xxl\:h-1\/6, .xxl\:h-1\/6-hover:hover, .xxl\:hover\:h-1\/6:hover {
    height: 16.6666667% !important;
  }
  .xxl\:h-2\/6, .xxl\:h-2\/6-hover:hover, .xxl\:hover\:h-2\/6:hover {
    height: 33.3333333% !important;
  }
  .xxl\:h-3\/6, .xxl\:h-3\/6-hover:hover, .xxl\:hover\:h-3\/6:hover {
    height: 50% !important;
  }
  .xxl\:h-4\/6, .xxl\:h-4\/6-hover:hover, .xxl\:hover\:h-4\/6:hover {
    height: 66.6666667% !important;
  }
  .xxl\:h-5\/6, .xxl\:h-5\/6-hover:hover, .xxl\:hover\:h-5\/6:hover {
    height: 83.3333333% !important;
  }
  .xxl\:h-1\/5, .xxl\:h-1\/5-hover:hover, .xxl\:hover\:h-1\/5:hover {
    height: 20% !important;
  }
  .xxl\:h-2\/5, .xxl\:h-2\/5-hover:hover, .xxl\:hover\:h-2\/5:hover {
    height: 40% !important;
  }
  .xxl\:h-3\/5, .xxl\:h-3\/5-hover:hover, .xxl\:hover\:h-3\/5:hover {
    height: 60% !important;
  }
  .xxl\:h-4\/5, .xxl\:h-4\/5-hover:hover, .xxl\:hover\:h-4\/5:hover {
    height: 80% !important;
  }
  .xxl\:h-1\/4, .xxl\:h-1\/4-hover:hover, .xxl\:hover\:h-1\/4:hover {
    height: 25% !important;
  }
  .xxl\:h-2\/4, .xxl\:h-2\/4-hover:hover, .xxl\:hover\:h-2\/4:hover {
    height: 50% !important;
  }
  .xxl\:h-3\/4, .xxl\:h-3\/4-hover:hover, .xxl\:hover\:h-3\/4:hover {
    height: 75% !important;
  }
  .xxl\:h-1\/3, .xxl\:h-1\/3-hover:hover, .xxl\:hover\:h-1\/3:hover {
    height: 33.3333333% !important;
  }
  .xxl\:h-2\/3, .xxl\:h-2\/3-hover:hover, .xxl\:hover\:h-2\/3:hover {
    height: 66.6666667% !important;
  }
  .xxl\:h-1\/2, .xxl\:h-1\/2-hover:hover, .xxl\:hover\:h-1\/2:hover {
    height: 50% !important;
  }
  .xxl\:h-100, .xxl\:h-100-hover:hover, .xxl\:hover\:h-100:hover {
    height: 100% !important;
  }
  .xxl\:h-full, .xxl\:h-full-hover:hover, .xxl\:hover\:h-full:hover {
    height: 100% !important;
  }
  .xxl\:h-min, .xxl\:h-min-hover:hover, .xxl\:hover\:h-min:hover {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .xxl\:h-max, .xxl\:h-max-hover:hover, .xxl\:hover\:h-max:hover {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .xxl\:h-fit, .xxl\:h-fit-hover:hover, .xxl\:hover\:h-fit:hover {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .xxl\:h-auto, .xxl\:h-auto-hover:hover, .xxl\:hover\:h-auto:hover {
    height: auto !important;
  }
  .xxl\:h-0, .xxl\:h-0-hover:hover, .xxl\:hover\:h-0:hover {
    height: 0 !important;
  }
  .xxl\:h-screen, .xxl\:h-screen-hover:hover, .xxl\:hover\:h-screen:hover {
    height: 100vh !important;
  }
  .max-h-xxl-none, .max-h-xxl-none-hover:hover, .hover\:max-h-xxl-none:hover {
    max-height: none !important;
  }
  .max-h-xxl-px, .max-h-xxl-px-hover:hover, .hover\:max-h-xxl-px:hover {
    max-height: 1px !important;
  }
  .max-h-xxl-2px, .max-h-xxl-2px-hover:hover, .hover\:max-h-xxl-2px:hover {
    max-height: 2px !important;
  }
  .max-h-xxl-4px, .max-h-xxl-4px-hover:hover, .hover\:max-h-xxl-4px:hover {
    max-height: 4px !important;
  }
  .max-h-xxl-8px, .max-h-xxl-8px-hover:hover, .hover\:max-h-xxl-8px:hover {
    max-height: 8px !important;
  }
  .max-h-xxl-16px, .max-h-xxl-16px-hover:hover, .hover\:max-h-xxl-16px:hover {
    max-height: 16px !important;
  }
  .max-h-xxl-18px, .max-h-xxl-18px-hover:hover, .hover\:max-h-xxl-18px:hover {
    max-height: 18px !important;
  }
  .max-h-xxl-20px, .max-h-xxl-20px-hover:hover, .hover\:max-h-xxl-20px:hover {
    max-height: 20px !important;
  }
  .max-h-xxl-24px, .max-h-xxl-24px-hover:hover, .hover\:max-h-xxl-24px:hover {
    max-height: 24px !important;
  }
  .max-h-xxl-32px, .max-h-xxl-32px-hover:hover, .hover\:max-h-xxl-32px:hover {
    max-height: 32px !important;
  }
  .max-h-xxl-36px, .max-h-xxl-36px-hover:hover, .hover\:max-h-xxl-36px:hover {
    max-height: 36px !important;
  }
  .max-h-xxl-40px, .max-h-xxl-40px-hover:hover, .hover\:max-h-xxl-40px:hover {
    max-height: 40px !important;
  }
  .max-h-xxl-48px, .max-h-xxl-48px-hover:hover, .hover\:max-h-xxl-48px:hover {
    max-height: 48px !important;
  }
  .max-h-xxl-56px, .max-h-xxl-56px-hover:hover, .hover\:max-h-xxl-56px:hover {
    max-height: 56px !important;
  }
  .max-h-xxl-64px, .max-h-xxl-64px-hover:hover, .hover\:max-h-xxl-64px:hover {
    max-height: 64px !important;
  }
  .max-h-xxl-72px, .max-h-xxl-72px-hover:hover, .hover\:max-h-xxl-72px:hover {
    max-height: 72px !important;
  }
  .max-h-xxl-80px, .max-h-xxl-80px-hover:hover, .hover\:max-h-xxl-80px:hover {
    max-height: 80px !important;
  }
  .max-h-xxl-96px, .max-h-xxl-96px-hover:hover, .hover\:max-h-xxl-96px:hover {
    max-height: 96px !important;
  }
  .max-h-xxl-100px, .max-h-xxl-100px-hover:hover, .hover\:max-h-xxl-100px:hover {
    max-height: 100px !important;
  }
  .max-h-xxl-128px, .max-h-xxl-128px-hover:hover, .hover\:max-h-xxl-128px:hover {
    max-height: 128px !important;
  }
  .max-h-xxl-150px, .max-h-xxl-150px-hover:hover, .hover\:max-h-xxl-150px:hover {
    max-height: 150px !important;
  }
  .max-h-xxl-200px, .max-h-xxl-200px-hover:hover, .hover\:max-h-xxl-200px:hover {
    max-height: 200px !important;
  }
  .max-h-xxl-250px, .max-h-xxl-250px-hover:hover, .hover\:max-h-xxl-250px:hover {
    max-height: 250px !important;
  }
  .max-h-xxl-300px, .max-h-xxl-300px-hover:hover, .hover\:max-h-xxl-300px:hover {
    max-height: 300px !important;
  }
  .max-h-xxl-350px, .max-h-xxl-350px-hover:hover, .hover\:max-h-xxl-350px:hover {
    max-height: 350px !important;
  }
  .max-h-xxl-400px, .max-h-xxl-400px-hover:hover, .hover\:max-h-xxl-400px:hover {
    max-height: 400px !important;
  }
  .max-h-xxl-450px, .max-h-xxl-450px-hover:hover, .hover\:max-h-xxl-450px:hover {
    max-height: 450px !important;
  }
  .max-h-xxl-500px, .max-h-xxl-500px-hover:hover, .hover\:max-h-xxl-500px:hover {
    max-height: 500px !important;
  }
  .max-h-xxl-550px, .max-h-xxl-550px-hover:hover, .hover\:max-h-xxl-550px:hover {
    max-height: 550px !important;
  }
  .max-h-xxl-600px, .max-h-xxl-600px-hover:hover, .hover\:max-h-xxl-600px:hover {
    max-height: 600px !important;
  }
  .max-h-xxl-650px, .max-h-xxl-650px-hover:hover, .hover\:max-h-xxl-650px:hover {
    max-height: 650px !important;
  }
  .max-h-xxl-700px, .max-h-xxl-700px-hover:hover, .hover\:max-h-xxl-700px:hover {
    max-height: 700px !important;
  }
  .max-h-xxl-750px, .max-h-xxl-750px-hover:hover, .hover\:max-h-xxl-750px:hover {
    max-height: 750px !important;
  }
  .max-h-xxl-800px, .max-h-xxl-800px-hover:hover, .hover\:max-h-xxl-800px:hover {
    max-height: 800px !important;
  }
  .max-h-xxl-850px, .max-h-xxl-850px-hover:hover, .hover\:max-h-xxl-850px:hover {
    max-height: 850px !important;
  }
  .max-h-xxl-900px, .max-h-xxl-900px-hover:hover, .hover\:max-h-xxl-900px:hover {
    max-height: 900px !important;
  }
  .max-h-xxl-950px, .max-h-xxl-950px-hover:hover, .hover\:max-h-xxl-950px:hover {
    max-height: 950px !important;
  }
  .max-h-xxl-1000px, .max-h-xxl-1000px-hover:hover, .hover\:max-h-xxl-1000px:hover {
    max-height: 1000px !important;
  }
  .max-h-xxl-1170px, .max-h-xxl-1170px-hover:hover, .hover\:max-h-xxl-1170px:hover {
    max-height: 1170px !important;
  }
  .max-h-xxl-1280px, .max-h-xxl-1280px-hover:hover, .hover\:max-h-xxl-1280px:hover {
    max-height: 1280px !important;
  }
  .max-h-xxl-1320px, .max-h-xxl-1320px-hover:hover, .hover\:max-h-xxl-1320px:hover {
    max-height: 1320px !important;
  }
  .max-h-xxl-1440px, .max-h-xxl-1440px-hover:hover, .hover\:max-h-xxl-1440px:hover {
    max-height: 1440px !important;
  }
  .max-h-xxl-1\/6, .max-h-xxl-1\/6-hover:hover, .hover\:max-h-xxl-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .max-h-xxl-2\/6, .max-h-xxl-2\/6-hover:hover, .hover\:max-h-xxl-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-xxl-3\/6, .max-h-xxl-3\/6-hover:hover, .hover\:max-h-xxl-3\/6:hover {
    max-height: 50% !important;
  }
  .max-h-xxl-4\/6, .max-h-xxl-4\/6-hover:hover, .hover\:max-h-xxl-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-xxl-5\/6, .max-h-xxl-5\/6-hover:hover, .hover\:max-h-xxl-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .max-h-xxl-1\/5, .max-h-xxl-1\/5-hover:hover, .hover\:max-h-xxl-1\/5:hover {
    max-height: 20% !important;
  }
  .max-h-xxl-2\/5, .max-h-xxl-2\/5-hover:hover, .hover\:max-h-xxl-2\/5:hover {
    max-height: 40% !important;
  }
  .max-h-xxl-3\/5, .max-h-xxl-3\/5-hover:hover, .hover\:max-h-xxl-3\/5:hover {
    max-height: 60% !important;
  }
  .max-h-xxl-4\/5, .max-h-xxl-4\/5-hover:hover, .hover\:max-h-xxl-4\/5:hover {
    max-height: 80% !important;
  }
  .max-h-xxl-1\/4, .max-h-xxl-1\/4-hover:hover, .hover\:max-h-xxl-1\/4:hover {
    max-height: 25% !important;
  }
  .max-h-xxl-2\/4, .max-h-xxl-2\/4-hover:hover, .hover\:max-h-xxl-2\/4:hover {
    max-height: 50% !important;
  }
  .max-h-xxl-3\/4, .max-h-xxl-3\/4-hover:hover, .hover\:max-h-xxl-3\/4:hover {
    max-height: 75% !important;
  }
  .max-h-xxl-1\/3, .max-h-xxl-1\/3-hover:hover, .hover\:max-h-xxl-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .max-h-xxl-2\/3, .max-h-xxl-2\/3-hover:hover, .hover\:max-h-xxl-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .max-h-xxl-1\/2, .max-h-xxl-1\/2-hover:hover, .hover\:max-h-xxl-1\/2:hover {
    max-height: 50% !important;
  }
  .max-h-xxl-xs, .max-h-xxl-xs-hover:hover, .hover\:max-h-xxl-xs:hover {
    max-height: 320px !important;
  }
  .max-h-xxl-sm, .max-h-xxl-sm-hover:hover, .hover\:max-h-xxl-sm:hover {
    max-height: 640px !important;
  }
  .max-h-xxl-md, .max-h-xxl-md-hover:hover, .hover\:max-h-xxl-md:hover {
    max-height: 720px !important;
  }
  .max-h-xxl-lg, .max-h-xxl-lg-hover:hover, .hover\:max-h-xxl-lg:hover {
    max-height: 1040px !important;
  }
  .max-h-xxl-xl, .max-h-xxl-xl-hover:hover, .hover\:max-h-xxl-xl:hover {
    max-height: 1280px !important;
  }
  .max-h-xxl-2xl, .max-h-xxl-2xl-hover:hover, .hover\:max-h-xxl-2xl:hover {
    max-height: 1312px !important;
  }
  .max-h-xxl-100, .max-h-xxl-100-hover:hover, .hover\:max-h-xxl-100:hover {
    max-height: 100% !important;
  }
  .max-h-xxl-full, .max-h-xxl-full-hover:hover, .hover\:max-h-xxl-full:hover {
    max-height: 100% !important;
  }
  .max-h-xxl-min, .max-h-xxl-min-hover:hover, .hover\:max-h-xxl-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .max-h-xxl-max, .max-h-xxl-max-hover:hover, .hover\:max-h-xxl-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .max-h-xxl-fit, .max-h-xxl-fit-hover:hover, .hover\:max-h-xxl-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .max-h-xxl-0, .max-h-xxl-0-hover:hover, .hover\:max-h-xxl-0:hover {
    max-height: 0 !important;
  }
  .max-h-xxl-screen, .max-h-xxl-screen-hover:hover, .hover\:max-h-xxl-screen:hover {
    max-height: 100vh !important;
  }
  .xxl\:max-h-none, .xxl\:max-h-none-hover:hover, .xxl\:hover\:max-h-none:hover {
    max-height: none !important;
  }
  .xxl\:max-h-px, .xxl\:max-h-px-hover:hover, .xxl\:hover\:max-h-px:hover {
    max-height: 1px !important;
  }
  .xxl\:max-h-2px, .xxl\:max-h-2px-hover:hover, .xxl\:hover\:max-h-2px:hover {
    max-height: 2px !important;
  }
  .xxl\:max-h-4px, .xxl\:max-h-4px-hover:hover, .xxl\:hover\:max-h-4px:hover {
    max-height: 4px !important;
  }
  .xxl\:max-h-8px, .xxl\:max-h-8px-hover:hover, .xxl\:hover\:max-h-8px:hover {
    max-height: 8px !important;
  }
  .xxl\:max-h-16px, .xxl\:max-h-16px-hover:hover, .xxl\:hover\:max-h-16px:hover {
    max-height: 16px !important;
  }
  .xxl\:max-h-18px, .xxl\:max-h-18px-hover:hover, .xxl\:hover\:max-h-18px:hover {
    max-height: 18px !important;
  }
  .xxl\:max-h-20px, .xxl\:max-h-20px-hover:hover, .xxl\:hover\:max-h-20px:hover {
    max-height: 20px !important;
  }
  .xxl\:max-h-24px, .xxl\:max-h-24px-hover:hover, .xxl\:hover\:max-h-24px:hover {
    max-height: 24px !important;
  }
  .xxl\:max-h-32px, .xxl\:max-h-32px-hover:hover, .xxl\:hover\:max-h-32px:hover {
    max-height: 32px !important;
  }
  .xxl\:max-h-36px, .xxl\:max-h-36px-hover:hover, .xxl\:hover\:max-h-36px:hover {
    max-height: 36px !important;
  }
  .xxl\:max-h-40px, .xxl\:max-h-40px-hover:hover, .xxl\:hover\:max-h-40px:hover {
    max-height: 40px !important;
  }
  .xxl\:max-h-48px, .xxl\:max-h-48px-hover:hover, .xxl\:hover\:max-h-48px:hover {
    max-height: 48px !important;
  }
  .xxl\:max-h-56px, .xxl\:max-h-56px-hover:hover, .xxl\:hover\:max-h-56px:hover {
    max-height: 56px !important;
  }
  .xxl\:max-h-64px, .xxl\:max-h-64px-hover:hover, .xxl\:hover\:max-h-64px:hover {
    max-height: 64px !important;
  }
  .xxl\:max-h-72px, .xxl\:max-h-72px-hover:hover, .xxl\:hover\:max-h-72px:hover {
    max-height: 72px !important;
  }
  .xxl\:max-h-80px, .xxl\:max-h-80px-hover:hover, .xxl\:hover\:max-h-80px:hover {
    max-height: 80px !important;
  }
  .xxl\:max-h-96px, .xxl\:max-h-96px-hover:hover, .xxl\:hover\:max-h-96px:hover {
    max-height: 96px !important;
  }
  .xxl\:max-h-100px, .xxl\:max-h-100px-hover:hover, .xxl\:hover\:max-h-100px:hover {
    max-height: 100px !important;
  }
  .xxl\:max-h-128px, .xxl\:max-h-128px-hover:hover, .xxl\:hover\:max-h-128px:hover {
    max-height: 128px !important;
  }
  .xxl\:max-h-150px, .xxl\:max-h-150px-hover:hover, .xxl\:hover\:max-h-150px:hover {
    max-height: 150px !important;
  }
  .xxl\:max-h-200px, .xxl\:max-h-200px-hover:hover, .xxl\:hover\:max-h-200px:hover {
    max-height: 200px !important;
  }
  .xxl\:max-h-250px, .xxl\:max-h-250px-hover:hover, .xxl\:hover\:max-h-250px:hover {
    max-height: 250px !important;
  }
  .xxl\:max-h-300px, .xxl\:max-h-300px-hover:hover, .xxl\:hover\:max-h-300px:hover {
    max-height: 300px !important;
  }
  .xxl\:max-h-350px, .xxl\:max-h-350px-hover:hover, .xxl\:hover\:max-h-350px:hover {
    max-height: 350px !important;
  }
  .xxl\:max-h-400px, .xxl\:max-h-400px-hover:hover, .xxl\:hover\:max-h-400px:hover {
    max-height: 400px !important;
  }
  .xxl\:max-h-450px, .xxl\:max-h-450px-hover:hover, .xxl\:hover\:max-h-450px:hover {
    max-height: 450px !important;
  }
  .xxl\:max-h-500px, .xxl\:max-h-500px-hover:hover, .xxl\:hover\:max-h-500px:hover {
    max-height: 500px !important;
  }
  .xxl\:max-h-550px, .xxl\:max-h-550px-hover:hover, .xxl\:hover\:max-h-550px:hover {
    max-height: 550px !important;
  }
  .xxl\:max-h-600px, .xxl\:max-h-600px-hover:hover, .xxl\:hover\:max-h-600px:hover {
    max-height: 600px !important;
  }
  .xxl\:max-h-650px, .xxl\:max-h-650px-hover:hover, .xxl\:hover\:max-h-650px:hover {
    max-height: 650px !important;
  }
  .xxl\:max-h-700px, .xxl\:max-h-700px-hover:hover, .xxl\:hover\:max-h-700px:hover {
    max-height: 700px !important;
  }
  .xxl\:max-h-750px, .xxl\:max-h-750px-hover:hover, .xxl\:hover\:max-h-750px:hover {
    max-height: 750px !important;
  }
  .xxl\:max-h-800px, .xxl\:max-h-800px-hover:hover, .xxl\:hover\:max-h-800px:hover {
    max-height: 800px !important;
  }
  .xxl\:max-h-850px, .xxl\:max-h-850px-hover:hover, .xxl\:hover\:max-h-850px:hover {
    max-height: 850px !important;
  }
  .xxl\:max-h-900px, .xxl\:max-h-900px-hover:hover, .xxl\:hover\:max-h-900px:hover {
    max-height: 900px !important;
  }
  .xxl\:max-h-950px, .xxl\:max-h-950px-hover:hover, .xxl\:hover\:max-h-950px:hover {
    max-height: 950px !important;
  }
  .xxl\:max-h-1000px, .xxl\:max-h-1000px-hover:hover, .xxl\:hover\:max-h-1000px:hover {
    max-height: 1000px !important;
  }
  .xxl\:max-h-1170px, .xxl\:max-h-1170px-hover:hover, .xxl\:hover\:max-h-1170px:hover {
    max-height: 1170px !important;
  }
  .xxl\:max-h-1280px, .xxl\:max-h-1280px-hover:hover, .xxl\:hover\:max-h-1280px:hover {
    max-height: 1280px !important;
  }
  .xxl\:max-h-1320px, .xxl\:max-h-1320px-hover:hover, .xxl\:hover\:max-h-1320px:hover {
    max-height: 1320px !important;
  }
  .xxl\:max-h-1440px, .xxl\:max-h-1440px-hover:hover, .xxl\:hover\:max-h-1440px:hover {
    max-height: 1440px !important;
  }
  .xxl\:max-h-1\/6, .xxl\:max-h-1\/6-hover:hover, .xxl\:hover\:max-h-1\/6:hover {
    max-height: 16.6666667% !important;
  }
  .xxl\:max-h-2\/6, .xxl\:max-h-2\/6-hover:hover, .xxl\:hover\:max-h-2\/6:hover {
    max-height: 33.3333333% !important;
  }
  .xxl\:max-h-3\/6, .xxl\:max-h-3\/6-hover:hover, .xxl\:hover\:max-h-3\/6:hover {
    max-height: 50% !important;
  }
  .xxl\:max-h-4\/6, .xxl\:max-h-4\/6-hover:hover, .xxl\:hover\:max-h-4\/6:hover {
    max-height: 66.6666667% !important;
  }
  .xxl\:max-h-5\/6, .xxl\:max-h-5\/6-hover:hover, .xxl\:hover\:max-h-5\/6:hover {
    max-height: 83.3333333% !important;
  }
  .xxl\:max-h-1\/5, .xxl\:max-h-1\/5-hover:hover, .xxl\:hover\:max-h-1\/5:hover {
    max-height: 20% !important;
  }
  .xxl\:max-h-2\/5, .xxl\:max-h-2\/5-hover:hover, .xxl\:hover\:max-h-2\/5:hover {
    max-height: 40% !important;
  }
  .xxl\:max-h-3\/5, .xxl\:max-h-3\/5-hover:hover, .xxl\:hover\:max-h-3\/5:hover {
    max-height: 60% !important;
  }
  .xxl\:max-h-4\/5, .xxl\:max-h-4\/5-hover:hover, .xxl\:hover\:max-h-4\/5:hover {
    max-height: 80% !important;
  }
  .xxl\:max-h-1\/4, .xxl\:max-h-1\/4-hover:hover, .xxl\:hover\:max-h-1\/4:hover {
    max-height: 25% !important;
  }
  .xxl\:max-h-2\/4, .xxl\:max-h-2\/4-hover:hover, .xxl\:hover\:max-h-2\/4:hover {
    max-height: 50% !important;
  }
  .xxl\:max-h-3\/4, .xxl\:max-h-3\/4-hover:hover, .xxl\:hover\:max-h-3\/4:hover {
    max-height: 75% !important;
  }
  .xxl\:max-h-1\/3, .xxl\:max-h-1\/3-hover:hover, .xxl\:hover\:max-h-1\/3:hover {
    max-height: 33.3333333% !important;
  }
  .xxl\:max-h-2\/3, .xxl\:max-h-2\/3-hover:hover, .xxl\:hover\:max-h-2\/3:hover {
    max-height: 66.6666667% !important;
  }
  .xxl\:max-h-1\/2, .xxl\:max-h-1\/2-hover:hover, .xxl\:hover\:max-h-1\/2:hover {
    max-height: 50% !important;
  }
  .xxl\:max-h-xs, .xxl\:max-h-xs-hover:hover, .xxl\:hover\:max-h-xs:hover {
    max-height: 320px !important;
  }
  .xxl\:max-h-sm, .xxl\:max-h-sm-hover:hover, .xxl\:hover\:max-h-sm:hover {
    max-height: 640px !important;
  }
  .xxl\:max-h-md, .xxl\:max-h-md-hover:hover, .xxl\:hover\:max-h-md:hover {
    max-height: 720px !important;
  }
  .xxl\:max-h-lg, .xxl\:max-h-lg-hover:hover, .xxl\:hover\:max-h-lg:hover {
    max-height: 1040px !important;
  }
  .xxl\:max-h-xl, .xxl\:max-h-xl-hover:hover, .xxl\:hover\:max-h-xl:hover {
    max-height: 1280px !important;
  }
  .xxl\:max-h-2xl, .xxl\:max-h-2xl-hover:hover, .xxl\:hover\:max-h-2xl:hover {
    max-height: 1312px !important;
  }
  .xxl\:max-h-100, .xxl\:max-h-100-hover:hover, .xxl\:hover\:max-h-100:hover {
    max-height: 100% !important;
  }
  .xxl\:max-h-full, .xxl\:max-h-full-hover:hover, .xxl\:hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .xxl\:max-h-min, .xxl\:max-h-min-hover:hover, .xxl\:hover\:max-h-min:hover {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .xxl\:max-h-max, .xxl\:max-h-max-hover:hover, .xxl\:hover\:max-h-max:hover {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .xxl\:max-h-fit, .xxl\:max-h-fit-hover:hover, .xxl\:hover\:max-h-fit:hover {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .xxl\:max-h-0, .xxl\:max-h-0-hover:hover, .xxl\:hover\:max-h-0:hover {
    max-height: 0 !important;
  }
  .xxl\:max-h-screen, .xxl\:max-h-screen-hover:hover, .xxl\:hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .flex-xxl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-initial {
    flex: 0 1 auto !important;
  }
  .flex-xxl-1 {
    flex: 1 1 0% !important;
  }
  .flex-xxl-none {
    flex: none !important;
  }
  .xxl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xxl\:flex-fill {
    flex: 1 1 auto !important;
  }
  .xxl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xxl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xxl\:flex-none {
    flex: none !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxl\:flex-row {
    flex-direction: row !important;
  }
  .xxl\:flex-column {
    flex-direction: column !important;
  }
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .xxl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xxl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xxl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xxl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxl-between {
    justify-content: space-between !important;
  }
  .justify-xxl-around {
    justify-content: space-around !important;
  }
  .justify-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .xxl\:justify-start {
    justify-content: flex-start !important;
  }
  .xxl\:justify-center {
    justify-content: center !important;
  }
  .xxl\:justify-end {
    justify-content: flex-end !important;
  }
  .xxl\:justify-between {
    justify-content: space-between !important;
  }
  .xxl\:justify-around {
    justify-content: space-around !important;
  }
  .xxl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .items-xxl-start {
    align-items: flex-start !important;
  }
  .items-xxl-center {
    align-items: center !important;
  }
  .items-xxl-end {
    align-items: flex-end !important;
  }
  .items-xxl-stretch {
    align-items: stretch !important;
  }
  .items-xxl-baseline {
    align-items: baseline !important;
  }
  .xxl\:items-start {
    align-items: flex-start !important;
  }
  .xxl\:items-center {
    align-items: center !important;
  }
  .xxl\:items-end {
    align-items: flex-end !important;
  }
  .xxl\:items-stretch {
    align-items: stretch !important;
  }
  .xxl\:items-baseline {
    align-items: baseline !important;
  }
  .content-xxl-start {
    align-content: flex-start !important;
  }
  .content-xxl-center {
    align-content: center !important;
  }
  .content-xxl-end {
    align-content: flex-end !important;
  }
  .content-xxl-between {
    align-content: space-between !important;
  }
  .content-xxl-around {
    align-content: space-around !important;
  }
  .content-xxl-evenly {
    align-content: space-evenly !important;
  }
  .content-xxl-baseline {
    align-content: baseline !important;
  }
  .xxl\:content-start {
    align-content: flex-start !important;
  }
  .xxl\:content-center {
    align-content: center !important;
  }
  .xxl\:content-end {
    align-content: flex-end !important;
  }
  .xxl\:content-between {
    align-content: space-between !important;
  }
  .xxl\:content-around {
    align-content: space-around !important;
  }
  .xxl\:content-evenly {
    align-content: space-evenly !important;
  }
  .xxl\:content-baseline {
    align-content: baseline !important;
  }
  .self-xxl-auto {
    align-self: auto !important;
  }
  .self-xxl-start {
    align-self: flex-start !important;
  }
  .self-xxl-center {
    align-self: center !important;
  }
  .self-xxl-end {
    align-self: flex-end !important;
  }
  .self-xxl-stretch {
    align-self: stretch !important;
  }
  .self-xxl-baseline {
    align-self: baseline !important;
  }
  .xxl\:self-auto {
    align-self: auto !important;
  }
  .xxl\:self-start {
    align-self: flex-start !important;
  }
  .xxl\:self-center {
    align-self: center !important;
  }
  .xxl\:self-end {
    align-self: flex-end !important;
  }
  .xxl\:self-stretch {
    align-self: stretch !important;
  }
  .xxl\:self-baseline {
    align-self: baseline !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:order-xxl-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:order-xxl-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:order-xxl-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:order-xxl-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:order-xxl-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:order-xxl-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:order-xxl-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:order-xxl-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:order-xxl-last {
    order: 6 !important;
  }
  .xxl\:order-first {
    order: -1 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-first {
    order: -1 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-first {
    order: -1 !important;
  }
  .xxl\:order-0 {
    order: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-0 {
    order: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-0 {
    order: 0 !important;
  }
  .xxl\:order-1 {
    order: 1 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-1 {
    order: 1 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-1 {
    order: 1 !important;
  }
  .xxl\:order-2 {
    order: 2 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-2 {
    order: 2 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-2 {
    order: 2 !important;
  }
  .xxl\:order-3 {
    order: 3 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-3 {
    order: 3 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-3 {
    order: 3 !important;
  }
  .xxl\:order-4 {
    order: 4 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-4 {
    order: 4 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-4 {
    order: 4 !important;
  }
  .xxl\:order-5 {
    order: 5 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-5 {
    order: 5 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-5 {
    order: 5 !important;
  }
  .xxl\:order-last {
    order: 6 !important;
  }
  [dir=ltr] .ltr\:xxl\:order-last {
    order: 6 !important;
  }
  [dir=rtl] .rtl\:xxl\:order-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-narrow {
    margin: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .m-xxl-7 {
    margin: 3.5rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .xxl\:m-0 {
    margin: 0 !important;
  }
  .xxl\:m-narrow {
    margin: 0.25rem !important;
  }
  .xxl\:m-1 {
    margin: 0.5rem !important;
  }
  .xxl\:m-2 {
    margin: 1rem !important;
  }
  .xxl\:m-3 {
    margin: 1.5rem !important;
  }
  .xxl\:m-4 {
    margin: 2rem !important;
  }
  .xxl\:m-5 {
    margin: 2.5rem !important;
  }
  .xxl\:m-6 {
    margin: 3rem !important;
  }
  .xxl\:m-7 {
    margin: 3.5rem !important;
  }
  .xxl\:m-8 {
    margin: 4rem !important;
  }
  .xxl\:m-9 {
    margin: 5rem !important;
  }
  .xxl\:m-10 {
    margin: 8rem !important;
  }
  .xxl\:m-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xxl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xxl\:mx-narrow {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .xxl\:mx-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xxl\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xxl\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xxl\:mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xxl\:mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xxl\:mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xxl\:mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xxl\:mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xxl\:mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xxl\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xxl\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xxl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xxl\:my-narrow {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xxl\:my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxl\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxl\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xxl\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xxl\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xxl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xxl\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xxl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xxl\:my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxl\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-narrow {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .xxl\:mt-0 {
    margin-top: 0 !important;
  }
  .xxl\:mt-narrow {
    margin-top: 0.25rem !important;
  }
  .xxl\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .xxl\:mt-2 {
    margin-top: 1rem !important;
  }
  .xxl\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .xxl\:mt-4 {
    margin-top: 2rem !important;
  }
  .xxl\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .xxl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xxl\:mt-7 {
    margin-top: 3.5rem !important;
  }
  .xxl\:mt-8 {
    margin-top: 4rem !important;
  }
  .xxl\:mt-9 {
    margin-top: 5rem !important;
  }
  .xxl\:mt-10 {
    margin-top: 8rem !important;
  }
  .xxl\:mt-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:me-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-narrow {
    margin-right: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-4 {
    margin-right: 2rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-6 {
    margin-right: 3rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-7 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-8 {
    margin-right: 4rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-10 {
    margin-right: 8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:me-xxl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:me-xxl-auto {
    margin-right: auto !important;
  }
  .xxl\:me-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:me-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:me-0 {
    margin-right: 0 !important;
  }
  .xxl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-narrow {
    margin-right: 0.25rem !important;
  }
  .xxl\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-1 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-1 {
    margin-right: 0.5rem !important;
  }
  .xxl\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-2 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-2 {
    margin-right: 1rem !important;
  }
  .xxl\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-3 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-3 {
    margin-right: 1.5rem !important;
  }
  .xxl\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-4 {
    margin-right: 2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-4 {
    margin-right: 2rem !important;
  }
  .xxl\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-5 {
    margin-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-5 {
    margin-right: 2.5rem !important;
  }
  .xxl\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-6 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-6 {
    margin-right: 3rem !important;
  }
  .xxl\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-7 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-7 {
    margin-right: 3.5rem !important;
  }
  .xxl\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-8 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-8 {
    margin-right: 4rem !important;
  }
  .xxl\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-9 {
    margin-right: 5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-9 {
    margin-right: 5rem !important;
  }
  .xxl\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-10 {
    margin-right: 8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-10 {
    margin-right: 8rem !important;
  }
  .xxl\:me-auto {
    margin-right: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:me-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:me-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-narrow {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .xxl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xxl\:mb-narrow {
    margin-bottom: 0.25rem !important;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .xxl\:mb-2 {
    margin-bottom: 1rem !important;
  }
  .xxl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .xxl\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .xxl\:mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .xxl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xxl\:mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .xxl\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .xxl\:mb-9 {
    margin-bottom: 5rem !important;
  }
  .xxl\:mb-10 {
    margin-bottom: 8rem !important;
  }
  .xxl\:mb-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:ms-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-narrow {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-4 {
    margin-left: 2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-6 {
    margin-left: 3rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-7 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-8 {
    margin-left: 4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-10 {
    margin-left: 8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:ms-xxl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:ms-xxl-auto {
    margin-left: auto !important;
  }
  .xxl\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-0 {
    margin-left: 0 !important;
  }
  .xxl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-narrow {
    margin-left: 0.25rem !important;
  }
  .xxl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-1 {
    margin-left: 0.5rem !important;
  }
  .xxl\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-2 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-2 {
    margin-left: 1rem !important;
  }
  .xxl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .xxl\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-4 {
    margin-left: 2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-4 {
    margin-left: 2rem !important;
  }
  .xxl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-5 {
    margin-left: 2.5rem !important;
  }
  .xxl\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-6 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-6 {
    margin-left: 3rem !important;
  }
  .xxl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-7 {
    margin-left: 3.5rem !important;
  }
  .xxl\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-8 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-8 {
    margin-left: 4rem !important;
  }
  .xxl\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-9 {
    margin-left: 5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-9 {
    margin-left: 5rem !important;
  }
  .xxl\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-10 {
    margin-left: 8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-10 {
    margin-left: 8rem !important;
  }
  .xxl\:ms-auto {
    margin-left: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-auto {
    margin-left: auto !important;
  }
  .m-xxl-nnarrow {
    margin: -0.25rem !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -1.5rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -2.5rem !important;
  }
  .m-xxl-n6 {
    margin: -3rem !important;
  }
  .m-xxl-n7 {
    margin: -3.5rem !important;
  }
  .m-xxl-n8 {
    margin: -4rem !important;
  }
  .m-xxl-n9 {
    margin: -5rem !important;
  }
  .m-xxl-n10 {
    margin: -8rem !important;
  }
  .xxl\:m-nnarrow {
    margin: -0.25rem !important;
  }
  .xxl\:m-n1 {
    margin: -0.5rem !important;
  }
  .xxl\:m-n2 {
    margin: -1rem !important;
  }
  .xxl\:m-n3 {
    margin: -1.5rem !important;
  }
  .xxl\:m-n4 {
    margin: -2rem !important;
  }
  .xxl\:m-n5 {
    margin: -2.5rem !important;
  }
  .xxl\:m-n6 {
    margin: -3rem !important;
  }
  .xxl\:m-n7 {
    margin: -3.5rem !important;
  }
  .xxl\:m-n8 {
    margin: -4rem !important;
  }
  .xxl\:m-n9 {
    margin: -5rem !important;
  }
  .xxl\:m-n10 {
    margin: -8rem !important;
  }
  .mx-xxl-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .xxl\:mx-nnarrow {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .xxl\:mx-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .xxl\:mx-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .xxl\:mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .xxl\:mx-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .xxl\:mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .xxl\:mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .xxl\:mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .xxl\:mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .xxl\:mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .xxl\:mx-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xxl-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .xxl\:my-nnarrow {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xxl\:my-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xxl\:my-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xxl\:my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xxl\:my-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xxl\:my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .xxl\:my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xxl\:my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .xxl\:my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xxl\:my-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xxl\:my-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-xxl-nnarrow {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -8rem !important;
  }
  .xxl\:mt-nnarrow {
    margin-top: -0.25rem !important;
  }
  .xxl\:mt-n1 {
    margin-top: -0.5rem !important;
  }
  .xxl\:mt-n2 {
    margin-top: -1rem !important;
  }
  .xxl\:mt-n3 {
    margin-top: -1.5rem !important;
  }
  .xxl\:mt-n4 {
    margin-top: -2rem !important;
  }
  .xxl\:mt-n5 {
    margin-top: -2.5rem !important;
  }
  .xxl\:mt-n6 {
    margin-top: -3rem !important;
  }
  .xxl\:mt-n7 {
    margin-top: -3.5rem !important;
  }
  .xxl\:mt-n8 {
    margin-top: -4rem !important;
  }
  .xxl\:mt-n9 {
    margin-top: -5rem !important;
  }
  .xxl\:mt-n10 {
    margin-top: -8rem !important;
  }
  .me-xxl-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-nnarrow {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n2 {
    margin-right: -1rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n4 {
    margin-right: -2rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n5 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n6 {
    margin-right: -3rem !important;
  }
  .me-xxl-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n7 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n8 {
    margin-right: -4rem !important;
  }
  .me-xxl-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n9 {
    margin-right: -5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:me-xxl-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:me-xxl-n10 {
    margin-right: -8rem !important;
  }
  .xxl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-nnarrow {
    margin-right: -0.25rem !important;
  }
  .xxl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n1 {
    margin-right: -0.5rem !important;
  }
  .xxl\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n2 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n2 {
    margin-right: -1rem !important;
  }
  .xxl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n3 {
    margin-right: -1.5rem !important;
  }
  .xxl\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n4 {
    margin-right: -2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n4 {
    margin-right: -2rem !important;
  }
  .xxl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n5 {
    margin-right: -2.5rem !important;
  }
  .xxl\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n6 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n6 {
    margin-right: -3rem !important;
  }
  .xxl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n7 {
    margin-right: -3.5rem !important;
  }
  .xxl\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n8 {
    margin-right: -4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n8 {
    margin-right: -4rem !important;
  }
  .xxl\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n9 {
    margin-right: -5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n9 {
    margin-right: -5rem !important;
  }
  .xxl\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:me-n10 {
    margin-right: -8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:me-n10 {
    margin-right: -8rem !important;
  }
  .mb-xxl-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -8rem !important;
  }
  .xxl\:mb-nnarrow {
    margin-bottom: -0.25rem !important;
  }
  .xxl\:mb-n1 {
    margin-bottom: -0.5rem !important;
  }
  .xxl\:mb-n2 {
    margin-bottom: -1rem !important;
  }
  .xxl\:mb-n3 {
    margin-bottom: -1.5rem !important;
  }
  .xxl\:mb-n4 {
    margin-bottom: -2rem !important;
  }
  .xxl\:mb-n5 {
    margin-bottom: -2.5rem !important;
  }
  .xxl\:mb-n6 {
    margin-bottom: -3rem !important;
  }
  .xxl\:mb-n7 {
    margin-bottom: -3.5rem !important;
  }
  .xxl\:mb-n8 {
    margin-bottom: -4rem !important;
  }
  .xxl\:mb-n9 {
    margin-bottom: -5rem !important;
  }
  .xxl\:mb-n10 {
    margin-bottom: -8rem !important;
  }
  .ms-xxl-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-nnarrow {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:ms-xxl-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:ms-xxl-n10 {
    margin-left: -8rem !important;
  }
  .xxl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-nnarrow {
    margin-left: -0.25rem !important;
  }
  .xxl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n1 {
    margin-left: -0.5rem !important;
  }
  .xxl\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n2 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n2 {
    margin-left: -1rem !important;
  }
  .xxl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n3 {
    margin-left: -1.5rem !important;
  }
  .xxl\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n4 {
    margin-left: -2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n4 {
    margin-left: -2rem !important;
  }
  .xxl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n5 {
    margin-left: -2.5rem !important;
  }
  .xxl\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n6 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n6 {
    margin-left: -3rem !important;
  }
  .xxl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n7 {
    margin-left: -3.5rem !important;
  }
  .xxl\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n8 {
    margin-left: -4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n8 {
    margin-left: -4rem !important;
  }
  .xxl\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n9 {
    margin-left: -5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n9 {
    margin-left: -5rem !important;
  }
  .xxl\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ms-n10 {
    margin-left: -8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ms-n10 {
    margin-left: -8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-narrow {
    padding: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .p-xxl-7 {
    padding: 3.5rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 8rem !important;
  }
  .xxl\:p-0 {
    padding: 0 !important;
  }
  .xxl\:p-narrow {
    padding: 0.25rem !important;
  }
  .xxl\:p-1 {
    padding: 0.5rem !important;
  }
  .xxl\:p-2 {
    padding: 1rem !important;
  }
  .xxl\:p-3 {
    padding: 1.5rem !important;
  }
  .xxl\:p-4 {
    padding: 2rem !important;
  }
  .xxl\:p-5 {
    padding: 2.5rem !important;
  }
  .xxl\:p-6 {
    padding: 3rem !important;
  }
  .xxl\:p-7 {
    padding: 3.5rem !important;
  }
  .xxl\:p-8 {
    padding: 4rem !important;
  }
  .xxl\:p-9 {
    padding: 5rem !important;
  }
  .xxl\:p-10 {
    padding: 8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xxl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xxl\:px-narrow {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .xxl\:px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xxl\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xxl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xxl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xxl\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xxl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xxl\:px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xxl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xxl\:px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xxl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xxl\:py-narrow {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xxl\:py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xxl\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xxl\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xxl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xxl\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xxl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xxl\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xxl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-narrow {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 8rem !important;
  }
  .xxl\:pt-0 {
    padding-top: 0 !important;
  }
  .xxl\:pt-narrow {
    padding-top: 0.25rem !important;
  }
  .xxl\:pt-1 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pt-2 {
    padding-top: 1rem !important;
  }
  .xxl\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .xxl\:pt-4 {
    padding-top: 2rem !important;
  }
  .xxl\:pt-5 {
    padding-top: 2.5rem !important;
  }
  .xxl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xxl\:pt-7 {
    padding-top: 3.5rem !important;
  }
  .xxl\:pt-8 {
    padding-top: 4rem !important;
  }
  .xxl\:pt-9 {
    padding-top: 5rem !important;
  }
  .xxl\:pt-10 {
    padding-top: 8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:pe-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-narrow {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-4 {
    padding-right: 2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-6 {
    padding-right: 3rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-7 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-8 {
    padding-right: 4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:pe-xxl-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:pe-xxl-10 {
    padding-right: 8rem !important;
  }
  .pe-xxl-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:pe-xxl-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:pe-xxl-auto {
    padding-right: auto !important;
  }
  .xxl\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-0 {
    padding-right: 0 !important;
  }
  .xxl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-narrow {
    padding-right: 0.25rem !important;
  }
  .xxl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-1 {
    padding-right: 0.5rem !important;
  }
  .xxl\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-2 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-2 {
    padding-right: 1rem !important;
  }
  .xxl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .xxl\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-4 {
    padding-right: 2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-4 {
    padding-right: 2rem !important;
  }
  .xxl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-5 {
    padding-right: 2.5rem !important;
  }
  .xxl\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-6 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-6 {
    padding-right: 3rem !important;
  }
  .xxl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-7 {
    padding-right: 3.5rem !important;
  }
  .xxl\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-8 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-8 {
    padding-right: 4rem !important;
  }
  .xxl\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-9 {
    padding-right: 5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-9 {
    padding-right: 5rem !important;
  }
  .xxl\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-10 {
    padding-right: 8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-10 {
    padding-right: 8rem !important;
  }
  .xxl\:pe-auto {
    padding-right: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:pe-auto {
    padding-right: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:pe-auto {
    padding-right: auto !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-narrow {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 8rem !important;
  }
  .xxl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xxl\:pb-narrow {
    padding-bottom: 0.25rem !important;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pb-2 {
    padding-bottom: 1rem !important;
  }
  .xxl\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .xxl\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .xxl\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .xxl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xxl\:pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .xxl\:pb-8 {
    padding-bottom: 4rem !important;
  }
  .xxl\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .xxl\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:ps-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-narrow {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-4 {
    padding-left: 2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-6 {
    padding-left: 3rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-7 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-8 {
    padding-left: 4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:ps-xxl-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:ps-xxl-10 {
    padding-left: 8rem !important;
  }
  .ps-xxl-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:ps-xxl-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:ps-xxl-auto {
    padding-left: auto !important;
  }
  .xxl\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-0 {
    padding-left: 0 !important;
  }
  .xxl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-narrow {
    padding-left: 0.25rem !important;
  }
  .xxl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-1 {
    padding-left: 0.5rem !important;
  }
  .xxl\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-2 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-2 {
    padding-left: 1rem !important;
  }
  .xxl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .xxl\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-4 {
    padding-left: 2rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-4 {
    padding-left: 2rem !important;
  }
  .xxl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-5 {
    padding-left: 2.5rem !important;
  }
  .xxl\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-6 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-6 {
    padding-left: 3rem !important;
  }
  .xxl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-7 {
    padding-left: 3.5rem !important;
  }
  .xxl\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-8 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-8 {
    padding-left: 4rem !important;
  }
  .xxl\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-9 {
    padding-left: 5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-9 {
    padding-left: 5rem !important;
  }
  .xxl\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-10 {
    padding-left: 8rem !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-10 {
    padding-left: 8rem !important;
  }
  .xxl\:ps-auto {
    padding-left: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:ps-auto {
    padding-left: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:ps-auto {
    padding-left: auto !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-narrow {
    gap: 0.25rem !important;
  }
  .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  .gap-xxl-4 {
    gap: 2rem !important;
  }
  .gap-xxl-5 {
    gap: 2.5rem !important;
  }
  .gap-xxl-6 {
    gap: 3rem !important;
  }
  .gap-xxl-7 {
    gap: 3.5rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 8rem !important;
  }
  .xxl\:gap-0 {
    gap: 0 !important;
  }
  .xxl\:gap-narrow {
    gap: 0.25rem !important;
  }
  .xxl\:gap-1 {
    gap: 0.5rem !important;
  }
  .xxl\:gap-2 {
    gap: 1rem !important;
  }
  .xxl\:gap-3 {
    gap: 1.5rem !important;
  }
  .xxl\:gap-4 {
    gap: 2rem !important;
  }
  .xxl\:gap-5 {
    gap: 2.5rem !important;
  }
  .xxl\:gap-6 {
    gap: 3rem !important;
  }
  .xxl\:gap-7 {
    gap: 3.5rem !important;
  }
  .xxl\:gap-8 {
    gap: 4rem !important;
  }
  .xxl\:gap-9 {
    gap: 5rem !important;
  }
  .xxl\:gap-10 {
    gap: 8rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-narrow {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 8rem !important;
  }
  .xxl\:row-gap-0 {
    row-gap: 0 !important;
  }
  .xxl\:row-gap-narrow {
    row-gap: 0.25rem !important;
  }
  .xxl\:row-gap-1 {
    row-gap: 0.5rem !important;
  }
  .xxl\:row-gap-2 {
    row-gap: 1rem !important;
  }
  .xxl\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .xxl\:row-gap-4 {
    row-gap: 2rem !important;
  }
  .xxl\:row-gap-5 {
    row-gap: 2.5rem !important;
  }
  .xxl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xxl\:row-gap-7 {
    row-gap: 3.5rem !important;
  }
  .xxl\:row-gap-8 {
    row-gap: 4rem !important;
  }
  .xxl\:row-gap-9 {
    row-gap: 5rem !important;
  }
  .xxl\:row-gap-10 {
    row-gap: 8rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxl-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .xxl\:column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .xxl\:column-gap-narrow {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .xxl\:column-gap-1 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .xxl\:column-gap-2 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .xxl\:column-gap-3 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .xxl\:column-gap-4 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .xxl\:column-gap-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .xxl\:column-gap-6 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .xxl\:column-gap-7 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .xxl\:column-gap-8 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .xxl\:column-gap-9 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .xxl\:column-gap-10 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .fs-xxl-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-1 {
    font-size: 1.75rem !important;
  }
  .fs-xxl-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-2 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-3 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-5 {
    font-size: 1rem !important;
  }
  .fs-xxl-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-6 {
    font-size: 0.95rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-7 {
    font-size: 0.875rem !important;
  }
  .fs-xxl-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:fs-xxl-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:fs-xxl-8 {
    font-size: 0.75rem !important;
  }
  .xxl\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-1 {
    font-size: 1.75rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-1 {
    font-size: 1.75rem !important;
  }
  .xxl\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-2 {
    font-size: 1.5rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-2 {
    font-size: 1.5rem !important;
  }
  .xxl\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-3 {
    font-size: 1.25rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-3 {
    font-size: 1.25rem !important;
  }
  .xxl\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-4 {
    font-size: 1.125rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-4 {
    font-size: 1.125rem !important;
  }
  .xxl\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-5 {
    font-size: 1rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-5 {
    font-size: 1rem !important;
  }
  .xxl\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-6 {
    font-size: 0.95rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-6 {
    font-size: 0.95rem !important;
  }
  .xxl\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-7 {
    font-size: 0.875rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-7 {
    font-size: 0.875rem !important;
  }
  .xxl\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=ltr] .ltr\:xxl\:fs-8 {
    font-size: 0.75rem !important;
  }
  [dir=rtl] .rtl\:xxl\:fs-8 {
    font-size: 0.75rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:text-xxl-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:text-xxl-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:text-xxl-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:text-xxl-center {
    text-align: center !important;
  }
  .xxl\:text-start {
    text-align: left !important;
  }
  [dir=ltr] .ltr\:xxl\:text-start {
    text-align: left !important;
  }
  [dir=rtl] .rtl\:xxl\:text-start {
    text-align: left !important;
  }
  .xxl\:text-end {
    text-align: right !important;
  }
  [dir=ltr] .ltr\:xxl\:text-end {
    text-align: right !important;
  }
  [dir=rtl] .rtl\:xxl\:text-end {
    text-align: right !important;
  }
  .xxl\:text-center {
    text-align: center !important;
  }
  [dir=ltr] .ltr\:xxl\:text-center {
    text-align: center !important;
  }
  [dir=rtl] .rtl\:xxl\:text-center {
    text-align: center !important;
  }
  .rounded-xxl, .rounded-xxl-hover:hover, .hover\:rounded-xxl:hover {
    border-radius: var(--radius) !important;
  }
  .rounded-xxl-default, .rounded-xxl-default-hover:hover, .hover\:rounded-xxl-default:hover {
    border-radius: 8px !important;
  }
  .rounded-xxl-0-5, .rounded-xxl-0-5-hover:hover, .hover\:rounded-xxl-0-5:hover {
    border-radius: 2px !important;
  }
  .rounded-xxl-1, .rounded-xxl-1-hover:hover, .hover\:rounded-xxl-1:hover {
    border-radius: 4px !important;
  }
  .rounded-xxl-1-5, .rounded-xxl-1-5-hover:hover, .hover\:rounded-xxl-1-5:hover {
    border-radius: 12px !important;
  }
  .rounded-xxl-2, .rounded-xxl-2-hover:hover, .hover\:rounded-xxl-2:hover {
    border-radius: 16px !important;
  }
  .rounded-xxl-2-5, .rounded-xxl-2-5-hover:hover, .hover\:rounded-xxl-2-5:hover {
    border-radius: 20px !important;
  }
  .rounded-xxl-3, .rounded-xxl-3-hover:hover, .hover\:rounded-xxl-3:hover {
    border-radius: 24px !important;
  }
  .rounded-xxl-3-5, .rounded-xxl-3-5-hover:hover, .hover\:rounded-xxl-3-5:hover {
    border-radius: 28px !important;
  }
  .rounded-xxl-4, .rounded-xxl-4-hover:hover, .hover\:rounded-xxl-4:hover {
    border-radius: 32px !important;
  }
  .rounded-xxl-4-5, .rounded-xxl-4-5-hover:hover, .hover\:rounded-xxl-4-5:hover {
    border-radius: 36px !important;
  }
  .rounded-xxl-5, .rounded-xxl-5-hover:hover, .hover\:rounded-xxl-5:hover {
    border-radius: 40px !important;
  }
  .rounded-xxl-5-5, .rounded-xxl-5-5-hover:hover, .hover\:rounded-xxl-5-5:hover {
    border-radius: 44px !important;
  }
  .rounded-xxl-6, .rounded-xxl-6-hover:hover, .hover\:rounded-xxl-6:hover {
    border-radius: 48px !important;
  }
  .rounded-xxl-6-5, .rounded-xxl-6-5-hover:hover, .hover\:rounded-xxl-6-5:hover {
    border-radius: 52px !important;
  }
  .rounded-xxl-7, .rounded-xxl-7-hover:hover, .hover\:rounded-xxl-7:hover {
    border-radius: 56px !important;
  }
  .rounded-xxl-7-5, .rounded-xxl-7-5-hover:hover, .hover\:rounded-xxl-7-5:hover {
    border-radius: 60px !important;
  }
  .rounded-xxl-8, .rounded-xxl-8-hover:hover, .hover\:rounded-xxl-8:hover {
    border-radius: 64px !important;
  }
  .rounded-xxl-8-5, .rounded-xxl-8-5-hover:hover, .hover\:rounded-xxl-8-5:hover {
    border-radius: 68px !important;
  }
  .rounded-xxl-9, .rounded-xxl-9-hover:hover, .hover\:rounded-xxl-9:hover {
    border-radius: 72px !important;
  }
  .rounded-xxl-9-5, .rounded-xxl-9-5-hover:hover, .hover\:rounded-xxl-9-5:hover {
    border-radius: 76px !important;
  }
  .rounded-xxl-10, .rounded-xxl-10-hover:hover, .hover\:rounded-xxl-10:hover {
    border-radius: 80px !important;
  }
  .rounded-xxl-circle, .rounded-xxl-circle-hover:hover, .hover\:rounded-xxl-circle:hover {
    border-radius: 50% !important;
  }
  .rounded-xxl-full, .rounded-xxl-full-hover:hover, .hover\:rounded-xxl-full:hover {
    border-radius: 100% !important;
  }
  .rounded-xxl-pill, .rounded-xxl-pill-hover:hover, .hover\:rounded-xxl-pill:hover {
    border-radius: 50rem !important;
  }
  .rounded-xxl-0, .rounded-xxl-0-hover:hover, .hover\:rounded-xxl-0:hover {
    border-radius: 0 !important;
  }
  .xxl\:rounded, .xxl\:rounded-hover:hover, .xxl\:hover\:rounded:hover {
    border-radius: var(--radius) !important;
  }
  .xxl\:rounded-default, .xxl\:rounded-default-hover:hover, .xxl\:hover\:rounded-default:hover {
    border-radius: 8px !important;
  }
  .xxl\:rounded-0-5, .xxl\:rounded-0-5-hover:hover, .xxl\:hover\:rounded-0-5:hover {
    border-radius: 2px !important;
  }
  .xxl\:rounded-1, .xxl\:rounded-1-hover:hover, .xxl\:hover\:rounded-1:hover {
    border-radius: 4px !important;
  }
  .xxl\:rounded-1-5, .xxl\:rounded-1-5-hover:hover, .xxl\:hover\:rounded-1-5:hover {
    border-radius: 12px !important;
  }
  .xxl\:rounded-2, .xxl\:rounded-2-hover:hover, .xxl\:hover\:rounded-2:hover {
    border-radius: 16px !important;
  }
  .xxl\:rounded-2-5, .xxl\:rounded-2-5-hover:hover, .xxl\:hover\:rounded-2-5:hover {
    border-radius: 20px !important;
  }
  .xxl\:rounded-3, .xxl\:rounded-3-hover:hover, .xxl\:hover\:rounded-3:hover {
    border-radius: 24px !important;
  }
  .xxl\:rounded-3-5, .xxl\:rounded-3-5-hover:hover, .xxl\:hover\:rounded-3-5:hover {
    border-radius: 28px !important;
  }
  .xxl\:rounded-4, .xxl\:rounded-4-hover:hover, .xxl\:hover\:rounded-4:hover {
    border-radius: 32px !important;
  }
  .xxl\:rounded-4-5, .xxl\:rounded-4-5-hover:hover, .xxl\:hover\:rounded-4-5:hover {
    border-radius: 36px !important;
  }
  .xxl\:rounded-5, .xxl\:rounded-5-hover:hover, .xxl\:hover\:rounded-5:hover {
    border-radius: 40px !important;
  }
  .xxl\:rounded-5-5, .xxl\:rounded-5-5-hover:hover, .xxl\:hover\:rounded-5-5:hover {
    border-radius: 44px !important;
  }
  .xxl\:rounded-6, .xxl\:rounded-6-hover:hover, .xxl\:hover\:rounded-6:hover {
    border-radius: 48px !important;
  }
  .xxl\:rounded-6-5, .xxl\:rounded-6-5-hover:hover, .xxl\:hover\:rounded-6-5:hover {
    border-radius: 52px !important;
  }
  .xxl\:rounded-7, .xxl\:rounded-7-hover:hover, .xxl\:hover\:rounded-7:hover {
    border-radius: 56px !important;
  }
  .xxl\:rounded-7-5, .xxl\:rounded-7-5-hover:hover, .xxl\:hover\:rounded-7-5:hover {
    border-radius: 60px !important;
  }
  .xxl\:rounded-8, .xxl\:rounded-8-hover:hover, .xxl\:hover\:rounded-8:hover {
    border-radius: 64px !important;
  }
  .xxl\:rounded-8-5, .xxl\:rounded-8-5-hover:hover, .xxl\:hover\:rounded-8-5:hover {
    border-radius: 68px !important;
  }
  .xxl\:rounded-9, .xxl\:rounded-9-hover:hover, .xxl\:hover\:rounded-9:hover {
    border-radius: 72px !important;
  }
  .xxl\:rounded-9-5, .xxl\:rounded-9-5-hover:hover, .xxl\:hover\:rounded-9-5:hover {
    border-radius: 76px !important;
  }
  .xxl\:rounded-10, .xxl\:rounded-10-hover:hover, .xxl\:hover\:rounded-10:hover {
    border-radius: 80px !important;
  }
  .xxl\:rounded-circle, .xxl\:rounded-circle-hover:hover, .xxl\:hover\:rounded-circle:hover {
    border-radius: 50% !important;
  }
  .xxl\:rounded-full, .xxl\:rounded-full-hover:hover, .xxl\:hover\:rounded-full:hover {
    border-radius: 100% !important;
  }
  .xxl\:rounded-pill, .xxl\:rounded-pill-hover:hover, .xxl\:hover\:rounded-pill:hover {
    border-radius: 50rem !important;
  }
  .xxl\:rounded-0, .xxl\:rounded-0-hover:hover, .xxl\:hover\:rounded-0:hover {
    border-radius: 0 !important;
  }
  .rounded-top-xxl, .rounded-top-xxl-hover:hover, .hover\:rounded-top-xxl:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-xxl-default, .rounded-top-xxl-default-hover:hover, .hover\:rounded-top-xxl-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-xxl-0-5, .rounded-top-xxl-0-5-hover:hover, .hover\:rounded-top-xxl-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-xxl-1, .rounded-top-xxl-1-hover:hover, .hover\:rounded-top-xxl-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-xxl-1-5, .rounded-top-xxl-1-5-hover:hover, .hover\:rounded-top-xxl-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .rounded-top-xxl-2, .rounded-top-xxl-2-hover:hover, .hover\:rounded-top-xxl-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .rounded-top-xxl-2-5, .rounded-top-xxl-2-5-hover:hover, .hover\:rounded-top-xxl-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .rounded-top-xxl-3, .rounded-top-xxl-3-hover:hover, .hover\:rounded-top-xxl-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .rounded-top-xxl-3-5, .rounded-top-xxl-3-5-hover:hover, .hover\:rounded-top-xxl-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .rounded-top-xxl-4, .rounded-top-xxl-4-hover:hover, .hover\:rounded-top-xxl-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .rounded-top-xxl-4-5, .rounded-top-xxl-4-5-hover:hover, .hover\:rounded-top-xxl-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .rounded-top-xxl-5, .rounded-top-xxl-5-hover:hover, .hover\:rounded-top-xxl-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .rounded-top-xxl-5-5, .rounded-top-xxl-5-5-hover:hover, .hover\:rounded-top-xxl-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .rounded-top-xxl-6, .rounded-top-xxl-6-hover:hover, .hover\:rounded-top-xxl-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .rounded-top-xxl-6-5, .rounded-top-xxl-6-5-hover:hover, .hover\:rounded-top-xxl-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .rounded-top-xxl-7, .rounded-top-xxl-7-hover:hover, .hover\:rounded-top-xxl-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .rounded-top-xxl-7-5, .rounded-top-xxl-7-5-hover:hover, .hover\:rounded-top-xxl-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .rounded-top-xxl-8, .rounded-top-xxl-8-hover:hover, .hover\:rounded-top-xxl-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .rounded-top-xxl-8-5, .rounded-top-xxl-8-5-hover:hover, .hover\:rounded-top-xxl-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .rounded-top-xxl-9, .rounded-top-xxl-9-hover:hover, .hover\:rounded-top-xxl-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .rounded-top-xxl-9-5, .rounded-top-xxl-9-5-hover:hover, .hover\:rounded-top-xxl-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .rounded-top-xxl-10, .rounded-top-xxl-10-hover:hover, .hover\:rounded-top-xxl-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .rounded-top-xxl-circle, .rounded-top-xxl-circle-hover:hover, .hover\:rounded-top-xxl-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl-full, .rounded-top-xxl-full-hover:hover, .hover\:rounded-top-xxl-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .rounded-top-xxl-pill, .rounded-top-xxl-pill-hover:hover, .hover\:rounded-top-xxl-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-xxl-0, .rounded-top-xxl-0-hover:hover, .hover\:rounded-top-xxl-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xxl\:rounded-top, .xxl\:rounded-top-hover:hover, .xxl\:hover\:rounded-top:hover {
    border-top-left-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
  }
  .xxl\:rounded-top-default, .xxl\:rounded-top-default-hover:hover, .xxl\:hover\:rounded-top-default:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .xxl\:rounded-top-0-5, .xxl\:rounded-top-0-5-hover:hover, .xxl\:hover\:rounded-top-0-5:hover {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .xxl\:rounded-top-1, .xxl\:rounded-top-1-hover:hover, .xxl\:hover\:rounded-top-1:hover {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .xxl\:rounded-top-1-5, .xxl\:rounded-top-1-5-hover:hover, .xxl\:hover\:rounded-top-1-5:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .xxl\:rounded-top-2, .xxl\:rounded-top-2-hover:hover, .xxl\:hover\:rounded-top-2:hover {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .xxl\:rounded-top-2-5, .xxl\:rounded-top-2-5-hover:hover, .xxl\:hover\:rounded-top-2-5:hover {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .xxl\:rounded-top-3, .xxl\:rounded-top-3-hover:hover, .xxl\:hover\:rounded-top-3:hover {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .xxl\:rounded-top-3-5, .xxl\:rounded-top-3-5-hover:hover, .xxl\:hover\:rounded-top-3-5:hover {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .xxl\:rounded-top-4, .xxl\:rounded-top-4-hover:hover, .xxl\:hover\:rounded-top-4:hover {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .xxl\:rounded-top-4-5, .xxl\:rounded-top-4-5-hover:hover, .xxl\:hover\:rounded-top-4-5:hover {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .xxl\:rounded-top-5, .xxl\:rounded-top-5-hover:hover, .xxl\:hover\:rounded-top-5:hover {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .xxl\:rounded-top-5-5, .xxl\:rounded-top-5-5-hover:hover, .xxl\:hover\:rounded-top-5-5:hover {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .xxl\:rounded-top-6, .xxl\:rounded-top-6-hover:hover, .xxl\:hover\:rounded-top-6:hover {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .xxl\:rounded-top-6-5, .xxl\:rounded-top-6-5-hover:hover, .xxl\:hover\:rounded-top-6-5:hover {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important;
  }
  .xxl\:rounded-top-7, .xxl\:rounded-top-7-hover:hover, .xxl\:hover\:rounded-top-7:hover {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important;
  }
  .xxl\:rounded-top-7-5, .xxl\:rounded-top-7-5-hover:hover, .xxl\:hover\:rounded-top-7-5:hover {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
  }
  .xxl\:rounded-top-8, .xxl\:rounded-top-8-hover:hover, .xxl\:hover\:rounded-top-8:hover {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
  }
  .xxl\:rounded-top-8-5, .xxl\:rounded-top-8-5-hover:hover, .xxl\:hover\:rounded-top-8-5:hover {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important;
  }
  .xxl\:rounded-top-9, .xxl\:rounded-top-9-hover:hover, .xxl\:hover\:rounded-top-9:hover {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important;
  }
  .xxl\:rounded-top-9-5, .xxl\:rounded-top-9-5-hover:hover, .xxl\:hover\:rounded-top-9-5:hover {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important;
  }
  .xxl\:rounded-top-10, .xxl\:rounded-top-10-hover:hover, .xxl\:hover\:rounded-top-10:hover {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
  }
  .xxl\:rounded-top-circle, .xxl\:rounded-top-circle-hover:hover, .xxl\:hover\:rounded-top-circle:hover {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xxl\:rounded-top-full, .xxl\:rounded-top-full-hover:hover, .xxl\:hover\:rounded-top-full:hover {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }
  .xxl\:rounded-top-pill, .xxl\:rounded-top-pill-hover:hover, .xxl\:hover\:rounded-top-pill:hover {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .xxl\:rounded-top-0, .xxl\:rounded-top-0-hover:hover, .xxl\:hover\:rounded-top-0:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-end-xxl, .rounded-end-xxl-hover:hover, .hover\:rounded-end-xxl:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-end-xxl-default, .rounded-end-xxl-default-hover:hover, .hover\:rounded-end-xxl-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-xxl-0-5, .rounded-end-xxl-0-5-hover:hover, .hover\:rounded-end-xxl-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-xxl-1, .rounded-end-xxl-1-hover:hover, .hover\:rounded-end-xxl-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-xxl-1-5, .rounded-end-xxl-1-5-hover:hover, .hover\:rounded-end-xxl-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .rounded-end-xxl-2, .rounded-end-xxl-2-hover:hover, .hover\:rounded-end-xxl-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .rounded-end-xxl-2-5, .rounded-end-xxl-2-5-hover:hover, .hover\:rounded-end-xxl-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .rounded-end-xxl-3, .rounded-end-xxl-3-hover:hover, .hover\:rounded-end-xxl-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .rounded-end-xxl-3-5, .rounded-end-xxl-3-5-hover:hover, .hover\:rounded-end-xxl-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .rounded-end-xxl-4, .rounded-end-xxl-4-hover:hover, .hover\:rounded-end-xxl-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .rounded-end-xxl-4-5, .rounded-end-xxl-4-5-hover:hover, .hover\:rounded-end-xxl-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .rounded-end-xxl-5, .rounded-end-xxl-5-hover:hover, .hover\:rounded-end-xxl-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .rounded-end-xxl-5-5, .rounded-end-xxl-5-5-hover:hover, .hover\:rounded-end-xxl-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .rounded-end-xxl-6, .rounded-end-xxl-6-hover:hover, .hover\:rounded-end-xxl-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .rounded-end-xxl-6-5, .rounded-end-xxl-6-5-hover:hover, .hover\:rounded-end-xxl-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .rounded-end-xxl-7, .rounded-end-xxl-7-hover:hover, .hover\:rounded-end-xxl-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .rounded-end-xxl-7-5, .rounded-end-xxl-7-5-hover:hover, .hover\:rounded-end-xxl-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .rounded-end-xxl-8, .rounded-end-xxl-8-hover:hover, .hover\:rounded-end-xxl-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .rounded-end-xxl-8-5, .rounded-end-xxl-8-5-hover:hover, .hover\:rounded-end-xxl-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .rounded-end-xxl-9, .rounded-end-xxl-9-hover:hover, .hover\:rounded-end-xxl-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .rounded-end-xxl-9-5, .rounded-end-xxl-9-5-hover:hover, .hover\:rounded-end-xxl-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .rounded-end-xxl-10, .rounded-end-xxl-10-hover:hover, .hover\:rounded-end-xxl-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .rounded-end-xxl-circle, .rounded-end-xxl-circle-hover:hover, .hover\:rounded-end-xxl-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl-full, .rounded-end-xxl-full-hover:hover, .hover\:rounded-end-xxl-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .rounded-end-xxl-pill, .rounded-end-xxl-pill-hover:hover, .hover\:rounded-end-xxl-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-xxl-0, .rounded-end-xxl-0-hover:hover, .hover\:rounded-end-xxl-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:rounded-end, .xxl\:rounded-end-hover:hover, .xxl\:hover\:rounded-end:hover {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
  }
  .xxl\:rounded-end-default, .xxl\:rounded-end-default-hover:hover, .xxl\:hover\:rounded-end-default:hover {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .xxl\:rounded-end-0-5, .xxl\:rounded-end-0-5-hover:hover, .xxl\:hover\:rounded-end-0-5:hover {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .xxl\:rounded-end-1, .xxl\:rounded-end-1-hover:hover, .xxl\:hover\:rounded-end-1:hover {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .xxl\:rounded-end-1-5, .xxl\:rounded-end-1-5-hover:hover, .xxl\:hover\:rounded-end-1-5:hover {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .xxl\:rounded-end-2, .xxl\:rounded-end-2-hover:hover, .xxl\:hover\:rounded-end-2:hover {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .xxl\:rounded-end-2-5, .xxl\:rounded-end-2-5-hover:hover, .xxl\:hover\:rounded-end-2-5:hover {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .xxl\:rounded-end-3, .xxl\:rounded-end-3-hover:hover, .xxl\:hover\:rounded-end-3:hover {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .xxl\:rounded-end-3-5, .xxl\:rounded-end-3-5-hover:hover, .xxl\:hover\:rounded-end-3-5:hover {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .xxl\:rounded-end-4, .xxl\:rounded-end-4-hover:hover, .xxl\:hover\:rounded-end-4:hover {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .xxl\:rounded-end-4-5, .xxl\:rounded-end-4-5-hover:hover, .xxl\:hover\:rounded-end-4-5:hover {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .xxl\:rounded-end-5, .xxl\:rounded-end-5-hover:hover, .xxl\:hover\:rounded-end-5:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .xxl\:rounded-end-5-5, .xxl\:rounded-end-5-5-hover:hover, .xxl\:hover\:rounded-end-5-5:hover {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .xxl\:rounded-end-6, .xxl\:rounded-end-6-hover:hover, .xxl\:hover\:rounded-end-6:hover {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .xxl\:rounded-end-6-5, .xxl\:rounded-end-6-5-hover:hover, .xxl\:hover\:rounded-end-6-5:hover {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important;
  }
  .xxl\:rounded-end-7, .xxl\:rounded-end-7-hover:hover, .xxl\:hover\:rounded-end-7:hover {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important;
  }
  .xxl\:rounded-end-7-5, .xxl\:rounded-end-7-5-hover:hover, .xxl\:hover\:rounded-end-7-5:hover {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
  }
  .xxl\:rounded-end-8, .xxl\:rounded-end-8-hover:hover, .xxl\:hover\:rounded-end-8:hover {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }
  .xxl\:rounded-end-8-5, .xxl\:rounded-end-8-5-hover:hover, .xxl\:hover\:rounded-end-8-5:hover {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important;
  }
  .xxl\:rounded-end-9, .xxl\:rounded-end-9-hover:hover, .xxl\:hover\:rounded-end-9:hover {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important;
  }
  .xxl\:rounded-end-9-5, .xxl\:rounded-end-9-5-hover:hover, .xxl\:hover\:rounded-end-9-5:hover {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important;
  }
  .xxl\:rounded-end-10, .xxl\:rounded-end-10-hover:hover, .xxl\:hover\:rounded-end-10:hover {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .xxl\:rounded-end-circle, .xxl\:rounded-end-circle-hover:hover, .xxl\:hover\:rounded-end-circle:hover {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xxl\:rounded-end-full, .xxl\:rounded-end-full-hover:hover, .xxl\:hover\:rounded-end-full:hover {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }
  .xxl\:rounded-end-pill, .xxl\:rounded-end-pill-hover:hover, .xxl\:hover\:rounded-end-pill:hover {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .xxl\:rounded-end-0, .xxl\:rounded-end-0-hover:hover, .xxl\:hover\:rounded-end-0:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-bottom-xxl, .rounded-bottom-xxl-hover:hover, .hover\:rounded-bottom-xxl:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-xxl-default, .rounded-bottom-xxl-default-hover:hover, .hover\:rounded-bottom-xxl-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-xxl-0-5, .rounded-bottom-xxl-0-5-hover:hover, .hover\:rounded-bottom-xxl-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-xxl-1, .rounded-bottom-xxl-1-hover:hover, .hover\:rounded-bottom-xxl-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-xxl-1-5, .rounded-bottom-xxl-1-5-hover:hover, .hover\:rounded-bottom-xxl-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-xxl-2, .rounded-bottom-xxl-2-hover:hover, .hover\:rounded-bottom-xxl-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-xxl-2-5, .rounded-bottom-xxl-2-5-hover:hover, .hover\:rounded-bottom-xxl-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-xxl-3, .rounded-bottom-xxl-3-hover:hover, .hover\:rounded-bottom-xxl-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-xxl-3-5, .rounded-bottom-xxl-3-5-hover:hover, .hover\:rounded-bottom-xxl-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-xxl-4, .rounded-bottom-xxl-4-hover:hover, .hover\:rounded-bottom-xxl-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-xxl-4-5, .rounded-bottom-xxl-4-5-hover:hover, .hover\:rounded-bottom-xxl-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-xxl-5, .rounded-bottom-xxl-5-hover:hover, .hover\:rounded-bottom-xxl-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-xxl-5-5, .rounded-bottom-xxl-5-5-hover:hover, .hover\:rounded-bottom-xxl-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-xxl-6, .rounded-bottom-xxl-6-hover:hover, .hover\:rounded-bottom-xxl-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-xxl-6-5, .rounded-bottom-xxl-6-5-hover:hover, .hover\:rounded-bottom-xxl-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-xxl-7, .rounded-bottom-xxl-7-hover:hover, .hover\:rounded-bottom-xxl-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-xxl-7-5, .rounded-bottom-xxl-7-5-hover:hover, .hover\:rounded-bottom-xxl-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-xxl-8, .rounded-bottom-xxl-8-hover:hover, .hover\:rounded-bottom-xxl-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-xxl-8-5, .rounded-bottom-xxl-8-5-hover:hover, .hover\:rounded-bottom-xxl-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-xxl-9, .rounded-bottom-xxl-9-hover:hover, .hover\:rounded-bottom-xxl-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-xxl-9-5, .rounded-bottom-xxl-9-5-hover:hover, .hover\:rounded-bottom-xxl-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-xxl-10, .rounded-bottom-xxl-10-hover:hover, .hover\:rounded-bottom-xxl-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-xxl-circle, .rounded-bottom-xxl-circle-hover:hover, .hover\:rounded-bottom-xxl-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl-full, .rounded-bottom-xxl-full-hover:hover, .hover\:rounded-bottom-xxl-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-xxl-pill, .rounded-bottom-xxl-pill-hover:hover, .hover\:rounded-bottom-xxl-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-xxl-0, .rounded-bottom-xxl-0-hover:hover, .hover\:rounded-bottom-xxl-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xxl\:rounded-bottom, .xxl\:rounded-bottom-hover:hover, .xxl\:hover\:rounded-bottom:hover {
    border-bottom-right-radius: var(--radius) !important;
    border-bottom-left-radius: var(--radius) !important;
  }
  .xxl\:rounded-bottom-default, .xxl\:rounded-bottom-default-hover:hover, .xxl\:hover\:rounded-bottom-default:hover {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .xxl\:rounded-bottom-0-5, .xxl\:rounded-bottom-0-5-hover:hover, .xxl\:hover\:rounded-bottom-0-5:hover {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .xxl\:rounded-bottom-1, .xxl\:rounded-bottom-1-hover:hover, .xxl\:hover\:rounded-bottom-1:hover {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .xxl\:rounded-bottom-1-5, .xxl\:rounded-bottom-1-5-hover:hover, .xxl\:hover\:rounded-bottom-1-5:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .xxl\:rounded-bottom-2, .xxl\:rounded-bottom-2-hover:hover, .xxl\:hover\:rounded-bottom-2:hover {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .xxl\:rounded-bottom-2-5, .xxl\:rounded-bottom-2-5-hover:hover, .xxl\:hover\:rounded-bottom-2-5:hover {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .xxl\:rounded-bottom-3, .xxl\:rounded-bottom-3-hover:hover, .xxl\:hover\:rounded-bottom-3:hover {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }
  .xxl\:rounded-bottom-3-5, .xxl\:rounded-bottom-3-5-hover:hover, .xxl\:hover\:rounded-bottom-3-5:hover {
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }
  .xxl\:rounded-bottom-4, .xxl\:rounded-bottom-4-hover:hover, .xxl\:hover\:rounded-bottom-4:hover {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
  .xxl\:rounded-bottom-4-5, .xxl\:rounded-bottom-4-5-hover:hover, .xxl\:hover\:rounded-bottom-4-5:hover {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
  }
  .xxl\:rounded-bottom-5, .xxl\:rounded-bottom-5-hover:hover, .xxl\:hover\:rounded-bottom-5:hover {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .xxl\:rounded-bottom-5-5, .xxl\:rounded-bottom-5-5-hover:hover, .xxl\:hover\:rounded-bottom-5-5:hover {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
  }
  .xxl\:rounded-bottom-6, .xxl\:rounded-bottom-6-hover:hover, .xxl\:hover\:rounded-bottom-6:hover {
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  .xxl\:rounded-bottom-6-5, .xxl\:rounded-bottom-6-5-hover:hover, .xxl\:hover\:rounded-bottom-6-5:hover {
    border-bottom-right-radius: 52px !important;
    border-bottom-left-radius: 52px !important;
  }
  .xxl\:rounded-bottom-7, .xxl\:rounded-bottom-7-hover:hover, .xxl\:hover\:rounded-bottom-7:hover {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
  }
  .xxl\:rounded-bottom-7-5, .xxl\:rounded-bottom-7-5-hover:hover, .xxl\:hover\:rounded-bottom-7-5:hover {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
  }
  .xxl\:rounded-bottom-8, .xxl\:rounded-bottom-8-hover:hover, .xxl\:hover\:rounded-bottom-8:hover {
    border-bottom-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
  }
  .xxl\:rounded-bottom-8-5, .xxl\:rounded-bottom-8-5-hover:hover, .xxl\:hover\:rounded-bottom-8-5:hover {
    border-bottom-right-radius: 68px !important;
    border-bottom-left-radius: 68px !important;
  }
  .xxl\:rounded-bottom-9, .xxl\:rounded-bottom-9-hover:hover, .xxl\:hover\:rounded-bottom-9:hover {
    border-bottom-right-radius: 72px !important;
    border-bottom-left-radius: 72px !important;
  }
  .xxl\:rounded-bottom-9-5, .xxl\:rounded-bottom-9-5-hover:hover, .xxl\:hover\:rounded-bottom-9-5:hover {
    border-bottom-right-radius: 76px !important;
    border-bottom-left-radius: 76px !important;
  }
  .xxl\:rounded-bottom-10, .xxl\:rounded-bottom-10-hover:hover, .xxl\:hover\:rounded-bottom-10:hover {
    border-bottom-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .xxl\:rounded-bottom-circle, .xxl\:rounded-bottom-circle-hover:hover, .xxl\:hover\:rounded-bottom-circle:hover {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xxl\:rounded-bottom-full, .xxl\:rounded-bottom-full-hover:hover, .xxl\:hover\:rounded-bottom-full:hover {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }
  .xxl\:rounded-bottom-pill, .xxl\:rounded-bottom-pill-hover:hover, .xxl\:hover\:rounded-bottom-pill:hover {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .xxl\:rounded-bottom-0, .xxl\:rounded-bottom-0-hover:hover, .xxl\:hover\:rounded-bottom-0:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-start-xxl, .rounded-start-xxl-hover:hover, .hover\:rounded-start-xxl:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-start-xxl-default, .rounded-start-xxl-default-hover:hover, .hover\:rounded-start-xxl-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-xxl-0-5, .rounded-start-xxl-0-5-hover:hover, .hover\:rounded-start-xxl-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-xxl-1, .rounded-start-xxl-1-hover:hover, .hover\:rounded-start-xxl-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-xxl-1-5, .rounded-start-xxl-1-5-hover:hover, .hover\:rounded-start-xxl-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .rounded-start-xxl-2, .rounded-start-xxl-2-hover:hover, .hover\:rounded-start-xxl-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .rounded-start-xxl-2-5, .rounded-start-xxl-2-5-hover:hover, .hover\:rounded-start-xxl-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .rounded-start-xxl-3, .rounded-start-xxl-3-hover:hover, .hover\:rounded-start-xxl-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .rounded-start-xxl-3-5, .rounded-start-xxl-3-5-hover:hover, .hover\:rounded-start-xxl-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .rounded-start-xxl-4, .rounded-start-xxl-4-hover:hover, .hover\:rounded-start-xxl-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .rounded-start-xxl-4-5, .rounded-start-xxl-4-5-hover:hover, .hover\:rounded-start-xxl-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .rounded-start-xxl-5, .rounded-start-xxl-5-hover:hover, .hover\:rounded-start-xxl-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .rounded-start-xxl-5-5, .rounded-start-xxl-5-5-hover:hover, .hover\:rounded-start-xxl-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .rounded-start-xxl-6, .rounded-start-xxl-6-hover:hover, .hover\:rounded-start-xxl-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .rounded-start-xxl-6-5, .rounded-start-xxl-6-5-hover:hover, .hover\:rounded-start-xxl-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .rounded-start-xxl-7, .rounded-start-xxl-7-hover:hover, .hover\:rounded-start-xxl-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .rounded-start-xxl-7-5, .rounded-start-xxl-7-5-hover:hover, .hover\:rounded-start-xxl-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .rounded-start-xxl-8, .rounded-start-xxl-8-hover:hover, .hover\:rounded-start-xxl-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .rounded-start-xxl-8-5, .rounded-start-xxl-8-5-hover:hover, .hover\:rounded-start-xxl-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .rounded-start-xxl-9, .rounded-start-xxl-9-hover:hover, .hover\:rounded-start-xxl-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .rounded-start-xxl-9-5, .rounded-start-xxl-9-5-hover:hover, .hover\:rounded-start-xxl-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .rounded-start-xxl-10, .rounded-start-xxl-10-hover:hover, .hover\:rounded-start-xxl-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .rounded-start-xxl-circle, .rounded-start-xxl-circle-hover:hover, .hover\:rounded-start-xxl-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl-full, .rounded-start-xxl-full-hover:hover, .hover\:rounded-start-xxl-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .rounded-start-xxl-pill, .rounded-start-xxl-pill-hover:hover, .hover\:rounded-start-xxl-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-xxl-0, .rounded-start-xxl-0-hover:hover, .hover\:rounded-start-xxl-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .xxl\:rounded-start, .xxl\:rounded-start-hover:hover, .xxl\:hover\:rounded-start:hover {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important;
  }
  .xxl\:rounded-start-default, .xxl\:rounded-start-default-hover:hover, .xxl\:hover\:rounded-start-default:hover {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .xxl\:rounded-start-0-5, .xxl\:rounded-start-0-5-hover:hover, .xxl\:hover\:rounded-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .xxl\:rounded-start-1, .xxl\:rounded-start-1-hover:hover, .xxl\:hover\:rounded-start-1:hover {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .xxl\:rounded-start-1-5, .xxl\:rounded-start-1-5-hover:hover, .xxl\:hover\:rounded-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .xxl\:rounded-start-2, .xxl\:rounded-start-2-hover:hover, .xxl\:hover\:rounded-start-2:hover {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
  .xxl\:rounded-start-2-5, .xxl\:rounded-start-2-5-hover:hover, .xxl\:hover\:rounded-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  .xxl\:rounded-start-3, .xxl\:rounded-start-3-hover:hover, .xxl\:hover\:rounded-start-3:hover {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
  }
  .xxl\:rounded-start-3-5, .xxl\:rounded-start-3-5-hover:hover, .xxl\:hover\:rounded-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important;
  }
  .xxl\:rounded-start-4, .xxl\:rounded-start-4-hover:hover, .xxl\:hover\:rounded-start-4:hover {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
  .xxl\:rounded-start-4-5, .xxl\:rounded-start-4-5-hover:hover, .xxl\:hover\:rounded-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important;
  }
  .xxl\:rounded-start-5, .xxl\:rounded-start-5-hover:hover, .xxl\:hover\:rounded-start-5:hover {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
  }
  .xxl\:rounded-start-5-5, .xxl\:rounded-start-5-5-hover:hover, .xxl\:hover\:rounded-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important;
  }
  .xxl\:rounded-start-6, .xxl\:rounded-start-6-hover:hover, .xxl\:hover\:rounded-start-6:hover {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important;
  }
  .xxl\:rounded-start-6-5, .xxl\:rounded-start-6-5-hover:hover, .xxl\:hover\:rounded-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important;
  }
  .xxl\:rounded-start-7, .xxl\:rounded-start-7-hover:hover, .xxl\:hover\:rounded-start-7:hover {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important;
  }
  .xxl\:rounded-start-7-5, .xxl\:rounded-start-7-5-hover:hover, .xxl\:hover\:rounded-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
  }
  .xxl\:rounded-start-8, .xxl\:rounded-start-8-hover:hover, .xxl\:hover\:rounded-start-8:hover {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important;
  }
  .xxl\:rounded-start-8-5, .xxl\:rounded-start-8-5-hover:hover, .xxl\:hover\:rounded-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important;
  }
  .xxl\:rounded-start-9, .xxl\:rounded-start-9-hover:hover, .xxl\:hover\:rounded-start-9:hover {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important;
  }
  .xxl\:rounded-start-9-5, .xxl\:rounded-start-9-5-hover:hover, .xxl\:hover\:rounded-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important;
  }
  .xxl\:rounded-start-10, .xxl\:rounded-start-10-hover:hover, .xxl\:hover\:rounded-start-10:hover {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
  }
  .xxl\:rounded-start-circle, .xxl\:rounded-start-circle-hover:hover, .xxl\:hover\:rounded-start-circle:hover {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .xxl\:rounded-start-full, .xxl\:rounded-start-full-hover:hover, .xxl\:hover\:rounded-start-full:hover {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
  }
  .xxl\:rounded-start-pill, .xxl\:rounded-start-pill-hover:hover, .xxl\:hover\:rounded-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .xxl\:rounded-start-0, .xxl\:rounded-start-0-hover:hover, .xxl\:hover\:rounded-start-0:hover {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .justify-items-xxl-start {
    justify-items: start !important;
  }
  .justify-items-xxl-center {
    justify-items: center !important;
  }
  .justify-items-xxl-end {
    justify-items: end !important;
  }
  .justify-items-xxl-stretch {
    justify-items: stretch !important;
  }
  .xxl\:justify-items-start {
    justify-items: start !important;
  }
  .xxl\:justify-items-center {
    justify-items: center !important;
  }
  .xxl\:justify-items-end {
    justify-items: end !important;
  }
  .xxl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .justify-self-xxl-auto {
    justify-self: auto !important;
  }
  .justify-self-xxl-start {
    justify-self: start !important;
  }
  .justify-self-xxl-center {
    justify-self: center !important;
  }
  .justify-self-xxl-end {
    justify-self: end !important;
  }
  .justify-self-xxl-stretch {
    justify-self: stretch !important;
  }
  .xxl\:justify-self-auto {
    justify-self: auto !important;
  }
  .xxl\:justify-self-start {
    justify-self: start !important;
  }
  .xxl\:justify-self-center {
    justify-self: center !important;
  }
  .xxl\:justify-self-end {
    justify-self: end !important;
  }
  .xxl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .place-xxl-start {
    place-content: flex-start !important;
  }
  .place-xxl-center {
    place-content: center !important;
  }
  .place-xxl-end {
    place-content: flex-end !important;
  }
  .place-xxl-between {
    place-content: space-between !important;
  }
  .place-xxl-around {
    place-content: space-around !important;
  }
  .place-xxl-evenly {
    place-content: space-evenly !important;
  }
  .place-xxl-stretch {
    place-content: stretch !important;
  }
  .place-xxl-baseline {
    place-content: baseline !important;
  }
  .xxl\:place-start {
    place-content: flex-start !important;
  }
  .xxl\:place-center {
    place-content: center !important;
  }
  .xxl\:place-end {
    place-content: flex-end !important;
  }
  .xxl\:place-between {
    place-content: space-between !important;
  }
  .xxl\:place-around {
    place-content: space-around !important;
  }
  .xxl\:place-evenly {
    place-content: space-evenly !important;
  }
  .xxl\:place-stretch {
    place-content: stretch !important;
  }
  .xxl\:place-baseline {
    place-content: baseline !important;
  }
  .place-items-xxl-start {
    place-items: start !important;
  }
  .place-items-xxl-center {
    place-items: center !important;
  }
  .place-items-xxl-end {
    place-items: end !important;
  }
  .place-items-xxl-stretch {
    place-items: stretch !important;
  }
  .place-items-xxl-baseline {
    place-items: baseline !important;
  }
  .xxl\:place-items-start {
    place-items: start !important;
  }
  .xxl\:place-items-center {
    place-items: center !important;
  }
  .xxl\:place-items-end {
    place-items: end !important;
  }
  .xxl\:place-items-stretch {
    place-items: stretch !important;
  }
  .xxl\:place-items-baseline {
    place-items: baseline !important;
  }
  .place-self-xxl-auto {
    place-self: auto !important;
  }
  .place-self-xxl-start {
    place-self: start !important;
  }
  .place-self-xxl-center {
    place-self: center !important;
  }
  .place-self-xxl-end {
    place-self: end !important;
  }
  .place-self-xxl-stretch {
    place-self: stretch !important;
  }
  .xxl\:place-self-auto {
    place-self: auto !important;
  }
  .xxl\:place-self-start {
    place-self: start !important;
  }
  .xxl\:place-self-center {
    place-self: center !important;
  }
  .xxl\:place-self-end {
    place-self: end !important;
  }
  .xxl\:place-self-stretch {
    place-self: stretch !important;
  }
  .g-row-span-xxl-1 {
    grid-row: span 1/span 1 !important;
  }
  .g-row-span-xxl-2 {
    grid-row: span 2/span 2 !important;
  }
  .g-row-span-xxl-3 {
    grid-row: span 3/span 3 !important;
  }
  .g-row-span-xxl-4 {
    grid-row: span 4/span 4 !important;
  }
  .g-row-span-xxl-5 {
    grid-row: span 5/span 5 !important;
  }
  .g-row-span-xxl-6 {
    grid-row: span 6/span 6 !important;
  }
  .g-row-span-xxl-7 {
    grid-row: span 7/span 7 !important;
  }
  .g-row-span-xxl-8 {
    grid-row: span 8/span 8 !important;
  }
  .g-row-span-xxl-9 {
    grid-row: span 9/span 9 !important;
  }
  .g-row-span-xxl-10 {
    grid-row: span 10/span 10 !important;
  }
  .g-row-span-xxl-11 {
    grid-row: span 11/span 11 !important;
  }
  .g-row-span-xxl-12 {
    grid-row: span 12/span 12 !important;
  }
  .g-row-span-xxl-full {
    grid-row: "1 / -1" !important;
  }
  .xxl\:g-row-span-1 {
    grid-row: span 1/span 1 !important;
  }
  .xxl\:g-row-span-2 {
    grid-row: span 2/span 2 !important;
  }
  .xxl\:g-row-span-3 {
    grid-row: span 3/span 3 !important;
  }
  .xxl\:g-row-span-4 {
    grid-row: span 4/span 4 !important;
  }
  .xxl\:g-row-span-5 {
    grid-row: span 5/span 5 !important;
  }
  .xxl\:g-row-span-6 {
    grid-row: span 6/span 6 !important;
  }
  .xxl\:g-row-span-7 {
    grid-row: span 7/span 7 !important;
  }
  .xxl\:g-row-span-8 {
    grid-row: span 8/span 8 !important;
  }
  .xxl\:g-row-span-9 {
    grid-row: span 9/span 9 !important;
  }
  .xxl\:g-row-span-10 {
    grid-row: span 10/span 10 !important;
  }
  .xxl\:g-row-span-11 {
    grid-row: span 11/span 11 !important;
  }
  .xxl\:g-row-span-12 {
    grid-row: span 12/span 12 !important;
  }
  .xxl\:g-row-span-full {
    grid-row: "1 / -1" !important;
  }
  .g-row-start-xxl-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-1 {
    grid-row-start: 1 !important;
  }
  .g-row-start-xxl-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-2 {
    grid-row-start: 2 !important;
  }
  .g-row-start-xxl-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-3 {
    grid-row-start: 3 !important;
  }
  .g-row-start-xxl-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-4 {
    grid-row-start: 4 !important;
  }
  .g-row-start-xxl-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-5 {
    grid-row-start: 5 !important;
  }
  .g-row-start-xxl-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-6 {
    grid-row-start: 6 !important;
  }
  .g-row-start-xxl-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-7 {
    grid-row-start: 7 !important;
  }
  .g-row-start-xxl-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-8 {
    grid-row-start: 8 !important;
  }
  .g-row-start-xxl-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-9 {
    grid-row-start: 9 !important;
  }
  .g-row-start-xxl-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-10 {
    grid-row-start: 10 !important;
  }
  .g-row-start-xxl-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-11 {
    grid-row-start: 11 !important;
  }
  .g-row-start-xxl-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-12 {
    grid-row-start: 12 !important;
  }
  .g-row-start-xxl-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-13 {
    grid-row-start: 13 !important;
  }
  .g-row-start-xxl-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:g-row-start-xxl-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:g-row-start-xxl-auto {
    grid-row-start: auto !important;
  }
  .xxl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-1 {
    grid-row-start: 1 !important;
  }
  .xxl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-2 {
    grid-row-start: 2 !important;
  }
  .xxl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-3 {
    grid-row-start: 3 !important;
  }
  .xxl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-4 {
    grid-row-start: 4 !important;
  }
  .xxl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-5 {
    grid-row-start: 5 !important;
  }
  .xxl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-6 {
    grid-row-start: 6 !important;
  }
  .xxl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-7 {
    grid-row-start: 7 !important;
  }
  .xxl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-8 {
    grid-row-start: 8 !important;
  }
  .xxl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-9 {
    grid-row-start: 9 !important;
  }
  .xxl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-10 {
    grid-row-start: 10 !important;
  }
  .xxl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-11 {
    grid-row-start: 11 !important;
  }
  .xxl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-12 {
    grid-row-start: 12 !important;
  }
  .xxl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-13 {
    grid-row-start: 13 !important;
  }
  .xxl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-auto {
    grid-row-start: auto !important;
  }
  .g-row-end-xxl-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-1 {
    grid-row-end: 1 !important;
  }
  .g-row-end-xxl-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-2 {
    grid-row-end: 2 !important;
  }
  .g-row-end-xxl-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-3 {
    grid-row-end: 3 !important;
  }
  .g-row-end-xxl-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-4 {
    grid-row-end: 4 !important;
  }
  .g-row-end-xxl-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-5 {
    grid-row-end: 5 !important;
  }
  .g-row-end-xxl-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-6 {
    grid-row-end: 6 !important;
  }
  .g-row-end-xxl-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-7 {
    grid-row-end: 7 !important;
  }
  .g-row-end-xxl-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-8 {
    grid-row-end: 8 !important;
  }
  .g-row-end-xxl-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-9 {
    grid-row-end: 9 !important;
  }
  .g-row-end-xxl-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-10 {
    grid-row-end: 10 !important;
  }
  .g-row-end-xxl-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-11 {
    grid-row-end: 11 !important;
  }
  .g-row-end-xxl-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-12 {
    grid-row-end: 12 !important;
  }
  .g-row-end-xxl-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-13 {
    grid-row-end: 13 !important;
  }
  .g-row-end-xxl-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:g-row-end-xxl-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:g-row-end-xxl-auto {
    grid-row-end: auto !important;
  }
  .xxl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-1 {
    grid-row-end: 1 !important;
  }
  .xxl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-2 {
    grid-row-end: 2 !important;
  }
  .xxl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-3 {
    grid-row-end: 3 !important;
  }
  .xxl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-4 {
    grid-row-end: 4 !important;
  }
  .xxl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-5 {
    grid-row-end: 5 !important;
  }
  .xxl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-6 {
    grid-row-end: 6 !important;
  }
  .xxl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-7 {
    grid-row-end: 7 !important;
  }
  .xxl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-8 {
    grid-row-end: 8 !important;
  }
  .xxl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-9 {
    grid-row-end: 9 !important;
  }
  .xxl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-10 {
    grid-row-end: 10 !important;
  }
  .xxl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-11 {
    grid-row-end: 11 !important;
  }
  .xxl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-12 {
    grid-row-end: 12 !important;
  }
  .xxl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-13 {
    grid-row-end: 13 !important;
  }
  .xxl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-auto {
    grid-row-end: auto !important;
  }
  .g-row-xxl-auto {
    grid-row: auto !important;
  }
  .xxl\:g-row-auto {
    grid-row: auto !important;
  }
  .g-col-span-xxl-1 {
    grid-column: span 1/span 1 !important;
  }
  .g-col-span-xxl-2 {
    grid-column: span 2/span 2 !important;
  }
  .g-col-span-xxl-3 {
    grid-column: span 3/span 3 !important;
  }
  .g-col-span-xxl-4 {
    grid-column: span 4/span 4 !important;
  }
  .g-col-span-xxl-5 {
    grid-column: span 5/span 5 !important;
  }
  .g-col-span-xxl-6 {
    grid-column: span 6/span 6 !important;
  }
  .g-col-span-xxl-7 {
    grid-column: span 7/span 7 !important;
  }
  .g-col-span-xxl-8 {
    grid-column: span 8/span 8 !important;
  }
  .g-col-span-xxl-9 {
    grid-column: span 9/span 9 !important;
  }
  .g-col-span-xxl-10 {
    grid-column: span 10/span 10 !important;
  }
  .g-col-span-xxl-11 {
    grid-column: span 11/span 11 !important;
  }
  .g-col-span-xxl-12 {
    grid-column: span 12/span 12 !important;
  }
  .g-col-span-xxl-full {
    grid-column: "1 / -1" !important;
  }
  .xxl\:g-col-span-1 {
    grid-column: span 1/span 1 !important;
  }
  .xxl\:g-col-span-2 {
    grid-column: span 2/span 2 !important;
  }
  .xxl\:g-col-span-3 {
    grid-column: span 3/span 3 !important;
  }
  .xxl\:g-col-span-4 {
    grid-column: span 4/span 4 !important;
  }
  .xxl\:g-col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .xxl\:g-col-span-6 {
    grid-column: span 6/span 6 !important;
  }
  .xxl\:g-col-span-7 {
    grid-column: span 7/span 7 !important;
  }
  .xxl\:g-col-span-8 {
    grid-column: span 8/span 8 !important;
  }
  .xxl\:g-col-span-9 {
    grid-column: span 9/span 9 !important;
  }
  .xxl\:g-col-span-10 {
    grid-column: span 10/span 10 !important;
  }
  .xxl\:g-col-span-11 {
    grid-column: span 11/span 11 !important;
  }
  .xxl\:g-col-span-12 {
    grid-column: span 12/span 12 !important;
  }
  .xxl\:g-col-span-full {
    grid-column: "1 / -1" !important;
  }
  .g-col-start-xxl-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-1 {
    grid-column-start: 1 !important;
  }
  .g-col-start-xxl-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-2 {
    grid-column-start: 2 !important;
  }
  .g-col-start-xxl-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-3 {
    grid-column-start: 3 !important;
  }
  .g-col-start-xxl-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-4 {
    grid-column-start: 4 !important;
  }
  .g-col-start-xxl-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-5 {
    grid-column-start: 5 !important;
  }
  .g-col-start-xxl-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-6 {
    grid-column-start: 6 !important;
  }
  .g-col-start-xxl-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-7 {
    grid-column-start: 7 !important;
  }
  .g-col-start-xxl-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-8 {
    grid-column-start: 8 !important;
  }
  .g-col-start-xxl-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-9 {
    grid-column-start: 9 !important;
  }
  .g-col-start-xxl-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-10 {
    grid-column-start: 10 !important;
  }
  .g-col-start-xxl-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-11 {
    grid-column-start: 11 !important;
  }
  .g-col-start-xxl-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-12 {
    grid-column-start: 12 !important;
  }
  .g-col-start-xxl-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-13 {
    grid-column-start: 13 !important;
  }
  .g-col-start-xxl-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:g-col-start-xxl-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:g-col-start-xxl-auto {
    grid-column-start: auto !important;
  }
  .xxl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-1 {
    grid-column-start: 1 !important;
  }
  .xxl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-2 {
    grid-column-start: 2 !important;
  }
  .xxl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-3 {
    grid-column-start: 3 !important;
  }
  .xxl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-4 {
    grid-column-start: 4 !important;
  }
  .xxl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-5 {
    grid-column-start: 5 !important;
  }
  .xxl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-6 {
    grid-column-start: 6 !important;
  }
  .xxl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-7 {
    grid-column-start: 7 !important;
  }
  .xxl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-8 {
    grid-column-start: 8 !important;
  }
  .xxl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-9 {
    grid-column-start: 9 !important;
  }
  .xxl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-10 {
    grid-column-start: 10 !important;
  }
  .xxl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-11 {
    grid-column-start: 11 !important;
  }
  .xxl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-12 {
    grid-column-start: 12 !important;
  }
  .xxl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-13 {
    grid-column-start: 13 !important;
  }
  .xxl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-auto {
    grid-column-start: auto !important;
  }
  .g-col-end-xxl-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-1 {
    grid-column-end: 1 !important;
  }
  .g-col-end-xxl-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-2 {
    grid-column-end: 2 !important;
  }
  .g-col-end-xxl-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-3 {
    grid-column-end: 3 !important;
  }
  .g-col-end-xxl-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-4 {
    grid-column-end: 4 !important;
  }
  .g-col-end-xxl-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-5 {
    grid-column-end: 5 !important;
  }
  .g-col-end-xxl-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-6 {
    grid-column-end: 6 !important;
  }
  .g-col-end-xxl-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-7 {
    grid-column-end: 7 !important;
  }
  .g-col-end-xxl-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-8 {
    grid-column-end: 8 !important;
  }
  .g-col-end-xxl-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-9 {
    grid-column-end: 9 !important;
  }
  .g-col-end-xxl-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-10 {
    grid-column-end: 10 !important;
  }
  .g-col-end-xxl-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-11 {
    grid-column-end: 11 !important;
  }
  .g-col-end-xxl-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-12 {
    grid-column-end: 12 !important;
  }
  .g-col-end-xxl-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-13 {
    grid-column-end: 13 !important;
  }
  .g-col-end-xxl-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:g-col-end-xxl-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:g-col-end-xxl-auto {
    grid-column-end: auto !important;
  }
  .xxl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-1 {
    grid-column-end: 1 !important;
  }
  .xxl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-2 {
    grid-column-end: 2 !important;
  }
  .xxl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-3 {
    grid-column-end: 3 !important;
  }
  .xxl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-4 {
    grid-column-end: 4 !important;
  }
  .xxl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-5 {
    grid-column-end: 5 !important;
  }
  .xxl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-6 {
    grid-column-end: 6 !important;
  }
  .xxl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-7 {
    grid-column-end: 7 !important;
  }
  .xxl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-8 {
    grid-column-end: 8 !important;
  }
  .xxl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-9 {
    grid-column-end: 9 !important;
  }
  .xxl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-10 {
    grid-column-end: 10 !important;
  }
  .xxl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-11 {
    grid-column-end: 11 !important;
  }
  .xxl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-12 {
    grid-column-end: 12 !important;
  }
  .xxl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-13 {
    grid-column-end: 13 !important;
  }
  .xxl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=ltr] .ltr\:xxl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-auto {
    grid-column-end: auto !important;
  }
  .g-col-xxl-auto {
    grid-column: auto !important;
  }
  .xxl\:g-col-auto {
    grid-column: auto !important;
  }
  .text-truncate-xxl-1 {
    -webkit-line-clamp: 1 !important;
  }
  .text-truncate-xxl-2 {
    -webkit-line-clamp: 2 !important;
  }
  .text-truncate-xxl-3 {
    -webkit-line-clamp: 3 !important;
  }
  .text-truncate-xxl-4 {
    -webkit-line-clamp: 4 !important;
  }
  .text-truncate-xxl-5 {
    -webkit-line-clamp: 5 !important;
  }
  .text-truncate-xxl-6 {
    -webkit-line-clamp: 6 !important;
  }
  .xxl\:text-truncate-1 {
    -webkit-line-clamp: 1 !important;
  }
  .xxl\:text-truncate-2 {
    -webkit-line-clamp: 2 !important;
  }
  .xxl\:text-truncate-3 {
    -webkit-line-clamp: 3 !important;
  }
  .xxl\:text-truncate-4 {
    -webkit-line-clamp: 4 !important;
  }
  .xxl\:text-truncate-5 {
    -webkit-line-clamp: 5 !important;
  }
  .xxl\:text-truncate-6 {
    -webkit-line-clamp: 6 !important;
  }
  .min-w-xxl-px, .min-w-xxl-px-hover:hover, .hover\:min-w-xxl-px:hover {
    min-width: 1px !important;
  }
  .min-w-xxl-2px, .min-w-xxl-2px-hover:hover, .hover\:min-w-xxl-2px:hover {
    min-width: 2px !important;
  }
  .min-w-xxl-4px, .min-w-xxl-4px-hover:hover, .hover\:min-w-xxl-4px:hover {
    min-width: 4px !important;
  }
  .min-w-xxl-8px, .min-w-xxl-8px-hover:hover, .hover\:min-w-xxl-8px:hover {
    min-width: 8px !important;
  }
  .min-w-xxl-16px, .min-w-xxl-16px-hover:hover, .hover\:min-w-xxl-16px:hover {
    min-width: 16px !important;
  }
  .min-w-xxl-18px, .min-w-xxl-18px-hover:hover, .hover\:min-w-xxl-18px:hover {
    min-width: 18px !important;
  }
  .min-w-xxl-20px, .min-w-xxl-20px-hover:hover, .hover\:min-w-xxl-20px:hover {
    min-width: 20px !important;
  }
  .min-w-xxl-24px, .min-w-xxl-24px-hover:hover, .hover\:min-w-xxl-24px:hover {
    min-width: 24px !important;
  }
  .min-w-xxl-32px, .min-w-xxl-32px-hover:hover, .hover\:min-w-xxl-32px:hover {
    min-width: 32px !important;
  }
  .min-w-xxl-36px, .min-w-xxl-36px-hover:hover, .hover\:min-w-xxl-36px:hover {
    min-width: 36px !important;
  }
  .min-w-xxl-40px, .min-w-xxl-40px-hover:hover, .hover\:min-w-xxl-40px:hover {
    min-width: 40px !important;
  }
  .min-w-xxl-48px, .min-w-xxl-48px-hover:hover, .hover\:min-w-xxl-48px:hover {
    min-width: 48px !important;
  }
  .min-w-xxl-56px, .min-w-xxl-56px-hover:hover, .hover\:min-w-xxl-56px:hover {
    min-width: 56px !important;
  }
  .min-w-xxl-64px, .min-w-xxl-64px-hover:hover, .hover\:min-w-xxl-64px:hover {
    min-width: 64px !important;
  }
  .min-w-xxl-72px, .min-w-xxl-72px-hover:hover, .hover\:min-w-xxl-72px:hover {
    min-width: 72px !important;
  }
  .min-w-xxl-80px, .min-w-xxl-80px-hover:hover, .hover\:min-w-xxl-80px:hover {
    min-width: 80px !important;
  }
  .min-w-xxl-96px, .min-w-xxl-96px-hover:hover, .hover\:min-w-xxl-96px:hover {
    min-width: 96px !important;
  }
  .min-w-xxl-100px, .min-w-xxl-100px-hover:hover, .hover\:min-w-xxl-100px:hover {
    min-width: 100px !important;
  }
  .min-w-xxl-128px, .min-w-xxl-128px-hover:hover, .hover\:min-w-xxl-128px:hover {
    min-width: 128px !important;
  }
  .min-w-xxl-150px, .min-w-xxl-150px-hover:hover, .hover\:min-w-xxl-150px:hover {
    min-width: 150px !important;
  }
  .min-w-xxl-200px, .min-w-xxl-200px-hover:hover, .hover\:min-w-xxl-200px:hover {
    min-width: 200px !important;
  }
  .min-w-xxl-250px, .min-w-xxl-250px-hover:hover, .hover\:min-w-xxl-250px:hover {
    min-width: 250px !important;
  }
  .min-w-xxl-300px, .min-w-xxl-300px-hover:hover, .hover\:min-w-xxl-300px:hover {
    min-width: 300px !important;
  }
  .min-w-xxl-350px, .min-w-xxl-350px-hover:hover, .hover\:min-w-xxl-350px:hover {
    min-width: 350px !important;
  }
  .min-w-xxl-400px, .min-w-xxl-400px-hover:hover, .hover\:min-w-xxl-400px:hover {
    min-width: 400px !important;
  }
  .min-w-xxl-450px, .min-w-xxl-450px-hover:hover, .hover\:min-w-xxl-450px:hover {
    min-width: 450px !important;
  }
  .min-w-xxl-500px, .min-w-xxl-500px-hover:hover, .hover\:min-w-xxl-500px:hover {
    min-width: 500px !important;
  }
  .min-w-xxl-550px, .min-w-xxl-550px-hover:hover, .hover\:min-w-xxl-550px:hover {
    min-width: 550px !important;
  }
  .min-w-xxl-600px, .min-w-xxl-600px-hover:hover, .hover\:min-w-xxl-600px:hover {
    min-width: 600px !important;
  }
  .min-w-xxl-650px, .min-w-xxl-650px-hover:hover, .hover\:min-w-xxl-650px:hover {
    min-width: 650px !important;
  }
  .min-w-xxl-700px, .min-w-xxl-700px-hover:hover, .hover\:min-w-xxl-700px:hover {
    min-width: 700px !important;
  }
  .min-w-xxl-750px, .min-w-xxl-750px-hover:hover, .hover\:min-w-xxl-750px:hover {
    min-width: 750px !important;
  }
  .min-w-xxl-800px, .min-w-xxl-800px-hover:hover, .hover\:min-w-xxl-800px:hover {
    min-width: 800px !important;
  }
  .min-w-xxl-850px, .min-w-xxl-850px-hover:hover, .hover\:min-w-xxl-850px:hover {
    min-width: 850px !important;
  }
  .min-w-xxl-900px, .min-w-xxl-900px-hover:hover, .hover\:min-w-xxl-900px:hover {
    min-width: 900px !important;
  }
  .min-w-xxl-950px, .min-w-xxl-950px-hover:hover, .hover\:min-w-xxl-950px:hover {
    min-width: 950px !important;
  }
  .min-w-xxl-1000px, .min-w-xxl-1000px-hover:hover, .hover\:min-w-xxl-1000px:hover {
    min-width: 1000px !important;
  }
  .min-w-xxl-1170px, .min-w-xxl-1170px-hover:hover, .hover\:min-w-xxl-1170px:hover {
    min-width: 1170px !important;
  }
  .min-w-xxl-1280px, .min-w-xxl-1280px-hover:hover, .hover\:min-w-xxl-1280px:hover {
    min-width: 1280px !important;
  }
  .min-w-xxl-1320px, .min-w-xxl-1320px-hover:hover, .hover\:min-w-xxl-1320px:hover {
    min-width: 1320px !important;
  }
  .min-w-xxl-1440px, .min-w-xxl-1440px-hover:hover, .hover\:min-w-xxl-1440px:hover {
    min-width: 1440px !important;
  }
  .min-w-xxl-1\/6, .min-w-xxl-1\/6-hover:hover, .hover\:min-w-xxl-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .min-w-xxl-2\/6, .min-w-xxl-2\/6-hover:hover, .hover\:min-w-xxl-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-xxl-3\/6, .min-w-xxl-3\/6-hover:hover, .hover\:min-w-xxl-3\/6:hover {
    min-width: 50% !important;
  }
  .min-w-xxl-4\/6, .min-w-xxl-4\/6-hover:hover, .hover\:min-w-xxl-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-xxl-5\/6, .min-w-xxl-5\/6-hover:hover, .hover\:min-w-xxl-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .min-w-xxl-1\/5, .min-w-xxl-1\/5-hover:hover, .hover\:min-w-xxl-1\/5:hover {
    min-width: 20% !important;
  }
  .min-w-xxl-2\/5, .min-w-xxl-2\/5-hover:hover, .hover\:min-w-xxl-2\/5:hover {
    min-width: 40% !important;
  }
  .min-w-xxl-3\/5, .min-w-xxl-3\/5-hover:hover, .hover\:min-w-xxl-3\/5:hover {
    min-width: 60% !important;
  }
  .min-w-xxl-4\/5, .min-w-xxl-4\/5-hover:hover, .hover\:min-w-xxl-4\/5:hover {
    min-width: 80% !important;
  }
  .min-w-xxl-1\/4, .min-w-xxl-1\/4-hover:hover, .hover\:min-w-xxl-1\/4:hover {
    min-width: 25% !important;
  }
  .min-w-xxl-2\/4, .min-w-xxl-2\/4-hover:hover, .hover\:min-w-xxl-2\/4:hover {
    min-width: 50% !important;
  }
  .min-w-xxl-3\/4, .min-w-xxl-3\/4-hover:hover, .hover\:min-w-xxl-3\/4:hover {
    min-width: 75% !important;
  }
  .min-w-xxl-1\/3, .min-w-xxl-1\/3-hover:hover, .hover\:min-w-xxl-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .min-w-xxl-2\/3, .min-w-xxl-2\/3-hover:hover, .hover\:min-w-xxl-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .min-w-xxl-1\/2, .min-w-xxl-1\/2-hover:hover, .hover\:min-w-xxl-1\/2:hover {
    min-width: 50% !important;
  }
  .min-w-xxl-xs, .min-w-xxl-xs-hover:hover, .hover\:min-w-xxl-xs:hover {
    min-width: 320px !important;
  }
  .min-w-xxl-sm, .min-w-xxl-sm-hover:hover, .hover\:min-w-xxl-sm:hover {
    min-width: 640px !important;
  }
  .min-w-xxl-md, .min-w-xxl-md-hover:hover, .hover\:min-w-xxl-md:hover {
    min-width: 720px !important;
  }
  .min-w-xxl-lg, .min-w-xxl-lg-hover:hover, .hover\:min-w-xxl-lg:hover {
    min-width: 1040px !important;
  }
  .min-w-xxl-xl, .min-w-xxl-xl-hover:hover, .hover\:min-w-xxl-xl:hover {
    min-width: 1280px !important;
  }
  .min-w-xxl-2xl, .min-w-xxl-2xl-hover:hover, .hover\:min-w-xxl-2xl:hover {
    min-width: 1312px !important;
  }
  .min-w-xxl-100, .min-w-xxl-100-hover:hover, .hover\:min-w-xxl-100:hover {
    min-width: 100% !important;
  }
  .min-w-xxl-full, .min-w-xxl-full-hover:hover, .hover\:min-w-xxl-full:hover {
    min-width: 100% !important;
  }
  .min-w-xxl-min, .min-w-xxl-min-hover:hover, .hover\:min-w-xxl-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .min-w-xxl-max, .min-w-xxl-max-hover:hover, .hover\:min-w-xxl-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .min-w-xxl-fit, .min-w-xxl-fit-hover:hover, .hover\:min-w-xxl-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .min-w-xxl-0, .min-w-xxl-0-hover:hover, .hover\:min-w-xxl-0:hover {
    min-width: 0 !important;
  }
  .xxl\:min-w-px, .xxl\:min-w-px-hover:hover, .xxl\:hover\:min-w-px:hover {
    min-width: 1px !important;
  }
  .xxl\:min-w-2px, .xxl\:min-w-2px-hover:hover, .xxl\:hover\:min-w-2px:hover {
    min-width: 2px !important;
  }
  .xxl\:min-w-4px, .xxl\:min-w-4px-hover:hover, .xxl\:hover\:min-w-4px:hover {
    min-width: 4px !important;
  }
  .xxl\:min-w-8px, .xxl\:min-w-8px-hover:hover, .xxl\:hover\:min-w-8px:hover {
    min-width: 8px !important;
  }
  .xxl\:min-w-16px, .xxl\:min-w-16px-hover:hover, .xxl\:hover\:min-w-16px:hover {
    min-width: 16px !important;
  }
  .xxl\:min-w-18px, .xxl\:min-w-18px-hover:hover, .xxl\:hover\:min-w-18px:hover {
    min-width: 18px !important;
  }
  .xxl\:min-w-20px, .xxl\:min-w-20px-hover:hover, .xxl\:hover\:min-w-20px:hover {
    min-width: 20px !important;
  }
  .xxl\:min-w-24px, .xxl\:min-w-24px-hover:hover, .xxl\:hover\:min-w-24px:hover {
    min-width: 24px !important;
  }
  .xxl\:min-w-32px, .xxl\:min-w-32px-hover:hover, .xxl\:hover\:min-w-32px:hover {
    min-width: 32px !important;
  }
  .xxl\:min-w-36px, .xxl\:min-w-36px-hover:hover, .xxl\:hover\:min-w-36px:hover {
    min-width: 36px !important;
  }
  .xxl\:min-w-40px, .xxl\:min-w-40px-hover:hover, .xxl\:hover\:min-w-40px:hover {
    min-width: 40px !important;
  }
  .xxl\:min-w-48px, .xxl\:min-w-48px-hover:hover, .xxl\:hover\:min-w-48px:hover {
    min-width: 48px !important;
  }
  .xxl\:min-w-56px, .xxl\:min-w-56px-hover:hover, .xxl\:hover\:min-w-56px:hover {
    min-width: 56px !important;
  }
  .xxl\:min-w-64px, .xxl\:min-w-64px-hover:hover, .xxl\:hover\:min-w-64px:hover {
    min-width: 64px !important;
  }
  .xxl\:min-w-72px, .xxl\:min-w-72px-hover:hover, .xxl\:hover\:min-w-72px:hover {
    min-width: 72px !important;
  }
  .xxl\:min-w-80px, .xxl\:min-w-80px-hover:hover, .xxl\:hover\:min-w-80px:hover {
    min-width: 80px !important;
  }
  .xxl\:min-w-96px, .xxl\:min-w-96px-hover:hover, .xxl\:hover\:min-w-96px:hover {
    min-width: 96px !important;
  }
  .xxl\:min-w-100px, .xxl\:min-w-100px-hover:hover, .xxl\:hover\:min-w-100px:hover {
    min-width: 100px !important;
  }
  .xxl\:min-w-128px, .xxl\:min-w-128px-hover:hover, .xxl\:hover\:min-w-128px:hover {
    min-width: 128px !important;
  }
  .xxl\:min-w-150px, .xxl\:min-w-150px-hover:hover, .xxl\:hover\:min-w-150px:hover {
    min-width: 150px !important;
  }
  .xxl\:min-w-200px, .xxl\:min-w-200px-hover:hover, .xxl\:hover\:min-w-200px:hover {
    min-width: 200px !important;
  }
  .xxl\:min-w-250px, .xxl\:min-w-250px-hover:hover, .xxl\:hover\:min-w-250px:hover {
    min-width: 250px !important;
  }
  .xxl\:min-w-300px, .xxl\:min-w-300px-hover:hover, .xxl\:hover\:min-w-300px:hover {
    min-width: 300px !important;
  }
  .xxl\:min-w-350px, .xxl\:min-w-350px-hover:hover, .xxl\:hover\:min-w-350px:hover {
    min-width: 350px !important;
  }
  .xxl\:min-w-400px, .xxl\:min-w-400px-hover:hover, .xxl\:hover\:min-w-400px:hover {
    min-width: 400px !important;
  }
  .xxl\:min-w-450px, .xxl\:min-w-450px-hover:hover, .xxl\:hover\:min-w-450px:hover {
    min-width: 450px !important;
  }
  .xxl\:min-w-500px, .xxl\:min-w-500px-hover:hover, .xxl\:hover\:min-w-500px:hover {
    min-width: 500px !important;
  }
  .xxl\:min-w-550px, .xxl\:min-w-550px-hover:hover, .xxl\:hover\:min-w-550px:hover {
    min-width: 550px !important;
  }
  .xxl\:min-w-600px, .xxl\:min-w-600px-hover:hover, .xxl\:hover\:min-w-600px:hover {
    min-width: 600px !important;
  }
  .xxl\:min-w-650px, .xxl\:min-w-650px-hover:hover, .xxl\:hover\:min-w-650px:hover {
    min-width: 650px !important;
  }
  .xxl\:min-w-700px, .xxl\:min-w-700px-hover:hover, .xxl\:hover\:min-w-700px:hover {
    min-width: 700px !important;
  }
  .xxl\:min-w-750px, .xxl\:min-w-750px-hover:hover, .xxl\:hover\:min-w-750px:hover {
    min-width: 750px !important;
  }
  .xxl\:min-w-800px, .xxl\:min-w-800px-hover:hover, .xxl\:hover\:min-w-800px:hover {
    min-width: 800px !important;
  }
  .xxl\:min-w-850px, .xxl\:min-w-850px-hover:hover, .xxl\:hover\:min-w-850px:hover {
    min-width: 850px !important;
  }
  .xxl\:min-w-900px, .xxl\:min-w-900px-hover:hover, .xxl\:hover\:min-w-900px:hover {
    min-width: 900px !important;
  }
  .xxl\:min-w-950px, .xxl\:min-w-950px-hover:hover, .xxl\:hover\:min-w-950px:hover {
    min-width: 950px !important;
  }
  .xxl\:min-w-1000px, .xxl\:min-w-1000px-hover:hover, .xxl\:hover\:min-w-1000px:hover {
    min-width: 1000px !important;
  }
  .xxl\:min-w-1170px, .xxl\:min-w-1170px-hover:hover, .xxl\:hover\:min-w-1170px:hover {
    min-width: 1170px !important;
  }
  .xxl\:min-w-1280px, .xxl\:min-w-1280px-hover:hover, .xxl\:hover\:min-w-1280px:hover {
    min-width: 1280px !important;
  }
  .xxl\:min-w-1320px, .xxl\:min-w-1320px-hover:hover, .xxl\:hover\:min-w-1320px:hover {
    min-width: 1320px !important;
  }
  .xxl\:min-w-1440px, .xxl\:min-w-1440px-hover:hover, .xxl\:hover\:min-w-1440px:hover {
    min-width: 1440px !important;
  }
  .xxl\:min-w-1\/6, .xxl\:min-w-1\/6-hover:hover, .xxl\:hover\:min-w-1\/6:hover {
    min-width: 16.6666667% !important;
  }
  .xxl\:min-w-2\/6, .xxl\:min-w-2\/6-hover:hover, .xxl\:hover\:min-w-2\/6:hover {
    min-width: 33.3333333% !important;
  }
  .xxl\:min-w-3\/6, .xxl\:min-w-3\/6-hover:hover, .xxl\:hover\:min-w-3\/6:hover {
    min-width: 50% !important;
  }
  .xxl\:min-w-4\/6, .xxl\:min-w-4\/6-hover:hover, .xxl\:hover\:min-w-4\/6:hover {
    min-width: 66.6666667% !important;
  }
  .xxl\:min-w-5\/6, .xxl\:min-w-5\/6-hover:hover, .xxl\:hover\:min-w-5\/6:hover {
    min-width: 83.3333333% !important;
  }
  .xxl\:min-w-1\/5, .xxl\:min-w-1\/5-hover:hover, .xxl\:hover\:min-w-1\/5:hover {
    min-width: 20% !important;
  }
  .xxl\:min-w-2\/5, .xxl\:min-w-2\/5-hover:hover, .xxl\:hover\:min-w-2\/5:hover {
    min-width: 40% !important;
  }
  .xxl\:min-w-3\/5, .xxl\:min-w-3\/5-hover:hover, .xxl\:hover\:min-w-3\/5:hover {
    min-width: 60% !important;
  }
  .xxl\:min-w-4\/5, .xxl\:min-w-4\/5-hover:hover, .xxl\:hover\:min-w-4\/5:hover {
    min-width: 80% !important;
  }
  .xxl\:min-w-1\/4, .xxl\:min-w-1\/4-hover:hover, .xxl\:hover\:min-w-1\/4:hover {
    min-width: 25% !important;
  }
  .xxl\:min-w-2\/4, .xxl\:min-w-2\/4-hover:hover, .xxl\:hover\:min-w-2\/4:hover {
    min-width: 50% !important;
  }
  .xxl\:min-w-3\/4, .xxl\:min-w-3\/4-hover:hover, .xxl\:hover\:min-w-3\/4:hover {
    min-width: 75% !important;
  }
  .xxl\:min-w-1\/3, .xxl\:min-w-1\/3-hover:hover, .xxl\:hover\:min-w-1\/3:hover {
    min-width: 33.3333333% !important;
  }
  .xxl\:min-w-2\/3, .xxl\:min-w-2\/3-hover:hover, .xxl\:hover\:min-w-2\/3:hover {
    min-width: 66.6666667% !important;
  }
  .xxl\:min-w-1\/2, .xxl\:min-w-1\/2-hover:hover, .xxl\:hover\:min-w-1\/2:hover {
    min-width: 50% !important;
  }
  .xxl\:min-w-xs, .xxl\:min-w-xs-hover:hover, .xxl\:hover\:min-w-xs:hover {
    min-width: 320px !important;
  }
  .xxl\:min-w-sm, .xxl\:min-w-sm-hover:hover, .xxl\:hover\:min-w-sm:hover {
    min-width: 640px !important;
  }
  .xxl\:min-w-md, .xxl\:min-w-md-hover:hover, .xxl\:hover\:min-w-md:hover {
    min-width: 720px !important;
  }
  .xxl\:min-w-lg, .xxl\:min-w-lg-hover:hover, .xxl\:hover\:min-w-lg:hover {
    min-width: 1040px !important;
  }
  .xxl\:min-w-xl, .xxl\:min-w-xl-hover:hover, .xxl\:hover\:min-w-xl:hover {
    min-width: 1280px !important;
  }
  .xxl\:min-w-2xl, .xxl\:min-w-2xl-hover:hover, .xxl\:hover\:min-w-2xl:hover {
    min-width: 1312px !important;
  }
  .xxl\:min-w-100, .xxl\:min-w-100-hover:hover, .xxl\:hover\:min-w-100:hover {
    min-width: 100% !important;
  }
  .xxl\:min-w-full, .xxl\:min-w-full-hover:hover, .xxl\:hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .xxl\:min-w-min, .xxl\:min-w-min-hover:hover, .xxl\:hover\:min-w-min:hover {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .xxl\:min-w-max, .xxl\:min-w-max-hover:hover, .xxl\:hover\:min-w-max:hover {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .xxl\:min-w-fit, .xxl\:min-w-fit-hover:hover, .xxl\:hover\:min-w-fit:hover {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .xxl\:min-w-0, .xxl\:min-w-0-hover:hover, .xxl\:hover\:min-w-0:hover {
    min-width: 0 !important;
  }
  .min-h-xxl-px, .min-h-xxl-px-hover:hover, .hover\:min-h-xxl-px:hover {
    min-height: 1px !important;
  }
  .min-h-xxl-2px, .min-h-xxl-2px-hover:hover, .hover\:min-h-xxl-2px:hover {
    min-height: 2px !important;
  }
  .min-h-xxl-4px, .min-h-xxl-4px-hover:hover, .hover\:min-h-xxl-4px:hover {
    min-height: 4px !important;
  }
  .min-h-xxl-8px, .min-h-xxl-8px-hover:hover, .hover\:min-h-xxl-8px:hover {
    min-height: 8px !important;
  }
  .min-h-xxl-16px, .min-h-xxl-16px-hover:hover, .hover\:min-h-xxl-16px:hover {
    min-height: 16px !important;
  }
  .min-h-xxl-18px, .min-h-xxl-18px-hover:hover, .hover\:min-h-xxl-18px:hover {
    min-height: 18px !important;
  }
  .min-h-xxl-20px, .min-h-xxl-20px-hover:hover, .hover\:min-h-xxl-20px:hover {
    min-height: 20px !important;
  }
  .min-h-xxl-24px, .min-h-xxl-24px-hover:hover, .hover\:min-h-xxl-24px:hover {
    min-height: 24px !important;
  }
  .min-h-xxl-32px, .min-h-xxl-32px-hover:hover, .hover\:min-h-xxl-32px:hover {
    min-height: 32px !important;
  }
  .min-h-xxl-36px, .min-h-xxl-36px-hover:hover, .hover\:min-h-xxl-36px:hover {
    min-height: 36px !important;
  }
  .min-h-xxl-40px, .min-h-xxl-40px-hover:hover, .hover\:min-h-xxl-40px:hover {
    min-height: 40px !important;
  }
  .min-h-xxl-48px, .min-h-xxl-48px-hover:hover, .hover\:min-h-xxl-48px:hover {
    min-height: 48px !important;
  }
  .min-h-xxl-56px, .min-h-xxl-56px-hover:hover, .hover\:min-h-xxl-56px:hover {
    min-height: 56px !important;
  }
  .min-h-xxl-64px, .min-h-xxl-64px-hover:hover, .hover\:min-h-xxl-64px:hover {
    min-height: 64px !important;
  }
  .min-h-xxl-72px, .min-h-xxl-72px-hover:hover, .hover\:min-h-xxl-72px:hover {
    min-height: 72px !important;
  }
  .min-h-xxl-80px, .min-h-xxl-80px-hover:hover, .hover\:min-h-xxl-80px:hover {
    min-height: 80px !important;
  }
  .min-h-xxl-96px, .min-h-xxl-96px-hover:hover, .hover\:min-h-xxl-96px:hover {
    min-height: 96px !important;
  }
  .min-h-xxl-100px, .min-h-xxl-100px-hover:hover, .hover\:min-h-xxl-100px:hover {
    min-height: 100px !important;
  }
  .min-h-xxl-128px, .min-h-xxl-128px-hover:hover, .hover\:min-h-xxl-128px:hover {
    min-height: 128px !important;
  }
  .min-h-xxl-150px, .min-h-xxl-150px-hover:hover, .hover\:min-h-xxl-150px:hover {
    min-height: 150px !important;
  }
  .min-h-xxl-200px, .min-h-xxl-200px-hover:hover, .hover\:min-h-xxl-200px:hover {
    min-height: 200px !important;
  }
  .min-h-xxl-250px, .min-h-xxl-250px-hover:hover, .hover\:min-h-xxl-250px:hover {
    min-height: 250px !important;
  }
  .min-h-xxl-300px, .min-h-xxl-300px-hover:hover, .hover\:min-h-xxl-300px:hover {
    min-height: 300px !important;
  }
  .min-h-xxl-350px, .min-h-xxl-350px-hover:hover, .hover\:min-h-xxl-350px:hover {
    min-height: 350px !important;
  }
  .min-h-xxl-400px, .min-h-xxl-400px-hover:hover, .hover\:min-h-xxl-400px:hover {
    min-height: 400px !important;
  }
  .min-h-xxl-450px, .min-h-xxl-450px-hover:hover, .hover\:min-h-xxl-450px:hover {
    min-height: 450px !important;
  }
  .min-h-xxl-500px, .min-h-xxl-500px-hover:hover, .hover\:min-h-xxl-500px:hover {
    min-height: 500px !important;
  }
  .min-h-xxl-550px, .min-h-xxl-550px-hover:hover, .hover\:min-h-xxl-550px:hover {
    min-height: 550px !important;
  }
  .min-h-xxl-600px, .min-h-xxl-600px-hover:hover, .hover\:min-h-xxl-600px:hover {
    min-height: 600px !important;
  }
  .min-h-xxl-650px, .min-h-xxl-650px-hover:hover, .hover\:min-h-xxl-650px:hover {
    min-height: 650px !important;
  }
  .min-h-xxl-700px, .min-h-xxl-700px-hover:hover, .hover\:min-h-xxl-700px:hover {
    min-height: 700px !important;
  }
  .min-h-xxl-750px, .min-h-xxl-750px-hover:hover, .hover\:min-h-xxl-750px:hover {
    min-height: 750px !important;
  }
  .min-h-xxl-800px, .min-h-xxl-800px-hover:hover, .hover\:min-h-xxl-800px:hover {
    min-height: 800px !important;
  }
  .min-h-xxl-850px, .min-h-xxl-850px-hover:hover, .hover\:min-h-xxl-850px:hover {
    min-height: 850px !important;
  }
  .min-h-xxl-900px, .min-h-xxl-900px-hover:hover, .hover\:min-h-xxl-900px:hover {
    min-height: 900px !important;
  }
  .min-h-xxl-950px, .min-h-xxl-950px-hover:hover, .hover\:min-h-xxl-950px:hover {
    min-height: 950px !important;
  }
  .min-h-xxl-1000px, .min-h-xxl-1000px-hover:hover, .hover\:min-h-xxl-1000px:hover {
    min-height: 1000px !important;
  }
  .min-h-xxl-1170px, .min-h-xxl-1170px-hover:hover, .hover\:min-h-xxl-1170px:hover {
    min-height: 1170px !important;
  }
  .min-h-xxl-1280px, .min-h-xxl-1280px-hover:hover, .hover\:min-h-xxl-1280px:hover {
    min-height: 1280px !important;
  }
  .min-h-xxl-1320px, .min-h-xxl-1320px-hover:hover, .hover\:min-h-xxl-1320px:hover {
    min-height: 1320px !important;
  }
  .min-h-xxl-1440px, .min-h-xxl-1440px-hover:hover, .hover\:min-h-xxl-1440px:hover {
    min-height: 1440px !important;
  }
  .min-h-xxl-1\/6, .min-h-xxl-1\/6-hover:hover, .hover\:min-h-xxl-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .min-h-xxl-2\/6, .min-h-xxl-2\/6-hover:hover, .hover\:min-h-xxl-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-xxl-3\/6, .min-h-xxl-3\/6-hover:hover, .hover\:min-h-xxl-3\/6:hover {
    min-height: 50% !important;
  }
  .min-h-xxl-4\/6, .min-h-xxl-4\/6-hover:hover, .hover\:min-h-xxl-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-xxl-5\/6, .min-h-xxl-5\/6-hover:hover, .hover\:min-h-xxl-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .min-h-xxl-1\/5, .min-h-xxl-1\/5-hover:hover, .hover\:min-h-xxl-1\/5:hover {
    min-height: 20% !important;
  }
  .min-h-xxl-2\/5, .min-h-xxl-2\/5-hover:hover, .hover\:min-h-xxl-2\/5:hover {
    min-height: 40% !important;
  }
  .min-h-xxl-3\/5, .min-h-xxl-3\/5-hover:hover, .hover\:min-h-xxl-3\/5:hover {
    min-height: 60% !important;
  }
  .min-h-xxl-4\/5, .min-h-xxl-4\/5-hover:hover, .hover\:min-h-xxl-4\/5:hover {
    min-height: 80% !important;
  }
  .min-h-xxl-1\/4, .min-h-xxl-1\/4-hover:hover, .hover\:min-h-xxl-1\/4:hover {
    min-height: 25% !important;
  }
  .min-h-xxl-2\/4, .min-h-xxl-2\/4-hover:hover, .hover\:min-h-xxl-2\/4:hover {
    min-height: 50% !important;
  }
  .min-h-xxl-3\/4, .min-h-xxl-3\/4-hover:hover, .hover\:min-h-xxl-3\/4:hover {
    min-height: 75% !important;
  }
  .min-h-xxl-1\/3, .min-h-xxl-1\/3-hover:hover, .hover\:min-h-xxl-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .min-h-xxl-2\/3, .min-h-xxl-2\/3-hover:hover, .hover\:min-h-xxl-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .min-h-xxl-1\/2, .min-h-xxl-1\/2-hover:hover, .hover\:min-h-xxl-1\/2:hover {
    min-height: 50% !important;
  }
  .min-h-xxl-xs, .min-h-xxl-xs-hover:hover, .hover\:min-h-xxl-xs:hover {
    min-height: 320px !important;
  }
  .min-h-xxl-sm, .min-h-xxl-sm-hover:hover, .hover\:min-h-xxl-sm:hover {
    min-height: 640px !important;
  }
  .min-h-xxl-md, .min-h-xxl-md-hover:hover, .hover\:min-h-xxl-md:hover {
    min-height: 720px !important;
  }
  .min-h-xxl-lg, .min-h-xxl-lg-hover:hover, .hover\:min-h-xxl-lg:hover {
    min-height: 1040px !important;
  }
  .min-h-xxl-xl, .min-h-xxl-xl-hover:hover, .hover\:min-h-xxl-xl:hover {
    min-height: 1280px !important;
  }
  .min-h-xxl-2xl, .min-h-xxl-2xl-hover:hover, .hover\:min-h-xxl-2xl:hover {
    min-height: 1312px !important;
  }
  .min-h-xxl-100, .min-h-xxl-100-hover:hover, .hover\:min-h-xxl-100:hover {
    min-height: 100% !important;
  }
  .min-h-xxl-full, .min-h-xxl-full-hover:hover, .hover\:min-h-xxl-full:hover {
    min-height: 100% !important;
  }
  .min-h-xxl-min, .min-h-xxl-min-hover:hover, .hover\:min-h-xxl-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .min-h-xxl-max, .min-h-xxl-max-hover:hover, .hover\:min-h-xxl-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .min-h-xxl-fit, .min-h-xxl-fit-hover:hover, .hover\:min-h-xxl-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .min-h-xxl-0, .min-h-xxl-0-hover:hover, .hover\:min-h-xxl-0:hover {
    min-height: 0 !important;
  }
  .min-h-xxl-screen, .min-h-xxl-screen-hover:hover, .hover\:min-h-xxl-screen:hover {
    min-height: 100vh !important;
  }
  .xxl\:min-h-px, .xxl\:min-h-px-hover:hover, .xxl\:hover\:min-h-px:hover {
    min-height: 1px !important;
  }
  .xxl\:min-h-2px, .xxl\:min-h-2px-hover:hover, .xxl\:hover\:min-h-2px:hover {
    min-height: 2px !important;
  }
  .xxl\:min-h-4px, .xxl\:min-h-4px-hover:hover, .xxl\:hover\:min-h-4px:hover {
    min-height: 4px !important;
  }
  .xxl\:min-h-8px, .xxl\:min-h-8px-hover:hover, .xxl\:hover\:min-h-8px:hover {
    min-height: 8px !important;
  }
  .xxl\:min-h-16px, .xxl\:min-h-16px-hover:hover, .xxl\:hover\:min-h-16px:hover {
    min-height: 16px !important;
  }
  .xxl\:min-h-18px, .xxl\:min-h-18px-hover:hover, .xxl\:hover\:min-h-18px:hover {
    min-height: 18px !important;
  }
  .xxl\:min-h-20px, .xxl\:min-h-20px-hover:hover, .xxl\:hover\:min-h-20px:hover {
    min-height: 20px !important;
  }
  .xxl\:min-h-24px, .xxl\:min-h-24px-hover:hover, .xxl\:hover\:min-h-24px:hover {
    min-height: 24px !important;
  }
  .xxl\:min-h-32px, .xxl\:min-h-32px-hover:hover, .xxl\:hover\:min-h-32px:hover {
    min-height: 32px !important;
  }
  .xxl\:min-h-36px, .xxl\:min-h-36px-hover:hover, .xxl\:hover\:min-h-36px:hover {
    min-height: 36px !important;
  }
  .xxl\:min-h-40px, .xxl\:min-h-40px-hover:hover, .xxl\:hover\:min-h-40px:hover {
    min-height: 40px !important;
  }
  .xxl\:min-h-48px, .xxl\:min-h-48px-hover:hover, .xxl\:hover\:min-h-48px:hover {
    min-height: 48px !important;
  }
  .xxl\:min-h-56px, .xxl\:min-h-56px-hover:hover, .xxl\:hover\:min-h-56px:hover {
    min-height: 56px !important;
  }
  .xxl\:min-h-64px, .xxl\:min-h-64px-hover:hover, .xxl\:hover\:min-h-64px:hover {
    min-height: 64px !important;
  }
  .xxl\:min-h-72px, .xxl\:min-h-72px-hover:hover, .xxl\:hover\:min-h-72px:hover {
    min-height: 72px !important;
  }
  .xxl\:min-h-80px, .xxl\:min-h-80px-hover:hover, .xxl\:hover\:min-h-80px:hover {
    min-height: 80px !important;
  }
  .xxl\:min-h-96px, .xxl\:min-h-96px-hover:hover, .xxl\:hover\:min-h-96px:hover {
    min-height: 96px !important;
  }
  .xxl\:min-h-100px, .xxl\:min-h-100px-hover:hover, .xxl\:hover\:min-h-100px:hover {
    min-height: 100px !important;
  }
  .xxl\:min-h-128px, .xxl\:min-h-128px-hover:hover, .xxl\:hover\:min-h-128px:hover {
    min-height: 128px !important;
  }
  .xxl\:min-h-150px, .xxl\:min-h-150px-hover:hover, .xxl\:hover\:min-h-150px:hover {
    min-height: 150px !important;
  }
  .xxl\:min-h-200px, .xxl\:min-h-200px-hover:hover, .xxl\:hover\:min-h-200px:hover {
    min-height: 200px !important;
  }
  .xxl\:min-h-250px, .xxl\:min-h-250px-hover:hover, .xxl\:hover\:min-h-250px:hover {
    min-height: 250px !important;
  }
  .xxl\:min-h-300px, .xxl\:min-h-300px-hover:hover, .xxl\:hover\:min-h-300px:hover {
    min-height: 300px !important;
  }
  .xxl\:min-h-350px, .xxl\:min-h-350px-hover:hover, .xxl\:hover\:min-h-350px:hover {
    min-height: 350px !important;
  }
  .xxl\:min-h-400px, .xxl\:min-h-400px-hover:hover, .xxl\:hover\:min-h-400px:hover {
    min-height: 400px !important;
  }
  .xxl\:min-h-450px, .xxl\:min-h-450px-hover:hover, .xxl\:hover\:min-h-450px:hover {
    min-height: 450px !important;
  }
  .xxl\:min-h-500px, .xxl\:min-h-500px-hover:hover, .xxl\:hover\:min-h-500px:hover {
    min-height: 500px !important;
  }
  .xxl\:min-h-550px, .xxl\:min-h-550px-hover:hover, .xxl\:hover\:min-h-550px:hover {
    min-height: 550px !important;
  }
  .xxl\:min-h-600px, .xxl\:min-h-600px-hover:hover, .xxl\:hover\:min-h-600px:hover {
    min-height: 600px !important;
  }
  .xxl\:min-h-650px, .xxl\:min-h-650px-hover:hover, .xxl\:hover\:min-h-650px:hover {
    min-height: 650px !important;
  }
  .xxl\:min-h-700px, .xxl\:min-h-700px-hover:hover, .xxl\:hover\:min-h-700px:hover {
    min-height: 700px !important;
  }
  .xxl\:min-h-750px, .xxl\:min-h-750px-hover:hover, .xxl\:hover\:min-h-750px:hover {
    min-height: 750px !important;
  }
  .xxl\:min-h-800px, .xxl\:min-h-800px-hover:hover, .xxl\:hover\:min-h-800px:hover {
    min-height: 800px !important;
  }
  .xxl\:min-h-850px, .xxl\:min-h-850px-hover:hover, .xxl\:hover\:min-h-850px:hover {
    min-height: 850px !important;
  }
  .xxl\:min-h-900px, .xxl\:min-h-900px-hover:hover, .xxl\:hover\:min-h-900px:hover {
    min-height: 900px !important;
  }
  .xxl\:min-h-950px, .xxl\:min-h-950px-hover:hover, .xxl\:hover\:min-h-950px:hover {
    min-height: 950px !important;
  }
  .xxl\:min-h-1000px, .xxl\:min-h-1000px-hover:hover, .xxl\:hover\:min-h-1000px:hover {
    min-height: 1000px !important;
  }
  .xxl\:min-h-1170px, .xxl\:min-h-1170px-hover:hover, .xxl\:hover\:min-h-1170px:hover {
    min-height: 1170px !important;
  }
  .xxl\:min-h-1280px, .xxl\:min-h-1280px-hover:hover, .xxl\:hover\:min-h-1280px:hover {
    min-height: 1280px !important;
  }
  .xxl\:min-h-1320px, .xxl\:min-h-1320px-hover:hover, .xxl\:hover\:min-h-1320px:hover {
    min-height: 1320px !important;
  }
  .xxl\:min-h-1440px, .xxl\:min-h-1440px-hover:hover, .xxl\:hover\:min-h-1440px:hover {
    min-height: 1440px !important;
  }
  .xxl\:min-h-1\/6, .xxl\:min-h-1\/6-hover:hover, .xxl\:hover\:min-h-1\/6:hover {
    min-height: 16.6666667% !important;
  }
  .xxl\:min-h-2\/6, .xxl\:min-h-2\/6-hover:hover, .xxl\:hover\:min-h-2\/6:hover {
    min-height: 33.3333333% !important;
  }
  .xxl\:min-h-3\/6, .xxl\:min-h-3\/6-hover:hover, .xxl\:hover\:min-h-3\/6:hover {
    min-height: 50% !important;
  }
  .xxl\:min-h-4\/6, .xxl\:min-h-4\/6-hover:hover, .xxl\:hover\:min-h-4\/6:hover {
    min-height: 66.6666667% !important;
  }
  .xxl\:min-h-5\/6, .xxl\:min-h-5\/6-hover:hover, .xxl\:hover\:min-h-5\/6:hover {
    min-height: 83.3333333% !important;
  }
  .xxl\:min-h-1\/5, .xxl\:min-h-1\/5-hover:hover, .xxl\:hover\:min-h-1\/5:hover {
    min-height: 20% !important;
  }
  .xxl\:min-h-2\/5, .xxl\:min-h-2\/5-hover:hover, .xxl\:hover\:min-h-2\/5:hover {
    min-height: 40% !important;
  }
  .xxl\:min-h-3\/5, .xxl\:min-h-3\/5-hover:hover, .xxl\:hover\:min-h-3\/5:hover {
    min-height: 60% !important;
  }
  .xxl\:min-h-4\/5, .xxl\:min-h-4\/5-hover:hover, .xxl\:hover\:min-h-4\/5:hover {
    min-height: 80% !important;
  }
  .xxl\:min-h-1\/4, .xxl\:min-h-1\/4-hover:hover, .xxl\:hover\:min-h-1\/4:hover {
    min-height: 25% !important;
  }
  .xxl\:min-h-2\/4, .xxl\:min-h-2\/4-hover:hover, .xxl\:hover\:min-h-2\/4:hover {
    min-height: 50% !important;
  }
  .xxl\:min-h-3\/4, .xxl\:min-h-3\/4-hover:hover, .xxl\:hover\:min-h-3\/4:hover {
    min-height: 75% !important;
  }
  .xxl\:min-h-1\/3, .xxl\:min-h-1\/3-hover:hover, .xxl\:hover\:min-h-1\/3:hover {
    min-height: 33.3333333% !important;
  }
  .xxl\:min-h-2\/3, .xxl\:min-h-2\/3-hover:hover, .xxl\:hover\:min-h-2\/3:hover {
    min-height: 66.6666667% !important;
  }
  .xxl\:min-h-1\/2, .xxl\:min-h-1\/2-hover:hover, .xxl\:hover\:min-h-1\/2:hover {
    min-height: 50% !important;
  }
  .xxl\:min-h-xs, .xxl\:min-h-xs-hover:hover, .xxl\:hover\:min-h-xs:hover {
    min-height: 320px !important;
  }
  .xxl\:min-h-sm, .xxl\:min-h-sm-hover:hover, .xxl\:hover\:min-h-sm:hover {
    min-height: 640px !important;
  }
  .xxl\:min-h-md, .xxl\:min-h-md-hover:hover, .xxl\:hover\:min-h-md:hover {
    min-height: 720px !important;
  }
  .xxl\:min-h-lg, .xxl\:min-h-lg-hover:hover, .xxl\:hover\:min-h-lg:hover {
    min-height: 1040px !important;
  }
  .xxl\:min-h-xl, .xxl\:min-h-xl-hover:hover, .xxl\:hover\:min-h-xl:hover {
    min-height: 1280px !important;
  }
  .xxl\:min-h-2xl, .xxl\:min-h-2xl-hover:hover, .xxl\:hover\:min-h-2xl:hover {
    min-height: 1312px !important;
  }
  .xxl\:min-h-100, .xxl\:min-h-100-hover:hover, .xxl\:hover\:min-h-100:hover {
    min-height: 100% !important;
  }
  .xxl\:min-h-full, .xxl\:min-h-full-hover:hover, .xxl\:hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .xxl\:min-h-min, .xxl\:min-h-min-hover:hover, .xxl\:hover\:min-h-min:hover {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .xxl\:min-h-max, .xxl\:min-h-max-hover:hover, .xxl\:hover\:min-h-max:hover {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .xxl\:min-h-fit, .xxl\:min-h-fit-hover:hover, .xxl\:hover\:min-h-fit:hover {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .xxl\:min-h-0, .xxl\:min-h-0-hover:hover, .xxl\:hover\:min-h-0:hover {
    min-height: 0 !important;
  }
  .xxl\:min-h-screen, .xxl\:min-h-screen-hover:hover, .xxl\:hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .icon-xxl-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .icon-xxl-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .icon-xxl-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .icon-xxl-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .icon-xxl-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .icon-xxl-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .icon-xxl-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .xxl\:icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }
  .xxl\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
  .xxl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .xxl\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }
  .xxl\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }
  .xxl\:icon-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important;
  }
  .xxl\:icon-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important;
  }
  .mask-x-xxl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xxl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xxl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xxl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xxl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-x-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xxl\:mask-x {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-x-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-x-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-x-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-x-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-x-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-start-xxl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xxl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xxl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xxl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xxl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-start-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-start-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-start-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xxl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start-1 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start-2 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start-3 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start-4 {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-start-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .mask-end-xxl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xxl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xxl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xxl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xxl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .mask-end-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:mask-end-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:mask-end-xxl-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .xxl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end-1 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end-2 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end-3 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end-4 {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .xxl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=ltr] .ltr\:xxl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  [dir=rtl] .rtl\:xxl\:mask-end-0 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .scale-xxl-0, .scale-xxl-0-hover:hover, .hover\:scale-xxl-0:hover {
    transform: scale(0) !important;
  }
  .scale-xxl-x-0, .scale-xxl-x-0-hover:hover, .hover\:scale-xxl-x-0:hover {
    transform: scaleX(0) !important;
  }
  .scale-xxl-y-0, .scale-xxl-y-0-hover:hover, .hover\:scale-xxl-y-0:hover {
    transform: scaleY(0) !important;
  }
  .scale-xxl-50, .scale-xxl-50-hover:hover, .hover\:scale-xxl-50:hover {
    transform: scale(0.5) !important;
  }
  .scale-xxl-x-50, .scale-xxl-x-50-hover:hover, .hover\:scale-xxl-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .scale-xxl-y-50, .scale-xxl-y-50-hover:hover, .hover\:scale-xxl-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .scale-xxl-75, .scale-xxl-75-hover:hover, .hover\:scale-xxl-75:hover {
    transform: scale(0.75) !important;
  }
  .scale-xxl-x-75, .scale-xxl-x-75-hover:hover, .hover\:scale-xxl-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .scale-xxl-y-75, .scale-xxl-y-75-hover:hover, .hover\:scale-xxl-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .scale-xxl-90, .scale-xxl-90-hover:hover, .hover\:scale-xxl-90:hover {
    transform: scale(0.9) !important;
  }
  .scale-xxl-x-90, .scale-xxl-x-90-hover:hover, .hover\:scale-xxl-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .scale-xxl-y-90, .scale-xxl-y-90-hover:hover, .hover\:scale-xxl-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .scale-xxl-95, .scale-xxl-95-hover:hover, .hover\:scale-xxl-95:hover {
    transform: scale(0.95) !important;
  }
  .scale-xxl-x-95, .scale-xxl-x-95-hover:hover, .hover\:scale-xxl-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .scale-xxl-y-95, .scale-xxl-y-95-hover:hover, .hover\:scale-xxl-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .scale-xxl-100, .scale-xxl-100-hover:hover, .hover\:scale-xxl-100:hover {
    transform: scale(1) !important;
  }
  .scale-xxl-x-100, .scale-xxl-x-100-hover:hover, .hover\:scale-xxl-x-100:hover {
    transform: scaleX(1) !important;
  }
  .scale-xxl-y-100, .scale-xxl-y-100-hover:hover, .hover\:scale-xxl-y-100:hover {
    transform: scaleY(1) !important;
  }
  .scale-xxl-105, .scale-xxl-105-hover:hover, .hover\:scale-xxl-105:hover {
    transform: scale(1.05) !important;
  }
  .scale-xxl-x-105, .scale-xxl-x-105-hover:hover, .hover\:scale-xxl-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .scale-xxl-y-105, .scale-xxl-y-105-hover:hover, .hover\:scale-xxl-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .scale-xxl-110, .scale-xxl-110-hover:hover, .hover\:scale-xxl-110:hover {
    transform: scale(1.1) !important;
  }
  .scale-xxl-x-110, .scale-xxl-x-110-hover:hover, .hover\:scale-xxl-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .scale-xxl-y-110, .scale-xxl-y-110-hover:hover, .hover\:scale-xxl-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .scale-xxl-125, .scale-xxl-125-hover:hover, .hover\:scale-xxl-125:hover {
    transform: scale(1.25) !important;
  }
  .scale-xxl-x-125, .scale-xxl-x-125-hover:hover, .hover\:scale-xxl-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .scale-xxl-y-125, .scale-xxl-y-125-hover:hover, .hover\:scale-xxl-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .scale-xxl-150, .scale-xxl-150-hover:hover, .hover\:scale-xxl-150:hover {
    transform: scale(1.5) !important;
  }
  .scale-xxl-x-150, .scale-xxl-x-150-hover:hover, .hover\:scale-xxl-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .scale-xxl-y-150, .scale-xxl-y-150-hover:hover, .hover\:scale-xxl-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .xxl\:scale-0, .xxl\:scale-0-hover:hover, .xxl\:hover\:scale-0:hover {
    transform: scale(0) !important;
  }
  .xxl\:scale-x-0, .xxl\:scale-x-0-hover:hover, .xxl\:hover\:scale-x-0:hover {
    transform: scaleX(0) !important;
  }
  .xxl\:scale-y-0, .xxl\:scale-y-0-hover:hover, .xxl\:hover\:scale-y-0:hover {
    transform: scaleY(0) !important;
  }
  .xxl\:scale-50, .xxl\:scale-50-hover:hover, .xxl\:hover\:scale-50:hover {
    transform: scale(0.5) !important;
  }
  .xxl\:scale-x-50, .xxl\:scale-x-50-hover:hover, .xxl\:hover\:scale-x-50:hover {
    transform: scaleX(0.5) !important;
  }
  .xxl\:scale-y-50, .xxl\:scale-y-50-hover:hover, .xxl\:hover\:scale-y-50:hover {
    transform: scaleY(0.5) !important;
  }
  .xxl\:scale-75, .xxl\:scale-75-hover:hover, .xxl\:hover\:scale-75:hover {
    transform: scale(0.75) !important;
  }
  .xxl\:scale-x-75, .xxl\:scale-x-75-hover:hover, .xxl\:hover\:scale-x-75:hover {
    transform: scaleX(0.75) !important;
  }
  .xxl\:scale-y-75, .xxl\:scale-y-75-hover:hover, .xxl\:hover\:scale-y-75:hover {
    transform: scaleY(0.75) !important;
  }
  .xxl\:scale-90, .xxl\:scale-90-hover:hover, .xxl\:hover\:scale-90:hover {
    transform: scale(0.9) !important;
  }
  .xxl\:scale-x-90, .xxl\:scale-x-90-hover:hover, .xxl\:hover\:scale-x-90:hover {
    transform: scaleX(0.9) !important;
  }
  .xxl\:scale-y-90, .xxl\:scale-y-90-hover:hover, .xxl\:hover\:scale-y-90:hover {
    transform: scaleY(0.9) !important;
  }
  .xxl\:scale-95, .xxl\:scale-95-hover:hover, .xxl\:hover\:scale-95:hover {
    transform: scale(0.95) !important;
  }
  .xxl\:scale-x-95, .xxl\:scale-x-95-hover:hover, .xxl\:hover\:scale-x-95:hover {
    transform: scaleX(0.95) !important;
  }
  .xxl\:scale-y-95, .xxl\:scale-y-95-hover:hover, .xxl\:hover\:scale-y-95:hover {
    transform: scaleY(0.95) !important;
  }
  .xxl\:scale-100, .xxl\:scale-100-hover:hover, .xxl\:hover\:scale-100:hover {
    transform: scale(1) !important;
  }
  .xxl\:scale-x-100, .xxl\:scale-x-100-hover:hover, .xxl\:hover\:scale-x-100:hover {
    transform: scaleX(1) !important;
  }
  .xxl\:scale-y-100, .xxl\:scale-y-100-hover:hover, .xxl\:hover\:scale-y-100:hover {
    transform: scaleY(1) !important;
  }
  .xxl\:scale-105, .xxl\:scale-105-hover:hover, .xxl\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }
  .xxl\:scale-x-105, .xxl\:scale-x-105-hover:hover, .xxl\:hover\:scale-x-105:hover {
    transform: scaleX(1.05) !important;
  }
  .xxl\:scale-y-105, .xxl\:scale-y-105-hover:hover, .xxl\:hover\:scale-y-105:hover {
    transform: scaleY(1.05) !important;
  }
  .xxl\:scale-110, .xxl\:scale-110-hover:hover, .xxl\:hover\:scale-110:hover {
    transform: scale(1.1) !important;
  }
  .xxl\:scale-x-110, .xxl\:scale-x-110-hover:hover, .xxl\:hover\:scale-x-110:hover {
    transform: scaleX(1.1) !important;
  }
  .xxl\:scale-y-110, .xxl\:scale-y-110-hover:hover, .xxl\:hover\:scale-y-110:hover {
    transform: scaleY(1.1) !important;
  }
  .xxl\:scale-125, .xxl\:scale-125-hover:hover, .xxl\:hover\:scale-125:hover {
    transform: scale(1.25) !important;
  }
  .xxl\:scale-x-125, .xxl\:scale-x-125-hover:hover, .xxl\:hover\:scale-x-125:hover {
    transform: scaleX(1.25) !important;
  }
  .xxl\:scale-y-125, .xxl\:scale-y-125-hover:hover, .xxl\:hover\:scale-y-125:hover {
    transform: scaleY(1.25) !important;
  }
  .xxl\:scale-150, .xxl\:scale-150-hover:hover, .xxl\:hover\:scale-150:hover {
    transform: scale(1.5) !important;
  }
  .xxl\:scale-x-150, .xxl\:scale-x-150-hover:hover, .xxl\:hover\:scale-x-150:hover {
    transform: scaleX(1.5) !important;
  }
  .xxl\:scale-y-150, .xxl\:scale-y-150-hover:hover, .xxl\:hover\:scale-y-150:hover {
    transform: scaleY(1.5) !important;
  }
  .translate-xxl-x-0, .translate-xxl-x-0-hover:hover, .hover\:translate-xxl-x-0:hover {
    transform: translateX(0) !important;
  }
  .translate-xxl-y-0, .translate-xxl-y-0-hover:hover, .hover\:translate-xxl-y-0:hover {
    transform: translateY(0) !important;
  }
  .translate-xxl-x-px, .translate-xxl-x-px-hover:hover, .hover\:translate-xxl-x-px:hover {
    transform: translateX(1px) !important;
  }
  .translate-xxl-y-px, .translate-xxl-y-px-hover:hover, .hover\:translate-xxl-y-px:hover {
    transform: translateY(1px) !important;
  }
  .translate-xxl-x-narrow, .translate-xxl-x-narrow-hover:hover, .hover\:translate-xxl-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .translate-xxl-y-narrow, .translate-xxl-y-narrow-hover:hover, .hover\:translate-xxl-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .translate-xxl-x-1, .translate-xxl-x-1-hover:hover, .hover\:translate-xxl-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .translate-xxl-y-1, .translate-xxl-y-1-hover:hover, .hover\:translate-xxl-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .translate-xxl-x-2, .translate-xxl-x-2-hover:hover, .hover\:translate-xxl-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .translate-xxl-y-2, .translate-xxl-y-2-hover:hover, .hover\:translate-xxl-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .translate-xxl-x-3, .translate-xxl-x-3-hover:hover, .hover\:translate-xxl-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .translate-xxl-y-3, .translate-xxl-y-3-hover:hover, .hover\:translate-xxl-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .translate-xxl-x-4, .translate-xxl-x-4-hover:hover, .hover\:translate-xxl-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .translate-xxl-y-4, .translate-xxl-y-4-hover:hover, .hover\:translate-xxl-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .translate-xxl-x-5, .translate-xxl-x-5-hover:hover, .hover\:translate-xxl-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .translate-xxl-y-5, .translate-xxl-y-5-hover:hover, .hover\:translate-xxl-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .translate-xxl-x-6, .translate-xxl-x-6-hover:hover, .hover\:translate-xxl-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .translate-xxl-y-6, .translate-xxl-y-6-hover:hover, .hover\:translate-xxl-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .translate-xxl-x-7, .translate-xxl-x-7-hover:hover, .hover\:translate-xxl-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .translate-xxl-y-7, .translate-xxl-y-7-hover:hover, .hover\:translate-xxl-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .translate-xxl-x-8, .translate-xxl-x-8-hover:hover, .hover\:translate-xxl-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .translate-xxl-y-8, .translate-xxl-y-8-hover:hover, .hover\:translate-xxl-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .translate-xxl-x-9, .translate-xxl-x-9-hover:hover, .hover\:translate-xxl-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .translate-xxl-y-9, .translate-xxl-y-9-hover:hover, .hover\:translate-xxl-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .translate-xxl-x-10, .translate-xxl-x-10-hover:hover, .hover\:translate-xxl-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .translate-xxl-y-10, .translate-xxl-y-10-hover:hover, .hover\:translate-xxl-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .translate-xxl-x-25, .translate-xxl-x-25-hover:hover, .hover\:translate-xxl-x-25:hover {
    transform: translateX(25%) !important;
  }
  .translate-xxl-y-25, .translate-xxl-y-25-hover:hover, .hover\:translate-xxl-y-25:hover {
    transform: translateY(25%) !important;
  }
  .translate-xxl-x-50, .translate-xxl-x-50-hover:hover, .hover\:translate-xxl-x-50:hover {
    transform: translateX(50%) !important;
  }
  .translate-xxl-y-50, .translate-xxl-y-50-hover:hover, .hover\:translate-xxl-y-50:hover {
    transform: translateY(50%) !important;
  }
  .translate-xxl-x-75, .translate-xxl-x-75-hover:hover, .hover\:translate-xxl-x-75:hover {
    transform: translateX(75%) !important;
  }
  .translate-xxl-y-75, .translate-xxl-y-75-hover:hover, .hover\:translate-xxl-y-75:hover {
    transform: translateY(75%) !important;
  }
  .translate-xxl-x-full, .translate-xxl-x-full-hover:hover, .hover\:translate-xxl-x-full:hover {
    transform: translateX(100%) !important;
  }
  .translate-xxl-y-full, .translate-xxl-y-full-hover:hover, .hover\:translate-xxl-y-full:hover {
    transform: translateY(100%) !important;
  }
  .xxl\:translate-x-0, .xxl\:translate-x-0-hover:hover, .xxl\:hover\:translate-x-0:hover {
    transform: translateX(0) !important;
  }
  .xxl\:translate-y-0, .xxl\:translate-y-0-hover:hover, .xxl\:hover\:translate-y-0:hover {
    transform: translateY(0) !important;
  }
  .xxl\:translate-x-px, .xxl\:translate-x-px-hover:hover, .xxl\:hover\:translate-x-px:hover {
    transform: translateX(1px) !important;
  }
  .xxl\:translate-y-px, .xxl\:translate-y-px-hover:hover, .xxl\:hover\:translate-y-px:hover {
    transform: translateY(1px) !important;
  }
  .xxl\:translate-x-narrow, .xxl\:translate-x-narrow-hover:hover, .xxl\:hover\:translate-x-narrow:hover {
    transform: translateX(0.25rem) !important;
  }
  .xxl\:translate-y-narrow, .xxl\:translate-y-narrow-hover:hover, .xxl\:hover\:translate-y-narrow:hover {
    transform: translateY(0.25rem) !important;
  }
  .xxl\:translate-x-1, .xxl\:translate-x-1-hover:hover, .xxl\:hover\:translate-x-1:hover {
    transform: translateX(0.5rem) !important;
  }
  .xxl\:translate-y-1, .xxl\:translate-y-1-hover:hover, .xxl\:hover\:translate-y-1:hover {
    transform: translateY(0.5rem) !important;
  }
  .xxl\:translate-x-2, .xxl\:translate-x-2-hover:hover, .xxl\:hover\:translate-x-2:hover {
    transform: translateX(1rem) !important;
  }
  .xxl\:translate-y-2, .xxl\:translate-y-2-hover:hover, .xxl\:hover\:translate-y-2:hover {
    transform: translateY(1rem) !important;
  }
  .xxl\:translate-x-3, .xxl\:translate-x-3-hover:hover, .xxl\:hover\:translate-x-3:hover {
    transform: translateX(1.5rem) !important;
  }
  .xxl\:translate-y-3, .xxl\:translate-y-3-hover:hover, .xxl\:hover\:translate-y-3:hover {
    transform: translateY(1.5rem) !important;
  }
  .xxl\:translate-x-4, .xxl\:translate-x-4-hover:hover, .xxl\:hover\:translate-x-4:hover {
    transform: translateX(2rem) !important;
  }
  .xxl\:translate-y-4, .xxl\:translate-y-4-hover:hover, .xxl\:hover\:translate-y-4:hover {
    transform: translateY(2rem) !important;
  }
  .xxl\:translate-x-5, .xxl\:translate-x-5-hover:hover, .xxl\:hover\:translate-x-5:hover {
    transform: translateX(2.5rem) !important;
  }
  .xxl\:translate-y-5, .xxl\:translate-y-5-hover:hover, .xxl\:hover\:translate-y-5:hover {
    transform: translateY(2.5rem) !important;
  }
  .xxl\:translate-x-6, .xxl\:translate-x-6-hover:hover, .xxl\:hover\:translate-x-6:hover {
    transform: translateX(3rem) !important;
  }
  .xxl\:translate-y-6, .xxl\:translate-y-6-hover:hover, .xxl\:hover\:translate-y-6:hover {
    transform: translateY(3rem) !important;
  }
  .xxl\:translate-x-7, .xxl\:translate-x-7-hover:hover, .xxl\:hover\:translate-x-7:hover {
    transform: translateX(4rem) !important;
  }
  .xxl\:translate-y-7, .xxl\:translate-y-7-hover:hover, .xxl\:hover\:translate-y-7:hover {
    transform: translateY(4rem) !important;
  }
  .xxl\:translate-x-8, .xxl\:translate-x-8-hover:hover, .xxl\:hover\:translate-x-8:hover {
    transform: translateX(5rem) !important;
  }
  .xxl\:translate-y-8, .xxl\:translate-y-8-hover:hover, .xxl\:hover\:translate-y-8:hover {
    transform: translateY(5rem) !important;
  }
  .xxl\:translate-x-9, .xxl\:translate-x-9-hover:hover, .xxl\:hover\:translate-x-9:hover {
    transform: translateX(6rem) !important;
  }
  .xxl\:translate-y-9, .xxl\:translate-y-9-hover:hover, .xxl\:hover\:translate-y-9:hover {
    transform: translateY(6rem) !important;
  }
  .xxl\:translate-x-10, .xxl\:translate-x-10-hover:hover, .xxl\:hover\:translate-x-10:hover {
    transform: translateX(8rem) !important;
  }
  .xxl\:translate-y-10, .xxl\:translate-y-10-hover:hover, .xxl\:hover\:translate-y-10:hover {
    transform: translateY(8rem) !important;
  }
  .xxl\:translate-x-25, .xxl\:translate-x-25-hover:hover, .xxl\:hover\:translate-x-25:hover {
    transform: translateX(25%) !important;
  }
  .xxl\:translate-y-25, .xxl\:translate-y-25-hover:hover, .xxl\:hover\:translate-y-25:hover {
    transform: translateY(25%) !important;
  }
  .xxl\:translate-x-50, .xxl\:translate-x-50-hover:hover, .xxl\:hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .xxl\:translate-y-50, .xxl\:translate-y-50-hover:hover, .xxl\:hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .xxl\:translate-x-75, .xxl\:translate-x-75-hover:hover, .xxl\:hover\:translate-x-75:hover {
    transform: translateX(75%) !important;
  }
  .xxl\:translate-y-75, .xxl\:translate-y-75-hover:hover, .xxl\:hover\:translate-y-75:hover {
    transform: translateY(75%) !important;
  }
  .xxl\:translate-x-full, .xxl\:translate-x-full-hover:hover, .xxl\:hover\:translate-x-full:hover {
    transform: translateX(100%) !important;
  }
  .xxl\:translate-y-full, .xxl\:translate-y-full-hover:hover, .xxl\:hover\:translate-y-full:hover {
    transform: translateY(100%) !important;
  }
  .-translate-xxl-x-px, .-translate-xxl-x-px-hover:hover, .hover\:-translate-xxl-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .-translate-xxl-y-px, .-translate-xxl-y-px-hover:hover, .hover\:-translate-xxl-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .-translate-xxl-x-narrow, .-translate-xxl-x-narrow-hover:hover, .hover\:-translate-xxl-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .-translate-xxl-y-narrow, .-translate-xxl-y-narrow-hover:hover, .hover\:-translate-xxl-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .-translate-xxl-x-1, .-translate-xxl-x-1-hover:hover, .hover\:-translate-xxl-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .-translate-xxl-y-1, .-translate-xxl-y-1-hover:hover, .hover\:-translate-xxl-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .-translate-xxl-x-2, .-translate-xxl-x-2-hover:hover, .hover\:-translate-xxl-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .-translate-xxl-y-2, .-translate-xxl-y-2-hover:hover, .hover\:-translate-xxl-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .-translate-xxl-x-3, .-translate-xxl-x-3-hover:hover, .hover\:-translate-xxl-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .-translate-xxl-y-3, .-translate-xxl-y-3-hover:hover, .hover\:-translate-xxl-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .-translate-xxl-x-4, .-translate-xxl-x-4-hover:hover, .hover\:-translate-xxl-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .-translate-xxl-y-4, .-translate-xxl-y-4-hover:hover, .hover\:-translate-xxl-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .-translate-xxl-x-5, .-translate-xxl-x-5-hover:hover, .hover\:-translate-xxl-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .-translate-xxl-y-5, .-translate-xxl-y-5-hover:hover, .hover\:-translate-xxl-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .-translate-xxl-x-6, .-translate-xxl-x-6-hover:hover, .hover\:-translate-xxl-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .-translate-xxl-y-6, .-translate-xxl-y-6-hover:hover, .hover\:-translate-xxl-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .-translate-xxl-x-7, .-translate-xxl-x-7-hover:hover, .hover\:-translate-xxl-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .-translate-xxl-y-7, .-translate-xxl-y-7-hover:hover, .hover\:-translate-xxl-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .-translate-xxl-x-8, .-translate-xxl-x-8-hover:hover, .hover\:-translate-xxl-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .-translate-xxl-y-8, .-translate-xxl-y-8-hover:hover, .hover\:-translate-xxl-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .-translate-xxl-x-9, .-translate-xxl-x-9-hover:hover, .hover\:-translate-xxl-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .-translate-xxl-y-9, .-translate-xxl-y-9-hover:hover, .hover\:-translate-xxl-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .-translate-xxl-x-10, .-translate-xxl-x-10-hover:hover, .hover\:-translate-xxl-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .-translate-xxl-y-10, .-translate-xxl-y-10-hover:hover, .hover\:-translate-xxl-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .-translate-xxl-x-25, .-translate-xxl-x-25-hover:hover, .hover\:-translate-xxl-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .-translate-xxl-y-25, .-translate-xxl-y-25-hover:hover, .hover\:-translate-xxl-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .-translate-xxl-x-50, .-translate-xxl-x-50-hover:hover, .hover\:-translate-xxl-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .-translate-xxl-y-50, .-translate-xxl-y-50-hover:hover, .hover\:-translate-xxl-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .-translate-xxl-x-75, .-translate-xxl-x-75-hover:hover, .hover\:-translate-xxl-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .-translate-xxl-y-75, .-translate-xxl-y-75-hover:hover, .hover\:-translate-xxl-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .-translate-xxl-x-full, .-translate-xxl-x-full-hover:hover, .hover\:-translate-xxl-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .-translate-xxl-y-full, .-translate-xxl-y-full-hover:hover, .hover\:-translate-xxl-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .xxl\:-translate-x-px, .xxl\:-translate-x-px-hover:hover, .xxl\:hover\:-translate-x-px:hover {
    transform: translateX(-1px) !important;
  }
  .xxl\:-translate-y-px, .xxl\:-translate-y-px-hover:hover, .xxl\:hover\:-translate-y-px:hover {
    transform: translateY(-1px) !important;
  }
  .xxl\:-translate-x-narrow, .xxl\:-translate-x-narrow-hover:hover, .xxl\:hover\:-translate-x-narrow:hover {
    transform: translateX(-0.25rem) !important;
  }
  .xxl\:-translate-y-narrow, .xxl\:-translate-y-narrow-hover:hover, .xxl\:hover\:-translate-y-narrow:hover {
    transform: translateY(-0.25rem) !important;
  }
  .xxl\:-translate-x-1, .xxl\:-translate-x-1-hover:hover, .xxl\:hover\:-translate-x-1:hover {
    transform: translateX(-0.5rem) !important;
  }
  .xxl\:-translate-y-1, .xxl\:-translate-y-1-hover:hover, .xxl\:hover\:-translate-y-1:hover {
    transform: translateY(-0.5rem) !important;
  }
  .xxl\:-translate-x-2, .xxl\:-translate-x-2-hover:hover, .xxl\:hover\:-translate-x-2:hover {
    transform: translateX(-1rem) !important;
  }
  .xxl\:-translate-y-2, .xxl\:-translate-y-2-hover:hover, .xxl\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }
  .xxl\:-translate-x-3, .xxl\:-translate-x-3-hover:hover, .xxl\:hover\:-translate-x-3:hover {
    transform: translateX(-1.5rem) !important;
  }
  .xxl\:-translate-y-3, .xxl\:-translate-y-3-hover:hover, .xxl\:hover\:-translate-y-3:hover {
    transform: translateY(-1.5rem) !important;
  }
  .xxl\:-translate-x-4, .xxl\:-translate-x-4-hover:hover, .xxl\:hover\:-translate-x-4:hover {
    transform: translateX(-2rem) !important;
  }
  .xxl\:-translate-y-4, .xxl\:-translate-y-4-hover:hover, .xxl\:hover\:-translate-y-4:hover {
    transform: translateY(-2rem) !important;
  }
  .xxl\:-translate-x-5, .xxl\:-translate-x-5-hover:hover, .xxl\:hover\:-translate-x-5:hover {
    transform: translateX(-2.5rem) !important;
  }
  .xxl\:-translate-y-5, .xxl\:-translate-y-5-hover:hover, .xxl\:hover\:-translate-y-5:hover {
    transform: translateY(-2.5rem) !important;
  }
  .xxl\:-translate-x-6, .xxl\:-translate-x-6-hover:hover, .xxl\:hover\:-translate-x-6:hover {
    transform: translateX(-3rem) !important;
  }
  .xxl\:-translate-y-6, .xxl\:-translate-y-6-hover:hover, .xxl\:hover\:-translate-y-6:hover {
    transform: translateY(-3rem) !important;
  }
  .xxl\:-translate-x-7, .xxl\:-translate-x-7-hover:hover, .xxl\:hover\:-translate-x-7:hover {
    transform: translateX(-4rem) !important;
  }
  .xxl\:-translate-y-7, .xxl\:-translate-y-7-hover:hover, .xxl\:hover\:-translate-y-7:hover {
    transform: translateY(-4rem) !important;
  }
  .xxl\:-translate-x-8, .xxl\:-translate-x-8-hover:hover, .xxl\:hover\:-translate-x-8:hover {
    transform: translateX(-5rem) !important;
  }
  .xxl\:-translate-y-8, .xxl\:-translate-y-8-hover:hover, .xxl\:hover\:-translate-y-8:hover {
    transform: translateY(-5rem) !important;
  }
  .xxl\:-translate-x-9, .xxl\:-translate-x-9-hover:hover, .xxl\:hover\:-translate-x-9:hover {
    transform: translateX(-6rem) !important;
  }
  .xxl\:-translate-y-9, .xxl\:-translate-y-9-hover:hover, .xxl\:hover\:-translate-y-9:hover {
    transform: translateY(-6rem) !important;
  }
  .xxl\:-translate-x-10, .xxl\:-translate-x-10-hover:hover, .xxl\:hover\:-translate-x-10:hover {
    transform: translateX(-8rem) !important;
  }
  .xxl\:-translate-y-10, .xxl\:-translate-y-10-hover:hover, .xxl\:hover\:-translate-y-10:hover {
    transform: translateY(-8rem) !important;
  }
  .xxl\:-translate-x-25, .xxl\:-translate-x-25-hover:hover, .xxl\:hover\:-translate-x-25:hover {
    transform: translateX(-25%) !important;
  }
  .xxl\:-translate-y-25, .xxl\:-translate-y-25-hover:hover, .xxl\:hover\:-translate-y-25:hover {
    transform: translateY(-25%) !important;
  }
  .xxl\:-translate-x-50, .xxl\:-translate-x-50-hover:hover, .xxl\:hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .xxl\:-translate-y-50, .xxl\:-translate-y-50-hover:hover, .xxl\:hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .xxl\:-translate-x-75, .xxl\:-translate-x-75-hover:hover, .xxl\:hover\:-translate-x-75:hover {
    transform: translateX(-75%) !important;
  }
  .xxl\:-translate-y-75, .xxl\:-translate-y-75-hover:hover, .xxl\:hover\:-translate-y-75:hover {
    transform: translateY(-75%) !important;
  }
  .xxl\:-translate-x-full, .xxl\:-translate-x-full-hover:hover, .xxl\:hover\:-translate-x-full:hover {
    transform: translateX(-100%) !important;
  }
  .xxl\:-translate-y-full, .xxl\:-translate-y-full-hover:hover, .xxl\:hover\:-translate-y-full:hover {
    transform: translateY(-100%) !important;
  }
  .rotate-xxl-0, .rotate-xxl-0-hover:hover, .hover\:rotate-xxl-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-0 {
    transform: rotate(0deg) !important;
  }
  .rotate-xxl-1, .rotate-xxl-1-hover:hover, .hover\:rotate-xxl-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-1 {
    transform: rotate(1deg) !important;
  }
  .rotate-xxl-2, .rotate-xxl-2-hover:hover, .hover\:rotate-xxl-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-2 {
    transform: rotate(2deg) !important;
  }
  .rotate-xxl-3, .rotate-xxl-3-hover:hover, .hover\:rotate-xxl-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-3 {
    transform: rotate(3deg) !important;
  }
  .rotate-xxl-6, .rotate-xxl-6-hover:hover, .hover\:rotate-xxl-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-6 {
    transform: rotate(6deg) !important;
  }
  .rotate-xxl-12, .rotate-xxl-12-hover:hover, .hover\:rotate-xxl-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-12 {
    transform: rotate(12deg) !important;
  }
  .rotate-xxl-45, .rotate-xxl-45-hover:hover, .hover\:rotate-xxl-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-45 {
    transform: rotate(45deg) !important;
  }
  .rotate-xxl-90, .rotate-xxl-90-hover:hover, .hover\:rotate-xxl-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-90 {
    transform: rotate(90deg) !important;
  }
  .rotate-xxl-180, .rotate-xxl-180-hover:hover, .hover\:rotate-xxl-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:rotate-xxl-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:rotate-xxl-180 {
    transform: rotate(180deg) !important;
  }
  .xxl\:rotate-0, .xxl\:rotate-0-hover:hover, .xxl\:hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .xxl\:rotate-1, .xxl\:rotate-1-hover:hover, .xxl\:hover\:rotate-1:hover {
    transform: rotate(1deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-1 {
    transform: rotate(1deg) !important;
  }
  .xxl\:rotate-2, .xxl\:rotate-2-hover:hover, .xxl\:hover\:rotate-2:hover {
    transform: rotate(2deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-2 {
    transform: rotate(2deg) !important;
  }
  .xxl\:rotate-3, .xxl\:rotate-3-hover:hover, .xxl\:hover\:rotate-3:hover {
    transform: rotate(3deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-3 {
    transform: rotate(3deg) !important;
  }
  .xxl\:rotate-6, .xxl\:rotate-6-hover:hover, .xxl\:hover\:rotate-6:hover {
    transform: rotate(6deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-6 {
    transform: rotate(6deg) !important;
  }
  .xxl\:rotate-12, .xxl\:rotate-12-hover:hover, .xxl\:hover\:rotate-12:hover {
    transform: rotate(12deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-12 {
    transform: rotate(12deg) !important;
  }
  .xxl\:rotate-45, .xxl\:rotate-45-hover:hover, .xxl\:hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xxl\:rotate-90, .xxl\:rotate-90-hover:hover, .xxl\:hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xxl\:rotate-180, .xxl\:rotate-180-hover:hover, .xxl\:hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .-rotate-xxl-1, .-rotate-xxl-1-hover:hover, .hover\:-rotate-xxl-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-1 {
    transform: rotate(-1deg) !important;
  }
  .-rotate-xxl-2, .-rotate-xxl-2-hover:hover, .hover\:-rotate-xxl-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-2 {
    transform: rotate(-2deg) !important;
  }
  .-rotate-xxl-3, .-rotate-xxl-3-hover:hover, .hover\:-rotate-xxl-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-3 {
    transform: rotate(-3deg) !important;
  }
  .-rotate-xxl-6, .-rotate-xxl-6-hover:hover, .hover\:-rotate-xxl-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-6 {
    transform: rotate(-6deg) !important;
  }
  .-rotate-xxl-12, .-rotate-xxl-12-hover:hover, .hover\:-rotate-xxl-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-12 {
    transform: rotate(-12deg) !important;
  }
  .-rotate-xxl-45, .-rotate-xxl-45-hover:hover, .hover\:-rotate-xxl-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-45 {
    transform: rotate(-45deg) !important;
  }
  .-rotate-xxl-90, .-rotate-xxl-90-hover:hover, .hover\:-rotate-xxl-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-90 {
    transform: rotate(-90deg) !important;
  }
  .-rotate-xxl-180, .-rotate-xxl-180-hover:hover, .hover\:-rotate-xxl-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:-rotate-xxl-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:-rotate-xxl-180 {
    transform: rotate(-180deg) !important;
  }
  .xxl\:-rotate-1, .xxl\:-rotate-1-hover:hover, .xxl\:hover\:-rotate-1:hover {
    transform: rotate(-1deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-1 {
    transform: rotate(-1deg) !important;
  }
  .xxl\:-rotate-2, .xxl\:-rotate-2-hover:hover, .xxl\:hover\:-rotate-2:hover {
    transform: rotate(-2deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }
  .xxl\:-rotate-3, .xxl\:-rotate-3-hover:hover, .xxl\:hover\:-rotate-3:hover {
    transform: rotate(-3deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-3 {
    transform: rotate(-3deg) !important;
  }
  .xxl\:-rotate-6, .xxl\:-rotate-6-hover:hover, .xxl\:hover\:-rotate-6:hover {
    transform: rotate(-6deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-6 {
    transform: rotate(-6deg) !important;
  }
  .xxl\:-rotate-12, .xxl\:-rotate-12-hover:hover, .xxl\:hover\:-rotate-12:hover {
    transform: rotate(-12deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-12 {
    transform: rotate(-12deg) !important;
  }
  .xxl\:-rotate-45, .xxl\:-rotate-45-hover:hover, .xxl\:hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xxl\:-rotate-90, .xxl\:-rotate-90-hover:hover, .xxl\:hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xxl\:-rotate-180, .xxl\:-rotate-180-hover:hover, .xxl\:hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  [dir=ltr] .ltr\:xxl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  [dir=rtl] .rtl\:xxl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .origin-xxl-center, .origin-xxl-center-hover:hover, .hover\:origin-xxl-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:origin-xxl-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:origin-xxl-center {
    transform-origin: center !important;
  }
  .origin-xxl-top, .origin-xxl-top-hover:hover, .hover\:origin-xxl-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:origin-xxl-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:origin-xxl-top {
    transform-origin: top !important;
  }
  .origin-xxl-top-right, .origin-xxl-top-right-hover:hover, .hover\:origin-xxl-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:origin-xxl-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:origin-xxl-top-right {
    transform-origin: top right !important;
  }
  .origin-xxl-top-left, .origin-xxl-top-left-hover:hover, .hover\:origin-xxl-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:origin-xxl-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:origin-xxl-top-left {
    transform-origin: top left !important;
  }
  .origin-xxl-left, .origin-xxl-left-hover:hover, .hover\:origin-xxl-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:origin-xxl-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:origin-xxl-left {
    transform-origin: left !important;
  }
  .origin-xxl-right, .origin-xxl-right-hover:hover, .hover\:origin-xxl-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:origin-xxl-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:origin-xxl-right {
    transform-origin: right !important;
  }
  .origin-xxl-bottom-right, .origin-xxl-bottom-right-hover:hover, .hover\:origin-xxl-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:origin-xxl-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:origin-xxl-bottom-right {
    transform-origin: bottom right !important;
  }
  .origin-xxl-bottom, .origin-xxl-bottom-hover:hover, .hover\:origin-xxl-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:origin-xxl-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:origin-xxl-bottom {
    transform-origin: bottom !important;
  }
  .origin-xxl-bottom-left, .origin-xxl-bottom-left-hover:hover, .hover\:origin-xxl-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:origin-xxl-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:origin-xxl-bottom-left {
    transform-origin: bottom left !important;
  }
  .xxl\:origin-center, .xxl\:origin-center-hover:hover, .xxl\:hover\:origin-center:hover {
    transform-origin: center !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-center {
    transform-origin: center !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-center {
    transform-origin: center !important;
  }
  .xxl\:origin-top, .xxl\:origin-top-hover:hover, .xxl\:hover\:origin-top:hover {
    transform-origin: top !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-top {
    transform-origin: top !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-top {
    transform-origin: top !important;
  }
  .xxl\:origin-top-right, .xxl\:origin-top-right-hover:hover, .xxl\:hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-top-right {
    transform-origin: top right !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xxl\:origin-top-left, .xxl\:origin-top-left-hover:hover, .xxl\:hover\:origin-top-left:hover {
    transform-origin: top left !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-top-left {
    transform-origin: top left !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-top-left {
    transform-origin: top left !important;
  }
  .xxl\:origin-left, .xxl\:origin-left-hover:hover, .xxl\:hover\:origin-left:hover {
    transform-origin: left !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-left {
    transform-origin: left !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-left {
    transform-origin: left !important;
  }
  .xxl\:origin-right, .xxl\:origin-right-hover:hover, .xxl\:hover\:origin-right:hover {
    transform-origin: right !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-right {
    transform-origin: right !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-right {
    transform-origin: right !important;
  }
  .xxl\:origin-bottom-right, .xxl\:origin-bottom-right-hover:hover, .xxl\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xxl\:origin-bottom, .xxl\:origin-bottom-hover:hover, .xxl\:hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-bottom {
    transform-origin: bottom !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xxl\:origin-bottom-left, .xxl\:origin-bottom-left-hover:hover, .xxl\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  [dir=ltr] .ltr\:xxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .rounded-top-start-xxl, .rounded-top-start-xxl-hover:hover, .hover\:rounded-top-start-xxl:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl {
    border-top-left-radius: var(--radius) !important;
  }
  .rounded-top-start-xxl-default, .rounded-top-start-xxl-default-hover:hover, .hover\:rounded-top-start-xxl-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-default {
    border-top-left-radius: 8px !important;
  }
  .rounded-top-start-xxl-0-5, .rounded-top-start-xxl-0-5-hover:hover, .hover\:rounded-top-start-xxl-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-0-5 {
    border-top-left-radius: 2px !important;
  }
  .rounded-top-start-xxl-1, .rounded-top-start-xxl-1-hover:hover, .hover\:rounded-top-start-xxl-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-1 {
    border-top-left-radius: 4px !important;
  }
  .rounded-top-start-xxl-1-5, .rounded-top-start-xxl-1-5-hover:hover, .hover\:rounded-top-start-xxl-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-1-5 {
    border-top-left-radius: 12px !important;
  }
  .rounded-top-start-xxl-2, .rounded-top-start-xxl-2-hover:hover, .hover\:rounded-top-start-xxl-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-2 {
    border-top-left-radius: 16px !important;
  }
  .rounded-top-start-xxl-2-5, .rounded-top-start-xxl-2-5-hover:hover, .hover\:rounded-top-start-xxl-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-2-5 {
    border-top-left-radius: 20px !important;
  }
  .rounded-top-start-xxl-3, .rounded-top-start-xxl-3-hover:hover, .hover\:rounded-top-start-xxl-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-3 {
    border-top-left-radius: 24px !important;
  }
  .rounded-top-start-xxl-3-5, .rounded-top-start-xxl-3-5-hover:hover, .hover\:rounded-top-start-xxl-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-3-5 {
    border-top-left-radius: 28px !important;
  }
  .rounded-top-start-xxl-4, .rounded-top-start-xxl-4-hover:hover, .hover\:rounded-top-start-xxl-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-4 {
    border-top-left-radius: 32px !important;
  }
  .rounded-top-start-xxl-4-5, .rounded-top-start-xxl-4-5-hover:hover, .hover\:rounded-top-start-xxl-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-4-5 {
    border-top-left-radius: 36px !important;
  }
  .rounded-top-start-xxl-5, .rounded-top-start-xxl-5-hover:hover, .hover\:rounded-top-start-xxl-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-5 {
    border-top-left-radius: 40px !important;
  }
  .rounded-top-start-xxl-5-5, .rounded-top-start-xxl-5-5-hover:hover, .hover\:rounded-top-start-xxl-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-5-5 {
    border-top-left-radius: 44px !important;
  }
  .rounded-top-start-xxl-6, .rounded-top-start-xxl-6-hover:hover, .hover\:rounded-top-start-xxl-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-6 {
    border-top-left-radius: 48px !important;
  }
  .rounded-top-start-xxl-6-5, .rounded-top-start-xxl-6-5-hover:hover, .hover\:rounded-top-start-xxl-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-6-5 {
    border-top-left-radius: 52px !important;
  }
  .rounded-top-start-xxl-7, .rounded-top-start-xxl-7-hover:hover, .hover\:rounded-top-start-xxl-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-7 {
    border-top-left-radius: 56px !important;
  }
  .rounded-top-start-xxl-7-5, .rounded-top-start-xxl-7-5-hover:hover, .hover\:rounded-top-start-xxl-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-7-5 {
    border-top-left-radius: 60px !important;
  }
  .rounded-top-start-xxl-8, .rounded-top-start-xxl-8-hover:hover, .hover\:rounded-top-start-xxl-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-8 {
    border-top-left-radius: 64px !important;
  }
  .rounded-top-start-xxl-8-5, .rounded-top-start-xxl-8-5-hover:hover, .hover\:rounded-top-start-xxl-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-8-5 {
    border-top-left-radius: 68px !important;
  }
  .rounded-top-start-xxl-9, .rounded-top-start-xxl-9-hover:hover, .hover\:rounded-top-start-xxl-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-9 {
    border-top-left-radius: 72px !important;
  }
  .rounded-top-start-xxl-9-5, .rounded-top-start-xxl-9-5-hover:hover, .hover\:rounded-top-start-xxl-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-9-5 {
    border-top-left-radius: 76px !important;
  }
  .rounded-top-start-xxl-10, .rounded-top-start-xxl-10-hover:hover, .hover\:rounded-top-start-xxl-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-10 {
    border-top-left-radius: 80px !important;
  }
  .rounded-top-start-xxl-circle, .rounded-top-start-xxl-circle-hover:hover, .hover\:rounded-top-start-xxl-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-circle {
    border-top-left-radius: 50% !important;
  }
  .rounded-top-start-xxl-full, .rounded-top-start-xxl-full-hover:hover, .hover\:rounded-top-start-xxl-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-full {
    border-top-left-radius: 100% !important;
  }
  .rounded-top-start-xxl-pill, .rounded-top-start-xxl-pill-hover:hover, .hover\:rounded-top-start-xxl-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-pill {
    border-top-left-radius: 50rem !important;
  }
  .rounded-top-start-xxl-0, .rounded-top-start-xxl-0-hover:hover, .hover\:rounded-top-start-xxl-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-start-xxl-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-0 {
    border-top-left-radius: 0 !important;
  }
  .xxl\:rounded-top-start, .xxl\:rounded-top-start-hover:hover, .xxl\:hover\:rounded-top-start:hover {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important;
  }
  .xxl\:rounded-top-start-default, .xxl\:rounded-top-start-default-hover:hover, .xxl\:hover\:rounded-top-start-default:hover {
    border-top-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-default {
    border-top-left-radius: 8px !important;
  }
  .xxl\:rounded-top-start-0-5, .xxl\:rounded-top-start-0-5-hover:hover, .xxl\:hover\:rounded-top-start-0-5:hover {
    border-top-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important;
  }
  .xxl\:rounded-top-start-1, .xxl\:rounded-top-start-1-hover:hover, .xxl\:hover\:rounded-top-start-1:hover {
    border-top-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important;
  }
  .xxl\:rounded-top-start-1-5, .xxl\:rounded-top-start-1-5-hover:hover, .xxl\:hover\:rounded-top-start-1-5:hover {
    border-top-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important;
  }
  .xxl\:rounded-top-start-2, .xxl\:rounded-top-start-2-hover:hover, .xxl\:hover\:rounded-top-start-2:hover {
    border-top-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important;
  }
  .xxl\:rounded-top-start-2-5, .xxl\:rounded-top-start-2-5-hover:hover, .xxl\:hover\:rounded-top-start-2-5:hover {
    border-top-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important;
  }
  .xxl\:rounded-top-start-3, .xxl\:rounded-top-start-3-hover:hover, .xxl\:hover\:rounded-top-start-3:hover {
    border-top-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important;
  }
  .xxl\:rounded-top-start-3-5, .xxl\:rounded-top-start-3-5-hover:hover, .xxl\:hover\:rounded-top-start-3-5:hover {
    border-top-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important;
  }
  .xxl\:rounded-top-start-4, .xxl\:rounded-top-start-4-hover:hover, .xxl\:hover\:rounded-top-start-4:hover {
    border-top-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important;
  }
  .xxl\:rounded-top-start-4-5, .xxl\:rounded-top-start-4-5-hover:hover, .xxl\:hover\:rounded-top-start-4-5:hover {
    border-top-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important;
  }
  .xxl\:rounded-top-start-5, .xxl\:rounded-top-start-5-hover:hover, .xxl\:hover\:rounded-top-start-5:hover {
    border-top-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important;
  }
  .xxl\:rounded-top-start-5-5, .xxl\:rounded-top-start-5-5-hover:hover, .xxl\:hover\:rounded-top-start-5-5:hover {
    border-top-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important;
  }
  .xxl\:rounded-top-start-6, .xxl\:rounded-top-start-6-hover:hover, .xxl\:hover\:rounded-top-start-6:hover {
    border-top-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important;
  }
  .xxl\:rounded-top-start-6-5, .xxl\:rounded-top-start-6-5-hover:hover, .xxl\:hover\:rounded-top-start-6-5:hover {
    border-top-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important;
  }
  .xxl\:rounded-top-start-7, .xxl\:rounded-top-start-7-hover:hover, .xxl\:hover\:rounded-top-start-7:hover {
    border-top-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important;
  }
  .xxl\:rounded-top-start-7-5, .xxl\:rounded-top-start-7-5-hover:hover, .xxl\:hover\:rounded-top-start-7-5:hover {
    border-top-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important;
  }
  .xxl\:rounded-top-start-8, .xxl\:rounded-top-start-8-hover:hover, .xxl\:hover\:rounded-top-start-8:hover {
    border-top-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important;
  }
  .xxl\:rounded-top-start-8-5, .xxl\:rounded-top-start-8-5-hover:hover, .xxl\:hover\:rounded-top-start-8-5:hover {
    border-top-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important;
  }
  .xxl\:rounded-top-start-9, .xxl\:rounded-top-start-9-hover:hover, .xxl\:hover\:rounded-top-start-9:hover {
    border-top-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important;
  }
  .xxl\:rounded-top-start-9-5, .xxl\:rounded-top-start-9-5-hover:hover, .xxl\:hover\:rounded-top-start-9-5:hover {
    border-top-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important;
  }
  .xxl\:rounded-top-start-10, .xxl\:rounded-top-start-10-hover:hover, .xxl\:hover\:rounded-top-start-10:hover {
    border-top-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important;
  }
  .xxl\:rounded-top-start-circle, .xxl\:rounded-top-start-circle-hover:hover, .xxl\:hover\:rounded-top-start-circle:hover {
    border-top-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important;
  }
  .xxl\:rounded-top-start-full, .xxl\:rounded-top-start-full-hover:hover, .xxl\:hover\:rounded-top-start-full:hover {
    border-top-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-full {
    border-top-left-radius: 100% !important;
  }
  .xxl\:rounded-top-start-pill, .xxl\:rounded-top-start-pill-hover:hover, .xxl\:hover\:rounded-top-start-pill:hover {
    border-top-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important;
  }
  .xxl\:rounded-top-start-0, .xxl\:rounded-top-start-0-hover:hover, .xxl\:hover\:rounded-top-start-0:hover {
    border-top-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }
  .rounded-top-end-xxl, .rounded-top-end-xxl-hover:hover, .hover\:rounded-top-end-xxl:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl {
    border-top-right-radius: var(--radius) !important;
  }
  .rounded-top-end-xxl-default, .rounded-top-end-xxl-default-hover:hover, .hover\:rounded-top-end-xxl-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-default {
    border-top-right-radius: 8px !important;
  }
  .rounded-top-end-xxl-0-5, .rounded-top-end-xxl-0-5-hover:hover, .hover\:rounded-top-end-xxl-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-0-5 {
    border-top-right-radius: 2px !important;
  }
  .rounded-top-end-xxl-1, .rounded-top-end-xxl-1-hover:hover, .hover\:rounded-top-end-xxl-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-1 {
    border-top-right-radius: 4px !important;
  }
  .rounded-top-end-xxl-1-5, .rounded-top-end-xxl-1-5-hover:hover, .hover\:rounded-top-end-xxl-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-1-5 {
    border-top-right-radius: 12px !important;
  }
  .rounded-top-end-xxl-2, .rounded-top-end-xxl-2-hover:hover, .hover\:rounded-top-end-xxl-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-2 {
    border-top-right-radius: 16px !important;
  }
  .rounded-top-end-xxl-2-5, .rounded-top-end-xxl-2-5-hover:hover, .hover\:rounded-top-end-xxl-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-2-5 {
    border-top-right-radius: 20px !important;
  }
  .rounded-top-end-xxl-3, .rounded-top-end-xxl-3-hover:hover, .hover\:rounded-top-end-xxl-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-3 {
    border-top-right-radius: 24px !important;
  }
  .rounded-top-end-xxl-3-5, .rounded-top-end-xxl-3-5-hover:hover, .hover\:rounded-top-end-xxl-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-3-5 {
    border-top-right-radius: 28px !important;
  }
  .rounded-top-end-xxl-4, .rounded-top-end-xxl-4-hover:hover, .hover\:rounded-top-end-xxl-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-4 {
    border-top-right-radius: 32px !important;
  }
  .rounded-top-end-xxl-4-5, .rounded-top-end-xxl-4-5-hover:hover, .hover\:rounded-top-end-xxl-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-4-5 {
    border-top-right-radius: 36px !important;
  }
  .rounded-top-end-xxl-5, .rounded-top-end-xxl-5-hover:hover, .hover\:rounded-top-end-xxl-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-5 {
    border-top-right-radius: 40px !important;
  }
  .rounded-top-end-xxl-5-5, .rounded-top-end-xxl-5-5-hover:hover, .hover\:rounded-top-end-xxl-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-5-5 {
    border-top-right-radius: 44px !important;
  }
  .rounded-top-end-xxl-6, .rounded-top-end-xxl-6-hover:hover, .hover\:rounded-top-end-xxl-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-6 {
    border-top-right-radius: 48px !important;
  }
  .rounded-top-end-xxl-6-5, .rounded-top-end-xxl-6-5-hover:hover, .hover\:rounded-top-end-xxl-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-6-5 {
    border-top-right-radius: 52px !important;
  }
  .rounded-top-end-xxl-7, .rounded-top-end-xxl-7-hover:hover, .hover\:rounded-top-end-xxl-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-7 {
    border-top-right-radius: 56px !important;
  }
  .rounded-top-end-xxl-7-5, .rounded-top-end-xxl-7-5-hover:hover, .hover\:rounded-top-end-xxl-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-7-5 {
    border-top-right-radius: 60px !important;
  }
  .rounded-top-end-xxl-8, .rounded-top-end-xxl-8-hover:hover, .hover\:rounded-top-end-xxl-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-8 {
    border-top-right-radius: 64px !important;
  }
  .rounded-top-end-xxl-8-5, .rounded-top-end-xxl-8-5-hover:hover, .hover\:rounded-top-end-xxl-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-8-5 {
    border-top-right-radius: 68px !important;
  }
  .rounded-top-end-xxl-9, .rounded-top-end-xxl-9-hover:hover, .hover\:rounded-top-end-xxl-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-9 {
    border-top-right-radius: 72px !important;
  }
  .rounded-top-end-xxl-9-5, .rounded-top-end-xxl-9-5-hover:hover, .hover\:rounded-top-end-xxl-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-9-5 {
    border-top-right-radius: 76px !important;
  }
  .rounded-top-end-xxl-10, .rounded-top-end-xxl-10-hover:hover, .hover\:rounded-top-end-xxl-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-10 {
    border-top-right-radius: 80px !important;
  }
  .rounded-top-end-xxl-circle, .rounded-top-end-xxl-circle-hover:hover, .hover\:rounded-top-end-xxl-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-circle {
    border-top-right-radius: 50% !important;
  }
  .rounded-top-end-xxl-full, .rounded-top-end-xxl-full-hover:hover, .hover\:rounded-top-end-xxl-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-full {
    border-top-right-radius: 100% !important;
  }
  .rounded-top-end-xxl-pill, .rounded-top-end-xxl-pill-hover:hover, .hover\:rounded-top-end-xxl-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-pill {
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-end-xxl-0, .rounded-top-end-xxl-0-hover:hover, .hover\:rounded-top-end-xxl-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-top-end-xxl-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-0 {
    border-top-right-radius: 0 !important;
  }
  .xxl\:rounded-top-end, .xxl\:rounded-top-end-hover:hover, .xxl\:hover\:rounded-top-end:hover {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important;
  }
  .xxl\:rounded-top-end-default, .xxl\:rounded-top-end-default-hover:hover, .xxl\:hover\:rounded-top-end-default:hover {
    border-top-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-default {
    border-top-right-radius: 8px !important;
  }
  .xxl\:rounded-top-end-0-5, .xxl\:rounded-top-end-0-5-hover:hover, .xxl\:hover\:rounded-top-end-0-5:hover {
    border-top-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important;
  }
  .xxl\:rounded-top-end-1, .xxl\:rounded-top-end-1-hover:hover, .xxl\:hover\:rounded-top-end-1:hover {
    border-top-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important;
  }
  .xxl\:rounded-top-end-1-5, .xxl\:rounded-top-end-1-5-hover:hover, .xxl\:hover\:rounded-top-end-1-5:hover {
    border-top-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }
  .xxl\:rounded-top-end-2, .xxl\:rounded-top-end-2-hover:hover, .xxl\:hover\:rounded-top-end-2:hover {
    border-top-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important;
  }
  .xxl\:rounded-top-end-2-5, .xxl\:rounded-top-end-2-5-hover:hover, .xxl\:hover\:rounded-top-end-2-5:hover {
    border-top-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important;
  }
  .xxl\:rounded-top-end-3, .xxl\:rounded-top-end-3-hover:hover, .xxl\:hover\:rounded-top-end-3:hover {
    border-top-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important;
  }
  .xxl\:rounded-top-end-3-5, .xxl\:rounded-top-end-3-5-hover:hover, .xxl\:hover\:rounded-top-end-3-5:hover {
    border-top-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important;
  }
  .xxl\:rounded-top-end-4, .xxl\:rounded-top-end-4-hover:hover, .xxl\:hover\:rounded-top-end-4:hover {
    border-top-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important;
  }
  .xxl\:rounded-top-end-4-5, .xxl\:rounded-top-end-4-5-hover:hover, .xxl\:hover\:rounded-top-end-4-5:hover {
    border-top-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important;
  }
  .xxl\:rounded-top-end-5, .xxl\:rounded-top-end-5-hover:hover, .xxl\:hover\:rounded-top-end-5:hover {
    border-top-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important;
  }
  .xxl\:rounded-top-end-5-5, .xxl\:rounded-top-end-5-5-hover:hover, .xxl\:hover\:rounded-top-end-5-5:hover {
    border-top-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important;
  }
  .xxl\:rounded-top-end-6, .xxl\:rounded-top-end-6-hover:hover, .xxl\:hover\:rounded-top-end-6:hover {
    border-top-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important;
  }
  .xxl\:rounded-top-end-6-5, .xxl\:rounded-top-end-6-5-hover:hover, .xxl\:hover\:rounded-top-end-6-5:hover {
    border-top-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important;
  }
  .xxl\:rounded-top-end-7, .xxl\:rounded-top-end-7-hover:hover, .xxl\:hover\:rounded-top-end-7:hover {
    border-top-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important;
  }
  .xxl\:rounded-top-end-7-5, .xxl\:rounded-top-end-7-5-hover:hover, .xxl\:hover\:rounded-top-end-7-5:hover {
    border-top-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important;
  }
  .xxl\:rounded-top-end-8, .xxl\:rounded-top-end-8-hover:hover, .xxl\:hover\:rounded-top-end-8:hover {
    border-top-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important;
  }
  .xxl\:rounded-top-end-8-5, .xxl\:rounded-top-end-8-5-hover:hover, .xxl\:hover\:rounded-top-end-8-5:hover {
    border-top-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important;
  }
  .xxl\:rounded-top-end-9, .xxl\:rounded-top-end-9-hover:hover, .xxl\:hover\:rounded-top-end-9:hover {
    border-top-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important;
  }
  .xxl\:rounded-top-end-9-5, .xxl\:rounded-top-end-9-5-hover:hover, .xxl\:hover\:rounded-top-end-9-5:hover {
    border-top-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important;
  }
  .xxl\:rounded-top-end-10, .xxl\:rounded-top-end-10-hover:hover, .xxl\:hover\:rounded-top-end-10:hover {
    border-top-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important;
  }
  .xxl\:rounded-top-end-circle, .xxl\:rounded-top-end-circle-hover:hover, .xxl\:hover\:rounded-top-end-circle:hover {
    border-top-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important;
  }
  .xxl\:rounded-top-end-full, .xxl\:rounded-top-end-full-hover:hover, .xxl\:hover\:rounded-top-end-full:hover {
    border-top-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-full {
    border-top-right-radius: 100% !important;
  }
  .xxl\:rounded-top-end-pill, .xxl\:rounded-top-end-pill-hover:hover, .xxl\:hover\:rounded-top-end-pill:hover {
    border-top-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important;
  }
  .xxl\:rounded-top-end-0, .xxl\:rounded-top-end-0-hover:hover, .xxl\:hover\:rounded-top-end-0:hover {
    border-top-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }
  .rounded-bottom-start-xxl, .rounded-bottom-start-xxl-hover:hover, .hover\:rounded-bottom-start-xxl:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl {
    border-bottom-left-radius: var(--radius) !important;
  }
  .rounded-bottom-start-xxl-default, .rounded-bottom-start-xxl-default-hover:hover, .hover\:rounded-bottom-start-xxl-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-default {
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-start-xxl-0-5, .rounded-bottom-start-xxl-0-5-hover:hover, .hover\:rounded-bottom-start-xxl-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-start-xxl-1, .rounded-bottom-start-xxl-1-hover:hover, .hover\:rounded-bottom-start-xxl-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-1 {
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-start-xxl-1-5, .rounded-bottom-start-xxl-1-5-hover:hover, .hover\:rounded-bottom-start-xxl-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .rounded-bottom-start-xxl-2, .rounded-bottom-start-xxl-2-hover:hover, .hover\:rounded-bottom-start-xxl-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-2 {
    border-bottom-left-radius: 16px !important;
  }
  .rounded-bottom-start-xxl-2-5, .rounded-bottom-start-xxl-2-5-hover:hover, .hover\:rounded-bottom-start-xxl-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .rounded-bottom-start-xxl-3, .rounded-bottom-start-xxl-3-hover:hover, .hover\:rounded-bottom-start-xxl-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-3 {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bottom-start-xxl-3-5, .rounded-bottom-start-xxl-3-5-hover:hover, .hover\:rounded-bottom-start-xxl-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .rounded-bottom-start-xxl-4, .rounded-bottom-start-xxl-4-hover:hover, .hover\:rounded-bottom-start-xxl-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-4 {
    border-bottom-left-radius: 32px !important;
  }
  .rounded-bottom-start-xxl-4-5, .rounded-bottom-start-xxl-4-5-hover:hover, .hover\:rounded-bottom-start-xxl-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .rounded-bottom-start-xxl-5, .rounded-bottom-start-xxl-5-hover:hover, .hover\:rounded-bottom-start-xxl-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-5 {
    border-bottom-left-radius: 40px !important;
  }
  .rounded-bottom-start-xxl-5-5, .rounded-bottom-start-xxl-5-5-hover:hover, .hover\:rounded-bottom-start-xxl-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .rounded-bottom-start-xxl-6, .rounded-bottom-start-xxl-6-hover:hover, .hover\:rounded-bottom-start-xxl-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-6 {
    border-bottom-left-radius: 48px !important;
  }
  .rounded-bottom-start-xxl-6-5, .rounded-bottom-start-xxl-6-5-hover:hover, .hover\:rounded-bottom-start-xxl-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .rounded-bottom-start-xxl-7, .rounded-bottom-start-xxl-7-hover:hover, .hover\:rounded-bottom-start-xxl-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-7 {
    border-bottom-left-radius: 56px !important;
  }
  .rounded-bottom-start-xxl-7-5, .rounded-bottom-start-xxl-7-5-hover:hover, .hover\:rounded-bottom-start-xxl-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .rounded-bottom-start-xxl-8, .rounded-bottom-start-xxl-8-hover:hover, .hover\:rounded-bottom-start-xxl-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-8 {
    border-bottom-left-radius: 64px !important;
  }
  .rounded-bottom-start-xxl-8-5, .rounded-bottom-start-xxl-8-5-hover:hover, .hover\:rounded-bottom-start-xxl-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .rounded-bottom-start-xxl-9, .rounded-bottom-start-xxl-9-hover:hover, .hover\:rounded-bottom-start-xxl-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-9 {
    border-bottom-left-radius: 72px !important;
  }
  .rounded-bottom-start-xxl-9-5, .rounded-bottom-start-xxl-9-5-hover:hover, .hover\:rounded-bottom-start-xxl-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .rounded-bottom-start-xxl-10, .rounded-bottom-start-xxl-10-hover:hover, .hover\:rounded-bottom-start-xxl-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-10 {
    border-bottom-left-radius: 80px !important;
  }
  .rounded-bottom-start-xxl-circle, .rounded-bottom-start-xxl-circle-hover:hover, .hover\:rounded-bottom-start-xxl-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-start-xxl-full, .rounded-bottom-start-xxl-full-hover:hover, .hover\:rounded-bottom-start-xxl-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-full {
    border-bottom-left-radius: 100% !important;
  }
  .rounded-bottom-start-xxl-pill, .rounded-bottom-start-xxl-pill-hover:hover, .hover\:rounded-bottom-start-xxl-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-start-xxl-0, .rounded-bottom-start-xxl-0-hover:hover, .hover\:rounded-bottom-start-xxl-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .xxl\:rounded-bottom-start, .xxl\:rounded-bottom-start-hover:hover, .xxl\:hover\:rounded-bottom-start:hover {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important;
  }
  .xxl\:rounded-bottom-start-default, .xxl\:rounded-bottom-start-default-hover:hover, .xxl\:hover\:rounded-bottom-start-default:hover {
    border-bottom-left-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important;
  }
  .xxl\:rounded-bottom-start-0-5, .xxl\:rounded-bottom-start-0-5-hover:hover, .xxl\:hover\:rounded-bottom-start-0-5:hover {
    border-bottom-left-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important;
  }
  .xxl\:rounded-bottom-start-1, .xxl\:rounded-bottom-start-1-hover:hover, .xxl\:hover\:rounded-bottom-start-1:hover {
    border-bottom-left-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important;
  }
  .xxl\:rounded-bottom-start-1-5, .xxl\:rounded-bottom-start-1-5-hover:hover, .xxl\:hover\:rounded-bottom-start-1-5:hover {
    border-bottom-left-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important;
  }
  .xxl\:rounded-bottom-start-2, .xxl\:rounded-bottom-start-2-hover:hover, .xxl\:hover\:rounded-bottom-start-2:hover {
    border-bottom-left-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important;
  }
  .xxl\:rounded-bottom-start-2-5, .xxl\:rounded-bottom-start-2-5-hover:hover, .xxl\:hover\:rounded-bottom-start-2-5:hover {
    border-bottom-left-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important;
  }
  .xxl\:rounded-bottom-start-3, .xxl\:rounded-bottom-start-3-hover:hover, .xxl\:hover\:rounded-bottom-start-3:hover {
    border-bottom-left-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important;
  }
  .xxl\:rounded-bottom-start-3-5, .xxl\:rounded-bottom-start-3-5-hover:hover, .xxl\:hover\:rounded-bottom-start-3-5:hover {
    border-bottom-left-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important;
  }
  .xxl\:rounded-bottom-start-4, .xxl\:rounded-bottom-start-4-hover:hover, .xxl\:hover\:rounded-bottom-start-4:hover {
    border-bottom-left-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important;
  }
  .xxl\:rounded-bottom-start-4-5, .xxl\:rounded-bottom-start-4-5-hover:hover, .xxl\:hover\:rounded-bottom-start-4-5:hover {
    border-bottom-left-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important;
  }
  .xxl\:rounded-bottom-start-5, .xxl\:rounded-bottom-start-5-hover:hover, .xxl\:hover\:rounded-bottom-start-5:hover {
    border-bottom-left-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important;
  }
  .xxl\:rounded-bottom-start-5-5, .xxl\:rounded-bottom-start-5-5-hover:hover, .xxl\:hover\:rounded-bottom-start-5-5:hover {
    border-bottom-left-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important;
  }
  .xxl\:rounded-bottom-start-6, .xxl\:rounded-bottom-start-6-hover:hover, .xxl\:hover\:rounded-bottom-start-6:hover {
    border-bottom-left-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important;
  }
  .xxl\:rounded-bottom-start-6-5, .xxl\:rounded-bottom-start-6-5-hover:hover, .xxl\:hover\:rounded-bottom-start-6-5:hover {
    border-bottom-left-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important;
  }
  .xxl\:rounded-bottom-start-7, .xxl\:rounded-bottom-start-7-hover:hover, .xxl\:hover\:rounded-bottom-start-7:hover {
    border-bottom-left-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important;
  }
  .xxl\:rounded-bottom-start-7-5, .xxl\:rounded-bottom-start-7-5-hover:hover, .xxl\:hover\:rounded-bottom-start-7-5:hover {
    border-bottom-left-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important;
  }
  .xxl\:rounded-bottom-start-8, .xxl\:rounded-bottom-start-8-hover:hover, .xxl\:hover\:rounded-bottom-start-8:hover {
    border-bottom-left-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important;
  }
  .xxl\:rounded-bottom-start-8-5, .xxl\:rounded-bottom-start-8-5-hover:hover, .xxl\:hover\:rounded-bottom-start-8-5:hover {
    border-bottom-left-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important;
  }
  .xxl\:rounded-bottom-start-9, .xxl\:rounded-bottom-start-9-hover:hover, .xxl\:hover\:rounded-bottom-start-9:hover {
    border-bottom-left-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important;
  }
  .xxl\:rounded-bottom-start-9-5, .xxl\:rounded-bottom-start-9-5-hover:hover, .xxl\:hover\:rounded-bottom-start-9-5:hover {
    border-bottom-left-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important;
  }
  .xxl\:rounded-bottom-start-10, .xxl\:rounded-bottom-start-10-hover:hover, .xxl\:hover\:rounded-bottom-start-10:hover {
    border-bottom-left-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important;
  }
  .xxl\:rounded-bottom-start-circle, .xxl\:rounded-bottom-start-circle-hover:hover, .xxl\:hover\:rounded-bottom-start-circle:hover {
    border-bottom-left-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important;
  }
  .xxl\:rounded-bottom-start-full, .xxl\:rounded-bottom-start-full-hover:hover, .xxl\:hover\:rounded-bottom-start-full:hover {
    border-bottom-left-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important;
  }
  .xxl\:rounded-bottom-start-pill, .xxl\:rounded-bottom-start-pill-hover:hover, .xxl\:hover\:rounded-bottom-start-pill:hover {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important;
  }
  .xxl\:rounded-bottom-start-0, .xxl\:rounded-bottom-start-0-hover:hover, .xxl\:hover\:rounded-bottom-start-0:hover {
    border-bottom-left-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-end-xxl, .rounded-bottom-end-xxl-hover:hover, .hover\:rounded-bottom-end-xxl:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl {
    border-bottom-right-radius: var(--radius) !important;
  }
  .rounded-bottom-end-xxl-default, .rounded-bottom-end-xxl-default-hover:hover, .hover\:rounded-bottom-end-xxl-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-default {
    border-bottom-right-radius: 8px !important;
  }
  .rounded-bottom-end-xxl-0-5, .rounded-bottom-end-xxl-0-5-hover:hover, .hover\:rounded-bottom-end-xxl-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom-end-xxl-1, .rounded-bottom-end-xxl-1-hover:hover, .hover\:rounded-bottom-end-xxl-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-1 {
    border-bottom-right-radius: 4px !important;
  }
  .rounded-bottom-end-xxl-1-5, .rounded-bottom-end-xxl-1-5-hover:hover, .hover\:rounded-bottom-end-xxl-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .rounded-bottom-end-xxl-2, .rounded-bottom-end-xxl-2-hover:hover, .hover\:rounded-bottom-end-xxl-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-2 {
    border-bottom-right-radius: 16px !important;
  }
  .rounded-bottom-end-xxl-2-5, .rounded-bottom-end-xxl-2-5-hover:hover, .hover\:rounded-bottom-end-xxl-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .rounded-bottom-end-xxl-3, .rounded-bottom-end-xxl-3-hover:hover, .hover\:rounded-bottom-end-xxl-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-3 {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-bottom-end-xxl-3-5, .rounded-bottom-end-xxl-3-5-hover:hover, .hover\:rounded-bottom-end-xxl-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .rounded-bottom-end-xxl-4, .rounded-bottom-end-xxl-4-hover:hover, .hover\:rounded-bottom-end-xxl-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-4 {
    border-bottom-right-radius: 32px !important;
  }
  .rounded-bottom-end-xxl-4-5, .rounded-bottom-end-xxl-4-5-hover:hover, .hover\:rounded-bottom-end-xxl-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .rounded-bottom-end-xxl-5, .rounded-bottom-end-xxl-5-hover:hover, .hover\:rounded-bottom-end-xxl-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-5 {
    border-bottom-right-radius: 40px !important;
  }
  .rounded-bottom-end-xxl-5-5, .rounded-bottom-end-xxl-5-5-hover:hover, .hover\:rounded-bottom-end-xxl-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .rounded-bottom-end-xxl-6, .rounded-bottom-end-xxl-6-hover:hover, .hover\:rounded-bottom-end-xxl-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-6 {
    border-bottom-right-radius: 48px !important;
  }
  .rounded-bottom-end-xxl-6-5, .rounded-bottom-end-xxl-6-5-hover:hover, .hover\:rounded-bottom-end-xxl-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .rounded-bottom-end-xxl-7, .rounded-bottom-end-xxl-7-hover:hover, .hover\:rounded-bottom-end-xxl-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-7 {
    border-bottom-right-radius: 56px !important;
  }
  .rounded-bottom-end-xxl-7-5, .rounded-bottom-end-xxl-7-5-hover:hover, .hover\:rounded-bottom-end-xxl-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .rounded-bottom-end-xxl-8, .rounded-bottom-end-xxl-8-hover:hover, .hover\:rounded-bottom-end-xxl-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-8 {
    border-bottom-right-radius: 64px !important;
  }
  .rounded-bottom-end-xxl-8-5, .rounded-bottom-end-xxl-8-5-hover:hover, .hover\:rounded-bottom-end-xxl-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .rounded-bottom-end-xxl-9, .rounded-bottom-end-xxl-9-hover:hover, .hover\:rounded-bottom-end-xxl-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-9 {
    border-bottom-right-radius: 72px !important;
  }
  .rounded-bottom-end-xxl-9-5, .rounded-bottom-end-xxl-9-5-hover:hover, .hover\:rounded-bottom-end-xxl-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .rounded-bottom-end-xxl-10, .rounded-bottom-end-xxl-10-hover:hover, .hover\:rounded-bottom-end-xxl-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-10 {
    border-bottom-right-radius: 80px !important;
  }
  .rounded-bottom-end-xxl-circle, .rounded-bottom-end-xxl-circle-hover:hover, .hover\:rounded-bottom-end-xxl-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-circle {
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-end-xxl-full, .rounded-bottom-end-xxl-full-hover:hover, .hover\:rounded-bottom-end-xxl-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-full {
    border-bottom-right-radius: 100% !important;
  }
  .rounded-bottom-end-xxl-pill, .rounded-bottom-end-xxl-pill-hover:hover, .hover\:rounded-bottom-end-xxl-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-bottom-end-xxl-0, .rounded-bottom-end-xxl-0-hover:hover, .hover\:rounded-bottom-end-xxl-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:rounded-bottom-end-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:rounded-bottom-end, .xxl\:rounded-bottom-end-hover:hover, .xxl\:hover\:rounded-bottom-end:hover {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important;
  }
  .xxl\:rounded-bottom-end-default, .xxl\:rounded-bottom-end-default-hover:hover, .xxl\:hover\:rounded-bottom-end-default:hover {
    border-bottom-right-radius: 8px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important;
  }
  .xxl\:rounded-bottom-end-0-5, .xxl\:rounded-bottom-end-0-5-hover:hover, .xxl\:hover\:rounded-bottom-end-0-5:hover {
    border-bottom-right-radius: 2px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important;
  }
  .xxl\:rounded-bottom-end-1, .xxl\:rounded-bottom-end-1-hover:hover, .xxl\:hover\:rounded-bottom-end-1:hover {
    border-bottom-right-radius: 4px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important;
  }
  .xxl\:rounded-bottom-end-1-5, .xxl\:rounded-bottom-end-1-5-hover:hover, .xxl\:hover\:rounded-bottom-end-1-5:hover {
    border-bottom-right-radius: 12px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important;
  }
  .xxl\:rounded-bottom-end-2, .xxl\:rounded-bottom-end-2-hover:hover, .xxl\:hover\:rounded-bottom-end-2:hover {
    border-bottom-right-radius: 16px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important;
  }
  .xxl\:rounded-bottom-end-2-5, .xxl\:rounded-bottom-end-2-5-hover:hover, .xxl\:hover\:rounded-bottom-end-2-5:hover {
    border-bottom-right-radius: 20px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important;
  }
  .xxl\:rounded-bottom-end-3, .xxl\:rounded-bottom-end-3-hover:hover, .xxl\:hover\:rounded-bottom-end-3:hover {
    border-bottom-right-radius: 24px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important;
  }
  .xxl\:rounded-bottom-end-3-5, .xxl\:rounded-bottom-end-3-5-hover:hover, .xxl\:hover\:rounded-bottom-end-3-5:hover {
    border-bottom-right-radius: 28px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important;
  }
  .xxl\:rounded-bottom-end-4, .xxl\:rounded-bottom-end-4-hover:hover, .xxl\:hover\:rounded-bottom-end-4:hover {
    border-bottom-right-radius: 32px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important;
  }
  .xxl\:rounded-bottom-end-4-5, .xxl\:rounded-bottom-end-4-5-hover:hover, .xxl\:hover\:rounded-bottom-end-4-5:hover {
    border-bottom-right-radius: 36px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important;
  }
  .xxl\:rounded-bottom-end-5, .xxl\:rounded-bottom-end-5-hover:hover, .xxl\:hover\:rounded-bottom-end-5:hover {
    border-bottom-right-radius: 40px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important;
  }
  .xxl\:rounded-bottom-end-5-5, .xxl\:rounded-bottom-end-5-5-hover:hover, .xxl\:hover\:rounded-bottom-end-5-5:hover {
    border-bottom-right-radius: 44px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important;
  }
  .xxl\:rounded-bottom-end-6, .xxl\:rounded-bottom-end-6-hover:hover, .xxl\:hover\:rounded-bottom-end-6:hover {
    border-bottom-right-radius: 48px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important;
  }
  .xxl\:rounded-bottom-end-6-5, .xxl\:rounded-bottom-end-6-5-hover:hover, .xxl\:hover\:rounded-bottom-end-6-5:hover {
    border-bottom-right-radius: 52px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important;
  }
  .xxl\:rounded-bottom-end-7, .xxl\:rounded-bottom-end-7-hover:hover, .xxl\:hover\:rounded-bottom-end-7:hover {
    border-bottom-right-radius: 56px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important;
  }
  .xxl\:rounded-bottom-end-7-5, .xxl\:rounded-bottom-end-7-5-hover:hover, .xxl\:hover\:rounded-bottom-end-7-5:hover {
    border-bottom-right-radius: 60px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important;
  }
  .xxl\:rounded-bottom-end-8, .xxl\:rounded-bottom-end-8-hover:hover, .xxl\:hover\:rounded-bottom-end-8:hover {
    border-bottom-right-radius: 64px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important;
  }
  .xxl\:rounded-bottom-end-8-5, .xxl\:rounded-bottom-end-8-5-hover:hover, .xxl\:hover\:rounded-bottom-end-8-5:hover {
    border-bottom-right-radius: 68px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important;
  }
  .xxl\:rounded-bottom-end-9, .xxl\:rounded-bottom-end-9-hover:hover, .xxl\:hover\:rounded-bottom-end-9:hover {
    border-bottom-right-radius: 72px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important;
  }
  .xxl\:rounded-bottom-end-9-5, .xxl\:rounded-bottom-end-9-5-hover:hover, .xxl\:hover\:rounded-bottom-end-9-5:hover {
    border-bottom-right-radius: 76px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important;
  }
  .xxl\:rounded-bottom-end-10, .xxl\:rounded-bottom-end-10-hover:hover, .xxl\:hover\:rounded-bottom-end-10:hover {
    border-bottom-right-radius: 80px !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important;
  }
  .xxl\:rounded-bottom-end-circle, .xxl\:rounded-bottom-end-circle-hover:hover, .xxl\:hover\:rounded-bottom-end-circle:hover {
    border-bottom-right-radius: 50% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important;
  }
  .xxl\:rounded-bottom-end-full, .xxl\:rounded-bottom-end-full-hover:hover, .xxl\:hover\:rounded-bottom-end-full:hover {
    border-bottom-right-radius: 100% !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important;
  }
  .xxl\:rounded-bottom-end-pill, .xxl\:rounded-bottom-end-pill-hover:hover, .xxl\:hover\:rounded-bottom-end-pill:hover {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important;
  }
  .xxl\:rounded-bottom-end-0, .xxl\:rounded-bottom-end-0-hover:hover, .xxl\:hover\:rounded-bottom-end-0:hover {
    border-bottom-right-radius: 0 !important;
  }
  [dir=ltr] .ltr\:xxl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-xxl-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .ratio-xxl-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .ratio-xxl-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .ratio-xxl-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-xxl-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-xxl-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .xxl\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .xxl\:ratio-1x2 {
    --bs-aspect-ratio: 200% !important;
  }
  .xxl\:ratio-2x1 {
    --bs-aspect-ratio: 50% !important;
  }
  .xxl\:ratio-2x3 {
    --bs-aspect-ratio: 150% !important;
  }
  .xxl\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .xxl\:ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important;
  }
  .xxl\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .xxl\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .xxl\:ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
}
@media print {
  .opacity-print-0, .opacity-print-0-hover:hover, .hover\:opacity-print-0:hover {
    opacity: 0 !important;
  }
  .opacity-print-5, .opacity-print-5-hover:hover, .hover\:opacity-print-5:hover {
    opacity: 0.05 !important;
  }
  .opacity-print-10, .opacity-print-10-hover:hover, .hover\:opacity-print-10:hover {
    opacity: 0.1 !important;
  }
  .opacity-print-15, .opacity-print-15-hover:hover, .hover\:opacity-print-15:hover {
    opacity: 0.15 !important;
  }
  .opacity-print-20, .opacity-print-20-hover:hover, .hover\:opacity-print-20:hover {
    opacity: 0.2 !important;
  }
  .opacity-print-25, .opacity-print-25-hover:hover, .hover\:opacity-print-25:hover {
    opacity: 0.25 !important;
  }
  .opacity-print-30, .opacity-print-30-hover:hover, .hover\:opacity-print-30:hover {
    opacity: 0.3 !important;
  }
  .opacity-print-35, .opacity-print-35-hover:hover, .hover\:opacity-print-35:hover {
    opacity: 0.35 !important;
  }
  .opacity-print-40, .opacity-print-40-hover:hover, .hover\:opacity-print-40:hover {
    opacity: 0.4 !important;
  }
  .opacity-print-45, .opacity-print-45-hover:hover, .hover\:opacity-print-45:hover {
    opacity: 0.45 !important;
  }
  .opacity-print-50, .opacity-print-50-hover:hover, .hover\:opacity-print-50:hover {
    opacity: 0.5 !important;
  }
  .opacity-print-55, .opacity-print-55-hover:hover, .hover\:opacity-print-55:hover {
    opacity: 0.55 !important;
  }
  .opacity-print-60, .opacity-print-60-hover:hover, .hover\:opacity-print-60:hover {
    opacity: 0.6 !important;
  }
  .opacity-print-65, .opacity-print-65-hover:hover, .hover\:opacity-print-65:hover {
    opacity: 0.65 !important;
  }
  .opacity-print-70, .opacity-print-70-hover:hover, .hover\:opacity-print-70:hover {
    opacity: 0.7 !important;
  }
  .opacity-print-75, .opacity-print-75-hover:hover, .hover\:opacity-print-75:hover {
    opacity: 0.75 !important;
  }
  .opacity-print-80, .opacity-print-80-hover:hover, .hover\:opacity-print-80:hover {
    opacity: 0.8 !important;
  }
  .opacity-print-85, .opacity-print-85-hover:hover, .hover\:opacity-print-85:hover {
    opacity: 0.85 !important;
  }
  .opacity-print-90, .opacity-print-90-hover:hover, .hover\:opacity-print-90:hover {
    opacity: 0.9 !important;
  }
  .opacity-print-95, .opacity-print-95-hover:hover, .hover\:opacity-print-95:hover {
    opacity: 0.95 !important;
  }
  .opacity-print-100, .opacity-print-100-hover:hover, .hover\:opacity-print-100:hover {
    opacity: 1 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-0, :where(.uc-dark) .dark\:opacity-print-0-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-0:hover {
    opacity: 0 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-5, :where(.uc-dark) .dark\:opacity-print-5-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-5:hover {
    opacity: 0.05 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-10, :where(.uc-dark) .dark\:opacity-print-10-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-10:hover {
    opacity: 0.1 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-15, :where(.uc-dark) .dark\:opacity-print-15-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-15:hover {
    opacity: 0.15 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-20, :where(.uc-dark) .dark\:opacity-print-20-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-20:hover {
    opacity: 0.2 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-25, :where(.uc-dark) .dark\:opacity-print-25-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-25:hover {
    opacity: 0.25 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-30, :where(.uc-dark) .dark\:opacity-print-30-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-30:hover {
    opacity: 0.3 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-35, :where(.uc-dark) .dark\:opacity-print-35-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-35:hover {
    opacity: 0.35 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-40, :where(.uc-dark) .dark\:opacity-print-40-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-40:hover {
    opacity: 0.4 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-45, :where(.uc-dark) .dark\:opacity-print-45-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-45:hover {
    opacity: 0.45 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-50, :where(.uc-dark) .dark\:opacity-print-50-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-50:hover {
    opacity: 0.5 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-55, :where(.uc-dark) .dark\:opacity-print-55-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-55:hover {
    opacity: 0.55 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-60, :where(.uc-dark) .dark\:opacity-print-60-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-60:hover {
    opacity: 0.6 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-65, :where(.uc-dark) .dark\:opacity-print-65-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-65:hover {
    opacity: 0.65 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-70, :where(.uc-dark) .dark\:opacity-print-70-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-70:hover {
    opacity: 0.7 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-75, :where(.uc-dark) .dark\:opacity-print-75-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-75:hover {
    opacity: 0.75 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-80, :where(.uc-dark) .dark\:opacity-print-80-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-80:hover {
    opacity: 0.8 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-85, :where(.uc-dark) .dark\:opacity-print-85-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-85:hover {
    opacity: 0.85 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-90, :where(.uc-dark) .dark\:opacity-print-90-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-90:hover {
    opacity: 0.9 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-95, :where(.uc-dark) .dark\:opacity-print-95-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-95:hover {
    opacity: 0.95 !important;
  }
  :where(.uc-dark) .dark\:opacity-print-100, :where(.uc-dark) .dark\:opacity-print-100-hover:hover, :where(.uc-dark) .dark\:hover\:opacity-print-100:hover {
    opacity: 1 !important;
  }
  .d-print-inline, .d-print-inline-hover:hover, .hover\:d-print-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-print-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block, .d-print-inline-block-hover:hover, .hover\:d-print-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-print-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block, .d-print-block-hover:hover, .hover\:d-print-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-print-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-print-block {
    display: block !important;
  }
  .d-print-grid, .d-print-grid-hover:hover, .hover\:d-print-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-print-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-print-grid {
    display: grid !important;
  }
  .d-print-table, .d-print-table-hover:hover, .hover\:d-print-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-print-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-print-table {
    display: table !important;
  }
  .d-print-table-row, .d-print-table-row-hover:hover, .hover\:d-print-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-print-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell, .d-print-table-cell-hover:hover, .hover\:d-print-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-print-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex, .d-print-flex-hover:hover, .hover\:d-print-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-print-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex, .d-print-inline-flex-hover:hover, .hover\:d-print-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-print-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none, .d-print-none-hover:hover, .hover\:d-print-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-print-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-print-none {
    display: none !important;
  }
  :where(.uc-dark) .dark\:d-print-inline, :where(.uc-dark) .dark\:d-print-inline-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-inline:hover {
    display: inline !important;
  }
  [dir=ltr] .ltr\:d-print-inline {
    display: inline !important;
  }
  [dir=rtl] .rtl\:d-print-inline {
    display: inline !important;
  }
  :where(.uc-dark) .dark\:d-print-inline-block, :where(.uc-dark) .dark\:d-print-inline-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-inline-block:hover {
    display: inline-block !important;
  }
  [dir=ltr] .ltr\:d-print-inline-block {
    display: inline-block !important;
  }
  [dir=rtl] .rtl\:d-print-inline-block {
    display: inline-block !important;
  }
  :where(.uc-dark) .dark\:d-print-block, :where(.uc-dark) .dark\:d-print-block-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-block:hover {
    display: block !important;
  }
  [dir=ltr] .ltr\:d-print-block {
    display: block !important;
  }
  [dir=rtl] .rtl\:d-print-block {
    display: block !important;
  }
  :where(.uc-dark) .dark\:d-print-grid, :where(.uc-dark) .dark\:d-print-grid-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-grid:hover {
    display: grid !important;
  }
  [dir=ltr] .ltr\:d-print-grid {
    display: grid !important;
  }
  [dir=rtl] .rtl\:d-print-grid {
    display: grid !important;
  }
  :where(.uc-dark) .dark\:d-print-table, :where(.uc-dark) .dark\:d-print-table-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-table:hover {
    display: table !important;
  }
  [dir=ltr] .ltr\:d-print-table {
    display: table !important;
  }
  [dir=rtl] .rtl\:d-print-table {
    display: table !important;
  }
  :where(.uc-dark) .dark\:d-print-table-row, :where(.uc-dark) .dark\:d-print-table-row-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-table-row:hover {
    display: table-row !important;
  }
  [dir=ltr] .ltr\:d-print-table-row {
    display: table-row !important;
  }
  [dir=rtl] .rtl\:d-print-table-row {
    display: table-row !important;
  }
  :where(.uc-dark) .dark\:d-print-table-cell, :where(.uc-dark) .dark\:d-print-table-cell-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-table-cell:hover {
    display: table-cell !important;
  }
  [dir=ltr] .ltr\:d-print-table-cell {
    display: table-cell !important;
  }
  [dir=rtl] .rtl\:d-print-table-cell {
    display: table-cell !important;
  }
  :where(.uc-dark) .dark\:d-print-flex, :where(.uc-dark) .dark\:d-print-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-flex:hover {
    display: flex !important;
  }
  [dir=ltr] .ltr\:d-print-flex {
    display: flex !important;
  }
  [dir=rtl] .rtl\:d-print-flex {
    display: flex !important;
  }
  :where(.uc-dark) .dark\:d-print-inline-flex, :where(.uc-dark) .dark\:d-print-inline-flex-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-inline-flex:hover {
    display: inline-flex !important;
  }
  [dir=ltr] .ltr\:d-print-inline-flex {
    display: inline-flex !important;
  }
  [dir=rtl] .rtl\:d-print-inline-flex {
    display: inline-flex !important;
  }
  :where(.uc-dark) .dark\:d-print-none, :where(.uc-dark) .dark\:d-print-none-hover:hover, :where(.uc-dark) .dark\:hover\:d-print-none:hover {
    display: none !important;
  }
  [dir=ltr] .ltr\:d-print-none {
    display: none !important;
  }
  [dir=rtl] .rtl\:d-print-none {
    display: none !important;
  }
}
@media (min-width: 459px) {
  .sm\:dropdown-menu-start {
    --bs-position: start;
  }
  .sm\:dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .sm\:dropdown-menu-end {
    --bs-position: end;
  }
  .sm\:dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .md\:dropdown-menu-start {
    --bs-position: start;
  }
  .md\:dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .md\:dropdown-menu-end {
    --bs-position: end;
  }
  .md\:dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .lg\:dropdown-menu-start {
    --bs-position: start;
  }
  .lg\:dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .lg\:dropdown-menu-end {
    --bs-position: end;
  }
  .lg\:dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .xl\:dropdown-menu-start {
    --bs-position: start;
  }
  .xl\:dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .xl\:dropdown-menu-end {
    --bs-position: end;
  }
  .xl\:dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .xxl\:dropdown-menu-start {
    --bs-position: start;
  }
  .xxl\:dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .xxl\:dropdown-menu-end {
    --bs-position: end;
  }
  .xxl\:dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 459px) {
  .sm\:list-group-horizontal {
    flex-direction: row;
  }
  .sm\:list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .sm\:list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .sm\:list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .sm\:list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .sm\:list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .md\:list-group-horizontal {
    flex-direction: row;
  }
  .md\:list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .md\:list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .md\:list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .md\:list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .md\:list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .lg\:list-group-horizontal {
    flex-direction: row;
  }
  .lg\:list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .lg\:list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .lg\:list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .lg\:list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .lg\:list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .xl\:list-group-horizontal {
    flex-direction: row;
  }
  .xl\:list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .xl\:list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .xl\:list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .xl\:list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .xl\:list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .xxl\:list-group-horizontal {
    flex-direction: row;
  }
  .xxl\:list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .xxl\:list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .xxl\:list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .xxl\:list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .xxl\:list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 459px) {
  .sm\:navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sm\:navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .sm\:navbar-expand .navbar-nav .dropdown-menu, .sm\:navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .sm\:navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .sm\:navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .sm\:navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .sm\:navbar-expand .navbar-toggler {
    display: none;
  }
  .sm\:navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .sm\:navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .sm\:navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .md\:navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .md\:navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .md\:navbar-expand .navbar-nav .dropdown-menu, .md\:navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .md\:navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .md\:navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .md\:navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .md\:navbar-expand .navbar-toggler {
    display: none;
  }
  .md\:navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .md\:navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .md\:navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .lg\:navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .lg\:navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .lg\:navbar-expand .navbar-nav .dropdown-menu, .lg\:navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .lg\:navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .lg\:navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .lg\:navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .lg\:navbar-expand .navbar-toggler {
    display: none;
  }
  .lg\:navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .lg\:navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .lg\:navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .xl\:navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .xl\:navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .xl\:navbar-expand .navbar-nav .dropdown-menu, .xl\:navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .xl\:navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .xl\:navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .xl\:navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .xl\:navbar-expand .navbar-toggler {
    display: none;
  }
  .xl\:navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .xl\:navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .xl\:navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .xxl\:navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .xxl\:navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .xxl\:navbar-expand .navbar-nav .dropdown-menu, .xxl\:navbar-expand .navbar-nav .choices[data-type*=select] > .choices__list--dropdown {
    position: absolute;
  }
  .xxl\:navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .xxl\:navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .xxl\:navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .xxl\:navbar-expand .navbar-toggler {
    display: none;
  }
  .xxl\:navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .xxl\:navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .xxl\:navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 458.98px) {
  .sm\:offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 458.98px) and (prefers-reduced-motion: reduce) {
  .sm\:offcanvas {
    transition: none;
  }
}
@media (max-width: 458.98px) {
  .sm\:offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .sm\:offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .sm\:offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .sm\:offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .sm\:offcanvas.showing, .sm\:offcanvas.show:not(.hiding) {
    transform: none;
  }
  .sm\:offcanvas.showing, .sm\:offcanvas.hiding, .sm\:offcanvas.show {
    visibility: visible;
  }
}
@media (min-width: 459px) {
  .sm\:offcanvas {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .sm\:offcanvas .offcanvas-header {
    display: none;
  }
  .sm\:offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .md\:offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .md\:offcanvas {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .md\:offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .md\:offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .md\:offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .md\:offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .md\:offcanvas.showing, .md\:offcanvas.show:not(.hiding) {
    transform: none;
  }
  .md\:offcanvas.showing, .md\:offcanvas.hiding, .md\:offcanvas.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .md\:offcanvas {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .md\:offcanvas .offcanvas-header {
    display: none;
  }
  .md\:offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .lg\:offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .lg\:offcanvas {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .lg\:offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .lg\:offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .lg\:offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .lg\:offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .lg\:offcanvas.showing, .lg\:offcanvas.show:not(.hiding) {
    transform: none;
  }
  .lg\:offcanvas.showing, .lg\:offcanvas.hiding, .lg\:offcanvas.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .lg\:offcanvas {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .lg\:offcanvas .offcanvas-header {
    display: none;
  }
  .lg\:offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .xl\:offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .xl\:offcanvas {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .xl\:offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .xl\:offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .xl\:offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .xl\:offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .xl\:offcanvas.showing, .xl\:offcanvas.show:not(.hiding) {
    transform: none;
  }
  .xl\:offcanvas.showing, .xl\:offcanvas.hiding, .xl\:offcanvas.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .xl\:offcanvas {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .xl\:offcanvas .offcanvas-header {
    display: none;
  }
  .xl\:offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .xxl\:offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .xxl\:offcanvas {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .xxl\:offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .xxl\:offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .xxl\:offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .xxl\:offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .xxl\:offcanvas.showing, .xxl\:offcanvas.show:not(.hiding) {
    transform: none;
  }
  .xxl\:offcanvas.showing, .xxl\:offcanvas.hiding, .xxl\:offcanvas.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .xxl\:offcanvas {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .xxl\:offcanvas .offcanvas-header {
    display: none;
  }
  .xxl\:offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 458.98px) {
  .sm\:table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .md\:table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .lg\:table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .xl\:table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .xxl\:table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 459px) {
  .sm\:sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sm\:sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .md\:sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .md\:sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .lg\:sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .lg\:sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .xl\:sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .xl\:sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .xxl\:sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .xxl\:sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--uc-gradient-stops)) !important;
}

.bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.bg-gradient-45n {
  background-image: linear-gradient(-45deg, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-45n {
  background-image: linear-gradient(-45deg, var(--uc-gradient-stops)) !important;
}

.to-inherit {
  --uc-gradient-to: white;
}

.from-inherit {
  --uc-gradient-from: inherit;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-inherit {
  --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
}

.to-current {
  --uc-gradient-to: white;
}

.from-current {
  --uc-gradient-from: currentColor;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-current {
  --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
}

.to-transparent {
  --uc-gradient-to: rgba(255, 255, 255, 0);
}

.from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.to-black {
  --uc-gradient-to: black;
}

.from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-black {
  --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
}

.to-white {
  --uc-gradient-to: white;
}

.from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-white {
  --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
}

.to-primary {
  --uc-gradient-to: #1a5fab;
}

.from-primary {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

.to-secondary {
  --uc-gradient-to: #1a5fab;
}

.from-secondary {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

.to-success {
  --uc-gradient-to: #4caf50;
}

.from-success {
  --uc-gradient-from: #4CAF50;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success {
  --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
}

.to-info {
  --uc-gradient-to: #0099cc;
}

.from-info {
  --uc-gradient-from: #0099cc;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info {
  --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
}

.to-warning {
  --uc-gradient-to: #ffb307;
}

.from-warning {
  --uc-gradient-from: #ffb307;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning {
  --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
}

.to-danger {
  --uc-gradient-to: #e44b4b;
}

.from-danger {
  --uc-gradient-from: #e44b4b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger {
  --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
}

.to-light {
  --uc-gradient-to: #f8f9fa;
}

.from-light {
  --uc-gradient-from: #f8f9fa;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-light {
  --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
}

.to-dark {
  --uc-gradient-to: #212529;
}

.from-dark {
  --uc-gradient-from: #212529;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-dark {
  --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
}

.to-gray {
  --uc-gradient-to: #5b5b5b;
}

.from-gray {
  --uc-gradient-from: #5b5b5b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray {
  --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
}

.to-gray-10 {
  --uc-gradient-to: rgb(250.08, 250.08, 250.08);
}

.from-gray-10 {
  --uc-gradient-from: rgb(250.08, 250.08, 250.08);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
}

.to-gray-25 {
  --uc-gradient-to: rgb(246.8, 246.8, 246.8);
}

.from-gray-25 {
  --uc-gradient-from: rgb(246.8, 246.8, 246.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
}

.to-gray-50 {
  --uc-gradient-to: rgb(238.6, 238.6, 238.6);
}

.from-gray-50 {
  --uc-gradient-from: rgb(238.6, 238.6, 238.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
}

.to-gray-100 {
  --uc-gradient-to: rgb(222.2, 222.2, 222.2);
}

.from-gray-100 {
  --uc-gradient-from: rgb(222.2, 222.2, 222.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
}

.to-gray-200 {
  --uc-gradient-to: rgb(189.4, 189.4, 189.4);
}

.from-gray-200 {
  --uc-gradient-from: rgb(189.4, 189.4, 189.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
}

.to-gray-300 {
  --uc-gradient-to: rgb(156.6, 156.6, 156.6);
}

.from-gray-300 {
  --uc-gradient-from: rgb(156.6, 156.6, 156.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
}

.to-gray-400 {
  --uc-gradient-to: rgb(123.8, 123.8, 123.8);
}

.from-gray-400 {
  --uc-gradient-from: rgb(123.8, 123.8, 123.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
}

.to-gray-500 {
  --uc-gradient-to: #5b5b5b;
}

.from-gray-500 {
  --uc-gradient-from: #5b5b5b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
}

.to-gray-600 {
  --uc-gradient-to: rgb(72.8, 72.8, 72.8);
}

.from-gray-600 {
  --uc-gradient-from: rgb(72.8, 72.8, 72.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
}

.to-gray-700 {
  --uc-gradient-to: rgb(54.6, 54.6, 54.6);
}

.from-gray-700 {
  --uc-gradient-from: rgb(54.6, 54.6, 54.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
}

.to-gray-800 {
  --uc-gradient-to: rgb(36.4, 36.4, 36.4);
}

.from-gray-800 {
  --uc-gradient-from: rgb(36.4, 36.4, 36.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
}

.to-gray-900 {
  --uc-gradient-to: rgb(18.2, 18.2, 18.2);
}

.from-gray-900 {
  --uc-gradient-from: rgb(18.2, 18.2, 18.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-gray-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
}

.to-slate {
  --uc-gradient-to: #6b7280;
}

.from-slate {
  --uc-gradient-from: #6b7280;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate {
  --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
}

.to-slate-10 {
  --uc-gradient-to: rgb(250.56, 250.77, 251.19);
}

.from-slate-10 {
  --uc-gradient-from: rgb(250.56, 250.77, 251.19);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
}

.to-slate-25 {
  --uc-gradient-to: rgb(247.6, 247.95, 248.65);
}

.from-slate-25 {
  --uc-gradient-from: rgb(247.6, 247.95, 248.65);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
}

.to-slate-50 {
  --uc-gradient-to: rgb(240.2, 240.9, 242.3);
}

.from-slate-50 {
  --uc-gradient-from: rgb(240.2, 240.9, 242.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
}

.to-slate-100 {
  --uc-gradient-to: rgb(225.4, 226.8, 229.6);
}

.from-slate-100 {
  --uc-gradient-from: rgb(225.4, 226.8, 229.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
}

.to-slate-200 {
  --uc-gradient-to: rgb(195.8, 198.6, 204.2);
}

.from-slate-200 {
  --uc-gradient-from: rgb(195.8, 198.6, 204.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
}

.to-slate-300 {
  --uc-gradient-to: rgb(166.2, 170.4, 178.8);
}

.from-slate-300 {
  --uc-gradient-from: rgb(166.2, 170.4, 178.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
}

.to-slate-400 {
  --uc-gradient-to: rgb(136.6, 142.2, 153.4);
}

.from-slate-400 {
  --uc-gradient-from: rgb(136.6, 142.2, 153.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
}

.to-slate-500 {
  --uc-gradient-to: #6b7280;
}

.from-slate-500 {
  --uc-gradient-from: #6b7280;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
}

.to-slate-600 {
  --uc-gradient-to: rgb(85.6, 91.2, 102.4);
}

.from-slate-600 {
  --uc-gradient-from: rgb(85.6, 91.2, 102.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
}

.to-slate-700 {
  --uc-gradient-to: rgb(64.2, 68.4, 76.8);
}

.from-slate-700 {
  --uc-gradient-from: rgb(64.2, 68.4, 76.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
}

.to-slate-800 {
  --uc-gradient-to: rgb(42.8, 45.6, 51.2);
}

.from-slate-800 {
  --uc-gradient-from: rgb(42.8, 45.6, 51.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
}

.to-slate-900 {
  --uc-gradient-to: rgb(21.4, 22.8, 25.6);
}

.from-slate-900 {
  --uc-gradient-from: rgb(21.4, 22.8, 25.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-slate-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
}

.to-primary-10 {
  --uc-gradient-to: rgb(248.13, 250.2, 252.48);
}

.from-primary-10 {
  --uc-gradient-from: rgb(248.13, 250.2, 252.48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
}

.to-primary-25 {
  --uc-gradient-to: rgb(243.55, 247, 250.8);
}

.from-primary-25 {
  --uc-gradient-from: rgb(243.55, 247, 250.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
}

.to-primary-50 {
  --uc-gradient-to: rgb(232.1, 239, 246.6);
}

.from-primary-50 {
  --uc-gradient-from: rgb(232.1, 239, 246.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
}

.to-primary-100 {
  --uc-gradient-to: rgb(209.2, 223, 238.2);
}

.from-primary-100 {
  --uc-gradient-from: rgb(209.2, 223, 238.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
}

.to-primary-200 {
  --uc-gradient-to: rgb(163.4, 191, 221.4);
}

.from-primary-200 {
  --uc-gradient-from: rgb(163.4, 191, 221.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
}

.to-primary-300 {
  --uc-gradient-to: rgb(117.6, 159, 204.6);
}

.from-primary-300 {
  --uc-gradient-from: rgb(117.6, 159, 204.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
}

.to-primary-400 {
  --uc-gradient-to: rgb(71.8, 127, 187.8);
}

.from-primary-400 {
  --uc-gradient-from: rgb(71.8, 127, 187.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
}

.to-primary-500 {
  --uc-gradient-to: #1a5fab;
}

.from-primary-500 {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

.to-primary-600 {
  --uc-gradient-to: rgb(20.8, 76, 136.8);
}

.from-primary-600 {
  --uc-gradient-from: rgb(20.8, 76, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
}

.to-primary-700 {
  --uc-gradient-to: rgb(15.6, 57, 102.6);
}

.from-primary-700 {
  --uc-gradient-from: rgb(15.6, 57, 102.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
}

.to-primary-800 {
  --uc-gradient-to: rgb(10.4, 38, 68.4);
}

.from-primary-800 {
  --uc-gradient-from: rgb(10.4, 38, 68.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
}

.to-primary-900 {
  --uc-gradient-to: rgb(5.2, 19, 34.2);
}

.from-primary-900 {
  --uc-gradient-from: rgb(5.2, 19, 34.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-primary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
}

.to-secondary-10 {
  --uc-gradient-to: rgb(248.13, 250.2, 252.48);
}

.from-secondary-10 {
  --uc-gradient-from: rgb(248.13, 250.2, 252.48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
}

.to-secondary-25 {
  --uc-gradient-to: rgb(243.55, 247, 250.8);
}

.from-secondary-25 {
  --uc-gradient-from: rgb(243.55, 247, 250.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
}

.to-secondary-50 {
  --uc-gradient-to: rgb(232.1, 239, 246.6);
}

.from-secondary-50 {
  --uc-gradient-from: rgb(232.1, 239, 246.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
}

.to-secondary-100 {
  --uc-gradient-to: rgb(209.2, 223, 238.2);
}

.from-secondary-100 {
  --uc-gradient-from: rgb(209.2, 223, 238.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
}

.to-secondary-200 {
  --uc-gradient-to: rgb(163.4, 191, 221.4);
}

.from-secondary-200 {
  --uc-gradient-from: rgb(163.4, 191, 221.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
}

.to-secondary-300 {
  --uc-gradient-to: rgb(117.6, 159, 204.6);
}

.from-secondary-300 {
  --uc-gradient-from: rgb(117.6, 159, 204.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
}

.to-secondary-400 {
  --uc-gradient-to: rgb(71.8, 127, 187.8);
}

.from-secondary-400 {
  --uc-gradient-from: rgb(71.8, 127, 187.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
}

.to-secondary-500 {
  --uc-gradient-to: #1a5fab;
}

.from-secondary-500 {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

.to-secondary-600 {
  --uc-gradient-to: rgb(20.8, 76, 136.8);
}

.from-secondary-600 {
  --uc-gradient-from: rgb(20.8, 76, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
}

.to-secondary-700 {
  --uc-gradient-to: rgb(15.6, 57, 102.6);
}

.from-secondary-700 {
  --uc-gradient-from: rgb(15.6, 57, 102.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
}

.to-secondary-800 {
  --uc-gradient-to: rgb(10.4, 38, 68.4);
}

.from-secondary-800 {
  --uc-gradient-from: rgb(10.4, 38, 68.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
}

.to-secondary-900 {
  --uc-gradient-to: rgb(5.2, 19, 34.2);
}

.from-secondary-900 {
  --uc-gradient-from: rgb(5.2, 19, 34.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-secondary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
}

.to-info-10 {
  --uc-gradient-to: rgb(247.35, 251.94, 253.47);
}

.from-info-10 {
  --uc-gradient-from: rgb(247.35, 251.94, 253.47);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
}

.to-info-25 {
  --uc-gradient-to: rgb(242.25, 249.9, 252.45);
}

.from-info-25 {
  --uc-gradient-from: rgb(242.25, 249.9, 252.45);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
}

.to-info-50 {
  --uc-gradient-to: rgb(229.5, 244.8, 249.9);
}

.from-info-50 {
  --uc-gradient-from: rgb(229.5, 244.8, 249.9);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
}

.to-info-100 {
  --uc-gradient-to: rgb(204, 234.6, 244.8);
}

.from-info-100 {
  --uc-gradient-from: rgb(204, 234.6, 244.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
}

.to-info-200 {
  --uc-gradient-to: rgb(153, 214.2, 234.6);
}

.from-info-200 {
  --uc-gradient-from: rgb(153, 214.2, 234.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
}

.to-info-300 {
  --uc-gradient-to: rgb(102, 193.8, 224.4);
}

.from-info-300 {
  --uc-gradient-from: rgb(102, 193.8, 224.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
}

.to-info-400 {
  --uc-gradient-to: rgb(51, 173.4, 214.2);
}

.from-info-400 {
  --uc-gradient-from: rgb(51, 173.4, 214.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
}

.to-info-500 {
  --uc-gradient-to: #0099cc;
}

.from-info-500 {
  --uc-gradient-from: #0099cc;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
}

.to-info-600 {
  --uc-gradient-to: rgb(0, 122.4, 163.2);
}

.from-info-600 {
  --uc-gradient-from: rgb(0, 122.4, 163.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
}

.to-info-700 {
  --uc-gradient-to: rgb(0, 91.8, 122.4);
}

.from-info-700 {
  --uc-gradient-from: rgb(0, 91.8, 122.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
}

.to-info-800 {
  --uc-gradient-to: rgb(0, 61.2, 81.6);
}

.from-info-800 {
  --uc-gradient-from: rgb(0, 61.2, 81.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
}

.to-info-900 {
  --uc-gradient-to: rgb(0, 30.6, 40.8);
}

.from-info-900 {
  --uc-gradient-from: rgb(0, 30.6, 40.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-info-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
}

.to-success-10 {
  --uc-gradient-to: rgb(249.63, 252.6, 249.75);
}

.from-success-10 {
  --uc-gradient-from: rgb(249.63, 252.6, 249.75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
}

.to-success-25 {
  --uc-gradient-to: rgb(246.05, 251, 246.25);
}

.from-success-25 {
  --uc-gradient-from: rgb(246.05, 251, 246.25);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
}

.to-success-50 {
  --uc-gradient-to: rgb(237.1, 247, 237.5);
}

.from-success-50 {
  --uc-gradient-from: rgb(237.1, 247, 237.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
}

.to-success-100 {
  --uc-gradient-to: rgb(219.2, 239, 220);
}

.from-success-100 {
  --uc-gradient-from: rgb(219.2, 239, 220);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
}

.to-success-200 {
  --uc-gradient-to: rgb(183.4, 223, 185);
}

.from-success-200 {
  --uc-gradient-from: rgb(183.4, 223, 185);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
}

.to-success-300 {
  --uc-gradient-to: rgb(147.6, 207, 150);
}

.from-success-300 {
  --uc-gradient-from: rgb(147.6, 207, 150);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
}

.to-success-400 {
  --uc-gradient-to: rgb(111.8, 191, 115);
}

.from-success-400 {
  --uc-gradient-from: rgb(111.8, 191, 115);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
}

.to-success-500 {
  --uc-gradient-to: #4caf50;
}

.from-success-500 {
  --uc-gradient-from: #4CAF50;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
}

.to-success-600 {
  --uc-gradient-to: rgb(60.8, 140, 64);
}

.from-success-600 {
  --uc-gradient-from: rgb(60.8, 140, 64);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
}

.to-success-700 {
  --uc-gradient-to: rgb(45.6, 105, 48);
}

.from-success-700 {
  --uc-gradient-from: rgb(45.6, 105, 48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
}

.to-success-800 {
  --uc-gradient-to: rgb(30.4, 70, 32);
}

.from-success-800 {
  --uc-gradient-from: rgb(30.4, 70, 32);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
}

.to-success-900 {
  --uc-gradient-to: rgb(15.2, 35, 16);
}

.from-success-900 {
  --uc-gradient-from: rgb(15.2, 35, 16);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-success-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
}

.to-warning-10 {
  --uc-gradient-to: rgb(255, 252.72, 247.56);
}

.from-warning-10 {
  --uc-gradient-from: rgb(255, 252.72, 247.56);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
}

.to-warning-25 {
  --uc-gradient-to: rgb(255, 251.2, 242.6);
}

.from-warning-25 {
  --uc-gradient-from: rgb(255, 251.2, 242.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
}

.to-warning-50 {
  --uc-gradient-to: rgb(255, 247.4, 230.2);
}

.from-warning-50 {
  --uc-gradient-from: rgb(255, 247.4, 230.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
}

.to-warning-100 {
  --uc-gradient-to: rgb(255, 239.8, 205.4);
}

.from-warning-100 {
  --uc-gradient-from: rgb(255, 239.8, 205.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
}

.to-warning-200 {
  --uc-gradient-to: rgb(255, 224.6, 155.8);
}

.from-warning-200 {
  --uc-gradient-from: rgb(255, 224.6, 155.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
}

.to-warning-300 {
  --uc-gradient-to: rgb(255, 209.4, 106.2);
}

.from-warning-300 {
  --uc-gradient-from: rgb(255, 209.4, 106.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
}

.to-warning-400 {
  --uc-gradient-to: rgb(255, 194.2, 56.6);
}

.from-warning-400 {
  --uc-gradient-from: rgb(255, 194.2, 56.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
}

.to-warning-500 {
  --uc-gradient-to: #ffb307;
}

.from-warning-500 {
  --uc-gradient-from: #ffb307;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
}

.to-warning-600 {
  --uc-gradient-to: rgb(204, 143.2, 5.6);
}

.from-warning-600 {
  --uc-gradient-from: rgb(204, 143.2, 5.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
}

.to-warning-700 {
  --uc-gradient-to: rgb(153, 107.4, 4.2);
}

.from-warning-700 {
  --uc-gradient-from: rgb(153, 107.4, 4.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
}

.to-warning-800 {
  --uc-gradient-to: rgb(102, 71.6, 2.8);
}

.from-warning-800 {
  --uc-gradient-from: rgb(102, 71.6, 2.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
}

.to-warning-900 {
  --uc-gradient-to: rgb(51, 35.8, 1.4);
}

.from-warning-900 {
  --uc-gradient-from: rgb(51, 35.8, 1.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-warning-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
}

.to-danger-10 {
  --uc-gradient-to: rgb(254.19, 249.6, 249.6);
}

.from-danger-10 {
  --uc-gradient-from: rgb(254.19, 249.6, 249.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
}

.to-danger-25 {
  --uc-gradient-to: rgb(253.65, 246, 246);
}

.from-danger-25 {
  --uc-gradient-from: rgb(253.65, 246, 246);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
}

.to-danger-50 {
  --uc-gradient-to: rgb(252.3, 237, 237);
}

.from-danger-50 {
  --uc-gradient-from: rgb(252.3, 237, 237);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
}

.to-danger-100 {
  --uc-gradient-to: rgb(249.6, 219, 219);
}

.from-danger-100 {
  --uc-gradient-from: rgb(249.6, 219, 219);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
}

.to-danger-200 {
  --uc-gradient-to: rgb(244.2, 183, 183);
}

.from-danger-200 {
  --uc-gradient-from: rgb(244.2, 183, 183);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
}

.to-danger-300 {
  --uc-gradient-to: rgb(238.8, 147, 147);
}

.from-danger-300 {
  --uc-gradient-from: rgb(238.8, 147, 147);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
}

.to-danger-400 {
  --uc-gradient-to: rgb(233.4, 111, 111);
}

.from-danger-400 {
  --uc-gradient-from: rgb(233.4, 111, 111);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
}

.to-danger-500 {
  --uc-gradient-to: #e44b4b;
}

.from-danger-500 {
  --uc-gradient-from: #e44b4b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
}

.to-danger-600 {
  --uc-gradient-to: rgb(182.4, 60, 60);
}

.from-danger-600 {
  --uc-gradient-from: rgb(182.4, 60, 60);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
}

.to-danger-700 {
  --uc-gradient-to: rgb(136.8, 45, 45);
}

.from-danger-700 {
  --uc-gradient-from: rgb(136.8, 45, 45);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
}

.to-danger-800 {
  --uc-gradient-to: rgb(91.2, 30, 30);
}

.from-danger-800 {
  --uc-gradient-from: rgb(91.2, 30, 30);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
}

.to-danger-900 {
  --uc-gradient-to: rgb(45.6, 15, 15);
}

.from-danger-900 {
  --uc-gradient-from: rgb(45.6, 15, 15);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-danger-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
}

.to-blue {
  --uc-gradient-to: #078af3;
}

.from-blue {
  --uc-gradient-from: #078af3;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue {
  --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
}

.to-blue-10 {
  --uc-gradient-to: rgb(247.56, 251.49, 254.64);
}

.from-blue-10 {
  --uc-gradient-from: rgb(247.56, 251.49, 254.64);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
}

.to-blue-25 {
  --uc-gradient-to: rgb(242.6, 249.15, 254.4);
}

.from-blue-25 {
  --uc-gradient-from: rgb(242.6, 249.15, 254.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
}

.to-blue-50 {
  --uc-gradient-to: rgb(230.2, 243.3, 253.8);
}

.from-blue-50 {
  --uc-gradient-from: rgb(230.2, 243.3, 253.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
}

.to-blue-100 {
  --uc-gradient-to: rgb(205.4, 231.6, 252.6);
}

.from-blue-100 {
  --uc-gradient-from: rgb(205.4, 231.6, 252.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
}

.to-blue-200 {
  --uc-gradient-to: rgb(155.8, 208.2, 250.2);
}

.from-blue-200 {
  --uc-gradient-from: rgb(155.8, 208.2, 250.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
}

.to-blue-300 {
  --uc-gradient-to: rgb(106.2, 184.8, 247.8);
}

.from-blue-300 {
  --uc-gradient-from: rgb(106.2, 184.8, 247.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
}

.to-blue-400 {
  --uc-gradient-to: rgb(56.6, 161.4, 245.4);
}

.from-blue-400 {
  --uc-gradient-from: rgb(56.6, 161.4, 245.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
}

.to-blue-500 {
  --uc-gradient-to: #078af3;
}

.from-blue-500 {
  --uc-gradient-from: #078af3;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
}

.to-blue-600 {
  --uc-gradient-to: rgb(5.6, 110.4, 194.4);
}

.from-blue-600 {
  --uc-gradient-from: rgb(5.6, 110.4, 194.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
}

.to-blue-700 {
  --uc-gradient-to: rgb(4.2, 82.8, 145.8);
}

.from-blue-700 {
  --uc-gradient-from: rgb(4.2, 82.8, 145.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
}

.to-blue-800 {
  --uc-gradient-to: rgb(2.8, 55.2, 97.2);
}

.from-blue-800 {
  --uc-gradient-from: rgb(2.8, 55.2, 97.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
}

.to-blue-900 {
  --uc-gradient-to: rgb(1.4, 27.6, 48.6);
}

.from-blue-900 {
  --uc-gradient-from: rgb(1.4, 27.6, 48.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-blue-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
}

.to-indigo {
  --uc-gradient-to: #553cdf;
}

.from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo {
  --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
}

.to-indigo-10 {
  --uc-gradient-to: rgb(249.9, 249.15, 254.04);
}

.from-indigo-10 {
  --uc-gradient-from: rgb(249.9, 249.15, 254.04);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
}

.to-indigo-25 {
  --uc-gradient-to: rgb(246.5, 245.25, 253.4);
}

.from-indigo-25 {
  --uc-gradient-from: rgb(246.5, 245.25, 253.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
}

.to-indigo-50 {
  --uc-gradient-to: rgb(238, 235.5, 251.8);
}

.from-indigo-50 {
  --uc-gradient-from: rgb(238, 235.5, 251.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
}

.to-indigo-100 {
  --uc-gradient-to: rgb(221, 216, 248.6);
}

.from-indigo-100 {
  --uc-gradient-from: rgb(221, 216, 248.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
}

.to-indigo-200 {
  --uc-gradient-to: rgb(187, 177, 242.2);
}

.from-indigo-200 {
  --uc-gradient-from: rgb(187, 177, 242.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
}

.to-indigo-300 {
  --uc-gradient-to: rgb(153, 138, 235.8);
}

.from-indigo-300 {
  --uc-gradient-from: rgb(153, 138, 235.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
}

.to-indigo-400 {
  --uc-gradient-to: rgb(119, 99, 229.4);
}

.from-indigo-400 {
  --uc-gradient-from: rgb(119, 99, 229.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
}

.to-indigo-500 {
  --uc-gradient-to: #553cdf;
}

.from-indigo-500 {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
}

.to-indigo-600 {
  --uc-gradient-to: rgb(68, 48, 178.4);
}

.from-indigo-600 {
  --uc-gradient-from: rgb(68, 48, 178.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
}

.to-indigo-700 {
  --uc-gradient-to: rgb(51, 36, 133.8);
}

.from-indigo-700 {
  --uc-gradient-from: rgb(51, 36, 133.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
}

.to-indigo-800 {
  --uc-gradient-to: rgb(34, 24, 89.2);
}

.from-indigo-800 {
  --uc-gradient-from: rgb(34, 24, 89.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
}

.to-indigo-900 {
  --uc-gradient-to: rgb(17, 12, 44.6);
}

.from-indigo-900 {
  --uc-gradient-from: rgb(17, 12, 44.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-indigo-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
}

.to-purple {
  --uc-gradient-to: #8921e4;
}

.from-purple {
  --uc-gradient-from: #8921e4;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple {
  --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
}

.to-purple-10 {
  --uc-gradient-to: rgb(251.46, 248.34, 254.19);
}

.from-purple-10 {
  --uc-gradient-from: rgb(251.46, 248.34, 254.19);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
}

.to-purple-25 {
  --uc-gradient-to: rgb(249.1, 243.9, 253.65);
}

.from-purple-25 {
  --uc-gradient-from: rgb(249.1, 243.9, 253.65);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
}

.to-purple-50 {
  --uc-gradient-to: rgb(243.2, 232.8, 252.3);
}

.from-purple-50 {
  --uc-gradient-from: rgb(243.2, 232.8, 252.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
}

.to-purple-100 {
  --uc-gradient-to: rgb(231.4, 210.6, 249.6);
}

.from-purple-100 {
  --uc-gradient-from: rgb(231.4, 210.6, 249.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
}

.to-purple-200 {
  --uc-gradient-to: rgb(207.8, 166.2, 244.2);
}

.from-purple-200 {
  --uc-gradient-from: rgb(207.8, 166.2, 244.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
}

.to-purple-300 {
  --uc-gradient-to: rgb(184.2, 121.8, 238.8);
}

.from-purple-300 {
  --uc-gradient-from: rgb(184.2, 121.8, 238.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
}

.to-purple-400 {
  --uc-gradient-to: rgb(160.6, 77.4, 233.4);
}

.from-purple-400 {
  --uc-gradient-from: rgb(160.6, 77.4, 233.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
}

.to-purple-500 {
  --uc-gradient-to: #8921e4;
}

.from-purple-500 {
  --uc-gradient-from: #8921e4;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
}

.to-purple-600 {
  --uc-gradient-to: rgb(109.6, 26.4, 182.4);
}

.from-purple-600 {
  --uc-gradient-from: rgb(109.6, 26.4, 182.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
}

.to-purple-700 {
  --uc-gradient-to: rgb(82.2, 19.8, 136.8);
}

.from-purple-700 {
  --uc-gradient-from: rgb(82.2, 19.8, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
}

.to-purple-800 {
  --uc-gradient-to: rgb(54.8, 13.2, 91.2);
}

.from-purple-800 {
  --uc-gradient-from: rgb(54.8, 13.2, 91.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
}

.to-purple-900 {
  --uc-gradient-to: rgb(27.4, 6.6, 45.6);
}

.from-purple-900 {
  --uc-gradient-from: rgb(27.4, 6.6, 45.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-purple-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
}

.to-red {
  --uc-gradient-to: #ea4335;
}

.from-red {
  --uc-gradient-from: #ea4335;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red {
  --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
}

.to-red-10 {
  --uc-gradient-to: rgb(254.37, 249.36, 248.94);
}

.from-red-10 {
  --uc-gradient-from: rgb(254.37, 249.36, 248.94);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
}

.to-red-25 {
  --uc-gradient-to: rgb(253.95, 245.6, 244.9);
}

.from-red-25 {
  --uc-gradient-from: rgb(253.95, 245.6, 244.9);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
}

.to-red-50 {
  --uc-gradient-to: rgb(252.9, 236.2, 234.8);
}

.from-red-50 {
  --uc-gradient-from: rgb(252.9, 236.2, 234.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
}

.to-red-100 {
  --uc-gradient-to: rgb(250.8, 217.4, 214.6);
}

.from-red-100 {
  --uc-gradient-from: rgb(250.8, 217.4, 214.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
}

.to-red-200 {
  --uc-gradient-to: rgb(246.6, 179.8, 174.2);
}

.from-red-200 {
  --uc-gradient-from: rgb(246.6, 179.8, 174.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
}

.to-red-300 {
  --uc-gradient-to: rgb(242.4, 142.2, 133.8);
}

.from-red-300 {
  --uc-gradient-from: rgb(242.4, 142.2, 133.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
}

.to-red-400 {
  --uc-gradient-to: rgb(238.2, 104.6, 93.4);
}

.from-red-400 {
  --uc-gradient-from: rgb(238.2, 104.6, 93.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
}

.to-red-500 {
  --uc-gradient-to: #ea4335;
}

.from-red-500 {
  --uc-gradient-from: #ea4335;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
}

.to-red-600 {
  --uc-gradient-to: rgb(187.2, 53.6, 42.4);
}

.from-red-600 {
  --uc-gradient-from: rgb(187.2, 53.6, 42.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
}

.to-red-700 {
  --uc-gradient-to: rgb(140.4, 40.2, 31.8);
}

.from-red-700 {
  --uc-gradient-from: rgb(140.4, 40.2, 31.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
}

.to-red-800 {
  --uc-gradient-to: rgb(93.6, 26.8, 21.2);
}

.from-red-800 {
  --uc-gradient-from: rgb(93.6, 26.8, 21.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
}

.to-red-900 {
  --uc-gradient-to: rgb(46.8, 13.4, 10.6);
}

.from-red-900 {
  --uc-gradient-from: rgb(46.8, 13.4, 10.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-red-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
}

.to-rose {
  --uc-gradient-to: #d20e4f;
}

.from-rose {
  --uc-gradient-from: #d20e4f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose {
  --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
}

.to-rose-10 {
  --uc-gradient-to: rgb(253.65, 247.77, 249.72);
}

.from-rose-10 {
  --uc-gradient-from: rgb(253.65, 247.77, 249.72);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
}

.to-rose-25 {
  --uc-gradient-to: rgb(252.75, 242.95, 246.2);
}

.from-rose-25 {
  --uc-gradient-from: rgb(252.75, 242.95, 246.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
}

.to-rose-50 {
  --uc-gradient-to: rgb(250.5, 230.9, 237.4);
}

.from-rose-50 {
  --uc-gradient-from: rgb(250.5, 230.9, 237.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
}

.to-rose-100 {
  --uc-gradient-to: rgb(246, 206.8, 219.8);
}

.from-rose-100 {
  --uc-gradient-from: rgb(246, 206.8, 219.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
}

.to-rose-200 {
  --uc-gradient-to: rgb(237, 158.6, 184.6);
}

.from-rose-200 {
  --uc-gradient-from: rgb(237, 158.6, 184.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
}

.to-rose-300 {
  --uc-gradient-to: rgb(228, 110.4, 149.4);
}

.from-rose-300 {
  --uc-gradient-from: rgb(228, 110.4, 149.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
}

.to-rose-400 {
  --uc-gradient-to: rgb(219, 62.2, 114.2);
}

.from-rose-400 {
  --uc-gradient-from: rgb(219, 62.2, 114.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
}

.to-rose-500 {
  --uc-gradient-to: #d20e4f;
}

.from-rose-500 {
  --uc-gradient-from: #d20e4f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
}

.to-rose-600 {
  --uc-gradient-to: rgb(168, 11.2, 63.2);
}

.from-rose-600 {
  --uc-gradient-from: rgb(168, 11.2, 63.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
}

.to-rose-700 {
  --uc-gradient-to: rgb(126, 8.4, 47.4);
}

.from-rose-700 {
  --uc-gradient-from: rgb(126, 8.4, 47.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
}

.to-rose-800 {
  --uc-gradient-to: rgb(84, 5.6, 31.6);
}

.from-rose-800 {
  --uc-gradient-from: rgb(84, 5.6, 31.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
}

.to-rose-900 {
  --uc-gradient-to: rgb(42, 2.8, 15.8);
}

.from-rose-900 {
  --uc-gradient-from: rgb(42, 2.8, 15.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-rose-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
}

.to-pink {
  --uc-gradient-to: #f06b9d;
}

.from-pink {
  --uc-gradient-from: #f06b9d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink {
  --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
}

.to-pink-10 {
  --uc-gradient-to: rgb(254.55, 250.56, 252.06);
}

.from-pink-10 {
  --uc-gradient-from: rgb(254.55, 250.56, 252.06);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
}

.to-pink-25 {
  --uc-gradient-to: rgb(254.25, 247.6, 250.1);
}

.from-pink-25 {
  --uc-gradient-from: rgb(254.25, 247.6, 250.1);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
}

.to-pink-50 {
  --uc-gradient-to: rgb(253.5, 240.2, 245.2);
}

.from-pink-50 {
  --uc-gradient-from: rgb(253.5, 240.2, 245.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
}

.to-pink-100 {
  --uc-gradient-to: rgb(252, 225.4, 235.4);
}

.from-pink-100 {
  --uc-gradient-from: rgb(252, 225.4, 235.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
}

.to-pink-200 {
  --uc-gradient-to: rgb(249, 195.8, 215.8);
}

.from-pink-200 {
  --uc-gradient-from: rgb(249, 195.8, 215.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
}

.to-pink-300 {
  --uc-gradient-to: rgb(246, 166.2, 196.2);
}

.from-pink-300 {
  --uc-gradient-from: rgb(246, 166.2, 196.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
}

.to-pink-400 {
  --uc-gradient-to: rgb(243, 136.6, 176.6);
}

.from-pink-400 {
  --uc-gradient-from: rgb(243, 136.6, 176.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
}

.to-pink-500 {
  --uc-gradient-to: #f06b9d;
}

.from-pink-500 {
  --uc-gradient-from: #f06b9d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
}

.to-pink-600 {
  --uc-gradient-to: rgb(192, 85.6, 125.6);
}

.from-pink-600 {
  --uc-gradient-from: rgb(192, 85.6, 125.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
}

.to-pink-700 {
  --uc-gradient-to: rgb(144, 64.2, 94.2);
}

.from-pink-700 {
  --uc-gradient-from: rgb(144, 64.2, 94.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
}

.to-pink-800 {
  --uc-gradient-to: rgb(96, 42.8, 62.8);
}

.from-pink-800 {
  --uc-gradient-from: rgb(96, 42.8, 62.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
}

.to-pink-900 {
  --uc-gradient-to: rgb(48, 21.4, 31.4);
}

.from-pink-900 {
  --uc-gradient-from: rgb(48, 21.4, 31.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-pink-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
}

.to-orange {
  --uc-gradient-to: #fb6b1e;
}

.from-orange {
  --uc-gradient-from: #fb6b1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange {
  --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
}

.to-orange-10 {
  --uc-gradient-to: rgb(254.88, 250.56, 248.25);
}

.from-orange-10 {
  --uc-gradient-from: rgb(254.88, 250.56, 248.25);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
}

.to-orange-25 {
  --uc-gradient-to: rgb(254.8, 247.6, 243.75);
}

.from-orange-25 {
  --uc-gradient-from: rgb(254.8, 247.6, 243.75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
}

.to-orange-50 {
  --uc-gradient-to: rgb(254.6, 240.2, 232.5);
}

.from-orange-50 {
  --uc-gradient-from: rgb(254.6, 240.2, 232.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
}

.to-orange-100 {
  --uc-gradient-to: rgb(254.2, 225.4, 210);
}

.from-orange-100 {
  --uc-gradient-from: rgb(254.2, 225.4, 210);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
}

.to-orange-200 {
  --uc-gradient-to: rgb(253.4, 195.8, 165);
}

.from-orange-200 {
  --uc-gradient-from: rgb(253.4, 195.8, 165);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
}

.to-orange-300 {
  --uc-gradient-to: rgb(252.6, 166.2, 120);
}

.from-orange-300 {
  --uc-gradient-from: rgb(252.6, 166.2, 120);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
}

.to-orange-400 {
  --uc-gradient-to: rgb(251.8, 136.6, 75);
}

.from-orange-400 {
  --uc-gradient-from: rgb(251.8, 136.6, 75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
}

.to-orange-500 {
  --uc-gradient-to: #fb6b1e;
}

.from-orange-500 {
  --uc-gradient-from: #fb6b1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
}

.to-orange-600 {
  --uc-gradient-to: rgb(200.8, 85.6, 24);
}

.from-orange-600 {
  --uc-gradient-from: rgb(200.8, 85.6, 24);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
}

.to-orange-700 {
  --uc-gradient-to: rgb(150.6, 64.2, 18);
}

.from-orange-700 {
  --uc-gradient-from: rgb(150.6, 64.2, 18);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
}

.to-orange-800 {
  --uc-gradient-to: rgb(100.4, 42.8, 12);
}

.from-orange-800 {
  --uc-gradient-from: rgb(100.4, 42.8, 12);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
}

.to-orange-900 {
  --uc-gradient-to: rgb(50.2, 21.4, 6);
}

.from-orange-900 {
  --uc-gradient-from: rgb(50.2, 21.4, 6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-orange-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
}

.to-yellow {
  --uc-gradient-to: #fcbc05;
}

.from-yellow {
  --uc-gradient-from: #fcbc05;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow {
  --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
}

.to-yellow-10 {
  --uc-gradient-to: rgb(254.91, 252.99, 247.5);
}

.from-yellow-10 {
  --uc-gradient-from: rgb(254.91, 252.99, 247.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
}

.to-yellow-25 {
  --uc-gradient-to: rgb(254.85, 251.65, 242.5);
}

.from-yellow-25 {
  --uc-gradient-from: rgb(254.85, 251.65, 242.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
}

.to-yellow-50 {
  --uc-gradient-to: rgb(254.7, 248.3, 230);
}

.from-yellow-50 {
  --uc-gradient-from: rgb(254.7, 248.3, 230);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
}

.to-yellow-100 {
  --uc-gradient-to: rgb(254.4, 241.6, 205);
}

.from-yellow-100 {
  --uc-gradient-from: rgb(254.4, 241.6, 205);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
}

.to-yellow-200 {
  --uc-gradient-to: rgb(253.8, 228.2, 155);
}

.from-yellow-200 {
  --uc-gradient-from: rgb(253.8, 228.2, 155);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
}

.to-yellow-300 {
  --uc-gradient-to: rgb(253.2, 214.8, 105);
}

.from-yellow-300 {
  --uc-gradient-from: rgb(253.2, 214.8, 105);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
}

.to-yellow-400 {
  --uc-gradient-to: rgb(252.6, 201.4, 55);
}

.from-yellow-400 {
  --uc-gradient-from: rgb(252.6, 201.4, 55);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
}

.to-yellow-500 {
  --uc-gradient-to: #fcbc05;
}

.from-yellow-500 {
  --uc-gradient-from: #fcbc05;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
}

.to-yellow-600 {
  --uc-gradient-to: rgb(201.6, 150.4, 4);
}

.from-yellow-600 {
  --uc-gradient-from: rgb(201.6, 150.4, 4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
}

.to-yellow-700 {
  --uc-gradient-to: rgb(151.2, 112.8, 3);
}

.from-yellow-700 {
  --uc-gradient-from: rgb(151.2, 112.8, 3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
}

.to-yellow-800 {
  --uc-gradient-to: rgb(100.8, 75.2, 2);
}

.from-yellow-800 {
  --uc-gradient-from: rgb(100.8, 75.2, 2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
}

.to-yellow-900 {
  --uc-gradient-to: rgb(50.4, 37.6, 1);
}

.from-yellow-900 {
  --uc-gradient-from: rgb(50.4, 37.6, 1);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-yellow-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
}

.to-green {
  --uc-gradient-to: #34a853;
}

.from-green {
  --uc-gradient-from: #34a853;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green {
  --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
}

.to-green-10 {
  --uc-gradient-to: rgb(248.91, 252.39, 249.84);
}

.from-green-10 {
  --uc-gradient-from: rgb(248.91, 252.39, 249.84);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
}

.to-green-25 {
  --uc-gradient-to: rgb(244.85, 250.65, 246.4);
}

.from-green-25 {
  --uc-gradient-from: rgb(244.85, 250.65, 246.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
}

.to-green-50 {
  --uc-gradient-to: rgb(234.7, 246.3, 237.8);
}

.from-green-50 {
  --uc-gradient-from: rgb(234.7, 246.3, 237.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
}

.to-green-100 {
  --uc-gradient-to: rgb(214.4, 237.6, 220.6);
}

.from-green-100 {
  --uc-gradient-from: rgb(214.4, 237.6, 220.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
}

.to-green-200 {
  --uc-gradient-to: rgb(173.8, 220.2, 186.2);
}

.from-green-200 {
  --uc-gradient-from: rgb(173.8, 220.2, 186.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
}

.to-green-300 {
  --uc-gradient-to: rgb(133.2, 202.8, 151.8);
}

.from-green-300 {
  --uc-gradient-from: rgb(133.2, 202.8, 151.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
}

.to-green-400 {
  --uc-gradient-to: rgb(92.6, 185.4, 117.4);
}

.from-green-400 {
  --uc-gradient-from: rgb(92.6, 185.4, 117.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
}

.to-green-500 {
  --uc-gradient-to: #34a853;
}

.from-green-500 {
  --uc-gradient-from: #34a853;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
}

.to-green-600 {
  --uc-gradient-to: rgb(41.6, 134.4, 66.4);
}

.from-green-600 {
  --uc-gradient-from: rgb(41.6, 134.4, 66.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
}

.to-green-700 {
  --uc-gradient-to: rgb(31.2, 100.8, 49.8);
}

.from-green-700 {
  --uc-gradient-from: rgb(31.2, 100.8, 49.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
}

.to-green-800 {
  --uc-gradient-to: rgb(20.8, 67.2, 33.2);
}

.from-green-800 {
  --uc-gradient-from: rgb(20.8, 67.2, 33.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
}

.to-green-900 {
  --uc-gradient-to: rgb(10.4, 33.6, 16.6);
}

.from-green-900 {
  --uc-gradient-from: rgb(10.4, 33.6, 16.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-green-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
}

.to-lime {
  --uc-gradient-to: #aef359;
}

.from-lime {
  --uc-gradient-from: #aef359;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime {
  --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
}

.to-lime-10 {
  --uc-gradient-to: rgb(252.57, 254.64, 250.02);
}

.from-lime-10 {
  --uc-gradient-from: rgb(252.57, 254.64, 250.02);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
}

.to-lime-25 {
  --uc-gradient-to: rgb(250.95, 254.4, 246.7);
}

.from-lime-25 {
  --uc-gradient-from: rgb(250.95, 254.4, 246.7);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
}

.to-lime-50 {
  --uc-gradient-to: rgb(246.9, 253.8, 238.4);
}

.from-lime-50 {
  --uc-gradient-from: rgb(246.9, 253.8, 238.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
}

.to-lime-100 {
  --uc-gradient-to: rgb(238.8, 252.6, 221.8);
}

.from-lime-100 {
  --uc-gradient-from: rgb(238.8, 252.6, 221.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
}

.to-lime-200 {
  --uc-gradient-to: rgb(222.6, 250.2, 188.6);
}

.from-lime-200 {
  --uc-gradient-from: rgb(222.6, 250.2, 188.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
}

.to-lime-300 {
  --uc-gradient-to: rgb(206.4, 247.8, 155.4);
}

.from-lime-300 {
  --uc-gradient-from: rgb(206.4, 247.8, 155.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
}

.to-lime-400 {
  --uc-gradient-to: rgb(190.2, 245.4, 122.2);
}

.from-lime-400 {
  --uc-gradient-from: rgb(190.2, 245.4, 122.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
}

.to-lime-500 {
  --uc-gradient-to: #aef359;
}

.from-lime-500 {
  --uc-gradient-from: #aef359;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
}

.to-lime-600 {
  --uc-gradient-to: rgb(139.2, 194.4, 71.2);
}

.from-lime-600 {
  --uc-gradient-from: rgb(139.2, 194.4, 71.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
}

.to-lime-700 {
  --uc-gradient-to: rgb(104.4, 145.8, 53.4);
}

.from-lime-700 {
  --uc-gradient-from: rgb(104.4, 145.8, 53.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
}

.to-lime-800 {
  --uc-gradient-to: rgb(69.6, 97.2, 35.6);
}

.from-lime-800 {
  --uc-gradient-from: rgb(69.6, 97.2, 35.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
}

.to-lime-900 {
  --uc-gradient-to: rgb(34.8, 48.6, 17.8);
}

.from-lime-900 {
  --uc-gradient-from: rgb(34.8, 48.6, 17.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-lime-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
}

.to-teal {
  --uc-gradient-to: #06f6c6;
}

.from-teal {
  --uc-gradient-from: #06f6c6;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal {
  --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
}

.to-teal-10 {
  --uc-gradient-to: rgb(247.53, 254.73, 253.29);
}

.from-teal-10 {
  --uc-gradient-from: rgb(247.53, 254.73, 253.29);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
}

.to-teal-25 {
  --uc-gradient-to: rgb(242.55, 254.55, 252.15);
}

.from-teal-25 {
  --uc-gradient-from: rgb(242.55, 254.55, 252.15);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
}

.to-teal-50 {
  --uc-gradient-to: rgb(230.1, 254.1, 249.3);
}

.from-teal-50 {
  --uc-gradient-from: rgb(230.1, 254.1, 249.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
}

.to-teal-100 {
  --uc-gradient-to: rgb(205.2, 253.2, 243.6);
}

.from-teal-100 {
  --uc-gradient-from: rgb(205.2, 253.2, 243.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
}

.to-teal-200 {
  --uc-gradient-to: rgb(155.4, 251.4, 232.2);
}

.from-teal-200 {
  --uc-gradient-from: rgb(155.4, 251.4, 232.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
}

.to-teal-300 {
  --uc-gradient-to: rgb(105.6, 249.6, 220.8);
}

.from-teal-300 {
  --uc-gradient-from: rgb(105.6, 249.6, 220.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
}

.to-teal-400 {
  --uc-gradient-to: rgb(55.8, 247.8, 209.4);
}

.from-teal-400 {
  --uc-gradient-from: rgb(55.8, 247.8, 209.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
}

.to-teal-500 {
  --uc-gradient-to: #06f6c6;
}

.from-teal-500 {
  --uc-gradient-from: #06f6c6;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
}

.to-teal-600 {
  --uc-gradient-to: rgb(4.8, 196.8, 158.4);
}

.from-teal-600 {
  --uc-gradient-from: rgb(4.8, 196.8, 158.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
}

.to-teal-700 {
  --uc-gradient-to: rgb(3.6, 147.6, 118.8);
}

.from-teal-700 {
  --uc-gradient-from: rgb(3.6, 147.6, 118.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
}

.to-teal-800 {
  --uc-gradient-to: rgb(2.4, 98.4, 79.2);
}

.from-teal-800 {
  --uc-gradient-from: rgb(2.4, 98.4, 79.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
}

.to-teal-900 {
  --uc-gradient-to: rgb(1.2, 49.2, 39.6);
}

.from-teal-900 {
  --uc-gradient-from: rgb(1.2, 49.2, 39.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-teal-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
}

.to-cyan {
  --uc-gradient-to: #38e1ff;
}

.from-cyan {
  --uc-gradient-from: #38e1ff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan {
  --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
}

.to-cyan-10 {
  --uc-gradient-to: rgb(249.03, 254.1, 255);
}

.from-cyan-10 {
  --uc-gradient-from: rgb(249.03, 254.1, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
}

.to-cyan-25 {
  --uc-gradient-to: rgb(245.05, 253.5, 255);
}

.from-cyan-25 {
  --uc-gradient-from: rgb(245.05, 253.5, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
}

.to-cyan-50 {
  --uc-gradient-to: rgb(235.1, 252, 255);
}

.from-cyan-50 {
  --uc-gradient-from: rgb(235.1, 252, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
}

.to-cyan-100 {
  --uc-gradient-to: rgb(215.2, 249, 255);
}

.from-cyan-100 {
  --uc-gradient-from: rgb(215.2, 249, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
}

.to-cyan-200 {
  --uc-gradient-to: rgb(175.4, 243, 255);
}

.from-cyan-200 {
  --uc-gradient-from: rgb(175.4, 243, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
}

.to-cyan-300 {
  --uc-gradient-to: rgb(135.6, 237, 255);
}

.from-cyan-300 {
  --uc-gradient-from: rgb(135.6, 237, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
}

.to-cyan-400 {
  --uc-gradient-to: rgb(95.8, 231, 255);
}

.from-cyan-400 {
  --uc-gradient-from: rgb(95.8, 231, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
}

.to-cyan-500 {
  --uc-gradient-to: #38e1ff;
}

.from-cyan-500 {
  --uc-gradient-from: #38e1ff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
}

.to-cyan-600 {
  --uc-gradient-to: rgb(44.8, 180, 204);
}

.from-cyan-600 {
  --uc-gradient-from: rgb(44.8, 180, 204);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
}

.to-cyan-700 {
  --uc-gradient-to: rgb(33.6, 135, 153);
}

.from-cyan-700 {
  --uc-gradient-from: rgb(33.6, 135, 153);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
}

.to-cyan-800 {
  --uc-gradient-to: rgb(22.4, 90, 102);
}

.from-cyan-800 {
  --uc-gradient-from: rgb(22.4, 90, 102);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
}

.to-cyan-900 {
  --uc-gradient-to: rgb(11.2, 45, 51);
}

.from-cyan-900 {
  --uc-gradient-from: rgb(11.2, 45, 51);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-cyan-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
}

.to-tertiary {
  --uc-gradient-to: #5394a2;
}

.from-tertiary {
  --uc-gradient-from: #5394A2;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary {
  --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
}

.to-tertiary-10 {
  --uc-gradient-to: rgb(249.84, 251.79, 252.21);
}

.from-tertiary-10 {
  --uc-gradient-from: rgb(249.84, 251.79, 252.21);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
}

.to-tertiary-25 {
  --uc-gradient-to: rgb(246.4, 249.65, 250.35);
}

.from-tertiary-25 {
  --uc-gradient-from: rgb(246.4, 249.65, 250.35);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
}

.to-tertiary-50 {
  --uc-gradient-to: rgb(237.8, 244.3, 245.7);
}

.from-tertiary-50 {
  --uc-gradient-from: rgb(237.8, 244.3, 245.7);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
}

.to-tertiary-100 {
  --uc-gradient-to: rgb(220.6, 233.6, 236.4);
}

.from-tertiary-100 {
  --uc-gradient-from: rgb(220.6, 233.6, 236.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
}

.to-tertiary-200 {
  --uc-gradient-to: rgb(186.2, 212.2, 217.8);
}

.from-tertiary-200 {
  --uc-gradient-from: rgb(186.2, 212.2, 217.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
}

.to-tertiary-300 {
  --uc-gradient-to: rgb(151.8, 190.8, 199.2);
}

.from-tertiary-300 {
  --uc-gradient-from: rgb(151.8, 190.8, 199.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
}

.to-tertiary-400 {
  --uc-gradient-to: rgb(117.4, 169.4, 180.6);
}

.from-tertiary-400 {
  --uc-gradient-from: rgb(117.4, 169.4, 180.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
}

.to-tertiary-500 {
  --uc-gradient-to: #5394a2;
}

.from-tertiary-500 {
  --uc-gradient-from: #5394A2;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
}

.to-tertiary-600 {
  --uc-gradient-to: rgb(66.4, 118.4, 129.6);
}

.from-tertiary-600 {
  --uc-gradient-from: rgb(66.4, 118.4, 129.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
}

.to-tertiary-700 {
  --uc-gradient-to: rgb(49.8, 88.8, 97.2);
}

.from-tertiary-700 {
  --uc-gradient-from: rgb(49.8, 88.8, 97.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
}

.to-tertiary-800 {
  --uc-gradient-to: rgb(33.2, 59.2, 64.8);
}

.from-tertiary-800 {
  --uc-gradient-from: rgb(33.2, 59.2, 64.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
}

.to-tertiary-900 {
  --uc-gradient-to: rgb(16.6, 29.6, 32.4);
}

.from-tertiary-900 {
  --uc-gradient-from: rgb(16.6, 29.6, 32.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-tertiary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-inherit {
  --uc-gradient-to: white;
}

:where(.uc-dark) .dark\:from-inherit {
  --uc-gradient-from: inherit;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-inherit {
  --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-current {
  --uc-gradient-to: white;
}

:where(.uc-dark) .dark\:from-current {
  --uc-gradient-from: currentColor;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-current {
  --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-transparent {
  --uc-gradient-to: rgba(255, 255, 255, 0);
}

:where(.uc-dark) .dark\:from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

:where(.uc-dark) .dark\:from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-black {
  --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-white {
  --uc-gradient-to: white;
}

:where(.uc-dark) .dark\:from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-white {
  --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary {
  --uc-gradient-to: #1a5fab;
}

:where(.uc-dark) .dark\:from-primary {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary {
  --uc-gradient-to: #1a5fab;
}

:where(.uc-dark) .dark\:from-secondary {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success {
  --uc-gradient-to: #4caf50;
}

:where(.uc-dark) .dark\:from-success {
  --uc-gradient-from: #4CAF50;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success {
  --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info {
  --uc-gradient-to: #0099cc;
}

:where(.uc-dark) .dark\:from-info {
  --uc-gradient-from: #0099cc;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info {
  --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning {
  --uc-gradient-to: #ffb307;
}

:where(.uc-dark) .dark\:from-warning {
  --uc-gradient-from: #ffb307;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning {
  --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger {
  --uc-gradient-to: #e44b4b;
}

:where(.uc-dark) .dark\:from-danger {
  --uc-gradient-from: #e44b4b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger {
  --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-light {
  --uc-gradient-to: #f8f9fa;
}

:where(.uc-dark) .dark\:from-light {
  --uc-gradient-from: #f8f9fa;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-light {
  --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-dark {
  --uc-gradient-to: #212529;
}

:where(.uc-dark) .dark\:from-dark {
  --uc-gradient-from: #212529;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-dark {
  --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray {
  --uc-gradient-to: #5b5b5b;
}

:where(.uc-dark) .dark\:from-gray {
  --uc-gradient-from: #5b5b5b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray {
  --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-10 {
  --uc-gradient-to: rgb(250.08, 250.08, 250.08);
}

:where(.uc-dark) .dark\:from-gray-10 {
  --uc-gradient-from: rgb(250.08, 250.08, 250.08);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-25 {
  --uc-gradient-to: rgb(246.8, 246.8, 246.8);
}

:where(.uc-dark) .dark\:from-gray-25 {
  --uc-gradient-from: rgb(246.8, 246.8, 246.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-50 {
  --uc-gradient-to: rgb(238.6, 238.6, 238.6);
}

:where(.uc-dark) .dark\:from-gray-50 {
  --uc-gradient-from: rgb(238.6, 238.6, 238.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-100 {
  --uc-gradient-to: rgb(222.2, 222.2, 222.2);
}

:where(.uc-dark) .dark\:from-gray-100 {
  --uc-gradient-from: rgb(222.2, 222.2, 222.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-200 {
  --uc-gradient-to: rgb(189.4, 189.4, 189.4);
}

:where(.uc-dark) .dark\:from-gray-200 {
  --uc-gradient-from: rgb(189.4, 189.4, 189.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-300 {
  --uc-gradient-to: rgb(156.6, 156.6, 156.6);
}

:where(.uc-dark) .dark\:from-gray-300 {
  --uc-gradient-from: rgb(156.6, 156.6, 156.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-400 {
  --uc-gradient-to: rgb(123.8, 123.8, 123.8);
}

:where(.uc-dark) .dark\:from-gray-400 {
  --uc-gradient-from: rgb(123.8, 123.8, 123.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-500 {
  --uc-gradient-to: #5b5b5b;
}

:where(.uc-dark) .dark\:from-gray-500 {
  --uc-gradient-from: #5b5b5b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-600 {
  --uc-gradient-to: rgb(72.8, 72.8, 72.8);
}

:where(.uc-dark) .dark\:from-gray-600 {
  --uc-gradient-from: rgb(72.8, 72.8, 72.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-700 {
  --uc-gradient-to: rgb(54.6, 54.6, 54.6);
}

:where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: rgb(54.6, 54.6, 54.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-800 {
  --uc-gradient-to: rgb(36.4, 36.4, 36.4);
}

:where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: rgb(36.4, 36.4, 36.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: rgb(18.2, 18.2, 18.2);
}

:where(.uc-dark) .dark\:from-gray-900 {
  --uc-gradient-from: rgb(18.2, 18.2, 18.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-gray-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate {
  --uc-gradient-to: #6b7280;
}

:where(.uc-dark) .dark\:from-slate {
  --uc-gradient-from: #6b7280;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate {
  --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-10 {
  --uc-gradient-to: rgb(250.56, 250.77, 251.19);
}

:where(.uc-dark) .dark\:from-slate-10 {
  --uc-gradient-from: rgb(250.56, 250.77, 251.19);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-25 {
  --uc-gradient-to: rgb(247.6, 247.95, 248.65);
}

:where(.uc-dark) .dark\:from-slate-25 {
  --uc-gradient-from: rgb(247.6, 247.95, 248.65);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-50 {
  --uc-gradient-to: rgb(240.2, 240.9, 242.3);
}

:where(.uc-dark) .dark\:from-slate-50 {
  --uc-gradient-from: rgb(240.2, 240.9, 242.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-100 {
  --uc-gradient-to: rgb(225.4, 226.8, 229.6);
}

:where(.uc-dark) .dark\:from-slate-100 {
  --uc-gradient-from: rgb(225.4, 226.8, 229.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-200 {
  --uc-gradient-to: rgb(195.8, 198.6, 204.2);
}

:where(.uc-dark) .dark\:from-slate-200 {
  --uc-gradient-from: rgb(195.8, 198.6, 204.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-300 {
  --uc-gradient-to: rgb(166.2, 170.4, 178.8);
}

:where(.uc-dark) .dark\:from-slate-300 {
  --uc-gradient-from: rgb(166.2, 170.4, 178.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-400 {
  --uc-gradient-to: rgb(136.6, 142.2, 153.4);
}

:where(.uc-dark) .dark\:from-slate-400 {
  --uc-gradient-from: rgb(136.6, 142.2, 153.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-500 {
  --uc-gradient-to: #6b7280;
}

:where(.uc-dark) .dark\:from-slate-500 {
  --uc-gradient-from: #6b7280;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-600 {
  --uc-gradient-to: rgb(85.6, 91.2, 102.4);
}

:where(.uc-dark) .dark\:from-slate-600 {
  --uc-gradient-from: rgb(85.6, 91.2, 102.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-700 {
  --uc-gradient-to: rgb(64.2, 68.4, 76.8);
}

:where(.uc-dark) .dark\:from-slate-700 {
  --uc-gradient-from: rgb(64.2, 68.4, 76.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-800 {
  --uc-gradient-to: rgb(42.8, 45.6, 51.2);
}

:where(.uc-dark) .dark\:from-slate-800 {
  --uc-gradient-from: rgb(42.8, 45.6, 51.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-slate-900 {
  --uc-gradient-to: rgb(21.4, 22.8, 25.6);
}

:where(.uc-dark) .dark\:from-slate-900 {
  --uc-gradient-from: rgb(21.4, 22.8, 25.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-slate-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-10 {
  --uc-gradient-to: rgb(248.13, 250.2, 252.48);
}

:where(.uc-dark) .dark\:from-primary-10 {
  --uc-gradient-from: rgb(248.13, 250.2, 252.48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-25 {
  --uc-gradient-to: rgb(243.55, 247, 250.8);
}

:where(.uc-dark) .dark\:from-primary-25 {
  --uc-gradient-from: rgb(243.55, 247, 250.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-50 {
  --uc-gradient-to: rgb(232.1, 239, 246.6);
}

:where(.uc-dark) .dark\:from-primary-50 {
  --uc-gradient-from: rgb(232.1, 239, 246.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-100 {
  --uc-gradient-to: rgb(209.2, 223, 238.2);
}

:where(.uc-dark) .dark\:from-primary-100 {
  --uc-gradient-from: rgb(209.2, 223, 238.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-200 {
  --uc-gradient-to: rgb(163.4, 191, 221.4);
}

:where(.uc-dark) .dark\:from-primary-200 {
  --uc-gradient-from: rgb(163.4, 191, 221.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-300 {
  --uc-gradient-to: rgb(117.6, 159, 204.6);
}

:where(.uc-dark) .dark\:from-primary-300 {
  --uc-gradient-from: rgb(117.6, 159, 204.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-400 {
  --uc-gradient-to: rgb(71.8, 127, 187.8);
}

:where(.uc-dark) .dark\:from-primary-400 {
  --uc-gradient-from: rgb(71.8, 127, 187.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-500 {
  --uc-gradient-to: #1a5fab;
}

:where(.uc-dark) .dark\:from-primary-500 {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-600 {
  --uc-gradient-to: rgb(20.8, 76, 136.8);
}

:where(.uc-dark) .dark\:from-primary-600 {
  --uc-gradient-from: rgb(20.8, 76, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-700 {
  --uc-gradient-to: rgb(15.6, 57, 102.6);
}

:where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: rgb(15.6, 57, 102.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-800 {
  --uc-gradient-to: rgb(10.4, 38, 68.4);
}

:where(.uc-dark) .dark\:from-primary-800 {
  --uc-gradient-from: rgb(10.4, 38, 68.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-primary-900 {
  --uc-gradient-to: rgb(5.2, 19, 34.2);
}

:where(.uc-dark) .dark\:from-primary-900 {
  --uc-gradient-from: rgb(5.2, 19, 34.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-primary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-10 {
  --uc-gradient-to: rgb(248.13, 250.2, 252.48);
}

:where(.uc-dark) .dark\:from-secondary-10 {
  --uc-gradient-from: rgb(248.13, 250.2, 252.48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-25 {
  --uc-gradient-to: rgb(243.55, 247, 250.8);
}

:where(.uc-dark) .dark\:from-secondary-25 {
  --uc-gradient-from: rgb(243.55, 247, 250.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-50 {
  --uc-gradient-to: rgb(232.1, 239, 246.6);
}

:where(.uc-dark) .dark\:from-secondary-50 {
  --uc-gradient-from: rgb(232.1, 239, 246.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-100 {
  --uc-gradient-to: rgb(209.2, 223, 238.2);
}

:where(.uc-dark) .dark\:from-secondary-100 {
  --uc-gradient-from: rgb(209.2, 223, 238.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-200 {
  --uc-gradient-to: rgb(163.4, 191, 221.4);
}

:where(.uc-dark) .dark\:from-secondary-200 {
  --uc-gradient-from: rgb(163.4, 191, 221.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-300 {
  --uc-gradient-to: rgb(117.6, 159, 204.6);
}

:where(.uc-dark) .dark\:from-secondary-300 {
  --uc-gradient-from: rgb(117.6, 159, 204.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-400 {
  --uc-gradient-to: rgb(71.8, 127, 187.8);
}

:where(.uc-dark) .dark\:from-secondary-400 {
  --uc-gradient-from: rgb(71.8, 127, 187.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-500 {
  --uc-gradient-to: #1a5fab;
}

:where(.uc-dark) .dark\:from-secondary-500 {
  --uc-gradient-from: #1A5FAB;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-600 {
  --uc-gradient-to: rgb(20.8, 76, 136.8);
}

:where(.uc-dark) .dark\:from-secondary-600 {
  --uc-gradient-from: rgb(20.8, 76, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-700 {
  --uc-gradient-to: rgb(15.6, 57, 102.6);
}

:where(.uc-dark) .dark\:from-secondary-700 {
  --uc-gradient-from: rgb(15.6, 57, 102.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-800 {
  --uc-gradient-to: rgb(10.4, 38, 68.4);
}

:where(.uc-dark) .dark\:from-secondary-800 {
  --uc-gradient-from: rgb(10.4, 38, 68.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-secondary-900 {
  --uc-gradient-to: rgb(5.2, 19, 34.2);
}

:where(.uc-dark) .dark\:from-secondary-900 {
  --uc-gradient-from: rgb(5.2, 19, 34.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-secondary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-10 {
  --uc-gradient-to: rgb(247.35, 251.94, 253.47);
}

:where(.uc-dark) .dark\:from-info-10 {
  --uc-gradient-from: rgb(247.35, 251.94, 253.47);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-25 {
  --uc-gradient-to: rgb(242.25, 249.9, 252.45);
}

:where(.uc-dark) .dark\:from-info-25 {
  --uc-gradient-from: rgb(242.25, 249.9, 252.45);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-50 {
  --uc-gradient-to: rgb(229.5, 244.8, 249.9);
}

:where(.uc-dark) .dark\:from-info-50 {
  --uc-gradient-from: rgb(229.5, 244.8, 249.9);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-100 {
  --uc-gradient-to: rgb(204, 234.6, 244.8);
}

:where(.uc-dark) .dark\:from-info-100 {
  --uc-gradient-from: rgb(204, 234.6, 244.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-200 {
  --uc-gradient-to: rgb(153, 214.2, 234.6);
}

:where(.uc-dark) .dark\:from-info-200 {
  --uc-gradient-from: rgb(153, 214.2, 234.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-300 {
  --uc-gradient-to: rgb(102, 193.8, 224.4);
}

:where(.uc-dark) .dark\:from-info-300 {
  --uc-gradient-from: rgb(102, 193.8, 224.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-400 {
  --uc-gradient-to: rgb(51, 173.4, 214.2);
}

:where(.uc-dark) .dark\:from-info-400 {
  --uc-gradient-from: rgb(51, 173.4, 214.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-500 {
  --uc-gradient-to: #0099cc;
}

:where(.uc-dark) .dark\:from-info-500 {
  --uc-gradient-from: #0099cc;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-600 {
  --uc-gradient-to: rgb(0, 122.4, 163.2);
}

:where(.uc-dark) .dark\:from-info-600 {
  --uc-gradient-from: rgb(0, 122.4, 163.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-700 {
  --uc-gradient-to: rgb(0, 91.8, 122.4);
}

:where(.uc-dark) .dark\:from-info-700 {
  --uc-gradient-from: rgb(0, 91.8, 122.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-800 {
  --uc-gradient-to: rgb(0, 61.2, 81.6);
}

:where(.uc-dark) .dark\:from-info-800 {
  --uc-gradient-from: rgb(0, 61.2, 81.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-info-900 {
  --uc-gradient-to: rgb(0, 30.6, 40.8);
}

:where(.uc-dark) .dark\:from-info-900 {
  --uc-gradient-from: rgb(0, 30.6, 40.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-info-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-10 {
  --uc-gradient-to: rgb(249.63, 252.6, 249.75);
}

:where(.uc-dark) .dark\:from-success-10 {
  --uc-gradient-from: rgb(249.63, 252.6, 249.75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-25 {
  --uc-gradient-to: rgb(246.05, 251, 246.25);
}

:where(.uc-dark) .dark\:from-success-25 {
  --uc-gradient-from: rgb(246.05, 251, 246.25);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-50 {
  --uc-gradient-to: rgb(237.1, 247, 237.5);
}

:where(.uc-dark) .dark\:from-success-50 {
  --uc-gradient-from: rgb(237.1, 247, 237.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-100 {
  --uc-gradient-to: rgb(219.2, 239, 220);
}

:where(.uc-dark) .dark\:from-success-100 {
  --uc-gradient-from: rgb(219.2, 239, 220);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-200 {
  --uc-gradient-to: rgb(183.4, 223, 185);
}

:where(.uc-dark) .dark\:from-success-200 {
  --uc-gradient-from: rgb(183.4, 223, 185);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-300 {
  --uc-gradient-to: rgb(147.6, 207, 150);
}

:where(.uc-dark) .dark\:from-success-300 {
  --uc-gradient-from: rgb(147.6, 207, 150);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-400 {
  --uc-gradient-to: rgb(111.8, 191, 115);
}

:where(.uc-dark) .dark\:from-success-400 {
  --uc-gradient-from: rgb(111.8, 191, 115);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-500 {
  --uc-gradient-to: #4caf50;
}

:where(.uc-dark) .dark\:from-success-500 {
  --uc-gradient-from: #4CAF50;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-600 {
  --uc-gradient-to: rgb(60.8, 140, 64);
}

:where(.uc-dark) .dark\:from-success-600 {
  --uc-gradient-from: rgb(60.8, 140, 64);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-700 {
  --uc-gradient-to: rgb(45.6, 105, 48);
}

:where(.uc-dark) .dark\:from-success-700 {
  --uc-gradient-from: rgb(45.6, 105, 48);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-800 {
  --uc-gradient-to: rgb(30.4, 70, 32);
}

:where(.uc-dark) .dark\:from-success-800 {
  --uc-gradient-from: rgb(30.4, 70, 32);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-success-900 {
  --uc-gradient-to: rgb(15.2, 35, 16);
}

:where(.uc-dark) .dark\:from-success-900 {
  --uc-gradient-from: rgb(15.2, 35, 16);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-success-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-10 {
  --uc-gradient-to: rgb(255, 252.72, 247.56);
}

:where(.uc-dark) .dark\:from-warning-10 {
  --uc-gradient-from: rgb(255, 252.72, 247.56);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-25 {
  --uc-gradient-to: rgb(255, 251.2, 242.6);
}

:where(.uc-dark) .dark\:from-warning-25 {
  --uc-gradient-from: rgb(255, 251.2, 242.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-50 {
  --uc-gradient-to: rgb(255, 247.4, 230.2);
}

:where(.uc-dark) .dark\:from-warning-50 {
  --uc-gradient-from: rgb(255, 247.4, 230.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-100 {
  --uc-gradient-to: rgb(255, 239.8, 205.4);
}

:where(.uc-dark) .dark\:from-warning-100 {
  --uc-gradient-from: rgb(255, 239.8, 205.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-200 {
  --uc-gradient-to: rgb(255, 224.6, 155.8);
}

:where(.uc-dark) .dark\:from-warning-200 {
  --uc-gradient-from: rgb(255, 224.6, 155.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-300 {
  --uc-gradient-to: rgb(255, 209.4, 106.2);
}

:where(.uc-dark) .dark\:from-warning-300 {
  --uc-gradient-from: rgb(255, 209.4, 106.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-400 {
  --uc-gradient-to: rgb(255, 194.2, 56.6);
}

:where(.uc-dark) .dark\:from-warning-400 {
  --uc-gradient-from: rgb(255, 194.2, 56.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-500 {
  --uc-gradient-to: #ffb307;
}

:where(.uc-dark) .dark\:from-warning-500 {
  --uc-gradient-from: #ffb307;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-600 {
  --uc-gradient-to: rgb(204, 143.2, 5.6);
}

:where(.uc-dark) .dark\:from-warning-600 {
  --uc-gradient-from: rgb(204, 143.2, 5.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-700 {
  --uc-gradient-to: rgb(153, 107.4, 4.2);
}

:where(.uc-dark) .dark\:from-warning-700 {
  --uc-gradient-from: rgb(153, 107.4, 4.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-800 {
  --uc-gradient-to: rgb(102, 71.6, 2.8);
}

:where(.uc-dark) .dark\:from-warning-800 {
  --uc-gradient-from: rgb(102, 71.6, 2.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-warning-900 {
  --uc-gradient-to: rgb(51, 35.8, 1.4);
}

:where(.uc-dark) .dark\:from-warning-900 {
  --uc-gradient-from: rgb(51, 35.8, 1.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-warning-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-10 {
  --uc-gradient-to: rgb(254.19, 249.6, 249.6);
}

:where(.uc-dark) .dark\:from-danger-10 {
  --uc-gradient-from: rgb(254.19, 249.6, 249.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-25 {
  --uc-gradient-to: rgb(253.65, 246, 246);
}

:where(.uc-dark) .dark\:from-danger-25 {
  --uc-gradient-from: rgb(253.65, 246, 246);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-50 {
  --uc-gradient-to: rgb(252.3, 237, 237);
}

:where(.uc-dark) .dark\:from-danger-50 {
  --uc-gradient-from: rgb(252.3, 237, 237);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-100 {
  --uc-gradient-to: rgb(249.6, 219, 219);
}

:where(.uc-dark) .dark\:from-danger-100 {
  --uc-gradient-from: rgb(249.6, 219, 219);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-200 {
  --uc-gradient-to: rgb(244.2, 183, 183);
}

:where(.uc-dark) .dark\:from-danger-200 {
  --uc-gradient-from: rgb(244.2, 183, 183);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-300 {
  --uc-gradient-to: rgb(238.8, 147, 147);
}

:where(.uc-dark) .dark\:from-danger-300 {
  --uc-gradient-from: rgb(238.8, 147, 147);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-400 {
  --uc-gradient-to: rgb(233.4, 111, 111);
}

:where(.uc-dark) .dark\:from-danger-400 {
  --uc-gradient-from: rgb(233.4, 111, 111);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-500 {
  --uc-gradient-to: #e44b4b;
}

:where(.uc-dark) .dark\:from-danger-500 {
  --uc-gradient-from: #e44b4b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-600 {
  --uc-gradient-to: rgb(182.4, 60, 60);
}

:where(.uc-dark) .dark\:from-danger-600 {
  --uc-gradient-from: rgb(182.4, 60, 60);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-700 {
  --uc-gradient-to: rgb(136.8, 45, 45);
}

:where(.uc-dark) .dark\:from-danger-700 {
  --uc-gradient-from: rgb(136.8, 45, 45);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-800 {
  --uc-gradient-to: rgb(91.2, 30, 30);
}

:where(.uc-dark) .dark\:from-danger-800 {
  --uc-gradient-from: rgb(91.2, 30, 30);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-danger-900 {
  --uc-gradient-to: rgb(45.6, 15, 15);
}

:where(.uc-dark) .dark\:from-danger-900 {
  --uc-gradient-from: rgb(45.6, 15, 15);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-danger-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue {
  --uc-gradient-to: #078af3;
}

:where(.uc-dark) .dark\:from-blue {
  --uc-gradient-from: #078af3;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue {
  --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-10 {
  --uc-gradient-to: rgb(247.56, 251.49, 254.64);
}

:where(.uc-dark) .dark\:from-blue-10 {
  --uc-gradient-from: rgb(247.56, 251.49, 254.64);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-25 {
  --uc-gradient-to: rgb(242.6, 249.15, 254.4);
}

:where(.uc-dark) .dark\:from-blue-25 {
  --uc-gradient-from: rgb(242.6, 249.15, 254.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-50 {
  --uc-gradient-to: rgb(230.2, 243.3, 253.8);
}

:where(.uc-dark) .dark\:from-blue-50 {
  --uc-gradient-from: rgb(230.2, 243.3, 253.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-100 {
  --uc-gradient-to: rgb(205.4, 231.6, 252.6);
}

:where(.uc-dark) .dark\:from-blue-100 {
  --uc-gradient-from: rgb(205.4, 231.6, 252.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-200 {
  --uc-gradient-to: rgb(155.8, 208.2, 250.2);
}

:where(.uc-dark) .dark\:from-blue-200 {
  --uc-gradient-from: rgb(155.8, 208.2, 250.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-300 {
  --uc-gradient-to: rgb(106.2, 184.8, 247.8);
}

:where(.uc-dark) .dark\:from-blue-300 {
  --uc-gradient-from: rgb(106.2, 184.8, 247.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-400 {
  --uc-gradient-to: rgb(56.6, 161.4, 245.4);
}

:where(.uc-dark) .dark\:from-blue-400 {
  --uc-gradient-from: rgb(56.6, 161.4, 245.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-500 {
  --uc-gradient-to: #078af3;
}

:where(.uc-dark) .dark\:from-blue-500 {
  --uc-gradient-from: #078af3;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-600 {
  --uc-gradient-to: rgb(5.6, 110.4, 194.4);
}

:where(.uc-dark) .dark\:from-blue-600 {
  --uc-gradient-from: rgb(5.6, 110.4, 194.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-700 {
  --uc-gradient-to: rgb(4.2, 82.8, 145.8);
}

:where(.uc-dark) .dark\:from-blue-700 {
  --uc-gradient-from: rgb(4.2, 82.8, 145.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-800 {
  --uc-gradient-to: rgb(2.8, 55.2, 97.2);
}

:where(.uc-dark) .dark\:from-blue-800 {
  --uc-gradient-from: rgb(2.8, 55.2, 97.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-blue-900 {
  --uc-gradient-to: rgb(1.4, 27.6, 48.6);
}

:where(.uc-dark) .dark\:from-blue-900 {
  --uc-gradient-from: rgb(1.4, 27.6, 48.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-blue-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo {
  --uc-gradient-to: #553cdf;
}

:where(.uc-dark) .dark\:from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo {
  --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-10 {
  --uc-gradient-to: rgb(249.9, 249.15, 254.04);
}

:where(.uc-dark) .dark\:from-indigo-10 {
  --uc-gradient-from: rgb(249.9, 249.15, 254.04);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-25 {
  --uc-gradient-to: rgb(246.5, 245.25, 253.4);
}

:where(.uc-dark) .dark\:from-indigo-25 {
  --uc-gradient-from: rgb(246.5, 245.25, 253.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-50 {
  --uc-gradient-to: rgb(238, 235.5, 251.8);
}

:where(.uc-dark) .dark\:from-indigo-50 {
  --uc-gradient-from: rgb(238, 235.5, 251.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-100 {
  --uc-gradient-to: rgb(221, 216, 248.6);
}

:where(.uc-dark) .dark\:from-indigo-100 {
  --uc-gradient-from: rgb(221, 216, 248.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-200 {
  --uc-gradient-to: rgb(187, 177, 242.2);
}

:where(.uc-dark) .dark\:from-indigo-200 {
  --uc-gradient-from: rgb(187, 177, 242.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-300 {
  --uc-gradient-to: rgb(153, 138, 235.8);
}

:where(.uc-dark) .dark\:from-indigo-300 {
  --uc-gradient-from: rgb(153, 138, 235.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-400 {
  --uc-gradient-to: rgb(119, 99, 229.4);
}

:where(.uc-dark) .dark\:from-indigo-400 {
  --uc-gradient-from: rgb(119, 99, 229.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-500 {
  --uc-gradient-to: #553cdf;
}

:where(.uc-dark) .dark\:from-indigo-500 {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-600 {
  --uc-gradient-to: rgb(68, 48, 178.4);
}

:where(.uc-dark) .dark\:from-indigo-600 {
  --uc-gradient-from: rgb(68, 48, 178.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-700 {
  --uc-gradient-to: rgb(51, 36, 133.8);
}

:where(.uc-dark) .dark\:from-indigo-700 {
  --uc-gradient-from: rgb(51, 36, 133.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-800 {
  --uc-gradient-to: rgb(34, 24, 89.2);
}

:where(.uc-dark) .dark\:from-indigo-800 {
  --uc-gradient-from: rgb(34, 24, 89.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-indigo-900 {
  --uc-gradient-to: rgb(17, 12, 44.6);
}

:where(.uc-dark) .dark\:from-indigo-900 {
  --uc-gradient-from: rgb(17, 12, 44.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-indigo-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple {
  --uc-gradient-to: #8921e4;
}

:where(.uc-dark) .dark\:from-purple {
  --uc-gradient-from: #8921e4;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple {
  --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-10 {
  --uc-gradient-to: rgb(251.46, 248.34, 254.19);
}

:where(.uc-dark) .dark\:from-purple-10 {
  --uc-gradient-from: rgb(251.46, 248.34, 254.19);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-25 {
  --uc-gradient-to: rgb(249.1, 243.9, 253.65);
}

:where(.uc-dark) .dark\:from-purple-25 {
  --uc-gradient-from: rgb(249.1, 243.9, 253.65);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-50 {
  --uc-gradient-to: rgb(243.2, 232.8, 252.3);
}

:where(.uc-dark) .dark\:from-purple-50 {
  --uc-gradient-from: rgb(243.2, 232.8, 252.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-100 {
  --uc-gradient-to: rgb(231.4, 210.6, 249.6);
}

:where(.uc-dark) .dark\:from-purple-100 {
  --uc-gradient-from: rgb(231.4, 210.6, 249.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-200 {
  --uc-gradient-to: rgb(207.8, 166.2, 244.2);
}

:where(.uc-dark) .dark\:from-purple-200 {
  --uc-gradient-from: rgb(207.8, 166.2, 244.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-300 {
  --uc-gradient-to: rgb(184.2, 121.8, 238.8);
}

:where(.uc-dark) .dark\:from-purple-300 {
  --uc-gradient-from: rgb(184.2, 121.8, 238.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-400 {
  --uc-gradient-to: rgb(160.6, 77.4, 233.4);
}

:where(.uc-dark) .dark\:from-purple-400 {
  --uc-gradient-from: rgb(160.6, 77.4, 233.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-500 {
  --uc-gradient-to: #8921e4;
}

:where(.uc-dark) .dark\:from-purple-500 {
  --uc-gradient-from: #8921e4;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-600 {
  --uc-gradient-to: rgb(109.6, 26.4, 182.4);
}

:where(.uc-dark) .dark\:from-purple-600 {
  --uc-gradient-from: rgb(109.6, 26.4, 182.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-700 {
  --uc-gradient-to: rgb(82.2, 19.8, 136.8);
}

:where(.uc-dark) .dark\:from-purple-700 {
  --uc-gradient-from: rgb(82.2, 19.8, 136.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-800 {
  --uc-gradient-to: rgb(54.8, 13.2, 91.2);
}

:where(.uc-dark) .dark\:from-purple-800 {
  --uc-gradient-from: rgb(54.8, 13.2, 91.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-purple-900 {
  --uc-gradient-to: rgb(27.4, 6.6, 45.6);
}

:where(.uc-dark) .dark\:from-purple-900 {
  --uc-gradient-from: rgb(27.4, 6.6, 45.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-purple-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red {
  --uc-gradient-to: #ea4335;
}

:where(.uc-dark) .dark\:from-red {
  --uc-gradient-from: #ea4335;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red {
  --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-10 {
  --uc-gradient-to: rgb(254.37, 249.36, 248.94);
}

:where(.uc-dark) .dark\:from-red-10 {
  --uc-gradient-from: rgb(254.37, 249.36, 248.94);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-25 {
  --uc-gradient-to: rgb(253.95, 245.6, 244.9);
}

:where(.uc-dark) .dark\:from-red-25 {
  --uc-gradient-from: rgb(253.95, 245.6, 244.9);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-50 {
  --uc-gradient-to: rgb(252.9, 236.2, 234.8);
}

:where(.uc-dark) .dark\:from-red-50 {
  --uc-gradient-from: rgb(252.9, 236.2, 234.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-100 {
  --uc-gradient-to: rgb(250.8, 217.4, 214.6);
}

:where(.uc-dark) .dark\:from-red-100 {
  --uc-gradient-from: rgb(250.8, 217.4, 214.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-200 {
  --uc-gradient-to: rgb(246.6, 179.8, 174.2);
}

:where(.uc-dark) .dark\:from-red-200 {
  --uc-gradient-from: rgb(246.6, 179.8, 174.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-300 {
  --uc-gradient-to: rgb(242.4, 142.2, 133.8);
}

:where(.uc-dark) .dark\:from-red-300 {
  --uc-gradient-from: rgb(242.4, 142.2, 133.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-400 {
  --uc-gradient-to: rgb(238.2, 104.6, 93.4);
}

:where(.uc-dark) .dark\:from-red-400 {
  --uc-gradient-from: rgb(238.2, 104.6, 93.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-500 {
  --uc-gradient-to: #ea4335;
}

:where(.uc-dark) .dark\:from-red-500 {
  --uc-gradient-from: #ea4335;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-600 {
  --uc-gradient-to: rgb(187.2, 53.6, 42.4);
}

:where(.uc-dark) .dark\:from-red-600 {
  --uc-gradient-from: rgb(187.2, 53.6, 42.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-700 {
  --uc-gradient-to: rgb(140.4, 40.2, 31.8);
}

:where(.uc-dark) .dark\:from-red-700 {
  --uc-gradient-from: rgb(140.4, 40.2, 31.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-800 {
  --uc-gradient-to: rgb(93.6, 26.8, 21.2);
}

:where(.uc-dark) .dark\:from-red-800 {
  --uc-gradient-from: rgb(93.6, 26.8, 21.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-red-900 {
  --uc-gradient-to: rgb(46.8, 13.4, 10.6);
}

:where(.uc-dark) .dark\:from-red-900 {
  --uc-gradient-from: rgb(46.8, 13.4, 10.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-red-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose {
  --uc-gradient-to: #d20e4f;
}

:where(.uc-dark) .dark\:from-rose {
  --uc-gradient-from: #d20e4f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose {
  --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-10 {
  --uc-gradient-to: rgb(253.65, 247.77, 249.72);
}

:where(.uc-dark) .dark\:from-rose-10 {
  --uc-gradient-from: rgb(253.65, 247.77, 249.72);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-25 {
  --uc-gradient-to: rgb(252.75, 242.95, 246.2);
}

:where(.uc-dark) .dark\:from-rose-25 {
  --uc-gradient-from: rgb(252.75, 242.95, 246.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-50 {
  --uc-gradient-to: rgb(250.5, 230.9, 237.4);
}

:where(.uc-dark) .dark\:from-rose-50 {
  --uc-gradient-from: rgb(250.5, 230.9, 237.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-100 {
  --uc-gradient-to: rgb(246, 206.8, 219.8);
}

:where(.uc-dark) .dark\:from-rose-100 {
  --uc-gradient-from: rgb(246, 206.8, 219.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-200 {
  --uc-gradient-to: rgb(237, 158.6, 184.6);
}

:where(.uc-dark) .dark\:from-rose-200 {
  --uc-gradient-from: rgb(237, 158.6, 184.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-300 {
  --uc-gradient-to: rgb(228, 110.4, 149.4);
}

:where(.uc-dark) .dark\:from-rose-300 {
  --uc-gradient-from: rgb(228, 110.4, 149.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-400 {
  --uc-gradient-to: rgb(219, 62.2, 114.2);
}

:where(.uc-dark) .dark\:from-rose-400 {
  --uc-gradient-from: rgb(219, 62.2, 114.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-500 {
  --uc-gradient-to: #d20e4f;
}

:where(.uc-dark) .dark\:from-rose-500 {
  --uc-gradient-from: #d20e4f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-600 {
  --uc-gradient-to: rgb(168, 11.2, 63.2);
}

:where(.uc-dark) .dark\:from-rose-600 {
  --uc-gradient-from: rgb(168, 11.2, 63.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-700 {
  --uc-gradient-to: rgb(126, 8.4, 47.4);
}

:where(.uc-dark) .dark\:from-rose-700 {
  --uc-gradient-from: rgb(126, 8.4, 47.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-800 {
  --uc-gradient-to: rgb(84, 5.6, 31.6);
}

:where(.uc-dark) .dark\:from-rose-800 {
  --uc-gradient-from: rgb(84, 5.6, 31.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-rose-900 {
  --uc-gradient-to: rgb(42, 2.8, 15.8);
}

:where(.uc-dark) .dark\:from-rose-900 {
  --uc-gradient-from: rgb(42, 2.8, 15.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-rose-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink {
  --uc-gradient-to: #f06b9d;
}

:where(.uc-dark) .dark\:from-pink {
  --uc-gradient-from: #f06b9d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink {
  --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-10 {
  --uc-gradient-to: rgb(254.55, 250.56, 252.06);
}

:where(.uc-dark) .dark\:from-pink-10 {
  --uc-gradient-from: rgb(254.55, 250.56, 252.06);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-25 {
  --uc-gradient-to: rgb(254.25, 247.6, 250.1);
}

:where(.uc-dark) .dark\:from-pink-25 {
  --uc-gradient-from: rgb(254.25, 247.6, 250.1);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-50 {
  --uc-gradient-to: rgb(253.5, 240.2, 245.2);
}

:where(.uc-dark) .dark\:from-pink-50 {
  --uc-gradient-from: rgb(253.5, 240.2, 245.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-100 {
  --uc-gradient-to: rgb(252, 225.4, 235.4);
}

:where(.uc-dark) .dark\:from-pink-100 {
  --uc-gradient-from: rgb(252, 225.4, 235.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-200 {
  --uc-gradient-to: rgb(249, 195.8, 215.8);
}

:where(.uc-dark) .dark\:from-pink-200 {
  --uc-gradient-from: rgb(249, 195.8, 215.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-300 {
  --uc-gradient-to: rgb(246, 166.2, 196.2);
}

:where(.uc-dark) .dark\:from-pink-300 {
  --uc-gradient-from: rgb(246, 166.2, 196.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-400 {
  --uc-gradient-to: rgb(243, 136.6, 176.6);
}

:where(.uc-dark) .dark\:from-pink-400 {
  --uc-gradient-from: rgb(243, 136.6, 176.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-500 {
  --uc-gradient-to: #f06b9d;
}

:where(.uc-dark) .dark\:from-pink-500 {
  --uc-gradient-from: #f06b9d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-600 {
  --uc-gradient-to: rgb(192, 85.6, 125.6);
}

:where(.uc-dark) .dark\:from-pink-600 {
  --uc-gradient-from: rgb(192, 85.6, 125.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-700 {
  --uc-gradient-to: rgb(144, 64.2, 94.2);
}

:where(.uc-dark) .dark\:from-pink-700 {
  --uc-gradient-from: rgb(144, 64.2, 94.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-800 {
  --uc-gradient-to: rgb(96, 42.8, 62.8);
}

:where(.uc-dark) .dark\:from-pink-800 {
  --uc-gradient-from: rgb(96, 42.8, 62.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-pink-900 {
  --uc-gradient-to: rgb(48, 21.4, 31.4);
}

:where(.uc-dark) .dark\:from-pink-900 {
  --uc-gradient-from: rgb(48, 21.4, 31.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-pink-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange {
  --uc-gradient-to: #fb6b1e;
}

:where(.uc-dark) .dark\:from-orange {
  --uc-gradient-from: #fb6b1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange {
  --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-10 {
  --uc-gradient-to: rgb(254.88, 250.56, 248.25);
}

:where(.uc-dark) .dark\:from-orange-10 {
  --uc-gradient-from: rgb(254.88, 250.56, 248.25);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-25 {
  --uc-gradient-to: rgb(254.8, 247.6, 243.75);
}

:where(.uc-dark) .dark\:from-orange-25 {
  --uc-gradient-from: rgb(254.8, 247.6, 243.75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-50 {
  --uc-gradient-to: rgb(254.6, 240.2, 232.5);
}

:where(.uc-dark) .dark\:from-orange-50 {
  --uc-gradient-from: rgb(254.6, 240.2, 232.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-100 {
  --uc-gradient-to: rgb(254.2, 225.4, 210);
}

:where(.uc-dark) .dark\:from-orange-100 {
  --uc-gradient-from: rgb(254.2, 225.4, 210);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-200 {
  --uc-gradient-to: rgb(253.4, 195.8, 165);
}

:where(.uc-dark) .dark\:from-orange-200 {
  --uc-gradient-from: rgb(253.4, 195.8, 165);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-300 {
  --uc-gradient-to: rgb(252.6, 166.2, 120);
}

:where(.uc-dark) .dark\:from-orange-300 {
  --uc-gradient-from: rgb(252.6, 166.2, 120);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-400 {
  --uc-gradient-to: rgb(251.8, 136.6, 75);
}

:where(.uc-dark) .dark\:from-orange-400 {
  --uc-gradient-from: rgb(251.8, 136.6, 75);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-500 {
  --uc-gradient-to: #fb6b1e;
}

:where(.uc-dark) .dark\:from-orange-500 {
  --uc-gradient-from: #fb6b1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-600 {
  --uc-gradient-to: rgb(200.8, 85.6, 24);
}

:where(.uc-dark) .dark\:from-orange-600 {
  --uc-gradient-from: rgb(200.8, 85.6, 24);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-700 {
  --uc-gradient-to: rgb(150.6, 64.2, 18);
}

:where(.uc-dark) .dark\:from-orange-700 {
  --uc-gradient-from: rgb(150.6, 64.2, 18);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-800 {
  --uc-gradient-to: rgb(100.4, 42.8, 12);
}

:where(.uc-dark) .dark\:from-orange-800 {
  --uc-gradient-from: rgb(100.4, 42.8, 12);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-orange-900 {
  --uc-gradient-to: rgb(50.2, 21.4, 6);
}

:where(.uc-dark) .dark\:from-orange-900 {
  --uc-gradient-from: rgb(50.2, 21.4, 6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-orange-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow {
  --uc-gradient-to: #fcbc05;
}

:where(.uc-dark) .dark\:from-yellow {
  --uc-gradient-from: #fcbc05;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow {
  --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-10 {
  --uc-gradient-to: rgb(254.91, 252.99, 247.5);
}

:where(.uc-dark) .dark\:from-yellow-10 {
  --uc-gradient-from: rgb(254.91, 252.99, 247.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-25 {
  --uc-gradient-to: rgb(254.85, 251.65, 242.5);
}

:where(.uc-dark) .dark\:from-yellow-25 {
  --uc-gradient-from: rgb(254.85, 251.65, 242.5);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-50 {
  --uc-gradient-to: rgb(254.7, 248.3, 230);
}

:where(.uc-dark) .dark\:from-yellow-50 {
  --uc-gradient-from: rgb(254.7, 248.3, 230);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-100 {
  --uc-gradient-to: rgb(254.4, 241.6, 205);
}

:where(.uc-dark) .dark\:from-yellow-100 {
  --uc-gradient-from: rgb(254.4, 241.6, 205);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-200 {
  --uc-gradient-to: rgb(253.8, 228.2, 155);
}

:where(.uc-dark) .dark\:from-yellow-200 {
  --uc-gradient-from: rgb(253.8, 228.2, 155);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-300 {
  --uc-gradient-to: rgb(253.2, 214.8, 105);
}

:where(.uc-dark) .dark\:from-yellow-300 {
  --uc-gradient-from: rgb(253.2, 214.8, 105);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-400 {
  --uc-gradient-to: rgb(252.6, 201.4, 55);
}

:where(.uc-dark) .dark\:from-yellow-400 {
  --uc-gradient-from: rgb(252.6, 201.4, 55);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-500 {
  --uc-gradient-to: #fcbc05;
}

:where(.uc-dark) .dark\:from-yellow-500 {
  --uc-gradient-from: #fcbc05;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-600 {
  --uc-gradient-to: rgb(201.6, 150.4, 4);
}

:where(.uc-dark) .dark\:from-yellow-600 {
  --uc-gradient-from: rgb(201.6, 150.4, 4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-700 {
  --uc-gradient-to: rgb(151.2, 112.8, 3);
}

:where(.uc-dark) .dark\:from-yellow-700 {
  --uc-gradient-from: rgb(151.2, 112.8, 3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-800 {
  --uc-gradient-to: rgb(100.8, 75.2, 2);
}

:where(.uc-dark) .dark\:from-yellow-800 {
  --uc-gradient-from: rgb(100.8, 75.2, 2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-yellow-900 {
  --uc-gradient-to: rgb(50.4, 37.6, 1);
}

:where(.uc-dark) .dark\:from-yellow-900 {
  --uc-gradient-from: rgb(50.4, 37.6, 1);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-yellow-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green {
  --uc-gradient-to: #34a853;
}

:where(.uc-dark) .dark\:from-green {
  --uc-gradient-from: #34a853;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green {
  --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-10 {
  --uc-gradient-to: rgb(248.91, 252.39, 249.84);
}

:where(.uc-dark) .dark\:from-green-10 {
  --uc-gradient-from: rgb(248.91, 252.39, 249.84);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-25 {
  --uc-gradient-to: rgb(244.85, 250.65, 246.4);
}

:where(.uc-dark) .dark\:from-green-25 {
  --uc-gradient-from: rgb(244.85, 250.65, 246.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-50 {
  --uc-gradient-to: rgb(234.7, 246.3, 237.8);
}

:where(.uc-dark) .dark\:from-green-50 {
  --uc-gradient-from: rgb(234.7, 246.3, 237.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-100 {
  --uc-gradient-to: rgb(214.4, 237.6, 220.6);
}

:where(.uc-dark) .dark\:from-green-100 {
  --uc-gradient-from: rgb(214.4, 237.6, 220.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-200 {
  --uc-gradient-to: rgb(173.8, 220.2, 186.2);
}

:where(.uc-dark) .dark\:from-green-200 {
  --uc-gradient-from: rgb(173.8, 220.2, 186.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-300 {
  --uc-gradient-to: rgb(133.2, 202.8, 151.8);
}

:where(.uc-dark) .dark\:from-green-300 {
  --uc-gradient-from: rgb(133.2, 202.8, 151.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-400 {
  --uc-gradient-to: rgb(92.6, 185.4, 117.4);
}

:where(.uc-dark) .dark\:from-green-400 {
  --uc-gradient-from: rgb(92.6, 185.4, 117.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-500 {
  --uc-gradient-to: #34a853;
}

:where(.uc-dark) .dark\:from-green-500 {
  --uc-gradient-from: #34a853;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-600 {
  --uc-gradient-to: rgb(41.6, 134.4, 66.4);
}

:where(.uc-dark) .dark\:from-green-600 {
  --uc-gradient-from: rgb(41.6, 134.4, 66.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-700 {
  --uc-gradient-to: rgb(31.2, 100.8, 49.8);
}

:where(.uc-dark) .dark\:from-green-700 {
  --uc-gradient-from: rgb(31.2, 100.8, 49.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-800 {
  --uc-gradient-to: rgb(20.8, 67.2, 33.2);
}

:where(.uc-dark) .dark\:from-green-800 {
  --uc-gradient-from: rgb(20.8, 67.2, 33.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-green-900 {
  --uc-gradient-to: rgb(10.4, 33.6, 16.6);
}

:where(.uc-dark) .dark\:from-green-900 {
  --uc-gradient-from: rgb(10.4, 33.6, 16.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-green-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime {
  --uc-gradient-to: #aef359;
}

:where(.uc-dark) .dark\:from-lime {
  --uc-gradient-from: #aef359;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime {
  --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-10 {
  --uc-gradient-to: rgb(252.57, 254.64, 250.02);
}

:where(.uc-dark) .dark\:from-lime-10 {
  --uc-gradient-from: rgb(252.57, 254.64, 250.02);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-25 {
  --uc-gradient-to: rgb(250.95, 254.4, 246.7);
}

:where(.uc-dark) .dark\:from-lime-25 {
  --uc-gradient-from: rgb(250.95, 254.4, 246.7);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-50 {
  --uc-gradient-to: rgb(246.9, 253.8, 238.4);
}

:where(.uc-dark) .dark\:from-lime-50 {
  --uc-gradient-from: rgb(246.9, 253.8, 238.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-100 {
  --uc-gradient-to: rgb(238.8, 252.6, 221.8);
}

:where(.uc-dark) .dark\:from-lime-100 {
  --uc-gradient-from: rgb(238.8, 252.6, 221.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-200 {
  --uc-gradient-to: rgb(222.6, 250.2, 188.6);
}

:where(.uc-dark) .dark\:from-lime-200 {
  --uc-gradient-from: rgb(222.6, 250.2, 188.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-300 {
  --uc-gradient-to: rgb(206.4, 247.8, 155.4);
}

:where(.uc-dark) .dark\:from-lime-300 {
  --uc-gradient-from: rgb(206.4, 247.8, 155.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-400 {
  --uc-gradient-to: rgb(190.2, 245.4, 122.2);
}

:where(.uc-dark) .dark\:from-lime-400 {
  --uc-gradient-from: rgb(190.2, 245.4, 122.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-500 {
  --uc-gradient-to: #aef359;
}

:where(.uc-dark) .dark\:from-lime-500 {
  --uc-gradient-from: #aef359;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-600 {
  --uc-gradient-to: rgb(139.2, 194.4, 71.2);
}

:where(.uc-dark) .dark\:from-lime-600 {
  --uc-gradient-from: rgb(139.2, 194.4, 71.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-700 {
  --uc-gradient-to: rgb(104.4, 145.8, 53.4);
}

:where(.uc-dark) .dark\:from-lime-700 {
  --uc-gradient-from: rgb(104.4, 145.8, 53.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-800 {
  --uc-gradient-to: rgb(69.6, 97.2, 35.6);
}

:where(.uc-dark) .dark\:from-lime-800 {
  --uc-gradient-from: rgb(69.6, 97.2, 35.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-lime-900 {
  --uc-gradient-to: rgb(34.8, 48.6, 17.8);
}

:where(.uc-dark) .dark\:from-lime-900 {
  --uc-gradient-from: rgb(34.8, 48.6, 17.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-lime-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal {
  --uc-gradient-to: #06f6c6;
}

:where(.uc-dark) .dark\:from-teal {
  --uc-gradient-from: #06f6c6;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal {
  --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-10 {
  --uc-gradient-to: rgb(247.53, 254.73, 253.29);
}

:where(.uc-dark) .dark\:from-teal-10 {
  --uc-gradient-from: rgb(247.53, 254.73, 253.29);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-25 {
  --uc-gradient-to: rgb(242.55, 254.55, 252.15);
}

:where(.uc-dark) .dark\:from-teal-25 {
  --uc-gradient-from: rgb(242.55, 254.55, 252.15);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-50 {
  --uc-gradient-to: rgb(230.1, 254.1, 249.3);
}

:where(.uc-dark) .dark\:from-teal-50 {
  --uc-gradient-from: rgb(230.1, 254.1, 249.3);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-100 {
  --uc-gradient-to: rgb(205.2, 253.2, 243.6);
}

:where(.uc-dark) .dark\:from-teal-100 {
  --uc-gradient-from: rgb(205.2, 253.2, 243.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-200 {
  --uc-gradient-to: rgb(155.4, 251.4, 232.2);
}

:where(.uc-dark) .dark\:from-teal-200 {
  --uc-gradient-from: rgb(155.4, 251.4, 232.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-300 {
  --uc-gradient-to: rgb(105.6, 249.6, 220.8);
}

:where(.uc-dark) .dark\:from-teal-300 {
  --uc-gradient-from: rgb(105.6, 249.6, 220.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-400 {
  --uc-gradient-to: rgb(55.8, 247.8, 209.4);
}

:where(.uc-dark) .dark\:from-teal-400 {
  --uc-gradient-from: rgb(55.8, 247.8, 209.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-500 {
  --uc-gradient-to: #06f6c6;
}

:where(.uc-dark) .dark\:from-teal-500 {
  --uc-gradient-from: #06f6c6;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-600 {
  --uc-gradient-to: rgb(4.8, 196.8, 158.4);
}

:where(.uc-dark) .dark\:from-teal-600 {
  --uc-gradient-from: rgb(4.8, 196.8, 158.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-700 {
  --uc-gradient-to: rgb(3.6, 147.6, 118.8);
}

:where(.uc-dark) .dark\:from-teal-700 {
  --uc-gradient-from: rgb(3.6, 147.6, 118.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-800 {
  --uc-gradient-to: rgb(2.4, 98.4, 79.2);
}

:where(.uc-dark) .dark\:from-teal-800 {
  --uc-gradient-from: rgb(2.4, 98.4, 79.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-teal-900 {
  --uc-gradient-to: rgb(1.2, 49.2, 39.6);
}

:where(.uc-dark) .dark\:from-teal-900 {
  --uc-gradient-from: rgb(1.2, 49.2, 39.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-teal-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan {
  --uc-gradient-to: #38e1ff;
}

:where(.uc-dark) .dark\:from-cyan {
  --uc-gradient-from: #38e1ff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan {
  --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-10 {
  --uc-gradient-to: rgb(249.03, 254.1, 255);
}

:where(.uc-dark) .dark\:from-cyan-10 {
  --uc-gradient-from: rgb(249.03, 254.1, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-25 {
  --uc-gradient-to: rgb(245.05, 253.5, 255);
}

:where(.uc-dark) .dark\:from-cyan-25 {
  --uc-gradient-from: rgb(245.05, 253.5, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-50 {
  --uc-gradient-to: rgb(235.1, 252, 255);
}

:where(.uc-dark) .dark\:from-cyan-50 {
  --uc-gradient-from: rgb(235.1, 252, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-100 {
  --uc-gradient-to: rgb(215.2, 249, 255);
}

:where(.uc-dark) .dark\:from-cyan-100 {
  --uc-gradient-from: rgb(215.2, 249, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-200 {
  --uc-gradient-to: rgb(175.4, 243, 255);
}

:where(.uc-dark) .dark\:from-cyan-200 {
  --uc-gradient-from: rgb(175.4, 243, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-300 {
  --uc-gradient-to: rgb(135.6, 237, 255);
}

:where(.uc-dark) .dark\:from-cyan-300 {
  --uc-gradient-from: rgb(135.6, 237, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-400 {
  --uc-gradient-to: rgb(95.8, 231, 255);
}

:where(.uc-dark) .dark\:from-cyan-400 {
  --uc-gradient-from: rgb(95.8, 231, 255);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-500 {
  --uc-gradient-to: #38e1ff;
}

:where(.uc-dark) .dark\:from-cyan-500 {
  --uc-gradient-from: #38e1ff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-600 {
  --uc-gradient-to: rgb(44.8, 180, 204);
}

:where(.uc-dark) .dark\:from-cyan-600 {
  --uc-gradient-from: rgb(44.8, 180, 204);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-700 {
  --uc-gradient-to: rgb(33.6, 135, 153);
}

:where(.uc-dark) .dark\:from-cyan-700 {
  --uc-gradient-from: rgb(33.6, 135, 153);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-800 {
  --uc-gradient-to: rgb(22.4, 90, 102);
}

:where(.uc-dark) .dark\:from-cyan-800 {
  --uc-gradient-from: rgb(22.4, 90, 102);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-cyan-900 {
  --uc-gradient-to: rgb(11.2, 45, 51);
}

:where(.uc-dark) .dark\:from-cyan-900 {
  --uc-gradient-from: rgb(11.2, 45, 51);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-cyan-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary {
  --uc-gradient-to: #5394a2;
}

:where(.uc-dark) .dark\:from-tertiary {
  --uc-gradient-from: #5394A2;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary {
  --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-10 {
  --uc-gradient-to: rgb(249.84, 251.79, 252.21);
}

:where(.uc-dark) .dark\:from-tertiary-10 {
  --uc-gradient-from: rgb(249.84, 251.79, 252.21);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-10 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-25 {
  --uc-gradient-to: rgb(246.4, 249.65, 250.35);
}

:where(.uc-dark) .dark\:from-tertiary-25 {
  --uc-gradient-from: rgb(246.4, 249.65, 250.35);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-25 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-50 {
  --uc-gradient-to: rgb(237.8, 244.3, 245.7);
}

:where(.uc-dark) .dark\:from-tertiary-50 {
  --uc-gradient-from: rgb(237.8, 244.3, 245.7);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-50 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-100 {
  --uc-gradient-to: rgb(220.6, 233.6, 236.4);
}

:where(.uc-dark) .dark\:from-tertiary-100 {
  --uc-gradient-from: rgb(220.6, 233.6, 236.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-100 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-200 {
  --uc-gradient-to: rgb(186.2, 212.2, 217.8);
}

:where(.uc-dark) .dark\:from-tertiary-200 {
  --uc-gradient-from: rgb(186.2, 212.2, 217.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-200 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-300 {
  --uc-gradient-to: rgb(151.8, 190.8, 199.2);
}

:where(.uc-dark) .dark\:from-tertiary-300 {
  --uc-gradient-from: rgb(151.8, 190.8, 199.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-300 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-400 {
  --uc-gradient-to: rgb(117.4, 169.4, 180.6);
}

:where(.uc-dark) .dark\:from-tertiary-400 {
  --uc-gradient-from: rgb(117.4, 169.4, 180.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-400 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-500 {
  --uc-gradient-to: #5394a2;
}

:where(.uc-dark) .dark\:from-tertiary-500 {
  --uc-gradient-from: #5394A2;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-500 {
  --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-600 {
  --uc-gradient-to: rgb(66.4, 118.4, 129.6);
}

:where(.uc-dark) .dark\:from-tertiary-600 {
  --uc-gradient-from: rgb(66.4, 118.4, 129.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-600 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-700 {
  --uc-gradient-to: rgb(49.8, 88.8, 97.2);
}

:where(.uc-dark) .dark\:from-tertiary-700 {
  --uc-gradient-from: rgb(49.8, 88.8, 97.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-700 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-800 {
  --uc-gradient-to: rgb(33.2, 59.2, 64.8);
}

:where(.uc-dark) .dark\:from-tertiary-800 {
  --uc-gradient-from: rgb(33.2, 59.2, 64.8);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-800 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
}

:where(.uc-dark) .dark\:to-tertiary-900 {
  --uc-gradient-to: rgb(16.6, 29.6, 32.4);
}

:where(.uc-dark) .dark\:from-tertiary-900 {
  --uc-gradient-from: rgb(16.6, 29.6, 32.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:via-tertiary-900 {
  --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
}

@media (min-width: 459px) {
  .to-sm-inherit {
    --uc-gradient-to: white;
  }
  .from-sm-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .to-sm-current {
    --uc-gradient-to: white;
  }
  .from-sm-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .to-sm-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .from-sm-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .to-sm-black {
    --uc-gradient-to: black;
  }
  .from-sm-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .to-sm-white {
    --uc-gradient-to: white;
  }
  .from-sm-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .to-sm-primary {
    --uc-gradient-to: #1a5fab;
  }
  .from-sm-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-sm-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .from-sm-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-sm-success {
    --uc-gradient-to: #4caf50;
  }
  .from-sm-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-sm-info {
    --uc-gradient-to: #0099cc;
  }
  .from-sm-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-sm-warning {
    --uc-gradient-to: #ffb307;
  }
  .from-sm-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-sm-danger {
    --uc-gradient-to: #e44b4b;
  }
  .from-sm-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-sm-light {
    --uc-gradient-to: #f8f9fa;
  }
  .from-sm-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .to-sm-dark {
    --uc-gradient-to: #212529;
  }
  .from-sm-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .to-sm-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .from-sm-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-sm-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .from-sm-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .from-sm-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .from-sm-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .from-sm-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .from-sm-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .from-sm-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .from-sm-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .from-sm-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-sm-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .from-sm-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .from-sm-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .from-sm-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .to-sm-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .from-sm-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .to-sm-slate {
    --uc-gradient-to: #6b7280;
  }
  .from-sm-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-sm-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .from-sm-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .from-sm-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .from-sm-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .from-sm-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .from-sm-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .from-sm-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .from-sm-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .from-sm-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-sm-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .from-sm-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .from-sm-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .from-sm-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .to-sm-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .from-sm-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-sm-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-sm-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-sm-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-sm-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-sm-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-sm-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-sm-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-sm-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-sm-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-sm-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-sm-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-sm-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-sm-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-sm-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-sm-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-sm-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-sm-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-sm-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-sm-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-sm-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-sm-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-sm-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-sm-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-sm-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-sm-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-sm-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-sm-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-sm-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .from-sm-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .to-sm-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .from-sm-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .to-sm-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .from-sm-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .to-sm-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .from-sm-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .to-sm-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .from-sm-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .to-sm-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .from-sm-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .to-sm-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .from-sm-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .to-sm-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .from-sm-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-sm-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .from-sm-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .to-sm-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .from-sm-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .to-sm-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .from-sm-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .to-sm-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .from-sm-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .to-sm-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .from-sm-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .to-sm-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .from-sm-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .to-sm-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .from-sm-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .to-sm-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .from-sm-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .to-sm-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .from-sm-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .to-sm-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .from-sm-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .to-sm-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .from-sm-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .to-sm-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .from-sm-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-sm-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .from-sm-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .to-sm-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .from-sm-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .to-sm-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .from-sm-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .to-sm-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .from-sm-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .from-sm-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .from-sm-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .from-sm-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .from-sm-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .from-sm-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .from-sm-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .from-sm-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .from-sm-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-sm-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .from-sm-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .from-sm-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .from-sm-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .to-sm-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .from-sm-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .from-sm-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .from-sm-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .from-sm-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .from-sm-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .from-sm-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .from-sm-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .from-sm-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .from-sm-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-sm-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .from-sm-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .from-sm-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .from-sm-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .to-sm-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .from-sm-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .to-sm-blue {
    --uc-gradient-to: #078af3;
  }
  .from-sm-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-sm-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .from-sm-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .from-sm-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .from-sm-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .from-sm-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .from-sm-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .from-sm-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .from-sm-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .from-sm-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-sm-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .from-sm-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .from-sm-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .from-sm-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .to-sm-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .from-sm-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo {
    --uc-gradient-to: #553cdf;
  }
  .from-sm-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .from-sm-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .from-sm-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .from-sm-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .from-sm-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .from-sm-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .from-sm-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .from-sm-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .from-sm-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .from-sm-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .from-sm-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .from-sm-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .to-sm-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .from-sm-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .to-sm-purple {
    --uc-gradient-to: #8921e4;
  }
  .from-sm-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-sm-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .from-sm-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .from-sm-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .from-sm-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .from-sm-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .from-sm-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .from-sm-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .from-sm-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .from-sm-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-sm-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .from-sm-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .from-sm-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .from-sm-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .to-sm-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .from-sm-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .to-sm-red {
    --uc-gradient-to: #ea4335;
  }
  .from-sm-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-sm-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .from-sm-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .to-sm-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .from-sm-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .to-sm-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .from-sm-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .to-sm-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .from-sm-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .to-sm-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .from-sm-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .to-sm-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .from-sm-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .to-sm-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .from-sm-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .to-sm-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .from-sm-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-sm-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .from-sm-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .to-sm-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .from-sm-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .to-sm-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .from-sm-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .to-sm-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .from-sm-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .to-sm-rose {
    --uc-gradient-to: #d20e4f;
  }
  .from-sm-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-sm-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .from-sm-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .from-sm-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .from-sm-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .from-sm-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .from-sm-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .from-sm-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .from-sm-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .from-sm-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-sm-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .from-sm-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .from-sm-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .from-sm-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .to-sm-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .from-sm-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .to-sm-pink {
    --uc-gradient-to: #f06b9d;
  }
  .from-sm-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-sm-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .from-sm-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .from-sm-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .from-sm-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .from-sm-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .from-sm-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .from-sm-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .from-sm-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .from-sm-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-sm-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .from-sm-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .from-sm-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .from-sm-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .to-sm-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .from-sm-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .to-sm-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .from-sm-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-sm-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .from-sm-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .from-sm-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .from-sm-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .from-sm-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .from-sm-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .from-sm-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .from-sm-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .from-sm-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-sm-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .from-sm-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .from-sm-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .from-sm-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .to-sm-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .from-sm-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .from-sm-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .from-sm-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .from-sm-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .from-sm-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .from-sm-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .from-sm-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .from-sm-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .from-sm-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .from-sm-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .from-sm-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .from-sm-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .from-sm-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .to-sm-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .from-sm-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .to-sm-green {
    --uc-gradient-to: #34a853;
  }
  .from-sm-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-sm-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .from-sm-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .to-sm-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .from-sm-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .to-sm-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .from-sm-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .to-sm-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .from-sm-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .to-sm-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .from-sm-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .to-sm-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .from-sm-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .to-sm-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .from-sm-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .to-sm-green-500 {
    --uc-gradient-to: #34a853;
  }
  .from-sm-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-sm-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .from-sm-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .to-sm-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .from-sm-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .to-sm-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .from-sm-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .to-sm-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .from-sm-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .to-sm-lime {
    --uc-gradient-to: #aef359;
  }
  .from-sm-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-sm-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .from-sm-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .from-sm-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .from-sm-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .from-sm-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .from-sm-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .from-sm-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .from-sm-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .from-sm-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-sm-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .from-sm-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .from-sm-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .from-sm-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .to-sm-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .from-sm-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .to-sm-teal {
    --uc-gradient-to: #06f6c6;
  }
  .from-sm-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-sm-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .from-sm-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .from-sm-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .from-sm-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .from-sm-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .from-sm-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .from-sm-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .from-sm-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .from-sm-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-sm-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .from-sm-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .from-sm-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .from-sm-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .to-sm-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .from-sm-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .from-sm-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .from-sm-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .from-sm-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .from-sm-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .from-sm-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .from-sm-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .from-sm-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .from-sm-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .from-sm-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .from-sm-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .from-sm-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .from-sm-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .to-sm-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .from-sm-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .from-sm-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .from-sm-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .from-sm-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .from-sm-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .from-sm-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .from-sm-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .from-sm-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .from-sm-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .from-sm-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .from-sm-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .from-sm-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .from-sm-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .to-sm-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .from-sm-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-sm-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-inherit {
    --uc-gradient-to: white;
  }
  .sm\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .sm\:to-current {
    --uc-gradient-to: white;
  }
  .sm\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .sm\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .sm\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .sm\:to-black {
    --uc-gradient-to: black;
  }
  .sm\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .sm\:to-white {
    --uc-gradient-to: white;
  }
  .sm\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .sm\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  .sm\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .sm\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .sm\:to-success {
    --uc-gradient-to: #4caf50;
  }
  .sm\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .sm\:to-info {
    --uc-gradient-to: #0099cc;
  }
  .sm\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .sm\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  .sm\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .sm\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  .sm\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .sm\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  .sm\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .sm\:to-dark {
    --uc-gradient-to: #212529;
  }
  .sm\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .sm\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .sm\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .sm\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .sm\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .sm\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .sm\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .sm\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .sm\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .sm\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .sm\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .sm\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .sm\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .sm\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .sm\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  .sm\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .sm\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .sm\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .sm\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .sm\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .sm\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .sm\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .sm\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .sm\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .sm\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .sm\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .sm\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .sm\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .sm\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .sm\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .sm\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .sm\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .sm\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .sm\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .sm\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .sm\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .sm\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .sm\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .sm\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .sm\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .sm\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .sm\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .sm\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .sm\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .sm\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .sm\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .sm\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .sm\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .sm\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .sm\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .sm\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .sm\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .sm\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .sm\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .sm\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .sm\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .sm\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .sm\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .sm\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .sm\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .sm\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .sm\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .sm\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .sm\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .sm\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .sm\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .sm\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .sm\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .sm\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .sm\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .sm\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .sm\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .sm\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .sm\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .sm\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .sm\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .sm\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .sm\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .sm\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .sm\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .sm\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .sm\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .sm\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .sm\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .sm\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .sm\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .sm\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .sm\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .sm\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .sm\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .sm\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .sm\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .sm\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .sm\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .sm\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .sm\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .sm\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .sm\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .sm\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .sm\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .sm\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .sm\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .sm\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .sm\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue {
    --uc-gradient-to: #078af3;
  }
  .sm\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .sm\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .sm\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .sm\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .sm\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .sm\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .sm\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .sm\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .sm\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .sm\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .sm\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .sm\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .sm\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  .sm\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .sm\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .sm\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .sm\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .sm\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .sm\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .sm\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .sm\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .sm\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .sm\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .sm\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .sm\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .sm\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  .sm\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .sm\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .sm\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .sm\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .sm\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .sm\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .sm\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .sm\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .sm\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .sm\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .sm\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .sm\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .sm\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-red {
    --uc-gradient-to: #ea4335;
  }
  .sm\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .sm\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .sm\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .sm\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .sm\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .sm\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .sm\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .sm\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .sm\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .sm\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .sm\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .sm\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .sm\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .sm\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .sm\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  .sm\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .sm\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .sm\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .sm\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .sm\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .sm\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .sm\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .sm\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .sm\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .sm\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .sm\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .sm\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .sm\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  .sm\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .sm\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .sm\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .sm\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .sm\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .sm\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .sm\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .sm\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .sm\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .sm\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .sm\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .sm\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .sm\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .sm\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .sm\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .sm\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .sm\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .sm\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .sm\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .sm\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .sm\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .sm\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .sm\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .sm\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .sm\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .sm\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .sm\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .sm\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .sm\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .sm\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .sm\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .sm\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .sm\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .sm\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .sm\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .sm\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .sm\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .sm\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .sm\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .sm\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .sm\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .sm\:to-green {
    --uc-gradient-to: #34a853;
  }
  .sm\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .sm\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .sm\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .sm\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .sm\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .sm\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .sm\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .sm\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .sm\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  .sm\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .sm\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .sm\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .sm\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .sm\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .sm\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime {
    --uc-gradient-to: #aef359;
  }
  .sm\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .sm\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .sm\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .sm\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .sm\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .sm\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .sm\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .sm\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .sm\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .sm\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .sm\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .sm\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .sm\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  .sm\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .sm\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .sm\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .sm\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .sm\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .sm\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .sm\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .sm\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .sm\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .sm\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .sm\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .sm\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .sm\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .sm\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .sm\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .sm\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .sm\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .sm\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .sm\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .sm\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .sm\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .sm\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .sm\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .sm\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .sm\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .sm\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .sm\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .sm\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .sm\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .sm\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .sm\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .sm\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .sm\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .sm\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .sm\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .sm\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .sm\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .sm\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .sm\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .sm\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .sm\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .sm\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 459px) {
  :where(.uc-dark) .dark\:to-sm-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-sm-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-sm-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:from-sm-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:from-sm-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-sm-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-sm-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-sm-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-sm-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-sm-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-sm-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-sm-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:from-sm-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:from-sm-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-sm-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:from-sm-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:from-sm-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:from-sm-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:from-sm-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:from-sm-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:from-sm-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:from-sm-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-sm-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:from-sm-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:from-sm-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:from-sm-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:from-sm-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-sm-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:from-sm-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:from-sm-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:from-sm-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:from-sm-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:from-sm-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:from-sm-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:from-sm-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-sm-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:from-sm-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:from-sm-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:from-sm-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:from-sm-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-sm-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-sm-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-sm-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-sm-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-sm-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-sm-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-sm-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-sm-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-sm-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-sm-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-sm-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-sm-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-sm-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-sm-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:from-sm-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:from-sm-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:from-sm-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:from-sm-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:from-sm-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:from-sm-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:from-sm-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-sm-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:from-sm-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:from-sm-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:from-sm-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:from-sm-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:from-sm-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:from-sm-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:from-sm-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:from-sm-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:from-sm-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:from-sm-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:from-sm-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-sm-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:from-sm-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:from-sm-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:from-sm-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:from-sm-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:from-sm-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:from-sm-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:from-sm-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:from-sm-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:from-sm-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:from-sm-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:from-sm-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-sm-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:from-sm-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:from-sm-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:from-sm-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:from-sm-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-sm-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:from-sm-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:from-sm-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:from-sm-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:from-sm-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:from-sm-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:from-sm-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-sm-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:from-sm-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:from-sm-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:from-sm-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:from-sm-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-sm-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:from-sm-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:from-sm-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:from-sm-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:from-sm-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:from-sm-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:from-sm-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:from-sm-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-sm-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:from-sm-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:from-sm-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:from-sm-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:from-sm-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-sm-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-sm-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:from-sm-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-sm-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:from-sm-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:from-sm-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:from-sm-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-sm-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:from-sm-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:from-sm-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:from-sm-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-sm-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:from-sm-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:from-sm-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:from-sm-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:from-sm-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-sm-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:from-sm-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:from-sm-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:from-sm-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:from-sm-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:from-sm-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:from-sm-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:from-sm-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-sm-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:from-sm-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:from-sm-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:from-sm-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:from-sm-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-sm-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:from-sm-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:from-sm-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:from-sm-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:from-sm-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:from-sm-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:from-sm-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:from-sm-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-sm-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:from-sm-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:from-sm-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:from-sm-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:from-sm-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-sm-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:from-sm-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:from-sm-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:from-sm-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:from-sm-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:from-sm-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:from-sm-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:from-sm-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-sm-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:from-sm-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:from-sm-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:from-sm-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:from-sm-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-sm-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:from-sm-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:from-sm-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:from-sm-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:from-sm-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:from-sm-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:from-sm-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:from-sm-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-sm-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:from-sm-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:from-sm-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:from-sm-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:from-sm-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-sm-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-sm-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:from-sm-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-sm-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:from-sm-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:from-sm-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:from-sm-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:from-sm-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:from-sm-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:from-sm-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:from-sm-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-sm-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:from-sm-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:from-sm-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:from-sm-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:from-sm-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-sm-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:from-sm-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:from-sm-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:from-sm-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:from-sm-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:from-sm-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:from-sm-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:from-sm-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-sm-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:from-sm-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:from-sm-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:from-sm-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:from-sm-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-sm-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:from-sm-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:from-sm-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:from-sm-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:from-sm-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:from-sm-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:from-sm-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:from-sm-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-sm-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:from-sm-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:from-sm-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:from-sm-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:from-sm-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-sm-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-sm-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:from-sm-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-sm-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-sm-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:from-sm-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-sm-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:sm\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:sm\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:sm\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:sm\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:sm\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:sm\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:sm\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:sm\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:sm\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:sm\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:sm\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:sm\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:sm\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:sm\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:sm\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:sm\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:sm\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:sm\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:sm\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:sm\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:sm\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:sm\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:sm\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:sm\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:sm\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:sm\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:sm\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:sm\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:sm\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:sm\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:sm\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:sm\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:sm\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:sm\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:sm\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:sm\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:sm\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:sm\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:sm\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:sm\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:sm\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:sm\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:sm\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:sm\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:sm\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:sm\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:sm\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:sm\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:sm\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:sm\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:sm\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:sm\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:sm\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:sm\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:sm\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:sm\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:sm\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:sm\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:sm\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:sm\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:sm\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:sm\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:sm\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:sm\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:sm\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:sm\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:sm\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:sm\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:sm\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:sm\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:sm\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:sm\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:sm\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:sm\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:sm\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:sm\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:sm\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:sm\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:sm\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:sm\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:sm\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:sm\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:sm\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:sm\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:sm\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:sm\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:sm\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:sm\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:sm\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:sm\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:sm\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:sm\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:sm\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:sm\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:sm\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:sm\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:sm\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:sm\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:sm\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:sm\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:sm\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:sm\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:sm\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:sm\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:sm\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:sm\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 768px) {
  .to-md-inherit {
    --uc-gradient-to: white;
  }
  .from-md-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .to-md-current {
    --uc-gradient-to: white;
  }
  .from-md-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .to-md-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .from-md-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .to-md-black {
    --uc-gradient-to: black;
  }
  .from-md-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .to-md-white {
    --uc-gradient-to: white;
  }
  .from-md-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .to-md-primary {
    --uc-gradient-to: #1a5fab;
  }
  .from-md-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-md-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .from-md-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-md-success {
    --uc-gradient-to: #4caf50;
  }
  .from-md-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-md-info {
    --uc-gradient-to: #0099cc;
  }
  .from-md-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-md-warning {
    --uc-gradient-to: #ffb307;
  }
  .from-md-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-md-danger {
    --uc-gradient-to: #e44b4b;
  }
  .from-md-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-md-light {
    --uc-gradient-to: #f8f9fa;
  }
  .from-md-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .to-md-dark {
    --uc-gradient-to: #212529;
  }
  .from-md-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .to-md-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .from-md-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-md-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .from-md-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .to-md-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .from-md-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .to-md-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .from-md-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .to-md-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .from-md-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .to-md-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .from-md-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .to-md-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .from-md-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .to-md-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .from-md-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .to-md-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .from-md-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-md-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .from-md-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .to-md-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .from-md-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .to-md-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .from-md-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .to-md-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .from-md-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .to-md-slate {
    --uc-gradient-to: #6b7280;
  }
  .from-md-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-md-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .from-md-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .to-md-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .from-md-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .to-md-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .from-md-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .to-md-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .from-md-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .to-md-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .from-md-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .to-md-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .from-md-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .to-md-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .from-md-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .to-md-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .from-md-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-md-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .from-md-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .to-md-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .from-md-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .to-md-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .from-md-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .to-md-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .from-md-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .to-md-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-md-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-md-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-md-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-md-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-md-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-md-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-md-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-md-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-md-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-md-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-md-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-md-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-md-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-md-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-md-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-md-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-md-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-md-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-md-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-md-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-md-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-md-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-md-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-md-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-md-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-md-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-md-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-md-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-md-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-md-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-md-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-md-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-md-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-md-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-md-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-md-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-md-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-md-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .from-md-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .to-md-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .from-md-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .to-md-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .from-md-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .to-md-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .from-md-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .to-md-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .from-md-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .to-md-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .from-md-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .to-md-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .from-md-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .to-md-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .from-md-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-md-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .from-md-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .to-md-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .from-md-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .to-md-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .from-md-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .to-md-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .from-md-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .to-md-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .from-md-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .to-md-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .from-md-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .to-md-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .from-md-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .to-md-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .from-md-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .to-md-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .from-md-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .to-md-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .from-md-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .to-md-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .from-md-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .to-md-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .from-md-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-md-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .from-md-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .to-md-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .from-md-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .to-md-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .from-md-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .to-md-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .from-md-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .to-md-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .from-md-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .to-md-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .from-md-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .to-md-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .from-md-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .to-md-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .from-md-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .to-md-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .from-md-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .to-md-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .from-md-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .to-md-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .from-md-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .to-md-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .from-md-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-md-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .from-md-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .to-md-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .from-md-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .to-md-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .from-md-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .to-md-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .from-md-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .to-md-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .from-md-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-md-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .from-md-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .to-md-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .from-md-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .to-md-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .from-md-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .to-md-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .from-md-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .to-md-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .from-md-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .to-md-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .from-md-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .to-md-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .from-md-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-md-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .from-md-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .to-md-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .from-md-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .to-md-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .from-md-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .to-md-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .from-md-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .to-md-blue {
    --uc-gradient-to: #078af3;
  }
  .from-md-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-md-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .from-md-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .to-md-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .from-md-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .to-md-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .from-md-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .to-md-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .from-md-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .to-md-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .from-md-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .to-md-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .from-md-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .to-md-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .from-md-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .to-md-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .from-md-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-md-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .from-md-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .to-md-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .from-md-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .to-md-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .from-md-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .to-md-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .from-md-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .to-md-indigo {
    --uc-gradient-to: #553cdf;
  }
  .from-md-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-md-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .from-md-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .from-md-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .from-md-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .from-md-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .from-md-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .from-md-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .from-md-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .from-md-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-md-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .from-md-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .from-md-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .from-md-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .to-md-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .from-md-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .to-md-purple {
    --uc-gradient-to: #8921e4;
  }
  .from-md-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-md-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .from-md-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .to-md-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .from-md-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .to-md-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .from-md-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .to-md-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .from-md-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-md-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .from-md-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .to-md-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .from-md-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .to-md-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .from-md-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .to-md-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .from-md-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-md-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .from-md-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .to-md-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .from-md-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .to-md-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .from-md-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .to-md-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .from-md-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .to-md-red {
    --uc-gradient-to: #ea4335;
  }
  .from-md-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-md-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .from-md-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .to-md-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .from-md-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .to-md-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .from-md-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .to-md-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .from-md-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .to-md-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .from-md-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .to-md-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .from-md-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .to-md-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .from-md-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .to-md-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .from-md-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-md-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .from-md-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .to-md-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .from-md-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .to-md-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .from-md-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .to-md-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .from-md-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .to-md-rose {
    --uc-gradient-to: #d20e4f;
  }
  .from-md-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-md-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .from-md-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .to-md-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .from-md-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .to-md-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .from-md-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .to-md-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .from-md-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .to-md-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .from-md-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .to-md-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .from-md-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .to-md-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .from-md-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .to-md-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .from-md-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-md-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .from-md-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .to-md-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .from-md-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .to-md-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .from-md-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .to-md-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .from-md-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .to-md-pink {
    --uc-gradient-to: #f06b9d;
  }
  .from-md-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-md-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .from-md-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .to-md-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .from-md-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .to-md-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .from-md-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .to-md-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .from-md-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .to-md-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .from-md-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .to-md-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .from-md-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .to-md-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .from-md-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .to-md-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .from-md-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-md-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .from-md-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .to-md-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .from-md-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .to-md-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .from-md-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .to-md-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .from-md-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .to-md-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .from-md-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-md-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .from-md-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .to-md-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .from-md-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .to-md-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .from-md-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .to-md-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .from-md-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .to-md-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .from-md-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .to-md-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .from-md-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .to-md-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .from-md-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .to-md-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .from-md-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-md-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .from-md-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .to-md-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .from-md-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .to-md-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .from-md-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .to-md-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .from-md-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .to-md-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .from-md-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-md-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .from-md-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .from-md-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .from-md-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .from-md-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .from-md-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .from-md-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .from-md-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .from-md-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-md-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .from-md-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .from-md-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .from-md-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .to-md-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .from-md-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .to-md-green {
    --uc-gradient-to: #34a853;
  }
  .from-md-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-md-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .from-md-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .to-md-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .from-md-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .to-md-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .from-md-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .to-md-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .from-md-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .to-md-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .from-md-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .to-md-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .from-md-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .to-md-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .from-md-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .to-md-green-500 {
    --uc-gradient-to: #34a853;
  }
  .from-md-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-md-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .from-md-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .to-md-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .from-md-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .to-md-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .from-md-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .to-md-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .from-md-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .to-md-lime {
    --uc-gradient-to: #aef359;
  }
  .from-md-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-md-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .from-md-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .to-md-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .from-md-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .to-md-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .from-md-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .to-md-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .from-md-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .to-md-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .from-md-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .to-md-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .from-md-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .to-md-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .from-md-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .to-md-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .from-md-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-md-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .from-md-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .to-md-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .from-md-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .to-md-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .from-md-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .to-md-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .from-md-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .to-md-teal {
    --uc-gradient-to: #06f6c6;
  }
  .from-md-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-md-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .from-md-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .to-md-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .from-md-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .to-md-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .from-md-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .to-md-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .from-md-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .to-md-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .from-md-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .to-md-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .from-md-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .to-md-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .from-md-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .to-md-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .from-md-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-md-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .from-md-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .to-md-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .from-md-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .to-md-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .from-md-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .to-md-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .from-md-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .to-md-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .from-md-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-md-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .from-md-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .from-md-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .from-md-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .from-md-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .from-md-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .from-md-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .from-md-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .from-md-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-md-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .from-md-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .from-md-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .from-md-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .to-md-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .from-md-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .from-md-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .from-md-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .from-md-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .from-md-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .from-md-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .from-md-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .from-md-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .from-md-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .from-md-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .from-md-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .from-md-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .from-md-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .to-md-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .from-md-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-md-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  .md\:to-inherit {
    --uc-gradient-to: white;
  }
  .md\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .md\:to-current {
    --uc-gradient-to: white;
  }
  .md\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .md\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .md\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .md\:to-black {
    --uc-gradient-to: black;
  }
  .md\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .md\:to-white {
    --uc-gradient-to: white;
  }
  .md\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .md\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  .md\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .md\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .md\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .md\:to-success {
    --uc-gradient-to: #4caf50;
  }
  .md\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .md\:to-info {
    --uc-gradient-to: #0099cc;
  }
  .md\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .md\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  .md\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .md\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  .md\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .md\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  .md\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .md\:to-dark {
    --uc-gradient-to: #212529;
  }
  .md\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .md\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .md\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .md\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .md\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .md\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .md\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .md\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .md\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .md\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .md\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .md\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .md\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .md\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .md\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .md\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .md\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .md\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .md\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  .md\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .md\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .md\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .md\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .md\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .md\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .md\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .md\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .md\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .md\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .md\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .md\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .md\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .md\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .md\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .md\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .md\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .md\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .md\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .md\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .md\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .md\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .md\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .md\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .md\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .md\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .md\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .md\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .md\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .md\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .md\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .md\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .md\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .md\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .md\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .md\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .md\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .md\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .md\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .md\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .md\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .md\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .md\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .md\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .md\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .md\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .md\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .md\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .md\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .md\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .md\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .md\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .md\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .md\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .md\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .md\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .md\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .md\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .md\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .md\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .md\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .md\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .md\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .md\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .md\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .md\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .md\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .md\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .md\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .md\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .md\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .md\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .md\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .md\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .md\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .md\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .md\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .md\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .md\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .md\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .md\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .md\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .md\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .md\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .md\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .md\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .md\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .md\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .md\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .md\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .md\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .md\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .md\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .md\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .md\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .md\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .md\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .md\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .md\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .md\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .md\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .md\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .md\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .md\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .md\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .md\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .md\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .md\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .md\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .md\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .md\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .md\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .md\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .md\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .md\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .md\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .md\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .md\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .md\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .md\:to-blue {
    --uc-gradient-to: #078af3;
  }
  .md\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .md\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .md\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .md\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .md\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .md\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .md\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .md\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .md\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .md\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .md\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .md\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .md\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .md\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .md\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .md\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  .md\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .md\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .md\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .md\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .md\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .md\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .md\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .md\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .md\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .md\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .md\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .md\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .md\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .md\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .md\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  .md\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .md\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .md\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .md\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .md\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .md\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .md\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .md\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .md\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .md\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .md\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .md\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .md\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .md\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .md\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .md\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .md\:to-red {
    --uc-gradient-to: #ea4335;
  }
  .md\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .md\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .md\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .md\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .md\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .md\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .md\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .md\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .md\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .md\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .md\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .md\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .md\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .md\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .md\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .md\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .md\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .md\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .md\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .md\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .md\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .md\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .md\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .md\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .md\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .md\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  .md\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .md\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .md\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .md\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .md\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .md\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .md\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .md\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .md\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .md\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .md\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .md\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .md\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .md\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .md\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .md\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .md\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  .md\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .md\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .md\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .md\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .md\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .md\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .md\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .md\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .md\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .md\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .md\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .md\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .md\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .md\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .md\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .md\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .md\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .md\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .md\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .md\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .md\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .md\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .md\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .md\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .md\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .md\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .md\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .md\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .md\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .md\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .md\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .md\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .md\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .md\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .md\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .md\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .md\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .md\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .md\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .md\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .md\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .md\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .md\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .md\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .md\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .md\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .md\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .md\:to-green {
    --uc-gradient-to: #34a853;
  }
  .md\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .md\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .md\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .md\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .md\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .md\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .md\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .md\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .md\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .md\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .md\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .md\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .md\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .md\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .md\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .md\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  .md\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .md\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .md\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .md\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .md\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .md\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .md\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .md\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .md\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .md\:to-lime {
    --uc-gradient-to: #aef359;
  }
  .md\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .md\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .md\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .md\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .md\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .md\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .md\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .md\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .md\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .md\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .md\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .md\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .md\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .md\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .md\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .md\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .md\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  .md\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .md\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .md\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .md\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .md\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .md\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .md\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .md\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .md\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .md\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .md\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .md\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .md\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .md\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .md\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .md\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .md\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .md\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .md\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .md\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .md\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .md\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .md\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .md\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .md\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .md\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .md\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .md\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .md\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .md\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .md\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .md\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .md\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .md\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .md\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .md\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .md\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .md\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .md\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .md\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .md\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .md\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .md\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .md\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .md\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 768px) {
  :where(.uc-dark) .dark\:to-md-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-md-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-md-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:from-md-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:from-md-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-md-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-md-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-md-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-md-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-md-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-md-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-md-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:from-md-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:from-md-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-md-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:from-md-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:from-md-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:from-md-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:from-md-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:from-md-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:from-md-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:from-md-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-md-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:from-md-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:from-md-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:from-md-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:from-md-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-md-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:from-md-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:from-md-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:from-md-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:from-md-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:from-md-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:from-md-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:from-md-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-md-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:from-md-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:from-md-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:from-md-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:from-md-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-md-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-md-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-md-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-md-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-md-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-md-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-md-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-md-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-md-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-md-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-md-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-md-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-md-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-md-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-md-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-md-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-md-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-md-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-md-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-md-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-md-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-md-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-md-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-md-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:from-md-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:from-md-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:from-md-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:from-md-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:from-md-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:from-md-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:from-md-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-md-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:from-md-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:from-md-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:from-md-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:from-md-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:from-md-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:from-md-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:from-md-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:from-md-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:from-md-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:from-md-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:from-md-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-md-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:from-md-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:from-md-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:from-md-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:from-md-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:from-md-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:from-md-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:from-md-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:from-md-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:from-md-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:from-md-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:from-md-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-md-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:from-md-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:from-md-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:from-md-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:from-md-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-md-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:from-md-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:from-md-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:from-md-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:from-md-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:from-md-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:from-md-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-md-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:from-md-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:from-md-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:from-md-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:from-md-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-md-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:from-md-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:from-md-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:from-md-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:from-md-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:from-md-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:from-md-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:from-md-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-md-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:from-md-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:from-md-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:from-md-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:from-md-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-md-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:from-md-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:from-md-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:from-md-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:from-md-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:from-md-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:from-md-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:from-md-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-md-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:from-md-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:from-md-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:from-md-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:from-md-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-md-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:from-md-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:from-md-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:from-md-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-md-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:from-md-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:from-md-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:from-md-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-md-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:from-md-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:from-md-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:from-md-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:from-md-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-md-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:from-md-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:from-md-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:from-md-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:from-md-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:from-md-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:from-md-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:from-md-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-md-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:from-md-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:from-md-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:from-md-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:from-md-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-md-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:from-md-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:from-md-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:from-md-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:from-md-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:from-md-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:from-md-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:from-md-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-md-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:from-md-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:from-md-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:from-md-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:from-md-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-md-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:from-md-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:from-md-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:from-md-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:from-md-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:from-md-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:from-md-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:from-md-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-md-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:from-md-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:from-md-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:from-md-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:from-md-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-md-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:from-md-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:from-md-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:from-md-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:from-md-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:from-md-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:from-md-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:from-md-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-md-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:from-md-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:from-md-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:from-md-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:from-md-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-md-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:from-md-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:from-md-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:from-md-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:from-md-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:from-md-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:from-md-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:from-md-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-md-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:from-md-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:from-md-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:from-md-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:from-md-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-md-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:from-md-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:from-md-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:from-md-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:from-md-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:from-md-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:from-md-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:from-md-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-md-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:from-md-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:from-md-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:from-md-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:from-md-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-md-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:from-md-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:from-md-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:from-md-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:from-md-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:from-md-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:from-md-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:from-md-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-md-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:from-md-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:from-md-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:from-md-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:from-md-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-md-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:from-md-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:from-md-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:from-md-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:from-md-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:from-md-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:from-md-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:from-md-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-md-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:from-md-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:from-md-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:from-md-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:from-md-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-md-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:from-md-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-md-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:from-md-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:from-md-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:from-md-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:from-md-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-md-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-md-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-md-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:from-md-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-md-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:md\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:md\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:md\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:md\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:md\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:md\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:md\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:md\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:md\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:md\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:md\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:md\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:md\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:md\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:md\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:md\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:md\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:md\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:md\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:md\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:md\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:md\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:md\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:md\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:md\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:md\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:md\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:md\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:md\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:md\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:md\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:md\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:md\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:md\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:md\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:md\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:md\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:md\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:md\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:md\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:md\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:md\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:md\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:md\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:md\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:md\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:md\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:md\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:md\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:md\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:md\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:md\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:md\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:md\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:md\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:md\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:md\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:md\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:md\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:md\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:md\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:md\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:md\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:md\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:md\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:md\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:md\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:md\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:md\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:md\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:md\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:md\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:md\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:md\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:md\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:md\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:md\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:md\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:md\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:md\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:md\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:md\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:md\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:md\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:md\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:md\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:md\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:md\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:md\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:md\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:md\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:md\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:md\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:md\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:md\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:md\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:md\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:md\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:md\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:md\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:md\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:md\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:md\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:md\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:md\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:md\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:md\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:md\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:md\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:md\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:md\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:md\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:md\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:md\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:md\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:md\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:md\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:md\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:md\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:md\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:md\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:md\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:md\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:md\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:md\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:md\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:md\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:md\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:md\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:md\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:md\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:md\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:md\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:md\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:md\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:md\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:md\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:md\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:md\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:md\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:md\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:md\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:md\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:md\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:md\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:md\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:md\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:md\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:md\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:md\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:md\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:md\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:md\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:md\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:md\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:md\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:md\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:md\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:md\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:md\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:md\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:md\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:md\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:md\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:md\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:md\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:md\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:md\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:md\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:md\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:md\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:md\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:md\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:md\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:md\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:md\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:md\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:md\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:md\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:md\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:md\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:md\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:md\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:md\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:md\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:md\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:md\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:md\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:md\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:md\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:md\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:md\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:md\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:md\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:md\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:md\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:md\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:md\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:md\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:md\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:md\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:md\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:md\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:md\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:md\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:md\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:md\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:md\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:md\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:md\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:md\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:md\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:md\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:md\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:md\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:md\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:md\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:md\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:md\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:md\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:md\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:md\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:md\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:md\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:md\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:md\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:md\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:md\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:md\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:md\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:md\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 992px) {
  .to-lg-inherit {
    --uc-gradient-to: white;
  }
  .from-lg-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .to-lg-current {
    --uc-gradient-to: white;
  }
  .from-lg-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .to-lg-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .from-lg-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .to-lg-black {
    --uc-gradient-to: black;
  }
  .from-lg-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .to-lg-white {
    --uc-gradient-to: white;
  }
  .from-lg-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .to-lg-primary {
    --uc-gradient-to: #1a5fab;
  }
  .from-lg-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-lg-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .from-lg-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-lg-success {
    --uc-gradient-to: #4caf50;
  }
  .from-lg-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-lg-info {
    --uc-gradient-to: #0099cc;
  }
  .from-lg-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-lg-warning {
    --uc-gradient-to: #ffb307;
  }
  .from-lg-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-lg-danger {
    --uc-gradient-to: #e44b4b;
  }
  .from-lg-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-lg-light {
    --uc-gradient-to: #f8f9fa;
  }
  .from-lg-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .to-lg-dark {
    --uc-gradient-to: #212529;
  }
  .from-lg-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .to-lg-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .from-lg-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-lg-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .from-lg-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .from-lg-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .from-lg-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .from-lg-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .from-lg-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .from-lg-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .from-lg-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .from-lg-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-lg-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .from-lg-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .from-lg-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .from-lg-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .to-lg-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .from-lg-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .to-lg-slate {
    --uc-gradient-to: #6b7280;
  }
  .from-lg-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-lg-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .from-lg-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .from-lg-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .from-lg-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .from-lg-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .from-lg-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .from-lg-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .from-lg-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .from-lg-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-lg-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .from-lg-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .from-lg-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .from-lg-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .to-lg-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .from-lg-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-lg-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-lg-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-lg-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-lg-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-lg-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-lg-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-lg-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-lg-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-lg-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-lg-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-lg-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-lg-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-lg-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-lg-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-lg-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-lg-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-lg-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-lg-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-lg-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-lg-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-lg-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-lg-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-lg-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-lg-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-lg-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-lg-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-lg-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-lg-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .from-lg-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .to-lg-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .from-lg-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .to-lg-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .from-lg-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .to-lg-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .from-lg-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .to-lg-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .from-lg-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .to-lg-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .from-lg-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .to-lg-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .from-lg-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .to-lg-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .from-lg-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-lg-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .from-lg-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .to-lg-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .from-lg-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .to-lg-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .from-lg-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .to-lg-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .from-lg-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .to-lg-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .from-lg-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .to-lg-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .from-lg-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .to-lg-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .from-lg-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .to-lg-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .from-lg-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .to-lg-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .from-lg-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .to-lg-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .from-lg-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .to-lg-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .from-lg-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .to-lg-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .from-lg-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-lg-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .from-lg-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .to-lg-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .from-lg-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .to-lg-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .from-lg-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .to-lg-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .from-lg-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .from-lg-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .from-lg-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .from-lg-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .from-lg-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .from-lg-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .from-lg-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .from-lg-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .from-lg-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-lg-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .from-lg-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .from-lg-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .from-lg-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .to-lg-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .from-lg-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .from-lg-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .from-lg-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .from-lg-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .from-lg-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .from-lg-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .from-lg-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .from-lg-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .from-lg-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-lg-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .from-lg-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .from-lg-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .from-lg-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .to-lg-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .from-lg-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .to-lg-blue {
    --uc-gradient-to: #078af3;
  }
  .from-lg-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-lg-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .from-lg-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .from-lg-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .from-lg-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .from-lg-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .from-lg-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .from-lg-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .from-lg-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .from-lg-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-lg-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .from-lg-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .from-lg-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .from-lg-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .to-lg-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .from-lg-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo {
    --uc-gradient-to: #553cdf;
  }
  .from-lg-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .from-lg-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .from-lg-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .from-lg-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .from-lg-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .from-lg-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .from-lg-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .from-lg-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .from-lg-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .from-lg-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .from-lg-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .from-lg-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .to-lg-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .from-lg-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .to-lg-purple {
    --uc-gradient-to: #8921e4;
  }
  .from-lg-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-lg-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .from-lg-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .from-lg-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .from-lg-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .from-lg-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .from-lg-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .from-lg-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .from-lg-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .from-lg-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-lg-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .from-lg-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .from-lg-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .from-lg-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .to-lg-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .from-lg-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .to-lg-red {
    --uc-gradient-to: #ea4335;
  }
  .from-lg-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-lg-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .from-lg-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .to-lg-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .from-lg-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .to-lg-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .from-lg-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .to-lg-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .from-lg-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .to-lg-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .from-lg-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .to-lg-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .from-lg-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .to-lg-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .from-lg-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .to-lg-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .from-lg-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-lg-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .from-lg-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .to-lg-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .from-lg-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .to-lg-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .from-lg-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .to-lg-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .from-lg-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .to-lg-rose {
    --uc-gradient-to: #d20e4f;
  }
  .from-lg-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-lg-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .from-lg-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .from-lg-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .from-lg-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .from-lg-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .from-lg-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .from-lg-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .from-lg-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .from-lg-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-lg-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .from-lg-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .from-lg-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .from-lg-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .to-lg-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .from-lg-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .to-lg-pink {
    --uc-gradient-to: #f06b9d;
  }
  .from-lg-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-lg-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .from-lg-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .from-lg-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .from-lg-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .from-lg-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .from-lg-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .from-lg-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .from-lg-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .from-lg-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-lg-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .from-lg-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .from-lg-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .from-lg-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .to-lg-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .from-lg-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .to-lg-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .from-lg-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-lg-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .from-lg-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .from-lg-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .from-lg-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .from-lg-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .from-lg-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .from-lg-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .from-lg-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .from-lg-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-lg-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .from-lg-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .from-lg-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .from-lg-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .to-lg-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .from-lg-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .from-lg-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .from-lg-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .from-lg-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .from-lg-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .from-lg-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .from-lg-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .from-lg-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .from-lg-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .from-lg-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .from-lg-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .from-lg-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .from-lg-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .to-lg-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .from-lg-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .to-lg-green {
    --uc-gradient-to: #34a853;
  }
  .from-lg-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-lg-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .from-lg-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .to-lg-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .from-lg-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .to-lg-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .from-lg-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .to-lg-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .from-lg-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .to-lg-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .from-lg-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .to-lg-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .from-lg-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .to-lg-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .from-lg-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .to-lg-green-500 {
    --uc-gradient-to: #34a853;
  }
  .from-lg-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-lg-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .from-lg-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .to-lg-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .from-lg-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .to-lg-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .from-lg-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .to-lg-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .from-lg-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .to-lg-lime {
    --uc-gradient-to: #aef359;
  }
  .from-lg-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-lg-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .from-lg-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .from-lg-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .from-lg-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .from-lg-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .from-lg-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .from-lg-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .from-lg-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .from-lg-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-lg-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .from-lg-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .from-lg-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .from-lg-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .to-lg-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .from-lg-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .to-lg-teal {
    --uc-gradient-to: #06f6c6;
  }
  .from-lg-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-lg-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .from-lg-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .from-lg-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .from-lg-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .from-lg-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .from-lg-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .from-lg-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .from-lg-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .from-lg-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-lg-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .from-lg-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .from-lg-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .from-lg-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .to-lg-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .from-lg-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .from-lg-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .from-lg-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .from-lg-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .from-lg-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .from-lg-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .from-lg-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .from-lg-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .from-lg-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .from-lg-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .from-lg-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .from-lg-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .from-lg-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .to-lg-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .from-lg-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .from-lg-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .from-lg-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .from-lg-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .from-lg-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .from-lg-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .from-lg-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .from-lg-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .from-lg-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .from-lg-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .from-lg-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .from-lg-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .from-lg-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .to-lg-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .from-lg-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-lg-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-inherit {
    --uc-gradient-to: white;
  }
  .lg\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .lg\:to-current {
    --uc-gradient-to: white;
  }
  .lg\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .lg\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .lg\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .lg\:to-black {
    --uc-gradient-to: black;
  }
  .lg\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .lg\:to-white {
    --uc-gradient-to: white;
  }
  .lg\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .lg\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  .lg\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .lg\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .lg\:to-success {
    --uc-gradient-to: #4caf50;
  }
  .lg\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .lg\:to-info {
    --uc-gradient-to: #0099cc;
  }
  .lg\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .lg\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  .lg\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .lg\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  .lg\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .lg\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  .lg\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .lg\:to-dark {
    --uc-gradient-to: #212529;
  }
  .lg\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .lg\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .lg\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .lg\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .lg\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .lg\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .lg\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .lg\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .lg\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .lg\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .lg\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .lg\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .lg\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .lg\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .lg\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  .lg\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .lg\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .lg\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .lg\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .lg\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .lg\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .lg\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .lg\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .lg\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .lg\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .lg\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .lg\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .lg\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .lg\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .lg\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .lg\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .lg\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .lg\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .lg\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .lg\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .lg\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .lg\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .lg\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .lg\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .lg\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .lg\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .lg\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .lg\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .lg\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .lg\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .lg\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .lg\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .lg\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .lg\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .lg\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .lg\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .lg\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .lg\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .lg\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .lg\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .lg\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .lg\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .lg\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .lg\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .lg\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .lg\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .lg\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .lg\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .lg\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .lg\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .lg\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .lg\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .lg\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .lg\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .lg\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .lg\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .lg\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .lg\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .lg\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .lg\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .lg\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .lg\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .lg\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .lg\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .lg\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .lg\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .lg\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .lg\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .lg\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .lg\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .lg\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .lg\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .lg\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .lg\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .lg\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .lg\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .lg\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .lg\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .lg\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .lg\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .lg\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .lg\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .lg\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .lg\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .lg\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .lg\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .lg\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .lg\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .lg\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue {
    --uc-gradient-to: #078af3;
  }
  .lg\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .lg\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .lg\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .lg\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .lg\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .lg\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .lg\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .lg\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .lg\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .lg\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .lg\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .lg\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .lg\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  .lg\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .lg\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .lg\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .lg\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .lg\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .lg\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .lg\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .lg\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .lg\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .lg\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .lg\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .lg\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .lg\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  .lg\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .lg\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .lg\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .lg\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .lg\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .lg\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .lg\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .lg\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .lg\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .lg\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .lg\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .lg\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .lg\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-red {
    --uc-gradient-to: #ea4335;
  }
  .lg\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .lg\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .lg\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .lg\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .lg\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .lg\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .lg\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .lg\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .lg\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .lg\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .lg\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .lg\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .lg\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .lg\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .lg\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  .lg\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .lg\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .lg\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .lg\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .lg\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .lg\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .lg\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .lg\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .lg\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .lg\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .lg\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .lg\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .lg\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  .lg\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .lg\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .lg\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .lg\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .lg\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .lg\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .lg\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .lg\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .lg\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .lg\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .lg\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .lg\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .lg\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .lg\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .lg\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .lg\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .lg\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .lg\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .lg\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .lg\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .lg\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .lg\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .lg\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .lg\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .lg\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .lg\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .lg\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .lg\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .lg\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .lg\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .lg\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .lg\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .lg\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .lg\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .lg\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .lg\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .lg\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .lg\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .lg\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .lg\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .lg\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .lg\:to-green {
    --uc-gradient-to: #34a853;
  }
  .lg\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .lg\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .lg\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .lg\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .lg\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .lg\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .lg\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .lg\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .lg\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  .lg\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .lg\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .lg\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .lg\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .lg\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .lg\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime {
    --uc-gradient-to: #aef359;
  }
  .lg\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .lg\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .lg\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .lg\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .lg\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .lg\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .lg\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .lg\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .lg\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .lg\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .lg\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .lg\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .lg\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  .lg\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .lg\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .lg\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .lg\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .lg\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .lg\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .lg\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .lg\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .lg\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .lg\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .lg\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .lg\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .lg\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .lg\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .lg\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .lg\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .lg\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .lg\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .lg\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .lg\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .lg\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .lg\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .lg\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .lg\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .lg\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .lg\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .lg\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .lg\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .lg\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .lg\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .lg\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .lg\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .lg\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .lg\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .lg\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .lg\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .lg\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .lg\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .lg\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .lg\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .lg\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .lg\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 992px) {
  :where(.uc-dark) .dark\:to-lg-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-lg-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-lg-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:from-lg-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:from-lg-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-lg-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-lg-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-lg-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-lg-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-lg-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-lg-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-lg-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:from-lg-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:from-lg-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-lg-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:from-lg-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:from-lg-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:from-lg-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:from-lg-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:from-lg-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:from-lg-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:from-lg-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-lg-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:from-lg-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:from-lg-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:from-lg-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:from-lg-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-lg-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:from-lg-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:from-lg-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:from-lg-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:from-lg-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:from-lg-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:from-lg-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:from-lg-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-lg-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:from-lg-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:from-lg-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:from-lg-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:from-lg-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-lg-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-lg-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-lg-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-lg-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-lg-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-lg-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-lg-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-lg-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-lg-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-lg-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-lg-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-lg-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-lg-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-lg-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:from-lg-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:from-lg-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:from-lg-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:from-lg-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:from-lg-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:from-lg-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:from-lg-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-lg-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:from-lg-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:from-lg-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:from-lg-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:from-lg-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:from-lg-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:from-lg-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:from-lg-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:from-lg-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:from-lg-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:from-lg-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:from-lg-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-lg-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:from-lg-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:from-lg-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:from-lg-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:from-lg-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:from-lg-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:from-lg-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:from-lg-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:from-lg-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:from-lg-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:from-lg-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:from-lg-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-lg-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:from-lg-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:from-lg-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:from-lg-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:from-lg-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-lg-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:from-lg-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:from-lg-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:from-lg-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:from-lg-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:from-lg-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:from-lg-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-lg-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:from-lg-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:from-lg-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:from-lg-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:from-lg-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-lg-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:from-lg-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:from-lg-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:from-lg-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:from-lg-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:from-lg-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:from-lg-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:from-lg-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-lg-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:from-lg-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:from-lg-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:from-lg-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:from-lg-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-lg-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-lg-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:from-lg-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-lg-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:from-lg-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:from-lg-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:from-lg-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-lg-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:from-lg-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:from-lg-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:from-lg-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-lg-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:from-lg-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:from-lg-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:from-lg-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:from-lg-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-lg-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:from-lg-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:from-lg-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:from-lg-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:from-lg-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:from-lg-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:from-lg-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:from-lg-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-lg-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:from-lg-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:from-lg-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:from-lg-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:from-lg-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-lg-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:from-lg-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:from-lg-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:from-lg-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:from-lg-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:from-lg-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:from-lg-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:from-lg-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-lg-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:from-lg-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:from-lg-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:from-lg-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:from-lg-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-lg-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:from-lg-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:from-lg-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:from-lg-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:from-lg-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:from-lg-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:from-lg-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:from-lg-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-lg-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:from-lg-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:from-lg-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:from-lg-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:from-lg-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-lg-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:from-lg-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:from-lg-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:from-lg-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:from-lg-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:from-lg-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:from-lg-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:from-lg-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-lg-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:from-lg-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:from-lg-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:from-lg-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:from-lg-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-lg-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-lg-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:from-lg-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-lg-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:from-lg-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:from-lg-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:from-lg-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:from-lg-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:from-lg-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:from-lg-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:from-lg-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-lg-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:from-lg-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:from-lg-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:from-lg-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:from-lg-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-lg-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:from-lg-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:from-lg-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:from-lg-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:from-lg-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:from-lg-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:from-lg-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:from-lg-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-lg-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:from-lg-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:from-lg-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:from-lg-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:from-lg-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-lg-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:from-lg-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:from-lg-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:from-lg-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:from-lg-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:from-lg-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:from-lg-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:from-lg-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-lg-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:from-lg-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:from-lg-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:from-lg-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:from-lg-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-lg-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-lg-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:from-lg-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-lg-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-lg-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:from-lg-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-lg-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:lg\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:lg\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:lg\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:lg\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:lg\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:lg\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:lg\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:lg\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:lg\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:lg\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:lg\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:lg\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:lg\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:lg\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:lg\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:lg\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:lg\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:lg\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:lg\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:lg\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:lg\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:lg\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:lg\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:lg\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:lg\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:lg\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:lg\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:lg\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:lg\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:lg\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:lg\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:lg\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:lg\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:lg\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:lg\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:lg\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:lg\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:lg\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:lg\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:lg\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:lg\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:lg\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:lg\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:lg\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:lg\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:lg\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:lg\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:lg\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:lg\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:lg\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:lg\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:lg\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:lg\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:lg\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:lg\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:lg\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:lg\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:lg\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:lg\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:lg\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:lg\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:lg\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:lg\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:lg\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:lg\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:lg\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:lg\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:lg\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:lg\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:lg\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:lg\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:lg\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:lg\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:lg\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:lg\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:lg\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:lg\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:lg\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:lg\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:lg\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:lg\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:lg\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:lg\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:lg\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:lg\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:lg\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:lg\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:lg\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:lg\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:lg\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:lg\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:lg\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:lg\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:lg\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:lg\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:lg\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:lg\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:lg\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:lg\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:lg\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:lg\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:lg\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:lg\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:lg\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:lg\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:lg\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 1200px) {
  .to-xl-inherit {
    --uc-gradient-to: white;
  }
  .from-xl-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .to-xl-current {
    --uc-gradient-to: white;
  }
  .from-xl-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .to-xl-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .from-xl-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .to-xl-black {
    --uc-gradient-to: black;
  }
  .from-xl-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .to-xl-white {
    --uc-gradient-to: white;
  }
  .from-xl-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .to-xl-primary {
    --uc-gradient-to: #1a5fab;
  }
  .from-xl-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xl-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .from-xl-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xl-success {
    --uc-gradient-to: #4caf50;
  }
  .from-xl-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-xl-info {
    --uc-gradient-to: #0099cc;
  }
  .from-xl-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-xl-warning {
    --uc-gradient-to: #ffb307;
  }
  .from-xl-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-xl-danger {
    --uc-gradient-to: #e44b4b;
  }
  .from-xl-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-xl-light {
    --uc-gradient-to: #f8f9fa;
  }
  .from-xl-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .to-xl-dark {
    --uc-gradient-to: #212529;
  }
  .from-xl-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .to-xl-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .from-xl-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-xl-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .from-xl-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .from-xl-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .from-xl-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .from-xl-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .from-xl-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .from-xl-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .from-xl-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .from-xl-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-xl-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .from-xl-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .from-xl-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .from-xl-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .to-xl-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .from-xl-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .to-xl-slate {
    --uc-gradient-to: #6b7280;
  }
  .from-xl-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-xl-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .from-xl-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .from-xl-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .from-xl-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .from-xl-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .from-xl-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .from-xl-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .from-xl-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .from-xl-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-xl-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .from-xl-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .from-xl-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .from-xl-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .to-xl-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .from-xl-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-xl-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-xl-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-xl-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-xl-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-xl-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-xl-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-xl-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-xl-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xl-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-xl-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-xl-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-xl-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-xl-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-xl-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-xl-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-xl-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-xl-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-xl-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-xl-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-xl-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-xl-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-xl-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-xl-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-xl-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-xl-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-xl-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-xl-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-xl-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .from-xl-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .to-xl-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .from-xl-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .to-xl-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .from-xl-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .to-xl-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .from-xl-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .to-xl-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .from-xl-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .to-xl-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .from-xl-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .to-xl-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .from-xl-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .to-xl-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .from-xl-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-xl-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .from-xl-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .to-xl-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .from-xl-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .to-xl-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .from-xl-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .to-xl-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .from-xl-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .to-xl-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .from-xl-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .to-xl-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .from-xl-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .to-xl-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .from-xl-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .to-xl-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .from-xl-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .to-xl-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .from-xl-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .to-xl-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .from-xl-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .to-xl-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .from-xl-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .to-xl-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .from-xl-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-xl-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .from-xl-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .to-xl-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .from-xl-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .to-xl-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .from-xl-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .to-xl-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .from-xl-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .from-xl-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .from-xl-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .from-xl-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .from-xl-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .from-xl-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .from-xl-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .from-xl-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .from-xl-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-xl-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .from-xl-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .from-xl-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .from-xl-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .to-xl-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .from-xl-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .from-xl-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .from-xl-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .from-xl-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .from-xl-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .from-xl-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .from-xl-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .from-xl-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .from-xl-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-xl-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .from-xl-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .from-xl-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .from-xl-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .to-xl-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .from-xl-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .to-xl-blue {
    --uc-gradient-to: #078af3;
  }
  .from-xl-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-xl-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .from-xl-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .from-xl-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .from-xl-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .from-xl-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .from-xl-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .from-xl-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .from-xl-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .from-xl-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-xl-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .from-xl-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .from-xl-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .from-xl-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .to-xl-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .from-xl-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo {
    --uc-gradient-to: #553cdf;
  }
  .from-xl-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .from-xl-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .from-xl-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .from-xl-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .from-xl-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .from-xl-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .from-xl-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .from-xl-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .from-xl-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .from-xl-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .from-xl-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .from-xl-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .to-xl-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .from-xl-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .to-xl-purple {
    --uc-gradient-to: #8921e4;
  }
  .from-xl-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-xl-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .from-xl-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .from-xl-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .from-xl-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .from-xl-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .from-xl-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .from-xl-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .from-xl-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .from-xl-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-xl-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .from-xl-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .from-xl-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .from-xl-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .to-xl-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .from-xl-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .to-xl-red {
    --uc-gradient-to: #ea4335;
  }
  .from-xl-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-xl-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .from-xl-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .to-xl-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .from-xl-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .to-xl-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .from-xl-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .to-xl-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .from-xl-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .to-xl-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .from-xl-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .to-xl-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .from-xl-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .to-xl-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .from-xl-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .to-xl-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .from-xl-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-xl-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .from-xl-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .to-xl-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .from-xl-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .to-xl-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .from-xl-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .to-xl-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .from-xl-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .to-xl-rose {
    --uc-gradient-to: #d20e4f;
  }
  .from-xl-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-xl-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .from-xl-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .from-xl-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .from-xl-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .from-xl-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .from-xl-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .from-xl-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .from-xl-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .from-xl-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-xl-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .from-xl-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .from-xl-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .from-xl-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .to-xl-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .from-xl-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .to-xl-pink {
    --uc-gradient-to: #f06b9d;
  }
  .from-xl-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-xl-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .from-xl-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .from-xl-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .from-xl-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .from-xl-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .from-xl-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .from-xl-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .from-xl-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .from-xl-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-xl-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .from-xl-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .from-xl-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .from-xl-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .to-xl-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .from-xl-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .to-xl-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .from-xl-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-xl-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .from-xl-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .from-xl-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .from-xl-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .from-xl-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .from-xl-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .from-xl-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .from-xl-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .from-xl-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-xl-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .from-xl-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .from-xl-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .from-xl-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .to-xl-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .from-xl-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .from-xl-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .from-xl-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .from-xl-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .from-xl-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .from-xl-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .from-xl-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .from-xl-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .from-xl-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .from-xl-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .from-xl-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .from-xl-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .from-xl-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .to-xl-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .from-xl-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .to-xl-green {
    --uc-gradient-to: #34a853;
  }
  .from-xl-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-xl-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .from-xl-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .to-xl-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .from-xl-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .to-xl-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .from-xl-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .to-xl-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .from-xl-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .to-xl-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .from-xl-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .to-xl-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .from-xl-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .to-xl-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .from-xl-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .to-xl-green-500 {
    --uc-gradient-to: #34a853;
  }
  .from-xl-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-xl-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .from-xl-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .to-xl-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .from-xl-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .to-xl-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .from-xl-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .to-xl-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .from-xl-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .to-xl-lime {
    --uc-gradient-to: #aef359;
  }
  .from-xl-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-xl-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .from-xl-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .from-xl-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .from-xl-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .from-xl-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .from-xl-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .from-xl-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .from-xl-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .from-xl-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-xl-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .from-xl-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .from-xl-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .from-xl-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .to-xl-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .from-xl-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .to-xl-teal {
    --uc-gradient-to: #06f6c6;
  }
  .from-xl-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-xl-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .from-xl-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .from-xl-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .from-xl-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .from-xl-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .from-xl-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .from-xl-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .from-xl-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .from-xl-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-xl-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .from-xl-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .from-xl-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .from-xl-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .to-xl-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .from-xl-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .from-xl-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .from-xl-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .from-xl-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .from-xl-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .from-xl-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .from-xl-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .from-xl-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .from-xl-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .from-xl-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .from-xl-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .from-xl-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .from-xl-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .to-xl-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .from-xl-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .from-xl-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .from-xl-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .from-xl-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .from-xl-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .from-xl-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .from-xl-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .from-xl-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .from-xl-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .from-xl-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .from-xl-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .from-xl-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .from-xl-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .to-xl-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .from-xl-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xl-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-inherit {
    --uc-gradient-to: white;
  }
  .xl\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .xl\:to-current {
    --uc-gradient-to: white;
  }
  .xl\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .xl\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .xl\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .xl\:to-black {
    --uc-gradient-to: black;
  }
  .xl\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .xl\:to-white {
    --uc-gradient-to: white;
  }
  .xl\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .xl\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  .xl\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .xl\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xl\:to-success {
    --uc-gradient-to: #4caf50;
  }
  .xl\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .xl\:to-info {
    --uc-gradient-to: #0099cc;
  }
  .xl\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .xl\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  .xl\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .xl\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  .xl\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .xl\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  .xl\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .xl\:to-dark {
    --uc-gradient-to: #212529;
  }
  .xl\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .xl\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .xl\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .xl\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .xl\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .xl\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .xl\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .xl\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .xl\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .xl\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .xl\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .xl\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .xl\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .xl\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .xl\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  .xl\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .xl\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .xl\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .xl\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .xl\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .xl\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .xl\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .xl\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .xl\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .xl\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .xl\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .xl\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .xl\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .xl\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .xl\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .xl\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .xl\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .xl\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .xl\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .xl\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .xl\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .xl\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .xl\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .xl\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .xl\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .xl\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .xl\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .xl\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .xl\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .xl\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .xl\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .xl\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .xl\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .xl\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .xl\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .xl\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .xl\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .xl\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .xl\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .xl\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .xl\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .xl\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .xl\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .xl\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .xl\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .xl\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .xl\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .xl\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .xl\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .xl\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .xl\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .xl\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .xl\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .xl\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .xl\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .xl\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .xl\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .xl\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .xl\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .xl\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .xl\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .xl\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .xl\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .xl\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .xl\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .xl\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .xl\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .xl\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .xl\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .xl\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .xl\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .xl\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .xl\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .xl\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .xl\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .xl\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .xl\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .xl\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .xl\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .xl\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .xl\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .xl\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .xl\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .xl\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .xl\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .xl\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .xl\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .xl\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .xl\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue {
    --uc-gradient-to: #078af3;
  }
  .xl\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .xl\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .xl\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .xl\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .xl\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .xl\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .xl\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .xl\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .xl\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .xl\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .xl\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .xl\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .xl\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  .xl\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .xl\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .xl\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .xl\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .xl\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .xl\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .xl\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .xl\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .xl\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .xl\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .xl\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .xl\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .xl\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  .xl\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .xl\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .xl\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .xl\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .xl\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .xl\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .xl\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .xl\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .xl\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .xl\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .xl\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .xl\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .xl\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-red {
    --uc-gradient-to: #ea4335;
  }
  .xl\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .xl\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .xl\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .xl\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .xl\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .xl\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .xl\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .xl\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .xl\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .xl\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .xl\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .xl\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .xl\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .xl\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .xl\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  .xl\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .xl\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .xl\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .xl\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .xl\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .xl\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .xl\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .xl\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .xl\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .xl\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .xl\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .xl\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .xl\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  .xl\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .xl\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .xl\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .xl\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .xl\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .xl\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .xl\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .xl\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .xl\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .xl\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .xl\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .xl\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .xl\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .xl\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .xl\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .xl\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .xl\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .xl\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .xl\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .xl\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .xl\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .xl\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .xl\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .xl\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .xl\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .xl\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .xl\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .xl\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .xl\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .xl\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .xl\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .xl\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .xl\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .xl\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .xl\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .xl\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .xl\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .xl\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .xl\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .xl\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .xl\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .xl\:to-green {
    --uc-gradient-to: #34a853;
  }
  .xl\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .xl\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .xl\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .xl\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .xl\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .xl\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .xl\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .xl\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .xl\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  .xl\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .xl\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .xl\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .xl\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .xl\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .xl\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime {
    --uc-gradient-to: #aef359;
  }
  .xl\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .xl\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .xl\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .xl\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .xl\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .xl\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .xl\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .xl\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .xl\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .xl\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .xl\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .xl\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .xl\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  .xl\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .xl\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .xl\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .xl\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .xl\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .xl\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .xl\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .xl\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .xl\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .xl\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .xl\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .xl\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .xl\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .xl\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .xl\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .xl\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .xl\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .xl\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .xl\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .xl\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .xl\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .xl\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .xl\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .xl\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .xl\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .xl\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .xl\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .xl\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .xl\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .xl\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .xl\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .xl\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .xl\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .xl\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .xl\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .xl\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .xl\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .xl\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .xl\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .xl\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .xl\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xl\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 1200px) {
  :where(.uc-dark) .dark\:to-xl-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xl-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xl-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:from-xl-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:from-xl-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xl-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xl-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xl-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-xl-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-xl-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-xl-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-xl-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:from-xl-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:from-xl-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-xl-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:from-xl-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:from-xl-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:from-xl-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:from-xl-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:from-xl-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:from-xl-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:from-xl-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-xl-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:from-xl-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:from-xl-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:from-xl-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:from-xl-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-xl-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:from-xl-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:from-xl-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:from-xl-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:from-xl-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:from-xl-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:from-xl-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:from-xl-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-xl-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:from-xl-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:from-xl-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:from-xl-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:from-xl-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-xl-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-xl-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-xl-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-xl-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-xl-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-xl-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-xl-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xl-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-xl-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-xl-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-xl-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-xl-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xl-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-xl-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:from-xl-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:from-xl-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:from-xl-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:from-xl-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:from-xl-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:from-xl-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:from-xl-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-xl-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:from-xl-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:from-xl-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:from-xl-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:from-xl-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:from-xl-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:from-xl-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:from-xl-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:from-xl-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:from-xl-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:from-xl-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:from-xl-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-xl-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:from-xl-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:from-xl-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:from-xl-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:from-xl-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:from-xl-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:from-xl-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:from-xl-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:from-xl-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:from-xl-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:from-xl-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:from-xl-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-xl-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:from-xl-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:from-xl-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:from-xl-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:from-xl-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-xl-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:from-xl-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:from-xl-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:from-xl-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:from-xl-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:from-xl-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:from-xl-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-xl-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:from-xl-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:from-xl-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:from-xl-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:from-xl-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-xl-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:from-xl-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:from-xl-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:from-xl-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:from-xl-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:from-xl-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:from-xl-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:from-xl-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-xl-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:from-xl-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:from-xl-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:from-xl-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:from-xl-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-xl-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-xl-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:from-xl-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-xl-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:from-xl-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:from-xl-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:from-xl-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-xl-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:from-xl-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:from-xl-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:from-xl-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-xl-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:from-xl-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:from-xl-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:from-xl-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:from-xl-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-xl-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:from-xl-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:from-xl-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:from-xl-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:from-xl-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:from-xl-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:from-xl-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:from-xl-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-xl-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:from-xl-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:from-xl-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:from-xl-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:from-xl-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-xl-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:from-xl-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:from-xl-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:from-xl-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:from-xl-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:from-xl-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:from-xl-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:from-xl-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-xl-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:from-xl-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:from-xl-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:from-xl-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:from-xl-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-xl-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:from-xl-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:from-xl-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:from-xl-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:from-xl-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:from-xl-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:from-xl-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:from-xl-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-xl-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:from-xl-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:from-xl-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:from-xl-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:from-xl-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-xl-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:from-xl-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:from-xl-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:from-xl-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:from-xl-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:from-xl-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:from-xl-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:from-xl-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-xl-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:from-xl-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:from-xl-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:from-xl-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:from-xl-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-xl-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-xl-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:from-xl-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-xl-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:from-xl-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:from-xl-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:from-xl-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:from-xl-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:from-xl-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:from-xl-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:from-xl-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-xl-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:from-xl-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:from-xl-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:from-xl-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:from-xl-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-xl-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:from-xl-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:from-xl-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:from-xl-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:from-xl-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:from-xl-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:from-xl-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:from-xl-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-xl-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:from-xl-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:from-xl-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:from-xl-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:from-xl-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-xl-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:from-xl-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:from-xl-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:from-xl-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:from-xl-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:from-xl-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:from-xl-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:from-xl-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-xl-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:from-xl-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:from-xl-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:from-xl-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:from-xl-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-xl-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-xl-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:from-xl-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-xl-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xl-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:from-xl-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xl-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xl\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xl\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:xl\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:xl\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xl\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xl\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xl\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:xl\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:xl\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:xl\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:xl\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:xl\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:xl\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:xl\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:xl\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:xl\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:xl\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:xl\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:xl\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xl\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:xl\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:xl\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:xl\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:xl\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:xl\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:xl\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:xl\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:xl\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:xl\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:xl\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:xl\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:xl\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:xl\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:xl\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:xl\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:xl\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:xl\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:xl\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:xl\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:xl\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:xl\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:xl\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:xl\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:xl\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:xl\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:xl\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:xl\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:xl\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:xl\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:xl\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:xl\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:xl\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:xl\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:xl\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:xl\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:xl\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:xl\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:xl\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:xl\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:xl\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:xl\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:xl\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:xl\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:xl\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:xl\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:xl\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:xl\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:xl\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:xl\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:xl\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:xl\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:xl\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:xl\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:xl\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:xl\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:xl\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:xl\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:xl\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:xl\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:xl\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:xl\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:xl\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:xl\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:xl\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:xl\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:xl\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:xl\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:xl\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:xl\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:xl\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:xl\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:xl\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:xl\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:xl\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:xl\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:xl\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:xl\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:xl\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:xl\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:xl\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:xl\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:xl\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:xl\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xl\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:xl\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xl\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 1400px) {
  .to-xxl-inherit {
    --uc-gradient-to: white;
  }
  .from-xxl-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .to-xxl-current {
    --uc-gradient-to: white;
  }
  .from-xxl-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .to-xxl-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .from-xxl-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .to-xxl-black {
    --uc-gradient-to: black;
  }
  .from-xxl-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .to-xxl-white {
    --uc-gradient-to: white;
  }
  .from-xxl-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .to-xxl-primary {
    --uc-gradient-to: #1a5fab;
  }
  .from-xxl-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .from-xxl-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xxl-success {
    --uc-gradient-to: #4caf50;
  }
  .from-xxl-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-xxl-info {
    --uc-gradient-to: #0099cc;
  }
  .from-xxl-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-xxl-warning {
    --uc-gradient-to: #ffb307;
  }
  .from-xxl-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-xxl-danger {
    --uc-gradient-to: #e44b4b;
  }
  .from-xxl-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-xxl-light {
    --uc-gradient-to: #f8f9fa;
  }
  .from-xxl-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .to-xxl-dark {
    --uc-gradient-to: #212529;
  }
  .from-xxl-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .to-xxl-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .from-xxl-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .from-xxl-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .from-xxl-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .from-xxl-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .from-xxl-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .from-xxl-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .from-xxl-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .from-xxl-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .from-xxl-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .from-xxl-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .from-xxl-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .from-xxl-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .from-xxl-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate {
    --uc-gradient-to: #6b7280;
  }
  .from-xxl-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .from-xxl-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .from-xxl-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .from-xxl-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .from-xxl-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .from-xxl-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .from-xxl-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .from-xxl-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .from-xxl-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .from-xxl-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .from-xxl-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .from-xxl-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .from-xxl-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-xxl-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-xxl-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-xxl-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-xxl-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-xxl-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-xxl-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-xxl-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-xxl-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-xxl-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-xxl-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-xxl-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-xxl-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .from-xxl-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .from-xxl-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .from-xxl-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .from-xxl-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .from-xxl-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .from-xxl-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .from-xxl-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .from-xxl-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .from-xxl-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .from-xxl-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .from-xxl-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .from-xxl-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .from-xxl-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .from-xxl-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .from-xxl-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .from-xxl-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .from-xxl-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .from-xxl-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .from-xxl-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .from-xxl-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .to-xxl-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .from-xxl-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .from-xxl-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .from-xxl-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .from-xxl-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .from-xxl-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .from-xxl-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .from-xxl-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .from-xxl-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .from-xxl-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .from-xxl-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .from-xxl-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .from-xxl-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .to-xxl-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .from-xxl-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .from-xxl-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .from-xxl-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .to-xxl-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .from-xxl-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .from-xxl-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .from-xxl-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .from-xxl-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .from-xxl-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .from-xxl-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .from-xxl-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .from-xxl-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .from-xxl-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .from-xxl-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .from-xxl-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .from-xxl-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .from-xxl-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .from-xxl-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .from-xxl-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .from-xxl-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .from-xxl-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .from-xxl-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .from-xxl-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .from-xxl-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .from-xxl-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .from-xxl-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .from-xxl-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .from-xxl-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .to-xxl-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .from-xxl-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue {
    --uc-gradient-to: #078af3;
  }
  .from-xxl-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .from-xxl-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .from-xxl-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .from-xxl-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .from-xxl-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .from-xxl-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .from-xxl-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .from-xxl-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .from-xxl-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .from-xxl-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .from-xxl-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .from-xxl-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .from-xxl-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo {
    --uc-gradient-to: #553cdf;
  }
  .from-xxl-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .from-xxl-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .from-xxl-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .from-xxl-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .from-xxl-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .from-xxl-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .from-xxl-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .from-xxl-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .from-xxl-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .from-xxl-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .from-xxl-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .from-xxl-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .from-xxl-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple {
    --uc-gradient-to: #8921e4;
  }
  .from-xxl-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .from-xxl-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .from-xxl-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .from-xxl-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .from-xxl-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .from-xxl-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .from-xxl-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .from-xxl-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .from-xxl-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .from-xxl-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .from-xxl-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .from-xxl-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .from-xxl-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-red {
    --uc-gradient-to: #ea4335;
  }
  .from-xxl-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-xxl-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .from-xxl-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .from-xxl-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .from-xxl-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .from-xxl-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .from-xxl-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .from-xxl-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .from-xxl-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .from-xxl-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .to-xxl-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .from-xxl-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .from-xxl-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .from-xxl-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .from-xxl-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose {
    --uc-gradient-to: #d20e4f;
  }
  .from-xxl-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .from-xxl-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .from-xxl-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .from-xxl-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .from-xxl-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .from-xxl-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .from-xxl-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .from-xxl-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .from-xxl-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .from-xxl-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .from-xxl-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .from-xxl-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .from-xxl-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink {
    --uc-gradient-to: #f06b9d;
  }
  .from-xxl-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .from-xxl-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .from-xxl-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .from-xxl-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .from-xxl-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .from-xxl-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .from-xxl-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .from-xxl-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .from-xxl-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .from-xxl-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .from-xxl-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .from-xxl-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .from-xxl-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .from-xxl-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .from-xxl-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .from-xxl-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .from-xxl-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .from-xxl-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .from-xxl-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .from-xxl-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .from-xxl-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .from-xxl-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .from-xxl-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .from-xxl-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .from-xxl-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .to-xxl-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .from-xxl-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .from-xxl-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .from-xxl-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .from-xxl-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .from-xxl-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .from-xxl-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .from-xxl-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .from-xxl-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .from-xxl-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .from-xxl-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .from-xxl-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .from-xxl-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .from-xxl-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .to-xxl-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .from-xxl-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .to-xxl-green {
    --uc-gradient-to: #34a853;
  }
  .from-xxl-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-xxl-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .from-xxl-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .from-xxl-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .from-xxl-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .from-xxl-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .from-xxl-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .from-xxl-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .from-xxl-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-500 {
    --uc-gradient-to: #34a853;
  }
  .from-xxl-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .to-xxl-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .from-xxl-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .from-xxl-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .from-xxl-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .from-xxl-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime {
    --uc-gradient-to: #aef359;
  }
  .from-xxl-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .from-xxl-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .from-xxl-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .from-xxl-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .from-xxl-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .from-xxl-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .from-xxl-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .from-xxl-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .from-xxl-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .from-xxl-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .from-xxl-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .from-xxl-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .from-xxl-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal {
    --uc-gradient-to: #06f6c6;
  }
  .from-xxl-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .from-xxl-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .from-xxl-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .from-xxl-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .from-xxl-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .from-xxl-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .from-xxl-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .from-xxl-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .from-xxl-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .from-xxl-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .from-xxl-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .from-xxl-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .from-xxl-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .from-xxl-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .from-xxl-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .from-xxl-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .from-xxl-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .from-xxl-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .from-xxl-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .from-xxl-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .from-xxl-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .from-xxl-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .from-xxl-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .from-xxl-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .from-xxl-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .to-xxl-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .from-xxl-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .from-xxl-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .from-xxl-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .from-xxl-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .from-xxl-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .from-xxl-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .from-xxl-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .from-xxl-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .from-xxl-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .from-xxl-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .from-xxl-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .from-xxl-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .from-xxl-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .to-xxl-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .from-xxl-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .via-xxl-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-inherit {
    --uc-gradient-to: white;
  }
  .xxl\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  .xxl\:to-current {
    --uc-gradient-to: white;
  }
  .xxl\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  .xxl\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  .xxl\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  .xxl\:to-black {
    --uc-gradient-to: black;
  }
  .xxl\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  .xxl\:to-white {
    --uc-gradient-to: white;
  }
  .xxl\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  .xxl\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  .xxl\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xxl\:to-success {
    --uc-gradient-to: #4caf50;
  }
  .xxl\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .xxl\:to-info {
    --uc-gradient-to: #0099cc;
  }
  .xxl\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  .xxl\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  .xxl\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .xxl\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  .xxl\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  .xxl\:to-dark {
    --uc-gradient-to: #212529;
  }
  .xxl\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  .xxl\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  .xxl\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  .xxl\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  .xxl\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  .xxl\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  .xxl\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  .xxl\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  .xxl\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  .xxl\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  .xxl\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  .xxl\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  .xxl\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  .xxl\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  .xxl\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  .xxl\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  .xxl\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  .xxl\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  .xxl\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  .xxl\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  .xxl\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  .xxl\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  .xxl\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  .xxl\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  .xxl\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  .xxl\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  .xxl\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .xxl\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .xxl\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .xxl\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .xxl\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .xxl\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .xxl\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .xxl\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .xxl\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .xxl\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .xxl\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .xxl\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .xxl\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  .xxl\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  .xxl\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  .xxl\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  .xxl\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  .xxl\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  .xxl\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  .xxl\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  .xxl\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  .xxl\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  .xxl\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  .xxl\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  .xxl\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  .xxl\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  .xxl\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  .xxl\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  .xxl\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  .xxl\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  .xxl\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  .xxl\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  .xxl\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  .xxl\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  .xxl\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  .xxl\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  .xxl\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  .xxl\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  .xxl\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  .xxl\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  .xxl\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  .xxl\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  .xxl\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  .xxl\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  .xxl\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  .xxl\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  .xxl\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  .xxl\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  .xxl\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  .xxl\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  .xxl\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  .xxl\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  .xxl\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  .xxl\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  .xxl\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  .xxl\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  .xxl\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  .xxl\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  .xxl\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  .xxl\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  .xxl\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  .xxl\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  .xxl\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  .xxl\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  .xxl\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  .xxl\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  .xxl\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  .xxl\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  .xxl\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  .xxl\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  .xxl\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  .xxl\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  .xxl\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  .xxl\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  .xxl\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue {
    --uc-gradient-to: #078af3;
  }
  .xxl\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  .xxl\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  .xxl\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  .xxl\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  .xxl\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  .xxl\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  .xxl\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  .xxl\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  .xxl\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  .xxl\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  .xxl\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  .xxl\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  .xxl\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  .xxl\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  .xxl\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  .xxl\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  .xxl\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  .xxl\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  .xxl\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  .xxl\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  .xxl\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  .xxl\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  .xxl\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  .xxl\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  .xxl\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  .xxl\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  .xxl\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  .xxl\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  .xxl\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  .xxl\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  .xxl\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  .xxl\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  .xxl\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  .xxl\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  .xxl\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  .xxl\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  .xxl\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  .xxl\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  .xxl\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red {
    --uc-gradient-to: #ea4335;
  }
  .xxl\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  .xxl\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  .xxl\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  .xxl\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  .xxl\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  .xxl\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  .xxl\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  .xxl\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  .xxl\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  .xxl\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  .xxl\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  .xxl\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  .xxl\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  .xxl\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  .xxl\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  .xxl\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  .xxl\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  .xxl\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  .xxl\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  .xxl\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  .xxl\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  .xxl\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  .xxl\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  .xxl\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  .xxl\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  .xxl\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  .xxl\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  .xxl\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  .xxl\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  .xxl\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  .xxl\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  .xxl\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  .xxl\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  .xxl\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  .xxl\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  .xxl\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  .xxl\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  .xxl\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  .xxl\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  .xxl\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  .xxl\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  .xxl\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  .xxl\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  .xxl\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  .xxl\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  .xxl\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  .xxl\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  .xxl\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  .xxl\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  .xxl\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  .xxl\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  .xxl\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  .xxl\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  .xxl\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  .xxl\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  .xxl\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  .xxl\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  .xxl\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  .xxl\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  .xxl\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  .xxl\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  .xxl\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  .xxl\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  .xxl\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  .xxl\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  .xxl\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green {
    --uc-gradient-to: #34a853;
  }
  .xxl\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  .xxl\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  .xxl\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  .xxl\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  .xxl\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  .xxl\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  .xxl\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  .xxl\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  .xxl\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  .xxl\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  .xxl\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  .xxl\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  .xxl\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime {
    --uc-gradient-to: #aef359;
  }
  .xxl\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  .xxl\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  .xxl\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  .xxl\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  .xxl\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  .xxl\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  .xxl\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  .xxl\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  .xxl\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  .xxl\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  .xxl\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  .xxl\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  .xxl\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  .xxl\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  .xxl\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  .xxl\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  .xxl\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  .xxl\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  .xxl\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  .xxl\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  .xxl\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  .xxl\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  .xxl\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  .xxl\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  .xxl\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  .xxl\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  .xxl\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  .xxl\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  .xxl\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  .xxl\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  .xxl\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  .xxl\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  .xxl\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  .xxl\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  .xxl\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  .xxl\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  .xxl\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  .xxl\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  .xxl\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  .xxl\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  .xxl\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  .xxl\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  .xxl\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  .xxl\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  .xxl\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  .xxl\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  .xxl\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  .xxl\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  .xxl\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  .xxl\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  .xxl\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  .xxl\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  .xxl\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  .xxl\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  .xxl\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@media (min-width: 1400px) {
  :where(.uc-dark) .dark\:to-xxl-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xxl-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xxl-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:from-xxl-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:from-xxl-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:from-xxl-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xxl-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xxl-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-xxl-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-xxl-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-xxl-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-xxl-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:from-xxl-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:from-xxl-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-xxl-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:from-xxl-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:from-xxl-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-xxl-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:from-xxl-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:from-xxl-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xxl-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-xxl-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:from-xxl-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:from-xxl-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:from-xxl-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:from-xxl-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:from-xxl-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:from-xxl-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:from-xxl-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:from-xxl-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:from-xxl-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:from-xxl-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:from-xxl-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:from-xxl-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:from-xxl-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:from-xxl-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:from-xxl-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:from-xxl-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:from-xxl-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:from-xxl-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:from-xxl-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:from-xxl-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:from-xxl-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:from-xxl-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:from-xxl-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:from-xxl-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:from-xxl-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:from-xxl-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:from-xxl-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:from-xxl-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:from-xxl-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-xxl-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:from-xxl-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:from-xxl-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-xxl-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:from-xxl-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-xxl-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:from-xxl-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:from-xxl-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-xxl-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:from-xxl-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:from-xxl-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:from-xxl-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:from-xxl-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:from-xxl-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:from-xxl-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:from-xxl-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:from-xxl-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:from-xxl-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:from-xxl-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:from-xxl-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:from-xxl-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-xxl-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:from-xxl-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:from-xxl-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-xxl-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:from-xxl-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:from-xxl-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-xxl-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:from-xxl-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:from-xxl-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-xxl-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:from-xxl-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-xxl-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:from-xxl-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:from-xxl-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:from-xxl-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:from-xxl-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:from-xxl-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:from-xxl-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:from-xxl-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:from-xxl-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:from-xxl-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:from-xxl-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:from-xxl-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:from-xxl-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-xxl-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:from-xxl-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:from-xxl-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-xxl-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:from-xxl-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:from-xxl-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-xxl-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:from-xxl-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:to-xxl-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:from-xxl-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:via-xxl-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-inherit {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xxl\:from-inherit {
    --uc-gradient-from: inherit;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-inherit {
    --uc-gradient-stops: var(--uc-gradient-from), inherit, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-current {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xxl\:from-current {
    --uc-gradient-from: currentColor;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-current {
    --uc-gradient-stops: var(--uc-gradient-from), currentColor, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0);
  }
  :where(.uc-dark) .dark\:xxl\:from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-black {
    --uc-gradient-to: black;
  }
  :where(.uc-dark) .dark\:xxl\:from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-black {
    --uc-gradient-stops: var(--uc-gradient-from), #000, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-white {
    --uc-gradient-to: white;
  }
  :where(.uc-dark) .dark\:xxl\:from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-white {
    --uc-gradient-stops: var(--uc-gradient-from), #fff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xxl\:from-primary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:xxl\:from-success {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:xxl\:from-info {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:xxl\:from-warning {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:xxl\:from-danger {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-light {
    --uc-gradient-to: #f8f9fa;
  }
  :where(.uc-dark) .dark\:xxl\:from-light {
    --uc-gradient-from: #f8f9fa;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-light {
    --uc-gradient-stops: var(--uc-gradient-from), #f8f9fa, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-dark {
    --uc-gradient-to: #212529;
  }
  :where(.uc-dark) .dark\:xxl\:from-dark {
    --uc-gradient-from: #212529;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-dark {
    --uc-gradient-stops: var(--uc-gradient-from), #212529, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:xxl\:from-gray {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-10 {
    --uc-gradient-to: rgb(250.08, 250.08, 250.08);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-10 {
    --uc-gradient-from: rgb(250.08, 250.08, 250.08);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.08, 250.08, 250.08), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-25 {
    --uc-gradient-to: rgb(246.8, 246.8, 246.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-25 {
    --uc-gradient-from: rgb(246.8, 246.8, 246.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.8, 246.8, 246.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-50 {
    --uc-gradient-to: rgb(238.6, 238.6, 238.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-50 {
    --uc-gradient-from: rgb(238.6, 238.6, 238.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.6, 238.6, 238.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-100 {
    --uc-gradient-to: rgb(222.2, 222.2, 222.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-100 {
    --uc-gradient-from: rgb(222.2, 222.2, 222.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.2, 222.2, 222.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-200 {
    --uc-gradient-to: rgb(189.4, 189.4, 189.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-200 {
    --uc-gradient-from: rgb(189.4, 189.4, 189.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(189.4, 189.4, 189.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-300 {
    --uc-gradient-to: rgb(156.6, 156.6, 156.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-300 {
    --uc-gradient-from: rgb(156.6, 156.6, 156.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(156.6, 156.6, 156.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-400 {
    --uc-gradient-to: rgb(123.8, 123.8, 123.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-400 {
    --uc-gradient-from: rgb(123.8, 123.8, 123.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(123.8, 123.8, 123.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-500 {
    --uc-gradient-to: #5b5b5b;
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-500 {
    --uc-gradient-from: #5b5b5b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5b5b5b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-600 {
    --uc-gradient-to: rgb(72.8, 72.8, 72.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-600 {
    --uc-gradient-from: rgb(72.8, 72.8, 72.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(72.8, 72.8, 72.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-700 {
    --uc-gradient-to: rgb(54.6, 54.6, 54.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-700 {
    --uc-gradient-from: rgb(54.6, 54.6, 54.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.6, 54.6, 54.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-800 {
    --uc-gradient-to: rgb(36.4, 36.4, 36.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-800 {
    --uc-gradient-from: rgb(36.4, 36.4, 36.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(36.4, 36.4, 36.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-gray-900 {
    --uc-gradient-to: rgb(18.2, 18.2, 18.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-gray-900 {
    --uc-gradient-from: rgb(18.2, 18.2, 18.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-gray-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(18.2, 18.2, 18.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:xxl\:from-slate {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-10 {
    --uc-gradient-to: rgb(250.56, 250.77, 251.19);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-10 {
    --uc-gradient-from: rgb(250.56, 250.77, 251.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.56, 250.77, 251.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-25 {
    --uc-gradient-to: rgb(247.6, 247.95, 248.65);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-25 {
    --uc-gradient-from: rgb(247.6, 247.95, 248.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.6, 247.95, 248.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-50 {
    --uc-gradient-to: rgb(240.2, 240.9, 242.3);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-50 {
    --uc-gradient-from: rgb(240.2, 240.9, 242.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(240.2, 240.9, 242.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-100 {
    --uc-gradient-to: rgb(225.4, 226.8, 229.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-100 {
    --uc-gradient-from: rgb(225.4, 226.8, 229.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(225.4, 226.8, 229.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-200 {
    --uc-gradient-to: rgb(195.8, 198.6, 204.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-200 {
    --uc-gradient-from: rgb(195.8, 198.6, 204.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(195.8, 198.6, 204.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-300 {
    --uc-gradient-to: rgb(166.2, 170.4, 178.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-300 {
    --uc-gradient-from: rgb(166.2, 170.4, 178.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(166.2, 170.4, 178.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-400 {
    --uc-gradient-to: rgb(136.6, 142.2, 153.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-400 {
    --uc-gradient-from: rgb(136.6, 142.2, 153.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.6, 142.2, 153.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-500 {
    --uc-gradient-to: #6b7280;
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-500 {
    --uc-gradient-from: #6b7280;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #6b7280, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-600 {
    --uc-gradient-to: rgb(85.6, 91.2, 102.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-600 {
    --uc-gradient-from: rgb(85.6, 91.2, 102.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(85.6, 91.2, 102.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-700 {
    --uc-gradient-to: rgb(64.2, 68.4, 76.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-700 {
    --uc-gradient-from: rgb(64.2, 68.4, 76.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(64.2, 68.4, 76.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-800 {
    --uc-gradient-to: rgb(42.8, 45.6, 51.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-800 {
    --uc-gradient-from: rgb(42.8, 45.6, 51.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42.8, 45.6, 51.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-slate-900 {
    --uc-gradient-to: rgb(21.4, 22.8, 25.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-slate-900 {
    --uc-gradient-from: rgb(21.4, 22.8, 25.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-slate-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(21.4, 22.8, 25.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-primary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-primary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-primary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-10 {
    --uc-gradient-to: rgb(248.13, 250.2, 252.48);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-10 {
    --uc-gradient-from: rgb(248.13, 250.2, 252.48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.13, 250.2, 252.48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-25 {
    --uc-gradient-to: rgb(243.55, 247, 250.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-25 {
    --uc-gradient-from: rgb(243.55, 247, 250.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.55, 247, 250.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-50 {
    --uc-gradient-to: rgb(232.1, 239, 246.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-50 {
    --uc-gradient-from: rgb(232.1, 239, 246.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(232.1, 239, 246.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-100 {
    --uc-gradient-to: rgb(209.2, 223, 238.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-100 {
    --uc-gradient-from: rgb(209.2, 223, 238.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(209.2, 223, 238.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-200 {
    --uc-gradient-to: rgb(163.4, 191, 221.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-200 {
    --uc-gradient-from: rgb(163.4, 191, 221.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(163.4, 191, 221.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-300 {
    --uc-gradient-to: rgb(117.6, 159, 204.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-300 {
    --uc-gradient-from: rgb(117.6, 159, 204.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.6, 159, 204.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-400 {
    --uc-gradient-to: rgb(71.8, 127, 187.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-400 {
    --uc-gradient-from: rgb(71.8, 127, 187.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(71.8, 127, 187.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-500 {
    --uc-gradient-to: #1a5fab;
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-500 {
    --uc-gradient-from: #1A5FAB;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #1A5FAB, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-600 {
    --uc-gradient-to: rgb(20.8, 76, 136.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-600 {
    --uc-gradient-from: rgb(20.8, 76, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 76, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-700 {
    --uc-gradient-to: rgb(15.6, 57, 102.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-700 {
    --uc-gradient-from: rgb(15.6, 57, 102.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.6, 57, 102.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-800 {
    --uc-gradient-to: rgb(10.4, 38, 68.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-800 {
    --uc-gradient-from: rgb(10.4, 38, 68.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 38, 68.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-secondary-900 {
    --uc-gradient-to: rgb(5.2, 19, 34.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-secondary-900 {
    --uc-gradient-from: rgb(5.2, 19, 34.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-secondary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.2, 19, 34.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-10 {
    --uc-gradient-to: rgb(247.35, 251.94, 253.47);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-10 {
    --uc-gradient-from: rgb(247.35, 251.94, 253.47);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.35, 251.94, 253.47), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-25 {
    --uc-gradient-to: rgb(242.25, 249.9, 252.45);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-25 {
    --uc-gradient-from: rgb(242.25, 249.9, 252.45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.25, 249.9, 252.45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-50 {
    --uc-gradient-to: rgb(229.5, 244.8, 249.9);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-50 {
    --uc-gradient-from: rgb(229.5, 244.8, 249.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(229.5, 244.8, 249.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-100 {
    --uc-gradient-to: rgb(204, 234.6, 244.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-100 {
    --uc-gradient-from: rgb(204, 234.6, 244.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 234.6, 244.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-200 {
    --uc-gradient-to: rgb(153, 214.2, 234.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-200 {
    --uc-gradient-from: rgb(153, 214.2, 234.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 214.2, 234.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-300 {
    --uc-gradient-to: rgb(102, 193.8, 224.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-300 {
    --uc-gradient-from: rgb(102, 193.8, 224.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 193.8, 224.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-400 {
    --uc-gradient-to: rgb(51, 173.4, 214.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-400 {
    --uc-gradient-from: rgb(51, 173.4, 214.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 173.4, 214.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-500 {
    --uc-gradient-to: #0099cc;
  }
  :where(.uc-dark) .dark\:xxl\:from-info-500 {
    --uc-gradient-from: #0099cc;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #0099cc, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-600 {
    --uc-gradient-to: rgb(0, 122.4, 163.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-600 {
    --uc-gradient-from: rgb(0, 122.4, 163.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 122.4, 163.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-700 {
    --uc-gradient-to: rgb(0, 91.8, 122.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-700 {
    --uc-gradient-from: rgb(0, 91.8, 122.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 91.8, 122.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-800 {
    --uc-gradient-to: rgb(0, 61.2, 81.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-800 {
    --uc-gradient-from: rgb(0, 61.2, 81.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 61.2, 81.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-info-900 {
    --uc-gradient-to: rgb(0, 30.6, 40.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-info-900 {
    --uc-gradient-from: rgb(0, 30.6, 40.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-info-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(0, 30.6, 40.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-10 {
    --uc-gradient-to: rgb(249.63, 252.6, 249.75);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-10 {
    --uc-gradient-from: rgb(249.63, 252.6, 249.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.63, 252.6, 249.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-25 {
    --uc-gradient-to: rgb(246.05, 251, 246.25);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-25 {
    --uc-gradient-from: rgb(246.05, 251, 246.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.05, 251, 246.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-50 {
    --uc-gradient-to: rgb(237.1, 247, 237.5);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-50 {
    --uc-gradient-from: rgb(237.1, 247, 237.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.1, 247, 237.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-100 {
    --uc-gradient-to: rgb(219.2, 239, 220);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-100 {
    --uc-gradient-from: rgb(219.2, 239, 220);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219.2, 239, 220), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-200 {
    --uc-gradient-to: rgb(183.4, 223, 185);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-200 {
    --uc-gradient-from: rgb(183.4, 223, 185);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(183.4, 223, 185), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-300 {
    --uc-gradient-to: rgb(147.6, 207, 150);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-300 {
    --uc-gradient-from: rgb(147.6, 207, 150);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(147.6, 207, 150), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-400 {
    --uc-gradient-to: rgb(111.8, 191, 115);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-400 {
    --uc-gradient-from: rgb(111.8, 191, 115);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(111.8, 191, 115), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-500 {
    --uc-gradient-to: #4caf50;
  }
  :where(.uc-dark) .dark\:xxl\:from-success-500 {
    --uc-gradient-from: #4CAF50;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #4CAF50, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-600 {
    --uc-gradient-to: rgb(60.8, 140, 64);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-600 {
    --uc-gradient-from: rgb(60.8, 140, 64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(60.8, 140, 64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-700 {
    --uc-gradient-to: rgb(45.6, 105, 48);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-700 {
    --uc-gradient-from: rgb(45.6, 105, 48);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 105, 48), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-800 {
    --uc-gradient-to: rgb(30.4, 70, 32);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-800 {
    --uc-gradient-from: rgb(30.4, 70, 32);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(30.4, 70, 32), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-success-900 {
    --uc-gradient-to: rgb(15.2, 35, 16);
  }
  :where(.uc-dark) .dark\:xxl\:from-success-900 {
    --uc-gradient-from: rgb(15.2, 35, 16);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-success-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(15.2, 35, 16), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-10 {
    --uc-gradient-to: rgb(255, 252.72, 247.56);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-10 {
    --uc-gradient-from: rgb(255, 252.72, 247.56);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 252.72, 247.56), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-25 {
    --uc-gradient-to: rgb(255, 251.2, 242.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-25 {
    --uc-gradient-from: rgb(255, 251.2, 242.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 251.2, 242.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-50 {
    --uc-gradient-to: rgb(255, 247.4, 230.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-50 {
    --uc-gradient-from: rgb(255, 247.4, 230.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 247.4, 230.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-100 {
    --uc-gradient-to: rgb(255, 239.8, 205.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-100 {
    --uc-gradient-from: rgb(255, 239.8, 205.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 239.8, 205.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-200 {
    --uc-gradient-to: rgb(255, 224.6, 155.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-200 {
    --uc-gradient-from: rgb(255, 224.6, 155.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 224.6, 155.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-300 {
    --uc-gradient-to: rgb(255, 209.4, 106.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-300 {
    --uc-gradient-from: rgb(255, 209.4, 106.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 209.4, 106.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-400 {
    --uc-gradient-to: rgb(255, 194.2, 56.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-400 {
    --uc-gradient-from: rgb(255, 194.2, 56.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(255, 194.2, 56.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-500 {
    --uc-gradient-to: #ffb307;
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-500 {
    --uc-gradient-from: #ffb307;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ffb307, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-600 {
    --uc-gradient-to: rgb(204, 143.2, 5.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-600 {
    --uc-gradient-from: rgb(204, 143.2, 5.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(204, 143.2, 5.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-700 {
    --uc-gradient-to: rgb(153, 107.4, 4.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-700 {
    --uc-gradient-from: rgb(153, 107.4, 4.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 107.4, 4.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-800 {
    --uc-gradient-to: rgb(102, 71.6, 2.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-800 {
    --uc-gradient-from: rgb(102, 71.6, 2.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(102, 71.6, 2.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-warning-900 {
    --uc-gradient-to: rgb(51, 35.8, 1.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-warning-900 {
    --uc-gradient-from: rgb(51, 35.8, 1.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-warning-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 35.8, 1.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-10 {
    --uc-gradient-to: rgb(254.19, 249.6, 249.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-10 {
    --uc-gradient-from: rgb(254.19, 249.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.19, 249.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-25 {
    --uc-gradient-to: rgb(253.65, 246, 246);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-25 {
    --uc-gradient-from: rgb(253.65, 246, 246);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 246, 246), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-50 {
    --uc-gradient-to: rgb(252.3, 237, 237);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-50 {
    --uc-gradient-from: rgb(252.3, 237, 237);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.3, 237, 237), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-100 {
    --uc-gradient-to: rgb(249.6, 219, 219);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-100 {
    --uc-gradient-from: rgb(249.6, 219, 219);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.6, 219, 219), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-200 {
    --uc-gradient-to: rgb(244.2, 183, 183);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-200 {
    --uc-gradient-from: rgb(244.2, 183, 183);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.2, 183, 183), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-300 {
    --uc-gradient-to: rgb(238.8, 147, 147);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-300 {
    --uc-gradient-from: rgb(238.8, 147, 147);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 147, 147), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-400 {
    --uc-gradient-to: rgb(233.4, 111, 111);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-400 {
    --uc-gradient-from: rgb(233.4, 111, 111);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(233.4, 111, 111), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-500 {
    --uc-gradient-to: #e44b4b;
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-500 {
    --uc-gradient-from: #e44b4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #e44b4b, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-600 {
    --uc-gradient-to: rgb(182.4, 60, 60);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-600 {
    --uc-gradient-from: rgb(182.4, 60, 60);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(182.4, 60, 60), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-700 {
    --uc-gradient-to: rgb(136.8, 45, 45);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-700 {
    --uc-gradient-from: rgb(136.8, 45, 45);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(136.8, 45, 45), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-800 {
    --uc-gradient-to: rgb(91.2, 30, 30);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-800 {
    --uc-gradient-from: rgb(91.2, 30, 30);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(91.2, 30, 30), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-danger-900 {
    --uc-gradient-to: rgb(45.6, 15, 15);
  }
  :where(.uc-dark) .dark\:xxl\:from-danger-900 {
    --uc-gradient-from: rgb(45.6, 15, 15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-danger-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(45.6, 15, 15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:xxl\:from-blue {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-10 {
    --uc-gradient-to: rgb(247.56, 251.49, 254.64);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-10 {
    --uc-gradient-from: rgb(247.56, 251.49, 254.64);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.56, 251.49, 254.64), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-25 {
    --uc-gradient-to: rgb(242.6, 249.15, 254.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-25 {
    --uc-gradient-from: rgb(242.6, 249.15, 254.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.6, 249.15, 254.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-50 {
    --uc-gradient-to: rgb(230.2, 243.3, 253.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-50 {
    --uc-gradient-from: rgb(230.2, 243.3, 253.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.2, 243.3, 253.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-100 {
    --uc-gradient-to: rgb(205.4, 231.6, 252.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-100 {
    --uc-gradient-from: rgb(205.4, 231.6, 252.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.4, 231.6, 252.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-200 {
    --uc-gradient-to: rgb(155.8, 208.2, 250.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-200 {
    --uc-gradient-from: rgb(155.8, 208.2, 250.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.8, 208.2, 250.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-300 {
    --uc-gradient-to: rgb(106.2, 184.8, 247.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-300 {
    --uc-gradient-from: rgb(106.2, 184.8, 247.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(106.2, 184.8, 247.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-400 {
    --uc-gradient-to: rgb(56.6, 161.4, 245.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-400 {
    --uc-gradient-from: rgb(56.6, 161.4, 245.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(56.6, 161.4, 245.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-500 {
    --uc-gradient-to: #078af3;
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-500 {
    --uc-gradient-from: #078af3;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #078af3, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-600 {
    --uc-gradient-to: rgb(5.6, 110.4, 194.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-600 {
    --uc-gradient-from: rgb(5.6, 110.4, 194.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(5.6, 110.4, 194.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-700 {
    --uc-gradient-to: rgb(4.2, 82.8, 145.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-700 {
    --uc-gradient-from: rgb(4.2, 82.8, 145.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.2, 82.8, 145.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-800 {
    --uc-gradient-to: rgb(2.8, 55.2, 97.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-800 {
    --uc-gradient-from: rgb(2.8, 55.2, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.8, 55.2, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-blue-900 {
    --uc-gradient-to: rgb(1.4, 27.6, 48.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-blue-900 {
    --uc-gradient-from: rgb(1.4, 27.6, 48.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-blue-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.4, 27.6, 48.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-10 {
    --uc-gradient-to: rgb(249.9, 249.15, 254.04);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-10 {
    --uc-gradient-from: rgb(249.9, 249.15, 254.04);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.9, 249.15, 254.04), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-25 {
    --uc-gradient-to: rgb(246.5, 245.25, 253.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-25 {
    --uc-gradient-from: rgb(246.5, 245.25, 253.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.5, 245.25, 253.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-50 {
    --uc-gradient-to: rgb(238, 235.5, 251.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-50 {
    --uc-gradient-from: rgb(238, 235.5, 251.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238, 235.5, 251.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-100 {
    --uc-gradient-to: rgb(221, 216, 248.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-100 {
    --uc-gradient-from: rgb(221, 216, 248.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(221, 216, 248.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-200 {
    --uc-gradient-to: rgb(187, 177, 242.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-200 {
    --uc-gradient-from: rgb(187, 177, 242.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187, 177, 242.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-300 {
    --uc-gradient-to: rgb(153, 138, 235.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-300 {
    --uc-gradient-from: rgb(153, 138, 235.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(153, 138, 235.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-400 {
    --uc-gradient-to: rgb(119, 99, 229.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-400 {
    --uc-gradient-from: rgb(119, 99, 229.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(119, 99, 229.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-500 {
    --uc-gradient-to: #553cdf;
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-500 {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #553cdf, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-600 {
    --uc-gradient-to: rgb(68, 48, 178.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-600 {
    --uc-gradient-from: rgb(68, 48, 178.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(68, 48, 178.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-700 {
    --uc-gradient-to: rgb(51, 36, 133.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-700 {
    --uc-gradient-from: rgb(51, 36, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(51, 36, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-800 {
    --uc-gradient-to: rgb(34, 24, 89.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-800 {
    --uc-gradient-from: rgb(34, 24, 89.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34, 24, 89.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-indigo-900 {
    --uc-gradient-to: rgb(17, 12, 44.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-indigo-900 {
    --uc-gradient-from: rgb(17, 12, 44.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-indigo-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(17, 12, 44.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:xxl\:from-purple {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-10 {
    --uc-gradient-to: rgb(251.46, 248.34, 254.19);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-10 {
    --uc-gradient-from: rgb(251.46, 248.34, 254.19);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.46, 248.34, 254.19), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-25 {
    --uc-gradient-to: rgb(249.1, 243.9, 253.65);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-25 {
    --uc-gradient-from: rgb(249.1, 243.9, 253.65);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.1, 243.9, 253.65), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-50 {
    --uc-gradient-to: rgb(243.2, 232.8, 252.3);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-50 {
    --uc-gradient-from: rgb(243.2, 232.8, 252.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243.2, 232.8, 252.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-100 {
    --uc-gradient-to: rgb(231.4, 210.6, 249.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-100 {
    --uc-gradient-from: rgb(231.4, 210.6, 249.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(231.4, 210.6, 249.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-200 {
    --uc-gradient-to: rgb(207.8, 166.2, 244.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-200 {
    --uc-gradient-from: rgb(207.8, 166.2, 244.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(207.8, 166.2, 244.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-300 {
    --uc-gradient-to: rgb(184.2, 121.8, 238.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-300 {
    --uc-gradient-from: rgb(184.2, 121.8, 238.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(184.2, 121.8, 238.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-400 {
    --uc-gradient-to: rgb(160.6, 77.4, 233.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-400 {
    --uc-gradient-from: rgb(160.6, 77.4, 233.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(160.6, 77.4, 233.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-500 {
    --uc-gradient-to: #8921e4;
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-500 {
    --uc-gradient-from: #8921e4;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #8921e4, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-600 {
    --uc-gradient-to: rgb(109.6, 26.4, 182.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-600 {
    --uc-gradient-from: rgb(109.6, 26.4, 182.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(109.6, 26.4, 182.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-700 {
    --uc-gradient-to: rgb(82.2, 19.8, 136.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-700 {
    --uc-gradient-from: rgb(82.2, 19.8, 136.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(82.2, 19.8, 136.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-800 {
    --uc-gradient-to: rgb(54.8, 13.2, 91.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-800 {
    --uc-gradient-from: rgb(54.8, 13.2, 91.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(54.8, 13.2, 91.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-purple-900 {
    --uc-gradient-to: rgb(27.4, 6.6, 45.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-purple-900 {
    --uc-gradient-from: rgb(27.4, 6.6, 45.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-purple-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(27.4, 6.6, 45.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:xxl\:from-red {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-10 {
    --uc-gradient-to: rgb(254.37, 249.36, 248.94);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-10 {
    --uc-gradient-from: rgb(254.37, 249.36, 248.94);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.37, 249.36, 248.94), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-25 {
    --uc-gradient-to: rgb(253.95, 245.6, 244.9);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-25 {
    --uc-gradient-from: rgb(253.95, 245.6, 244.9);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.95, 245.6, 244.9), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-50 {
    --uc-gradient-to: rgb(252.9, 236.2, 234.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-50 {
    --uc-gradient-from: rgb(252.9, 236.2, 234.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.9, 236.2, 234.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-100 {
    --uc-gradient-to: rgb(250.8, 217.4, 214.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-100 {
    --uc-gradient-from: rgb(250.8, 217.4, 214.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.8, 217.4, 214.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-200 {
    --uc-gradient-to: rgb(246.6, 179.8, 174.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-200 {
    --uc-gradient-from: rgb(246.6, 179.8, 174.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.6, 179.8, 174.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-300 {
    --uc-gradient-to: rgb(242.4, 142.2, 133.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-300 {
    --uc-gradient-from: rgb(242.4, 142.2, 133.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.4, 142.2, 133.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-400 {
    --uc-gradient-to: rgb(238.2, 104.6, 93.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-400 {
    --uc-gradient-from: rgb(238.2, 104.6, 93.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.2, 104.6, 93.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-500 {
    --uc-gradient-to: #ea4335;
  }
  :where(.uc-dark) .dark\:xxl\:from-red-500 {
    --uc-gradient-from: #ea4335;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #ea4335, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-600 {
    --uc-gradient-to: rgb(187.2, 53.6, 42.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-600 {
    --uc-gradient-from: rgb(187.2, 53.6, 42.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(187.2, 53.6, 42.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-700 {
    --uc-gradient-to: rgb(140.4, 40.2, 31.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-700 {
    --uc-gradient-from: rgb(140.4, 40.2, 31.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(140.4, 40.2, 31.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-800 {
    --uc-gradient-to: rgb(93.6, 26.8, 21.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-800 {
    --uc-gradient-from: rgb(93.6, 26.8, 21.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(93.6, 26.8, 21.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-red-900 {
    --uc-gradient-to: rgb(46.8, 13.4, 10.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-red-900 {
    --uc-gradient-from: rgb(46.8, 13.4, 10.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-red-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(46.8, 13.4, 10.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:xxl\:from-rose {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-10 {
    --uc-gradient-to: rgb(253.65, 247.77, 249.72);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-10 {
    --uc-gradient-from: rgb(253.65, 247.77, 249.72);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.65, 247.77, 249.72), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-25 {
    --uc-gradient-to: rgb(252.75, 242.95, 246.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-25 {
    --uc-gradient-from: rgb(252.75, 242.95, 246.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.75, 242.95, 246.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-50 {
    --uc-gradient-to: rgb(250.5, 230.9, 237.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-50 {
    --uc-gradient-from: rgb(250.5, 230.9, 237.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.5, 230.9, 237.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-100 {
    --uc-gradient-to: rgb(246, 206.8, 219.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-100 {
    --uc-gradient-from: rgb(246, 206.8, 219.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 206.8, 219.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-200 {
    --uc-gradient-to: rgb(237, 158.6, 184.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-200 {
    --uc-gradient-from: rgb(237, 158.6, 184.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237, 158.6, 184.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-300 {
    --uc-gradient-to: rgb(228, 110.4, 149.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-300 {
    --uc-gradient-from: rgb(228, 110.4, 149.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(228, 110.4, 149.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-400 {
    --uc-gradient-to: rgb(219, 62.2, 114.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-400 {
    --uc-gradient-from: rgb(219, 62.2, 114.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(219, 62.2, 114.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-500 {
    --uc-gradient-to: #d20e4f;
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-500 {
    --uc-gradient-from: #d20e4f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #d20e4f, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-600 {
    --uc-gradient-to: rgb(168, 11.2, 63.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-600 {
    --uc-gradient-from: rgb(168, 11.2, 63.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(168, 11.2, 63.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-700 {
    --uc-gradient-to: rgb(126, 8.4, 47.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-700 {
    --uc-gradient-from: rgb(126, 8.4, 47.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(126, 8.4, 47.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-800 {
    --uc-gradient-to: rgb(84, 5.6, 31.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-800 {
    --uc-gradient-from: rgb(84, 5.6, 31.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(84, 5.6, 31.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-rose-900 {
    --uc-gradient-to: rgb(42, 2.8, 15.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-rose-900 {
    --uc-gradient-from: rgb(42, 2.8, 15.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-rose-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(42, 2.8, 15.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:xxl\:from-pink {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-10 {
    --uc-gradient-to: rgb(254.55, 250.56, 252.06);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-10 {
    --uc-gradient-from: rgb(254.55, 250.56, 252.06);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.55, 250.56, 252.06), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-25 {
    --uc-gradient-to: rgb(254.25, 247.6, 250.1);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-25 {
    --uc-gradient-from: rgb(254.25, 247.6, 250.1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.25, 247.6, 250.1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-50 {
    --uc-gradient-to: rgb(253.5, 240.2, 245.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-50 {
    --uc-gradient-from: rgb(253.5, 240.2, 245.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.5, 240.2, 245.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-100 {
    --uc-gradient-to: rgb(252, 225.4, 235.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-100 {
    --uc-gradient-from: rgb(252, 225.4, 235.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252, 225.4, 235.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-200 {
    --uc-gradient-to: rgb(249, 195.8, 215.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-200 {
    --uc-gradient-from: rgb(249, 195.8, 215.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249, 195.8, 215.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-300 {
    --uc-gradient-to: rgb(246, 166.2, 196.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-300 {
    --uc-gradient-from: rgb(246, 166.2, 196.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246, 166.2, 196.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-400 {
    --uc-gradient-to: rgb(243, 136.6, 176.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-400 {
    --uc-gradient-from: rgb(243, 136.6, 176.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(243, 136.6, 176.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-500 {
    --uc-gradient-to: #f06b9d;
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-500 {
    --uc-gradient-from: #f06b9d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #f06b9d, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-600 {
    --uc-gradient-to: rgb(192, 85.6, 125.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-600 {
    --uc-gradient-from: rgb(192, 85.6, 125.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(192, 85.6, 125.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-700 {
    --uc-gradient-to: rgb(144, 64.2, 94.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-700 {
    --uc-gradient-from: rgb(144, 64.2, 94.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(144, 64.2, 94.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-800 {
    --uc-gradient-to: rgb(96, 42.8, 62.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-800 {
    --uc-gradient-from: rgb(96, 42.8, 62.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(96, 42.8, 62.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-pink-900 {
    --uc-gradient-to: rgb(48, 21.4, 31.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-pink-900 {
    --uc-gradient-from: rgb(48, 21.4, 31.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-pink-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(48, 21.4, 31.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:xxl\:from-orange {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-10 {
    --uc-gradient-to: rgb(254.88, 250.56, 248.25);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-10 {
    --uc-gradient-from: rgb(254.88, 250.56, 248.25);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.88, 250.56, 248.25), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-25 {
    --uc-gradient-to: rgb(254.8, 247.6, 243.75);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-25 {
    --uc-gradient-from: rgb(254.8, 247.6, 243.75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.8, 247.6, 243.75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-50 {
    --uc-gradient-to: rgb(254.6, 240.2, 232.5);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-50 {
    --uc-gradient-from: rgb(254.6, 240.2, 232.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.6, 240.2, 232.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-100 {
    --uc-gradient-to: rgb(254.2, 225.4, 210);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-100 {
    --uc-gradient-from: rgb(254.2, 225.4, 210);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.2, 225.4, 210), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-200 {
    --uc-gradient-to: rgb(253.4, 195.8, 165);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-200 {
    --uc-gradient-from: rgb(253.4, 195.8, 165);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.4, 195.8, 165), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-300 {
    --uc-gradient-to: rgb(252.6, 166.2, 120);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-300 {
    --uc-gradient-from: rgb(252.6, 166.2, 120);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 166.2, 120), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-400 {
    --uc-gradient-to: rgb(251.8, 136.6, 75);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-400 {
    --uc-gradient-from: rgb(251.8, 136.6, 75);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(251.8, 136.6, 75), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-500 {
    --uc-gradient-to: #fb6b1e;
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-500 {
    --uc-gradient-from: #fb6b1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fb6b1e, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-600 {
    --uc-gradient-to: rgb(200.8, 85.6, 24);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-600 {
    --uc-gradient-from: rgb(200.8, 85.6, 24);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(200.8, 85.6, 24), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-700 {
    --uc-gradient-to: rgb(150.6, 64.2, 18);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-700 {
    --uc-gradient-from: rgb(150.6, 64.2, 18);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(150.6, 64.2, 18), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-800 {
    --uc-gradient-to: rgb(100.4, 42.8, 12);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-800 {
    --uc-gradient-from: rgb(100.4, 42.8, 12);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.4, 42.8, 12), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-orange-900 {
    --uc-gradient-to: rgb(50.2, 21.4, 6);
  }
  :where(.uc-dark) .dark\:xxl\:from-orange-900 {
    --uc-gradient-from: rgb(50.2, 21.4, 6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-orange-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.2, 21.4, 6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-10 {
    --uc-gradient-to: rgb(254.91, 252.99, 247.5);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-10 {
    --uc-gradient-from: rgb(254.91, 252.99, 247.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.91, 252.99, 247.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-25 {
    --uc-gradient-to: rgb(254.85, 251.65, 242.5);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-25 {
    --uc-gradient-from: rgb(254.85, 251.65, 242.5);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.85, 251.65, 242.5), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-50 {
    --uc-gradient-to: rgb(254.7, 248.3, 230);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-50 {
    --uc-gradient-from: rgb(254.7, 248.3, 230);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.7, 248.3, 230), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-100 {
    --uc-gradient-to: rgb(254.4, 241.6, 205);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-100 {
    --uc-gradient-from: rgb(254.4, 241.6, 205);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(254.4, 241.6, 205), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-200 {
    --uc-gradient-to: rgb(253.8, 228.2, 155);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-200 {
    --uc-gradient-from: rgb(253.8, 228.2, 155);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.8, 228.2, 155), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-300 {
    --uc-gradient-to: rgb(253.2, 214.8, 105);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-300 {
    --uc-gradient-from: rgb(253.2, 214.8, 105);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(253.2, 214.8, 105), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-400 {
    --uc-gradient-to: rgb(252.6, 201.4, 55);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-400 {
    --uc-gradient-from: rgb(252.6, 201.4, 55);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.6, 201.4, 55), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-500 {
    --uc-gradient-to: #fcbc05;
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-500 {
    --uc-gradient-from: #fcbc05;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #fcbc05, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-600 {
    --uc-gradient-to: rgb(201.6, 150.4, 4);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-600 {
    --uc-gradient-from: rgb(201.6, 150.4, 4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(201.6, 150.4, 4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-700 {
    --uc-gradient-to: rgb(151.2, 112.8, 3);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-700 {
    --uc-gradient-from: rgb(151.2, 112.8, 3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.2, 112.8, 3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-800 {
    --uc-gradient-to: rgb(100.8, 75.2, 2);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-800 {
    --uc-gradient-from: rgb(100.8, 75.2, 2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(100.8, 75.2, 2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-yellow-900 {
    --uc-gradient-to: rgb(50.4, 37.6, 1);
  }
  :where(.uc-dark) .dark\:xxl\:from-yellow-900 {
    --uc-gradient-from: rgb(50.4, 37.6, 1);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-yellow-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(50.4, 37.6, 1), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:xxl\:from-green {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-10 {
    --uc-gradient-to: rgb(248.91, 252.39, 249.84);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-10 {
    --uc-gradient-from: rgb(248.91, 252.39, 249.84);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(248.91, 252.39, 249.84), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-25 {
    --uc-gradient-to: rgb(244.85, 250.65, 246.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-25 {
    --uc-gradient-from: rgb(244.85, 250.65, 246.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(244.85, 250.65, 246.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-50 {
    --uc-gradient-to: rgb(234.7, 246.3, 237.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-50 {
    --uc-gradient-from: rgb(234.7, 246.3, 237.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(234.7, 246.3, 237.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-100 {
    --uc-gradient-to: rgb(214.4, 237.6, 220.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-100 {
    --uc-gradient-from: rgb(214.4, 237.6, 220.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(214.4, 237.6, 220.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-200 {
    --uc-gradient-to: rgb(173.8, 220.2, 186.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-200 {
    --uc-gradient-from: rgb(173.8, 220.2, 186.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(173.8, 220.2, 186.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-300 {
    --uc-gradient-to: rgb(133.2, 202.8, 151.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-300 {
    --uc-gradient-from: rgb(133.2, 202.8, 151.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(133.2, 202.8, 151.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-400 {
    --uc-gradient-to: rgb(92.6, 185.4, 117.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-400 {
    --uc-gradient-from: rgb(92.6, 185.4, 117.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(92.6, 185.4, 117.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-500 {
    --uc-gradient-to: #34a853;
  }
  :where(.uc-dark) .dark\:xxl\:from-green-500 {
    --uc-gradient-from: #34a853;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #34a853, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-600 {
    --uc-gradient-to: rgb(41.6, 134.4, 66.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-600 {
    --uc-gradient-from: rgb(41.6, 134.4, 66.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(41.6, 134.4, 66.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-700 {
    --uc-gradient-to: rgb(31.2, 100.8, 49.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-700 {
    --uc-gradient-from: rgb(31.2, 100.8, 49.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(31.2, 100.8, 49.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-800 {
    --uc-gradient-to: rgb(20.8, 67.2, 33.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-800 {
    --uc-gradient-from: rgb(20.8, 67.2, 33.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(20.8, 67.2, 33.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-green-900 {
    --uc-gradient-to: rgb(10.4, 33.6, 16.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-green-900 {
    --uc-gradient-from: rgb(10.4, 33.6, 16.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-green-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(10.4, 33.6, 16.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:xxl\:from-lime {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-10 {
    --uc-gradient-to: rgb(252.57, 254.64, 250.02);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-10 {
    --uc-gradient-from: rgb(252.57, 254.64, 250.02);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(252.57, 254.64, 250.02), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-25 {
    --uc-gradient-to: rgb(250.95, 254.4, 246.7);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-25 {
    --uc-gradient-from: rgb(250.95, 254.4, 246.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(250.95, 254.4, 246.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-50 {
    --uc-gradient-to: rgb(246.9, 253.8, 238.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-50 {
    --uc-gradient-from: rgb(246.9, 253.8, 238.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.9, 253.8, 238.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-100 {
    --uc-gradient-to: rgb(238.8, 252.6, 221.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-100 {
    --uc-gradient-from: rgb(238.8, 252.6, 221.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(238.8, 252.6, 221.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-200 {
    --uc-gradient-to: rgb(222.6, 250.2, 188.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-200 {
    --uc-gradient-from: rgb(222.6, 250.2, 188.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(222.6, 250.2, 188.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-300 {
    --uc-gradient-to: rgb(206.4, 247.8, 155.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-300 {
    --uc-gradient-from: rgb(206.4, 247.8, 155.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(206.4, 247.8, 155.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-400 {
    --uc-gradient-to: rgb(190.2, 245.4, 122.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-400 {
    --uc-gradient-from: rgb(190.2, 245.4, 122.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(190.2, 245.4, 122.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-500 {
    --uc-gradient-to: #aef359;
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-500 {
    --uc-gradient-from: #aef359;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #aef359, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-600 {
    --uc-gradient-to: rgb(139.2, 194.4, 71.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-600 {
    --uc-gradient-from: rgb(139.2, 194.4, 71.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(139.2, 194.4, 71.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-700 {
    --uc-gradient-to: rgb(104.4, 145.8, 53.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-700 {
    --uc-gradient-from: rgb(104.4, 145.8, 53.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(104.4, 145.8, 53.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-800 {
    --uc-gradient-to: rgb(69.6, 97.2, 35.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-800 {
    --uc-gradient-from: rgb(69.6, 97.2, 35.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(69.6, 97.2, 35.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-lime-900 {
    --uc-gradient-to: rgb(34.8, 48.6, 17.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-lime-900 {
    --uc-gradient-from: rgb(34.8, 48.6, 17.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-lime-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(34.8, 48.6, 17.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:xxl\:from-teal {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-10 {
    --uc-gradient-to: rgb(247.53, 254.73, 253.29);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-10 {
    --uc-gradient-from: rgb(247.53, 254.73, 253.29);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(247.53, 254.73, 253.29), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-25 {
    --uc-gradient-to: rgb(242.55, 254.55, 252.15);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-25 {
    --uc-gradient-from: rgb(242.55, 254.55, 252.15);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(242.55, 254.55, 252.15), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-50 {
    --uc-gradient-to: rgb(230.1, 254.1, 249.3);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-50 {
    --uc-gradient-from: rgb(230.1, 254.1, 249.3);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(230.1, 254.1, 249.3), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-100 {
    --uc-gradient-to: rgb(205.2, 253.2, 243.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-100 {
    --uc-gradient-from: rgb(205.2, 253.2, 243.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(205.2, 253.2, 243.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-200 {
    --uc-gradient-to: rgb(155.4, 251.4, 232.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-200 {
    --uc-gradient-from: rgb(155.4, 251.4, 232.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(155.4, 251.4, 232.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-300 {
    --uc-gradient-to: rgb(105.6, 249.6, 220.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-300 {
    --uc-gradient-from: rgb(105.6, 249.6, 220.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(105.6, 249.6, 220.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-400 {
    --uc-gradient-to: rgb(55.8, 247.8, 209.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-400 {
    --uc-gradient-from: rgb(55.8, 247.8, 209.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(55.8, 247.8, 209.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-500 {
    --uc-gradient-to: #06f6c6;
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-500 {
    --uc-gradient-from: #06f6c6;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #06f6c6, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-600 {
    --uc-gradient-to: rgb(4.8, 196.8, 158.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-600 {
    --uc-gradient-from: rgb(4.8, 196.8, 158.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(4.8, 196.8, 158.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-700 {
    --uc-gradient-to: rgb(3.6, 147.6, 118.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-700 {
    --uc-gradient-from: rgb(3.6, 147.6, 118.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(3.6, 147.6, 118.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-800 {
    --uc-gradient-to: rgb(2.4, 98.4, 79.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-800 {
    --uc-gradient-from: rgb(2.4, 98.4, 79.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(2.4, 98.4, 79.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-teal-900 {
    --uc-gradient-to: rgb(1.2, 49.2, 39.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-teal-900 {
    --uc-gradient-from: rgb(1.2, 49.2, 39.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-teal-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(1.2, 49.2, 39.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-10 {
    --uc-gradient-to: rgb(249.03, 254.1, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-10 {
    --uc-gradient-from: rgb(249.03, 254.1, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.03, 254.1, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-25 {
    --uc-gradient-to: rgb(245.05, 253.5, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-25 {
    --uc-gradient-from: rgb(245.05, 253.5, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(245.05, 253.5, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-50 {
    --uc-gradient-to: rgb(235.1, 252, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-50 {
    --uc-gradient-from: rgb(235.1, 252, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(235.1, 252, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-100 {
    --uc-gradient-to: rgb(215.2, 249, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-100 {
    --uc-gradient-from: rgb(215.2, 249, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(215.2, 249, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-200 {
    --uc-gradient-to: rgb(175.4, 243, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-200 {
    --uc-gradient-from: rgb(175.4, 243, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(175.4, 243, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-300 {
    --uc-gradient-to: rgb(135.6, 237, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-300 {
    --uc-gradient-from: rgb(135.6, 237, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(135.6, 237, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-400 {
    --uc-gradient-to: rgb(95.8, 231, 255);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-400 {
    --uc-gradient-from: rgb(95.8, 231, 255);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(95.8, 231, 255), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-500 {
    --uc-gradient-to: #38e1ff;
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-500 {
    --uc-gradient-from: #38e1ff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #38e1ff, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-600 {
    --uc-gradient-to: rgb(44.8, 180, 204);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-600 {
    --uc-gradient-from: rgb(44.8, 180, 204);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(44.8, 180, 204), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-700 {
    --uc-gradient-to: rgb(33.6, 135, 153);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-700 {
    --uc-gradient-from: rgb(33.6, 135, 153);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.6, 135, 153), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-800 {
    --uc-gradient-to: rgb(22.4, 90, 102);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-800 {
    --uc-gradient-from: rgb(22.4, 90, 102);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(22.4, 90, 102), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-cyan-900 {
    --uc-gradient-to: rgb(11.2, 45, 51);
  }
  :where(.uc-dark) .dark\:xxl\:from-cyan-900 {
    --uc-gradient-from: rgb(11.2, 45, 51);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-cyan-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(11.2, 45, 51), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-10 {
    --uc-gradient-to: rgb(249.84, 251.79, 252.21);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-10 {
    --uc-gradient-from: rgb(249.84, 251.79, 252.21);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-10 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(249.84, 251.79, 252.21), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-25 {
    --uc-gradient-to: rgb(246.4, 249.65, 250.35);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-25 {
    --uc-gradient-from: rgb(246.4, 249.65, 250.35);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-25 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(246.4, 249.65, 250.35), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-50 {
    --uc-gradient-to: rgb(237.8, 244.3, 245.7);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-50 {
    --uc-gradient-from: rgb(237.8, 244.3, 245.7);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-50 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(237.8, 244.3, 245.7), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-100 {
    --uc-gradient-to: rgb(220.6, 233.6, 236.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-100 {
    --uc-gradient-from: rgb(220.6, 233.6, 236.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-100 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(220.6, 233.6, 236.4), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-200 {
    --uc-gradient-to: rgb(186.2, 212.2, 217.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-200 {
    --uc-gradient-from: rgb(186.2, 212.2, 217.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-200 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(186.2, 212.2, 217.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-300 {
    --uc-gradient-to: rgb(151.8, 190.8, 199.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-300 {
    --uc-gradient-from: rgb(151.8, 190.8, 199.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-300 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(151.8, 190.8, 199.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-400 {
    --uc-gradient-to: rgb(117.4, 169.4, 180.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-400 {
    --uc-gradient-from: rgb(117.4, 169.4, 180.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-400 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(117.4, 169.4, 180.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-500 {
    --uc-gradient-to: #5394a2;
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-500 {
    --uc-gradient-from: #5394A2;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-500 {
    --uc-gradient-stops: var(--uc-gradient-from), #5394A2, var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-600 {
    --uc-gradient-to: rgb(66.4, 118.4, 129.6);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-600 {
    --uc-gradient-from: rgb(66.4, 118.4, 129.6);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-600 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(66.4, 118.4, 129.6), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-700 {
    --uc-gradient-to: rgb(49.8, 88.8, 97.2);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-700 {
    --uc-gradient-from: rgb(49.8, 88.8, 97.2);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-700 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(49.8, 88.8, 97.2), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-800 {
    --uc-gradient-to: rgb(33.2, 59.2, 64.8);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-800 {
    --uc-gradient-from: rgb(33.2, 59.2, 64.8);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-800 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(33.2, 59.2, 64.8), var(--uc-gradient-to) !important;
  }
  :where(.uc-dark) .dark\:xxl\:to-tertiary-900 {
    --uc-gradient-to: rgb(16.6, 29.6, 32.4);
  }
  :where(.uc-dark) .dark\:xxl\:from-tertiary-900 {
    --uc-gradient-from: rgb(16.6, 29.6, 32.4);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
  }
  :where(.uc-dark) .dark\:xxl\:via-tertiary-900 {
    --uc-gradient-stops: var(--uc-gradient-from), rgb(16.6, 29.6, 32.4), var(--uc-gradient-to) !important;
  }
}
@font-face {
  font-family: "lg";
  src: url("/assets/lg.woff2") format("woff2"), url("/assets/lg.ttf") format("truetype"), url("/assets/lg.woff") format("woff"), url("/assets/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/fonts/bootstrap-icons-e318fb9e.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("/assets/fonts/bootstrap-icons-9f73f0b7.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

.bi-bluesky::before {
  content: "\f7f9";
}

.bi-tux::before {
  content: "滑";
}

.bi-beaker-fill::before {
  content: "串";
}

.bi-beaker::before {
  content: "句";
}

.bi-flask-fill::before {
  content: "龜";
}

.bi-flask-florence-fill::before {
  content: "龜";
}

.bi-flask-florence::before {
  content: "契";
}

.bi-flask::before {
  content: "金";
}

.bi-leaf-fill::before {
  content: "喇";
}

.bi-leaf::before {
  content: "奈";
}

.bi-measuring-cup-fill::before {
  content: "懶";
}

.bi-measuring-cup::before {
  content: "癩";
}

.bi-unlock2-fill::before {
  content: "羅";
}

.bi-unlock2::before {
  content: "蘿";
}

.bi-battery-low::before {
  content: "螺";
}

.bi-anthropic::before {
  content: "裸";
}

.bi-apple-music::before {
  content: "邏";
}

.bi-claude::before {
  content: "樂";
}

.bi-openai::before {
  content: "洛";
}

.bi-perplexity::before {
  content: "烙";
}

.bi-css::before {
  content: "珞";
}

.bi-javascript::before {
  content: "落";
}

.bi-typescript::before {
  content: "酪";
}

.bi-fork-knife::before {
  content: "駱";
}

.bi-globe-americas-fill::before {
  content: "亂";
}

.bi-globe-asia-australia-fill::before {
  content: "卵";
}

.bi-globe-central-south-asia-fill::before {
  content: "欄";
}

.bi-globe-europe-africa-fill::before {
  content: "爛";
}

:root {
  --portal-paper: #f2f2f0;
  --portal-surface: #ffffff;
  --portal-surface-alt: #f8f8f6;
  --portal-ink: #111;
  --portal-ink-body: #1a1a1a;
  --portal-ink-muted: #555;
  --portal-ink-faint: #888;
  --portal-ink-ghost: #bbb;
  --portal-line: #e8e8e6;
  --portal-line-soft: #e0e0de;
  --portal-placeholder: #eaeae8;
  --portal-glass-scrim-strong: rgba(5, 20, 40, 0.95);
  --portal-glass-scrim-mid: rgba(5, 20, 40, 0.5);
  --portal-glass-label: rgba(26, 95, 171, 0.3);
  --portal-glass-hairline: rgba(255, 255, 255, 0.2);
  --portal-navbar-glass: rgba(255, 255, 255, 0.92);
  --portal-shadow-sticky: 0 1px 12px rgba(0, 0, 0, 0.06);
  --portal-topbar-grad: linear-gradient(90deg, #0d3a6e 0%, #1a5fab 50%, #0d3a6e 100%);
  --portal-radius-sharp: 2px;
}

.section.featured-posts-section {
  background-color: transparent;
  padding-block: 0;
  margin-block: var(--portal-band-gap);
}

:root {
  --portal-band-gap: 12px;
}

@media (min-width: 992px) {
  :root {
    --portal-band-gap: 20px;
  }
}
.home-banner {
  width: 100%;
  aspect-ratio: 1122/1402;
  max-height: 62svh;
  overflow: hidden;
}
.home-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

@media (min-width: 768px) {
  .home-banner {
    max-width: 1600px;
    margin-inline: auto;
    aspect-ratio: 1942/809;
  }
}
.container.max-w-760px {
  max-width: 760px;
}

.post-cover {
  aspect-ratio: 3/2;
  border-radius: 0;
}

@media (min-width: 768px) {
  .post-cover {
    aspect-ratio: 21/9;
  }
}
.post-content.tiptap-editor h2 {
  font-size: 1.5rem;
}
.post-content.tiptap-editor h3 {
  font-size: 1.25rem;
}
.post-content.tiptap-editor a:not(.btn) {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}
.post-content.tiptap-editor blockquote {
  margin: 2rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--color-primary);
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--portal-ink);
}
.post-content.tiptap-editor img {
  border-radius: var(--portal-radius-sharp);
}
.post-content.tiptap-editor figcaption {
  margin-top: 0.5rem;
  font-family: var(--font-family-primary);
  font-size: 0.82rem;
  color: var(--portal-ink-faint);
}

.posts-index {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.posts-index__header .editorial-section-header {
  margin-bottom: 0;
}

.post-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--portal-radius-sharp);
}

.post-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.post-card .post-title {
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
.post-card .post-title a {
  color: var(--portal-ink);
  transition: color 0.15s ease;
}
.post-card .post-title a:hover {
  color: var(--color-primary);
}

.post-date-chip {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--portal-ink-faint);
}

.post-card--lead {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.post-card--lead .post-card__media {
  aspect-ratio: 4/3;
}
.post-card--lead .post-title {
  font-size: 1.55rem;
}
.post-card--lead .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.posts-index__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 0.75rem;
}

.post-card--grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.post-card--grid .post-title {
  font-size: 0.98rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.posts-index__list-title {
  --heading-font-typeface: var(--font-family-primary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--portal-ink-faint);
  margin: 0 0 0.75rem;
}

.post-list {
  display: flex;
  flex-direction: column;
}

.post-card--list {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding-block: 0.9rem;
  border-top: 1px solid var(--portal-line-soft);
}
.post-card--list .post-card__media {
  aspect-ratio: 4/3;
}
.post-card--list .post-title {
  font-size: 1rem;
}
.post-card--list .post-date-chip--calendar {
  min-width: 34px;
  top: 0.3rem;
  left: 0.3rem;
  padding: 0.2rem 0.3rem;
}
.post-card--list .post-date-chip__day {
  font-size: 0.85rem;
}
.post-card--list .post-date-chip__month {
  font-size: 0.5rem;
}

.posts-index .post-category-badge,
.home-section .post-category-badge {
  display: none;
}

.home-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-section--alt {
  background-color: var(--portal-surface-alt);
  border-radius: var(--portal-radius-sharp);
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .home-section--alt {
    padding: 2rem;
  }
}
.post-list > :first-child .post-card--list,
.post-card--list:first-child {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  .posts-index {
    gap: 2.25rem;
  }
  .post-card--lead {
    display: grid;
    grid-template-columns: 58% minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
  }
  .post-card--lead .post-card__media {
    aspect-ratio: 16/9;
  }
  .post-card--lead .post-title {
    font-size: 1.9rem;
  }
  .posts-index__highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .post-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }
  .post-card--list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    padding-block: 0;
    border-top: 0;
  }
  .post-card--list .post-card__media {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .post-card--lead .post-title {
    font-size: 2.2rem;
  }
  .post-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-date-chip--calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 0.35rem 0.45rem 0.3rem;
  border-radius: 14px;
  border: 1px solid transparent;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 1px 3px rgba(16, 32, 64, 0.12), 0 8px 24px rgba(16, 32, 64, 0.1);
}

.post-card__media .post-date-chip--calendar {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

.post-date-chip--light {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--portal-ink);
}

.post-date-chip--dark {
  background: rgba(10, 20, 35, 0.55);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) {
  .post-date-chip--calendar {
    backdrop-filter: blur(20px) saturate(180%);
  }
  .post-date-chip--light {
    background: rgba(255, 255, 255, 0.62);
  }
  .post-date-chip--dark {
    background: rgba(10, 20, 35, 0.32);
  }
}
.post-date-chip__day {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.post-date-chip__month {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.post-date-chip--light .post-date-chip__month {
  color: var(--color-primary);
}

.post-date-chip--dark .post-date-chip__month {
  color: rgba(255, 255, 255, 0.82);
}

.agenda-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 76svh;
  overflow: hidden;
}

.agenda-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agenda-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--portal-glass-scrim-strong) 0%, var(--portal-glass-scrim-mid) 42%, transparent 74%);
}

.agenda-hero__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.25rem 1.25rem 1.5rem;
  color: #fff;
}

.agenda-hero .post-date-chip--calendar {
  position: static;
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.75rem;
}

.agenda-hero__title {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.agenda-hero__title a {
  color: #fff;
}

.agenda-hero__excerpt {
  margin: 0.6rem 0 0;
  font-family: var(--font-family-primary);
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .agenda-hero {
    aspect-ratio: 21/9;
  }
  .agenda-hero__body {
    padding: 2rem 2.5rem 2.5rem;
    max-width: 46rem;
  }
  .agenda-hero__title {
    font-size: 2.6rem;
  }
  .agenda-hero__excerpt {
    font-size: 1rem;
  }
}
.posts-index--agenda {
  gap: 1.25rem;
}

.agenda-month + .agenda-month {
  margin-top: 1.5rem;
}

.agenda-month__label {
  position: sticky;
  top: var(--agenda-sticky-top, 72px);
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.85rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--portal-line);
  background: var(--portal-surface);
  --heading-font-typeface: var(--font-family-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
}

@supports (backdrop-filter: blur(16px)) or (-webkit-backdrop-filter: blur(16px)) {
  .agenda-month__label {
    background: color-mix(in srgb, var(--portal-surface) 68%, transparent);
    backdrop-filter: blur(16px) saturate(180%);
  }
}
.agenda-month__year {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--portal-ink-faint);
}

.dollar-rate-component {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.dollar-rate-component small, .dollar-rate-component .small {
  font-size: 0.875rem;
}

.uc-top-navbar .uc-navbar-left {
  min-width: 0;
  flex: 1 1 auto;
}
.uc-top-navbar .uc-navbar-right {
  flex: 0 0 auto;
}
.uc-top-navbar .trending-ticker,
.uc-top-navbar .swiper,
.uc-top-navbar .swiper-wrapper,
.uc-top-navbar .swiper-slide,
.uc-top-navbar .post {
  min-width: 0;
  max-width: 100%;
}
.uc-top-navbar .dollar-rate-component {
  padding: 0.25rem 0;
  font-size: 0.875rem;
}
.uc-top-navbar .dollar-rate-component .post-title {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.uc-top-navbar .dollar-rate-component .post-title i,
.uc-top-navbar .dollar-rate-component .post-title small,
.uc-top-navbar .dollar-rate-component .post-title .small {
  display: inline;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.uc-top-navbar .dollar-rate-component small, .uc-top-navbar .dollar-rate-component .small {
  font-size: 0.75rem;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.choices[data-type*=select] > .choices__inner {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0;
}
.choices[data-type*=select] > .choices__inner > .choices__list--single {
  padding: 1rem 16px 1rem 1rem;
}
.choices[data-type*=select].is-focused > .choices__inner {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.choices[data-type*=select] > .choices__list--dropdown {
  --bs-dropdown-padding-y: 0;
}
.choices[data-type*=select]::after {
  content: none;
}

:root {
  --gala-bg: #0a0510;
  --gala-bg-soft: #0f0a18;
  --gala-gold: #D4AF37;
  --gala-gold-light: #F3E5AB;
  --gala-purple: #4A148C;
  --gala-card-bg: #1a1125;
  --gala-text: #f8f9fa;
  --gala-muted: #a09caf;
  --gala-border: rgba(212, 175, 55, 0.15);
}

body.gala-page {
  background-color: var(--gala-bg) !important;
  color: var(--gala-text) !important;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

html:has(body.gala-page) {
  background: var(--gala-bg) !important;
}

.gala-page .panel:not(#uc-footer):not(.uc-footer):not(.uc-offcanvas-bar):not(.uc-modal-dialog):not(.uc-center-navbar) {
  background-color: transparent !important;
}

.gala-page h1, .gala-page h2, .gala-page h3, .gala-page h4, .gala-page h5,
.gala-heading,
.gala-page .brand-font {
  font-family: "Playfair Display", serif;
}

.gala-page .gold-text,
.gala-page.gold-text {
  color: var(--gala-gold) !important;
}

.gala-page .uc-top-navbar {
  background: rgba(10, 5, 16, 0.85) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gala-page .uc-navbar-container,
.gala-page .uc-navbar-container .uc-center-navbar {
  border: none !important;
  box-shadow: none !important;
}
.gala-page .uc-navbar-container.uc-navbar-transparent,
.gala-page .uc-navbar-container.uc-navbar-transparent .uc-center-navbar {
  background: transparent !important;
}
.gala-page .uc-navbar-container:not(.uc-navbar-transparent) {
  background: rgba(10, 5, 16, 0.92) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}
.gala-page .uc-navbar-container:not(.uc-navbar-transparent) .uc-center-navbar {
  background: transparent !important;
}
.gala-page .uc-navbar,
.gala-page .uc-navbar .uc-navbar-nav > li > a,
.gala-page .uc-navbar a:not(.btn),
.gala-page .uc-menu-trigger,
.gala-page .uc-search-trigger,
.gala-page .uc-social-header a {
  color: #fff !important;
}
.gala-page .uc-navbar a:not(.btn):hover,
.gala-page .uc-menu-trigger:hover,
.gala-page .uc-search-trigger:hover,
.gala-page .uc-social-header a:hover {
  color: var(--gala-gold) !important;
  text-decoration: none;
}
.gala-page .uc-logo img {
  filter: none;
}
.gala-page .uc-menu-trigger::before,
.gala-page .uc-menu-trigger::after,
.gala-page .uc-menu-trigger {
  color: #fff !important;
}
.gala-page .uc-navbar .btn-light,
.gala-page .uc-navbar .btn-outline-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.gala-page .uc-navbar .btn-light:hover,
.gala-page .uc-navbar .btn-outline-secondary:hover {
  background: var(--gala-gold) !important;
  border-color: var(--gala-gold) !important;
  color: var(--gala-bg) !important;
}

.gala-page #uc-footer .footer-outer {
  background: var(--gala-bg-soft) !important;
  color: var(--gala-muted) !important;
  border-top: 1px solid var(--gala-border);
}
.gala-page #uc-footer a {
  color: var(--gala-muted) !important;
}
.gala-page #uc-footer a:hover {
  color: var(--gala-gold) !important;
}
.gala-page #uc-footer .uc-logo,
.gala-page #uc-footer .footer-logo img {
  filter: none;
  opacity: 0.95;
}

.gala-hero {
  position: relative;
  padding: 120px 0 70px;
  background: radial-gradient(ellipse at 50% 0%, rgba(74, 20, 140, 0.3) 0%, transparent 70%), var(--gala-bg);
  text-align: center;
}
.gala-hero--compact {
  padding: 100px 0 50px;
}

.gala-hero-logo {
  max-width: 260px;
  max-height: 200px;
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.18));
  transition: transform 0.5s ease;
}
.gala-hero-logo:hover {
  transform: scale(1.04);
}
.gala-hero-logo--compact {
  max-width: 140px;
  max-height: 110px;
  margin-bottom: 1.25rem;
}

.gala-heading {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--gala-gold);
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.gala-lead {
  font-size: 1.05rem;
  color: var(--gala-muted);
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.6;
}

.gala-date {
  color: var(--gala-muted);
  font-size: 0.9rem;
  margin-top: 1rem;
}
.gala-date i {
  margin-right: 0.4rem;
}

.gala-main {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.gala-album-section {
  margin-bottom: 4rem;
}

.gala-album-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gala-border);
}

.gala-album-title {
  margin: 0;
  font-size: 1.5rem;
  color: var(--gala-gold-light);
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.gala-album-description {
  color: var(--gala-muted);
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.gala-view-all-link {
  color: var(--gala-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.gala-view-all-link:hover {
  color: var(--gala-gold);
  text-decoration: none;
}
.gala-view-all-link i {
  margin-left: 0.25rem;
}

.gala-back-link {
  color: var(--gala-muted);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.3s ease;
}
.gala-back-link:hover {
  color: var(--gala-gold);
  text-decoration: none;
}
.gala-back-link--inline {
  padding: 0.35rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
}
.gala-back-link--inline:hover {
  border-color: var(--gala-gold);
  background: rgba(212, 175, 55, 0.08);
}

.gala-photo-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  aspect-ratio: 4/5;
  background-color: var(--gala-card-bg);
  display: block;
  text-decoration: none;
}
.gala-photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.12);
}
.gala-photo-card:hover .gala-photo-overlay {
  opacity: 1;
}
.gala-photo-card:hover .gala-photo-card__img {
  transform: scale(1.05);
}
.gala-photo-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gala-photo-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1125 0%, #0d0818 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gala-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  padding: 24px 14px 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.gala-photo-overlay__hint {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.gala-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--gala-gold);
  font-size: 2.8rem;
  pointer-events: none;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.8));
  transition: transform 0.3s ease;
}
.gala-photo-card:hover .gala-play-overlay {
  transform: translate(-50%, -50%) scale(1.15);
}

.gala-tag-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 2rem;
  padding-top: 1rem;
}

.gala-tag-pill {
  display: inline-block;
  padding: 0.4rem 1.15rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gala-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.gala-tag-pill:hover {
  border-color: var(--gala-gold);
  color: var(--gala-gold);
  text-decoration: none;
}
.gala-tag-pill.active {
  background: var(--gala-gold);
  color: var(--gala-bg);
  border-color: var(--gala-gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.gala-lightbox-modal .modal-dialog {
  max-width: min(96vw, 1240px);
}
@media (max-width: 767.98px) {
  .gala-lightbox-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}

.gala-glass-modal {
  background: rgba(15, 10, 25, 0.82) !important;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(212, 175, 55, 0.06);
  overflow: hidden;
  color: var(--gala-text);
}
.gala-glass-modal .modal-body {
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .gala-glass-modal {
    border-radius: 0 !important;
    border: none !important;
    height: 100vh;
  }
  .gala-glass-modal .modal-body {
    padding: 1rem 1rem 1.25rem;
    gap: 1rem;
    height: 100%;
  }
}

.gala-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
}
.gala-modal-header__text {
  min-width: 0;
  flex: 1 1 auto;
}

.gala-modal-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gala-modal-subtitle {
  margin: 0;
  font-size: 0.8rem;
  color: var(--gala-muted);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.gala-modal-subtitle__sep {
  margin: 0 0.5rem;
  opacity: 0.5;
}

.gala-modal-close {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gala-modal-close:hover {
  opacity: 1;
  transform: scale(1.08);
}

.gala-lightbox-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gala-lightbox-container {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
  max-height: 72vh;
}
@media (max-width: 767.98px) {
  .gala-lightbox-container {
    border-radius: 12px;
    min-height: 0;
    max-height: none;
    height: 100%;
  }
}

.gala-lightbox-placeholder {
  width: 100%;
  min-height: 320px;
}

.gala-lightbox-img {
  max-height: 72vh;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767.98px) {
  .gala-lightbox-img {
    max-height: 100%;
    max-width: 100%;
  }
}

.gala-lightbox-video {
  max-height: 72vh;
  width: 100%;
  outline: none;
  display: block;
}
@media (max-width: 767.98px) {
  .gala-lightbox-video {
    max-height: 100%;
  }
}

.gala-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
@media (max-width: 575px) {
  .gala-modal-footer {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.gala-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
}
.gala-nav-btn--prev {
  left: 12px;
}
.gala-nav-btn--next {
  right: 12px;
}
.gala-nav-btn:disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 575px) {
  .gala-nav-btn {
    width: 38px;
    height: 38px;
  }
  .gala-nav-btn--prev {
    left: 6px;
  }
  .gala-nav-btn--next {
    right: 6px;
  }
}

.btn-glass,
.gala-btn-glass {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gala-text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.btn-glass:hover,
.gala-btn-glass:hover {
  background: var(--gala-gold);
  color: var(--gala-bg);
  border-color: var(--gala-gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  text-decoration: none;
}
.btn-glass--gold,
.gala-btn-glass--gold {
  border-color: rgba(212, 175, 55, 0.5);
  color: var(--gala-gold);
}
.btn-glass--gold:hover,
.gala-btn-glass--gold:hover {
  background: var(--gala-gold);
  color: var(--gala-bg);
  border-color: var(--gala-gold);
}

.btn-glass-icon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gala-text);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn-glass-icon:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--gala-gold);
  border-color: rgba(212, 175, 55, 0.4);
}

.btn-gala {
  background: linear-gradient(135deg, #c9a227 0%, #e8c547 60%, #c9a227 100%);
  color: #1a0f00 !important;
  border: 1px solid #b8942a;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 1px 8px rgba(201, 162, 39, 0.35);
  transition: box-shadow 0.2s ease, transform 0.15s ease, filter 0.2s ease;
  white-space: nowrap;
}
.btn-gala .bi {
  font-size: 0.8em;
}
.btn-gala:hover {
  box-shadow: 0 3px 16px rgba(201, 162, 39, 0.55);
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #1a0f00 !important;
}
.btn-gala:active {
  transform: translateY(0);
  box-shadow: 0 1px 6px rgba(201, 162, 39, 0.3);
}

.gala-muted {
  color: var(--gala-muted) !important;
}

.gala-dropzone-area {
  border: 2px dashed #D4AF37;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
  background: #fffdf5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gala-dropzone-area i {
  color: #D4AF37;
}
.gala-dropzone-area p {
  color: #555;
  margin: 0;
}
.gala-dropzone-area small, .gala-dropzone-area .small {
  color: #999;
}
.gala-dropzone-area:hover, .gala-dropzone-area.dz-drag-hover {
  background: #fdf8e8;
  border-color: #b8942a;
}

.gala-dropzone-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.gala-dropzone-previews .dz-preview {
  margin: 0;
  display: block;
  width: auto;
}

.dz-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}
.dz-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.dz-thumb {
  position: relative;
  aspect-ratio: 1;
  background: #eee;
  overflow: hidden;
}
.dz-thumb img[data-dz-thumbnail] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dz-type-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #D4AF37;
}

.dz-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dz-progress-ring {
  position: relative;
  width: 52px;
  height: 52px;
}
.dz-progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.dz-progress-ring .dz-ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 3;
}
.dz-progress-ring .dz-ring-fill {
  fill: none;
  stroke: #D4AF37;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s linear;
}
.dz-progress-ring .dz-ring-pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
  color: #fff;
}

.dz-info {
  padding: 0.4rem 0.5rem 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dz-filename {
  font-size: 0.72rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.dz-size {
  font-size: 0.67rem;
  color: #999;
  display: block;
}

.dz-status {
  padding: 0 0.5rem 0.4rem;
  font-size: 0.7rem;
  min-height: 1.2rem;
}

.dz-success-mark, .dz-error-mark {
  display: none;
  font-size: 0.85rem;
}

.dz-error-message {
  display: none;
  color: #c0392b;
  font-size: 0.68rem;
  line-height: 1.3;
}

.dz-preview.dz-success .dz-card {
  border-color: #27ae60;
}
.dz-preview.dz-success .dz-success-mark {
  display: block;
  color: #27ae60;
}

.dz-preview.dz-error .dz-card {
  border-color: #e74c3c;
}
.dz-preview.dz-error .dz-error-mark {
  display: block;
  color: #e74c3c;
}
.dz-preview.dz-error .dz-error-message {
  display: block;
}

.dz-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  padding: 0;
  line-height: 1;
}
.dz-remove:hover {
  background: #e74c3c;
}

.dz-card:hover .dz-remove {
  opacity: 1;
}

:root {
  --guia-blue: #1a5fab;
  --guia-blue-bright: #2b7fd4;
  --guia-blue-deep: #0d3a6e;
  --guia-green: #00733c;
  --guia-yellow: #ffed00;
  --guia-ink: #1d1d1b;
  --guia-muted: #5b6470;
  --guia-line: #e7ebf0;
  --guia-paper: #f4f6f9;
  --guia-card: #ffffff;
  --guia-serif: "Noto Serif Display", Georgia, serif;
  --guia-sans: "Montserrat", system-ui, -apple-system, Segoe UI, sans-serif;
  --guia-shadow: 0 1px 2px rgba(16, 32, 64, 0.06), 0 10px 30px rgba(16, 32, 64, 0.06);
  --guia-shadow-hover: 0 4px 10px rgba(16, 32, 64, 0.1), 0 18px 44px rgba(16, 32, 64, 0.12);
}

.guia-hero__lang {
  display: none;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.guia-hero__lang .guia-lang {
  background: rgba(255, 255, 255, 0.16);
}
.guia-hero__lang .guia-lang__option {
  color: rgba(255, 255, 255, 0.85);
}
.guia-hero__lang .guia-lang__option.is-active {
  background: #fff;
  color: var(--guia-blue-deep);
}

body.guia-page {
  background-color: var(--guia-paper) !important;
  color: var(--guia-ink) !important;
  font-family: var(--guia-sans);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

html:has(body.guia-page) {
  background: var(--guia-paper) !important;
}

.guia-page .panel:not(#uc-footer):not(.uc-footer):not(.uc-offcanvas-bar):not(.uc-modal-dialog):not(.uc-center-navbar) {
  background-color: transparent !important;
}

.guia-hero {
  background: linear-gradient(150deg, var(--guia-blue) 0%, var(--guia-blue-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.guia-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--guia-green) 0 40%, var(--guia-yellow) 40% 70%, var(--guia-blue-bright) 70% 100%);
}

.guia-hero__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 22px 46px;
  position: relative;
  z-index: 1;
}

.guia-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}
.guia-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 42, 84, 0.9) 0%, rgba(10, 42, 84, 0.74) 42%, rgba(10, 42, 84, 0.34) 100%);
}

.guia-hero__backdrop-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 58%;
     object-position: 50% 58%;
}

.guia-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--guia-yellow);
  margin-bottom: 14px;
}

.guia-hero__eyebrow-pin {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--guia-yellow);
  box-shadow: 0 0 0 4px rgba(255, 237, 0, 0.22);
}

.guia-hero h1 {
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.03;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  color: #fff;
}

.guia-hero p {
  max-width: 560px;
  margin: 0;
  color: #dbe6f4;
  font-size: 16px;
}

.guia-search {
  margin-top: 26px;
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 6px 6px 6px 16px;
  box-shadow: 0 12px 30px rgba(0, 20, 50, 0.25);
}

.guia-search input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 15px;
  font-family: inherit;
  color: var(--guia-ink);
  background: transparent;
  min-width: 0;
}

.guia-search button {
  background: var(--guia-blue-bright);
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 9px;
}

.guia-search button:hover {
  background: var(--guia-blue);
}

.guia-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 22px 60px;
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 28px;
  align-items: start;
}

.guia-shell > main {
  min-width: 0;
}

.guia-rail {
  position: sticky;
  top: 88px;
}

.guia-rail__head {
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: 14px;
  color: var(--guia-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 4px 10px;
}

.guia-group-label {
  font-family: var(--guia-serif);
  font-weight: 700;
  font-size: 11.5px;
  color: var(--guia-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 6px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.guia-group-label.first {
  padding-top: 0;
}
.guia-group-label .ln {
  flex: 1;
  height: 1px;
  background: var(--guia-line);
}

.guia-states {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guia-states--all {
  margin-bottom: 8px;
}

.guia-state-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 11px 13px;
  border-radius: 11px;
  color: #2a3340;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  position: relative;
}
.guia-state-btn:hover {
  background: #eef2f7;
  color: #2a3340;
}
.guia-state-btn .abbr {
  font-family: var(--guia-serif);
  font-weight: 700;
  font-size: 12.5px;
  width: 34px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e8f1fb;
  color: var(--guia-blue);
  letter-spacing: 0.02em;
}
.guia-state-btn .nm {
  flex: 1;
}
.guia-state-btn .cnt {
  font-size: 12px;
  font-weight: 700;
  color: var(--guia-muted);
  background: #f0f2f6;
  border-radius: 999px;
  padding: 2px 9px;
  min-width: 26px;
  text-align: center;
}
.guia-state-btn.active {
  background: var(--guia-blue);
  color: #fff;
}
.guia-state-btn.active .abbr {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.guia-state-btn.active .cnt {
  background: var(--guia-yellow);
  color: var(--guia-ink);
}
.guia-state-btn.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 3px;
  background: var(--guia-yellow);
}

.guia-cta-rail {
  margin-top: 18px;
  border-radius: 14px;
  padding: 18px;
  background: linear-gradient(160deg, var(--guia-green), #005b30);
  color: #fff;
}
.guia-cta-rail h4 {
  margin: 0 0 6px;
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
.guia-cta-rail p {
  margin: 0 0 13px;
  font-size: 13px;
  color: #d7f0e2;
}
.guia-cta-rail a {
  display: inline-block;
  background: var(--guia-yellow);
  color: var(--guia-ink);
  font-weight: 700;
  font-size: 13px;
  padding: 9px 15px;
  border-radius: 9px;
  text-decoration: none;
}

.guia-mobile-states {
  display: none;
}

.guia-mobile-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.guia-mobile-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  margin: 0;
}
.guia-mobile-field span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--guia-muted);
}

.guia-mobile-select {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6470' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px;
  border: 1.5px solid var(--guia-line);
  border-radius: 12px;
  color: var(--guia-ink);
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  padding: 11px 36px 11px 12px;
  line-height: 1.2;
}
.guia-mobile-select:focus {
  outline: 3px solid rgba(26, 95, 171, 0.25);
  border-color: var(--guia-blue-bright);
}
.guia-mobile-select:disabled {
  opacity: 0.55;
}

.guia-content-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.guia-content-head h2 {
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  line-height: 1.1;
  color: var(--guia-ink);
}
.guia-content-head .sub {
  color: var(--guia-muted);
  font-size: 13.5px;
  font-weight: 600;
  margin-top: 3px;
}
.guia-content-head .sub b {
  color: var(--guia-green);
}

.guia-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.guia-chip {
  border: 1.5px solid var(--guia-line);
  background: #fff;
  color: #41505f;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  text-decoration: none;
}
.guia-chip:hover {
  border-color: var(--guia-blue-bright);
  color: var(--guia-blue-bright);
}
.guia-chip.active {
  background: var(--guia-blue);
  border-color: var(--guia-blue);
  color: #fff;
}

.guia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 18px;
}

.guia-card,
.guia-biz {
  --guia-cat: var(--guia-blue);
  --guia-cat-ink: var(--guia-blue-deep);
}

.guia-card {
  background: var(--guia-card);
  border: 1px solid var(--guia-line);
  border-radius: 16px;
  box-shadow: var(--guia-shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
@media (hover: hover) {
  .guia-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--guia-shadow-hover);
  }
}
.guia-card.feat {
  border-color: #f2d200;
}

.guia-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.guia-card__link:hover {
  color: inherit;
}

.guia-cover {
  height: 112px;
  position: relative;
  background: linear-gradient(135deg, var(--guia-blue), var(--guia-blue-deep));
  background: linear-gradient(135deg, color-mix(in srgb, var(--guia-cat) 92%, #000), color-mix(in srgb, var(--guia-cat) 52%, #000));
}
.guia-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.38));
}

.guia-cover__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guia-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: var(--guia-yellow);
  color: var(--guia-ink);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.guia-logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  padding: 5px;
  position: absolute;
  left: 16px;
  bottom: -26px;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(16, 32, 64, 0.22), 0 0 0 4px var(--guia-card);
}

.guia-logo--fallback {
  display: grid;
  place-items: center;
  font-family: var(--guia-serif);
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding: 0;
  background: var(--guia-cat);
}

.guia-card-body {
  padding: 34px 16px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.guia-card-body h3 {
  margin: 0 0 7px;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
}

.guia-cat {
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  margin-bottom: 11px;
  color: var(--guia-blue);
  color: var(--guia-cat-ink);
  background: #e8f1fb;
  background: color-mix(in srgb, var(--guia-cat) 12%, #fff);
}

.guia-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  color: var(--guia-muted);
  margin-bottom: 12px;
}

.guia-meta__place {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.guia-meta__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.guia-actions {
  margin-top: auto;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
  padding: 0 16px 16px;
  min-height: 84px;
  align-content: end;
}

@media (min-width: 641px) {
  .guia-actions {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    min-height: 54px;
    align-items: end;
    align-content: stretch;
  }
}
.guia-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.guia-a i {
  font-size: 14px;
  line-height: 1;
}
.guia-a span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.guia-a-wa {
  background: #e9f8ef;
  color: var(--guia-green);
}
@media (hover: hover) {
  .guia-a-wa:hover {
    background: var(--guia-green);
    color: #fff;
  }
}

.guia-a-web {
  background: #eef2f7;
  color: #33404f;
}
@media (hover: hover) {
  .guia-a-web:hover {
    background: var(--guia-blue);
    color: #fff;
  }
}

.guia-empty {
  grid-column: 1/-1;
  text-align: center;
  color: var(--guia-muted);
  padding: 50px 20px;
  border: 1.5px dashed var(--guia-line);
  border-radius: 16px;
  background: #fff;
}
.guia-empty b {
  color: var(--guia-ink);
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: var(--guia-serif);
}

.guia-section-title {
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 16px;
  color: var(--guia-ink);
}

.guia-biz {
  position: relative;
  isolation: isolate;
  padding: 28px 22px 72px;
}

.guia-biz__inner {
  max-width: 860px;
  margin: 0 auto;
}

.guia-biz__backdrop {
  position: absolute;
  inset: -80px 0 auto;
  height: 460px;
  overflow: hidden;
  z-index: -1;
  background: linear-gradient(160deg, var(--guia-blue), var(--guia-blue-deep));
  background: linear-gradient(160deg, color-mix(in srgb, var(--guia-cat) 92%, #000) 0%, color-mix(in srgb, var(--guia-cat) 48%, #000) 100%);
}
.guia-biz__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 32, 0.55) 0%, rgba(6, 16, 32, 0.22) 42%, rgba(244, 246, 249, 0) 84%, var(--guia-paper) 100%);
}

.guia-biz__backdrop-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  filter: blur(38px) saturate(1.5);
  opacity: 1;
}

.guia-biz__card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(10, 22, 44, 0.1), 0 24px 60px rgba(10, 22, 44, 0.24);
}

.guia-biz__cover {
  height: 180px;
  position: relative;
  background: linear-gradient(135deg, var(--guia-blue), var(--guia-blue-deep));
  background: linear-gradient(135deg, color-mix(in srgb, var(--guia-cat) 92%, #000), color-mix(in srgb, var(--guia-cat) 52%, #000));
}
.guia-biz__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3));
}

.guia-biz__logo {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  padding: 7px;
  position: absolute;
  left: 22px;
  bottom: -34px;
  z-index: 4;
  box-shadow: 0 6px 18px rgba(16, 32, 64, 0.22), 0 0 0 5px #fff;
}
.guia-biz__logo.guia-logo--fallback {
  display: grid;
  place-items: center;
  font-family: var(--guia-serif);
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  padding: 0;
  background: var(--guia-cat);
}

.guia-biz__body {
  padding: 46px 24px 24px;
}

.guia-biz__body h1 {
  font-family: var(--guia-serif);
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 6px;
}

.guia-biz__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #33404f;
  margin: 18px 0;
}

.guia-biz__meta-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.guia-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--guia-green);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}
.guia-btn-wa:hover {
  filter: brightness(0.95);
  color: #fff;
}

.guia-biz__site {
  width: 100%;
  min-height: 44px;
  font-size: 14px;
}

.guia-back {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  text-decoration: none;
}
.guia-back:hover {
  color: #fff;
  text-decoration: underline;
}

.guia-related {
  margin-top: 44px;
}

.guia-more {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 120px;
  color: var(--guia-muted);
  font-size: 13px;
  font-weight: 600;
}

.guia-more--done {
  min-height: 0;
}

.guia-more__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--guia-line);
  border-top-color: var(--guia-blue);
  border-radius: 50%;
  animation: guia-spin 0.7s linear infinite;
}

@keyframes guia-spin {
  to {
    transform: rotate(360deg);
  }
}
.guia-featured {
  margin-bottom: 34px;
}

.guia-featured__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.guia-featured__head .guia-section-title {
  margin-bottom: 16px;
}

.guia-featured__nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.guia-rail-btn {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--guia-line);
  background: var(--guia-card);
  color: var(--guia-blue);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.guia-rail-btn:hover {
  background: var(--guia-blue);
  border-color: var(--guia-blue);
  color: #fff;
}
.guia-rail-btn.uk-opacity-40 {
  opacity: 0.4;
  pointer-events: none;
}

.guia-featured__swiper {
  padding: 4px 4px 8px;
  margin: -4px -4px -8px;
}
.guia-featured__swiper .swiper-slide {
  height: auto;
}

.guia-featured-dots {
  position: static;
  margin-top: 12px;
}
.guia-featured-dots .swiper-pagination-bullet-active {
  background: var(--guia-blue);
}

@media (max-width: 1080px) {
  .guia-shell {
    grid-template-columns: 232px 1fr;
    gap: 22px;
  }
  .guia-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 860px) {
  .guia-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .guia-rail {
    display: none;
  }
  .guia-mobile-states {
    display: block;
    position: sticky;
    top: 69px;
    z-index: 20;
    background: var(--guia-paper);
    padding: 12px 0 10px;
    margin: -4px 0 8px;
    max-width: 100%;
    overflow-x: clip;
  }
  .guia-shell,
  .guia-shell > main {
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }
}
@media (max-width: 640px) {
  .guia-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
  }
  .guia-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    margin-inline: -18px;
    padding-inline: 18px;
  }
  .guia-chips::-webkit-scrollbar {
    display: none;
  }
  .guia-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .guia-hero__backdrop::after {
    background: linear-gradient(180deg, rgba(10, 42, 84, 0.82) 0%, rgba(10, 42, 84, 0.7) 100%);
  }
  .guia-biz {
    padding: 20px 14px 48px;
  }
  .guia-biz__body {
    padding: 40px 18px 20px;
  }
  .guia-biz__backdrop {
    height: 340px;
  }
  .guia-related {
    margin-top: 32px;
  }
}
@media (max-width: 420px) {
  .guia-grid {
    grid-template-columns: 1fr;
  }
  .guia-card-body h3 {
    min-height: 0;
  }
  .guia-meta__desc {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guia-card {
    transition: none;
  }
  .guia-more__spinner {
    animation: none;
  }
}
.guia-lang {
  align-items: center;
  display: inline-flex;
  gap: 2px;
  background: rgba(16, 32, 64, 0.05);
  border-radius: 999px;
  padding: 2px;
}

.guia-lang__option {
  align-items: center;
  border-radius: 999px;
  color: var(--guia-muted);
  display: inline-flex;
  gap: 5px;
  font-family: var(--guia-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5px 9px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.guia-lang__option:hover {
  color: var(--guia-blue);
  text-decoration: none;
}
.guia-lang__option.is-active {
  background: var(--guia-card);
  box-shadow: 0 1px 2px rgba(16, 32, 64, 0.12);
  color: var(--guia-blue-deep);
}

.guia-lang__flag {
  border-radius: 2px;
  display: block;
  height: 12px;
  width: 17px;
}

.guia-lang--stacked {
  display: flex;
  margin-top: 1rem;
  width: 100%;
}
.guia-lang--stacked .guia-lang__option {
  flex: 1;
  font-size: 0.8rem;
  justify-content: center;
  padding: 9px 12px;
}

@media (max-width: 420px) {
  .guia-page .uc-navbar-center .uc-logo img {
    height: 34px !important;
  }
}
.guia-page .guia-lang:not(.guia-lang--stacked) {
  position: relative;
  z-index: 991;
}
@media (max-width: 575.98px) {
  .guia-page .uc-navbar-center:not(:only-child) {
    left: 56px;
    transform: translate(0, -50%);
  }
  .guia-page .uc-navbar-center .uc-logo img {
    height: 40px !important;
  }
  .guia-page .guia-lang:not(.guia-lang--stacked) {
    gap: 0;
  }
  .guia-page .guia-lang:not(.guia-lang--stacked) .guia-lang__option {
    font-size: 0.62rem;
    gap: 4px;
    padding: 5px 6px;
  }
  .guia-page .guia-lang:not(.guia-lang--stacked) .guia-lang__flag {
    height: 10px;
    width: 15px;
  }
}

.advertisement-block.rectangular {
  aspect-ratio: 3/1;
  background-color: #ddd;
  overflow: hidden;
  display: flex;
}
.advertisement-block.rectangular img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.advertisement-block.square {
  aspect-ratio: 1/1;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertisement-block img {
  flex-grow: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
