@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Inter:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@400..700&family=Noto+Serif+Display:ital,wght@0,400..700;1,400..700&family=Onest:wght@400..700&family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Poppins:wght@500;600;700&family=Rajdhani:wght@500;600&family=Teachers:ital,wght@0,500..700;1,500..700&family=Work+Sans:ital,wght@0,400..700;1,400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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 {
  --font-family-primary: "Roboto", "Onest", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "Roboto", "Poppins", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "Roboto", "Onest", "IBM Plex Sans Arabic", 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";
  --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: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 600;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 0px;
  --border-size: 1px;
  --border-color: rgba(131, 131, 131, 0.25);
  --shadow-color: rgba(0, 0, 0, 0.15);
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --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);
  --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);
  --color-primary: #ff6831;
  --color-primary-10: rgb(255, 250.47, 248.82);
  --color-primary-25: rgb(255, 247.45, 244.7);
  --color-primary-50: rgb(255, 239.9, 234.4);
  --color-primary-100: rgb(255, 224.8, 213.8);
  --color-primary-200: rgb(255, 194.6, 172.6);
  --color-primary-300: rgb(255, 164.4, 131.4);
  --color-primary-400: rgb(255, 134.2, 90.2);
  --color-primary-500: #ff6831;
  --color-primary-600: rgb(204, 83.2, 39.2);
  --color-primary-700: rgb(153, 62.4, 29.4);
  --color-primary-800: rgb(102, 41.6, 19.6);
  --color-primary-900: rgb(51, 20.8, 9.8);
  --color-secondary: #d946ef;
  --color-secondary-10: rgb(253.86, 249.45, 254.52);
  --color-secondary-25: rgb(253.1, 245.75, 254.2);
  --color-secondary-50: rgb(251.2, 236.5, 253.4);
  --color-secondary-100: rgb(247.4, 218, 251.8);
  --color-secondary-200: rgb(239.8, 181, 248.6);
  --color-secondary-300: rgb(232.2, 144, 245.4);
  --color-secondary-400: rgb(224.6, 107, 242.2);
  --color-secondary-500: #d946ef;
  --color-secondary-600: rgb(173.6, 56, 191.2);
  --color-secondary-700: rgb(130.2, 42, 143.4);
  --color-secondary-800: rgb(86.8, 28, 95.6);
  --color-secondary-900: rgb(43.4, 14, 47.8);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --sizes-text-3xs-size: 0.75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  --sizes-text-2xs-size: 0.75rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  --sizes-text-xs-size: 0.875rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  --sizes-text-sm-size: 1rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  --sizes-text-md-size: 1.125rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  --sizes-text-lg-size: 1.25rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  --sizes-text-xl-size: 1.5rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  --sizes-text-2xl-size: 1.75rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  --sizes-heading-display-1-size: 16rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -0.36rem;
  --sizes-heading-display-2-size: 10rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -0.15rem;
  --sizes-heading-display-3-size: 8rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -0.12rem;
  --sizes-heading-display-4-size: 6rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -0.09rem;
  --sizes-heading-display-5-size: 5rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -0.075rem;
  --sizes-heading-display-6-size: 4rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -0.06rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -0.045rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -0.03rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.2;
  --sizes-heading-h3-lp: -0.02625rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -0.0225rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -0.01875rem;
  --sizes-heading-h6-size: 1rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -0.0015rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --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;
  --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;
  --sizes-button-height: 48px;
  --sizes-button-px: 1.5rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: 1rem;
  --sizes-button-2xs-text: 0.875rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: 1rem;
  --sizes-button-xs-text: 0.875rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: 1rem;
  --sizes-button-sm-text: 0.875rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1.5rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 2rem;
  --sizes-button-lg-text: 1rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 2rem;
  --sizes-button-2xl-text: 1rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: 0.5rem;
  --sizes-form-2xs-text: 0.75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: 0.5rem;
  --sizes-form-xs-text: 0.875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: 0.75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --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;
  --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;
  --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;
  --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);
  --sizes-table-xs: 0.5rem;
  --sizes-table-sm: 0.75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --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;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-primary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  --button-color-text: white;
  --button-radius: 16px;
  --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;
  --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);
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --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);
  --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);
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --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;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
}
:root {
  --bs-link-color: rgb(81, 81, 81) !important;
  --bs-link-hover-color: black !important;
}
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);
}
.link,
a {
  color: var(--link-color-text);
}
.link:hover,
a:hover {
  color: var(--link-color-text-hover);
}
.link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
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);
}
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-gray-900);
}
.display-5:where(.uc-dark),
.display-6:where(.uc-dark),
.h1:where(.uc-dark),
.h2:where(.uc-dark),
.h3:where(.uc-dark),
.h4:where(.uc-dark),
.h5:where(.uc-dark),
.h6:where(.uc-dark),
:where(.uc-dark) .display-5,
:where(.uc-dark) .display-6,
:where(.uc-dark) .h1,
:where(.uc-dark) .h2,
:where(.uc-dark) .h3,
:where(.uc-dark) .h4,
:where(.uc-dark) .h5,
:where(.uc-dark) .h6,
:where(.uc-dark) h1,
:where(.uc-dark) h2,
:where(.uc-dark) h3,
:where(.uc-dark) h4,
:where(.uc-dark) h5,
:where(.uc-dark) h6,
h1:where(.uc-dark),
h2:where(.uc-dark),
h3:where(.uc-dark),
h4:where(.uc-dark),
h5:where(.uc-dark),
h6:where(.uc-dark) {
  color: #fff;
}
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
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;
}
.cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.backtotop-wrap {
  transform: translateY(40px);
  transition: 0.2s 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;
}
.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;
}
:not(pre) > code {
  font-family: var(--font-code-family) !important;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
}
:not(pre) > code {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}
:not(pre) > code:where(.uc-dark),
:where(.uc-dark) :not(pre) > code {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}
:not(pre) > code {
  color: var(--color-secondary-500);
}
:not(pre) > code {
  position: relative;
  display: inline;
  font-size: 0.75rem;
  font-style: italic;
  background-color: rgba(136, 136, 136, 0.1);
}
.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;
  object-fit: cover;
}
.position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hr,
.vr,
hr {
  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;
}
.hstack,
html.bp-lg .lg\:hstack,
html.bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack,
html.bp-md .md\:vstack,
html.bp-sm .sm\: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-"] > * {
  object-fit: cover;
}
svg {
  color: currentColor;
}
svg :not([fill="none"]) {
  fill: currentColor;
}
.uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}
.uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.uc-offcanvas-bar a:hover:where(.uc-dark),
:where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
:where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff;
}
.uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover {
  transition: color 0.2s ease;
}
.uc-link {
  color: var(--color-primary);
}
.uc-link:hover {
  color: var(--color-primary-600);
}
.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: 0 0;
  border: 0;
  outline: 0;
  text-decoration: 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-plaintext.form-control-sm + .form-icon,
.form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}
.form-icon-group .form-control-plaintext.form-control-xs + .form-icon,
.form-icon-group .form-control.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;
}
.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}
.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 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;
}
.form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}
.form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}
.form-control-xs {
  padding: 0 0.5rem !important;
  min-height: 32px !important;
  font-size: 0.875rem !important;
}
.form-control-sm,
html.bp-sm .sm\:form-control-sm {
  padding: 0 0.75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}
.form-control-md,
html.bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}
.form-control {
  background-color: #fff !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: #fff !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),
.form-control:focus:where(.uc-dark),
:where(.uc-dark) .form-check-input:focus,
: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;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.65 !important;
}
:where(.uc-dark) input::placeholder,
:where(.uc-dark) select::placeholder,
:where(.uc-dark) textarea::placeholder,
input:where(.uc-dark)::placeholder,
select:where(.uc-dark)::placeholder,
textarea:where(.uc-dark)::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-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-lg .lg\: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,
html.bp-md .md\:btn-sm,
html.bp-sm .sm\: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-lg .lg\:btn-md,
html.bp-md .md\:btn-md,
html.bp-xl .xl\: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;
}
html.bp-lg .lg\:btn-lg,
html.bp-xl .xl\: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;
}
html.bp-xl .xl\: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-alt-primary {
  background: #fff !important;
  color: #ff6831 !important;
}
.btn-alt-primary:focus,
.btn-alt-primary:hover {
  background: #ff6831 !important;
  color: #fff !important;
}
.btn-alt-danger {
  background: #fff !important;
  color: #e44b4b !important;
}
.btn-alt-danger:focus,
.btn-alt-danger:hover {
  background: #e44b4b !important;
  color: #fff !important;
}
.btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}
.btn-alt-dark:focus,
.btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}
.btn-alt-gray-200 {
  background: #fff !important;
  color: rgb(189.4, 189.4, 189.4) !important;
}
.btn-alt-gray-200:focus,
.btn-alt-gray-200:hover {
  background: rgb(189.4, 189.4, 189.4) !important;
  color: #fff !important;
}
.btn-alt-blue-700 {
  background: #fff !important;
  color: rgb(4.2, 82.8, 145.8) !important;
}
.btn-alt-blue-700:focus,
.btn-alt-blue-700:hover {
  background: rgb(4.2, 82.8, 145.8) !important;
  color: #fff !important;
}
.fs-4 {
  letter-spacing: 0;
}
.fs-5 {
  letter-spacing: 0;
}
.fs-6 {
  letter-spacing: 0;
}
.fs-7 {
  letter-spacing: 0;
}
.text-unset {
  text-transform: none !important;
}
.text-inherit {
  color: currentColor;
}
[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 0.2s 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: 0.2s 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: 700;
  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;
}
.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 {
  color: var(--color-gray-900) !important;
}
.uc-navbar-nav > li:hover > a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-nav > li:hover > a {
  color: #fff !important;
}
.uc-navbar-nav > li:hover > a {
  opacity: 0.75;
}
.uc-navbar-dropdown {
  background: #fff !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: #fff !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: #fff;
}
.uc-navbar-dropdown-nav .uc-nav-header,
.uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}
.uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}
.uc-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color;
}
.uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}
.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 {
  font-family: inherit !important;
  padding: 0;
  min-height: var(--uc-nav-height, 48px) !important;
}
.uc-navbar-switcher-nav li > a {
  font-size: 0.875rem;
  text-decoration: none;
}
.uc-navbar-switcher-nav li > a:hover {
  color: #000;
}
.uc-navbar-switcher-nav li > a:hover:where(.uc-dark),
:where(.uc-dark) .uc-navbar-switcher-nav li > a:hover {
  color: #fff;
}
.uc-navbar-switcher-nav li > a:hover {
  opacity: 1;
}
.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 > :not(caption) > :last-child > * {
  border-width: 0;
}
.swiper-wrapper {
  will-change: transform;
}
.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: #969696;
  opacity: 0.25;
}
.swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}
:where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.2;
}
:where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}
:where(.uc-dark) .swiper::before {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.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: #fff;
}
.uc-notification-message {
  border-radius: var(--radius);
}
.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: #fff;
}
.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;
}
[data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(137, 137, 137, 0.15);
}
@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.uc-svg,
.uc-svg > * {
  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"]::before,
[data-uc-animate^="btn"][data-uc-animate*="slide"] > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0, 1.01),
    opacity 0.2s ease-in-out;
}
[data-uc-animate^="btn"][data-uc-animate*="slide"]::before,
[data-uc-animate^="btn"][data-uc-animate*="slide"] > span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
[data-uc-animate^="btn"][data-uc-animate*="slide"][data-uc-animate~="slide-up"] {
  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) {
  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::before,
[data-uc-animate^="btn"][data-uc-animate*="slide"][data-uc-animate~="slide-up"]:hover
  > span:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
[data-uc-animate^="btn"][data-uc-animate*="reveal"]::before,
[data-uc-animate^="btn"][data-uc-animate*="reveal"] > span {
  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 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  background: var(--reveal-bg, #fff);
  z-index: 0;
}
[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::before,
[data-uc-animate^="link"][data-uc-animate*="slide"] a > span,
[data-uc-animate^="link"][data-uc-animate*="slide"]::before,
[data-uc-animate^="link"][data-uc-animate*="slide"] > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0, 1.01),
    opacity 0.2s ease-in-out;
  color: currentColor;
}
[data-uc-animate^="link"][data-uc-animate*="slide"] a::before,
[data-uc-animate^="link"][data-uc-animate*="slide"] a > span:nth-child(2),
[data-uc-animate^="link"][data-uc-animate*="slide"]::before,
[data-uc-animate^="link"][data-uc-animate*="slide"] > span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
[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"]
  > span:nth-child(2) {
  transform: translateY(100%);
  opacity: 0;
}
[data-uc-animate^="link"][data-uc-animate*="slide"][data-uc-animate~="slide-up"]
  a:hover
  > span:nth-child(1),
[data-uc-animate^="link"][data-uc-animate*="slide"][data-uc-animate~="slide-up"]:hover
  > span:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}
[data-uc-animate^="link"][data-uc-animate*="slide"][data-uc-animate~="slide-up"]
  a: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"]:hover::before,
[data-uc-animate^="link"][data-uc-animate*="slide"][data-uc-animate~="slide-up"]:hover
  > span:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
[data-uc-animate^="link"][data-uc-animate*="line"] {
  overflow: unset;
}
[data-uc-animate^="link"][data-uc-animate*="line"] a::before,
[data-uc-animate^="link"][data-uc-animate*="line"] a > span,
[data-uc-animate^="link"][data-uc-animate*="line"]:not(
    [data-uc-animate~="parent"]
  )::before,
[data-uc-animate^="link"][data-uc-animate*="line"] > span {
  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 0.7s cubic-bezier(0.17, 0.67, 0, 1.01),
    opacity 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  background: var(--reveal-bg, currentColor);
  z-index: 0;
}
[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(0);
  }
  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;
}
@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);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}
.swiper .swiper-match > * > * {
  flex: 1;
}
: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;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar,
.overflow-x-auto.flex-nowrap::-webkit-scrollbar {
  display: none;
}
.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: #fff;
}
.post-content p:first-child::first-letter {
  font-size: 5em;
  float: left;
  line-height: 0.9em;
  margin-right: 16px;
}
.post-navigation .new-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-thumbs-progress .featured-image {
  transform: scale(1);
}
.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: 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;
}
[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 0.2s 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 0.2s 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;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  z-index: 1;
  background: #fff !important;
  color: #9b9b9b;
  box-shadow: 0 1px 3px 0 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%);
}
@keyframes scalingUp {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scalingDown {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.nav-y .uc-parent::after {
  top: 5px;
  transition: none;
}
.nav-y .uc-nav-sub .uc-parent::after {
  top: 3.5px;
  transition: none;
}
.-ls-xs {
  letter-spacing: -0.5px;
}
.uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 250ms ease;
}
.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);
}
:where(.uc-dark) header.uc-preview-header .uc-navbar-container.uc-navbar-sticky,
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky:where(.uc-dark) {
  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: #000;
}
:where(.uc-dark) header.uc-preview-header .uc-navbar-nav li > a,
header.uc-preview-header .uc-navbar-nav li > a:where(.uc-dark) {
  color: #fff;
}
.uc-header.header-one {
  transition: 0.2s 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-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: #fff;
}
.uc-header.header-one .uc-navbar-switcher-nav li.uc-active > a {
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #fff;
  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;
}
.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: 0;
}
.animate-btn:hover > span {
  transform: translateX(-4px);
}
.animate-btn:hover > .icon {
  visibility: visible;
  opacity: 1;
  transform: translateX(4px);
  width: auto;
}
.nav-x > .uc-active {
  color: var(--color-primary);
}
.post.type-post .post-meta {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s ease-in-out;
}
.post.type-post.uc-active .post-meta {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: 0.2s ease-in-out;
}
.post-content {
  position: relative;
}
.post-content p {
  margin-bottom: 0;
}
.post-author,
.post-date {
  margin-right: 20px;
  font-size: 13px;
  font-family: var(--body-font);
}
.post-date {
  color: var(--title-font-color);
}
.post-author {
  margin-top: 20px;
}
.post-author img {
  position: absolute;
}
.post-date:before {
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 11px;
}
.block-slider.block-slider-miniposts .swiper-main .post-header {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.3s 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-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;
}
:root {
  --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: #ff6831;
  --bs-secondary: #d946ef;
  --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(255, 250.47, 248.82);
  --bs-primary-25: rgb(255, 247.45, 244.7);
  --bs-primary-50: rgb(255, 239.9, 234.4);
  --bs-primary-100: rgb(255, 224.8, 213.8);
  --bs-primary-200: rgb(255, 194.6, 172.6);
  --bs-primary-300: rgb(255, 164.4, 131.4);
  --bs-primary-400: rgb(255, 134.2, 90.2);
  --bs-primary-500: #ff6831;
  --bs-primary-600: rgb(204, 83.2, 39.2);
  --bs-primary-700: rgb(153, 62.4, 29.4);
  --bs-primary-800: rgb(102, 41.6, 19.6);
  --bs-primary-900: rgb(51, 20.8, 9.8);
  --bs-secondary-10: rgb(253.86, 249.45, 254.52);
  --bs-secondary-25: rgb(253.1, 245.75, 254.2);
  --bs-secondary-50: rgb(251.2, 236.5, 253.4);
  --bs-secondary-100: rgb(247.4, 218, 251.8);
  --bs-secondary-200: rgb(239.8, 181, 248.6);
  --bs-secondary-300: rgb(232.2, 144, 245.4);
  --bs-secondary-400: rgb(224.6, 107, 242.2);
  --bs-secondary-500: #d946ef;
  --bs-secondary-600: rgb(173.6, 56, 191.2);
  --bs-secondary-700: rgb(130.2, 42, 143.4);
  --bs-secondary-800: rgb(86.8, 28, 95.6);
  --bs-secondary-900: rgb(43.4, 14, 47.8);
  --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: 255, 104, 49;
  --bs-secondary-rgb: 217, 70, 239;
  --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: 255, 250, 249;
  --bs-primary-25-rgb: 255, 247, 245;
  --bs-primary-50-rgb: 255, 240, 234;
  --bs-primary-100-rgb: 255, 225, 214;
  --bs-primary-200-rgb: 255, 195, 173;
  --bs-primary-300-rgb: 255, 164, 131;
  --bs-primary-400-rgb: 255, 134, 90;
  --bs-primary-500-rgb: 255, 104, 49;
  --bs-primary-600-rgb: 204, 83, 39;
  --bs-primary-700-rgb: 153, 62, 29;
  --bs-primary-800-rgb: 102, 42, 20;
  --bs-primary-900-rgb: 51, 21, 10;
  --bs-secondary-10-rgb: 254, 249, 255;
  --bs-secondary-25-rgb: 253, 246, 254;
  --bs-secondary-50-rgb: 251, 237, 253;
  --bs-secondary-100-rgb: 247, 218, 252;
  --bs-secondary-200-rgb: 240, 181, 249;
  --bs-secondary-300-rgb: 232, 144, 245;
  --bs-secondary-400-rgb: 225, 107, 242;
  --bs-secondary-500-rgb: 217, 70, 239;
  --bs-secondary-600-rgb: 174, 56, 191;
  --bs-secondary-700-rgb: 130, 42, 143;
  --bs-secondary-800-rgb: 87, 28, 96;
  --bs-secondary-900-rgb: 43, 14, 48;
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px 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;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b {
  font-weight: 700;
}
.small,
small {
  font-size: 0.875em;
}
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
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;
}
code {
  font-family: var(--font-family-code);
  font-size: 1em;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
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;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !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-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-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\: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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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-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-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-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;
  }
}
.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;
}
.figure {
  display: inline-block;
}
.container {
  --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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .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 > *,
.row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.row.col-match > * > *,
.row.col-match > [class*="col-"] > * {
  flex: 1;
}
.row.uc-grid:not(.uc-flex-wrap-top),
.row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}
.g-0 html.bp-lg .g-0,
.g-0 html.bp-md .g-0,
.g-0 html.bp-sm .g-0,
.g-0 html.bp-xl .g-0,
.g-0 html.bp-xs .g-0,
.g-0 html.bp-xxl .g-0 {
  --grid-gap: 0rem;
}
.child-cols > * {
  flex: 1;
}
.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-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%;
}
.child-cols-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-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .md\:child-cols > * {
    flex: 1 0 0%;
  }
  .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-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:child-cols-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-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-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .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-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%;
  }
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.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-6 {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%;
}
.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-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}
.g-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;
}
.gy-6 {
  --bs-gutter-y: 3rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 4rem;
}
.g-8 {
  --bs-gutter-y: 4rem;
}
.g-9 {
  --bs-gutter-x: 5rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}
@media (min-width: 459px) {
  .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\:g-2 {
    --bs-gutter-x: 1rem;
  }
  .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }
  .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .sm\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .md\:col {
    flex: 1 0 0%;
  }
  .md\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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-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\:g-3,
  .md\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }
  .md\:g-3 {
    --bs-gutter-y: 1.5rem;
  }
  .md\:g-4 {
    --bs-gutter-x: 2rem;
  }
  .md\:g-4,
  .md\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .md\:gy-5 {
    --bs-gutter-y: 2.5rem;
  }
  .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 992px) {
  .lg\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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\:g-2 {
    --bs-gutter-x: 1rem;
  }
  .lg\:g-2,
  .lg\:gy-2 {
    --bs-gutter-y: 1rem;
  }
  .lg\:g-3 {
    --bs-gutter-x: 1.5rem;
  }
  .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }
  .lg\:g-4,
  .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }
  .lg\:g-6,
  .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }
  .lg\:g-6 {
    --bs-gutter-y: 3rem;
  }
  .lg\:g-8,
  .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .lg\:g-8,
  .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }
  .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }
  .xl\:g-4,
  .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }
  .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }
  .xl\:g-6,
  .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }
  .xl\:g-8,
  .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }
  .xl\:g-8,
  .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}
.sep > * {
  position: relative;
}
.sep > :not(.uc-first-column)::before {
  content: "";
  position: absolute;
}
.sep > :not(.uc-first-column)::before {
  left: -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;
}
.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;
}
.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;
}
.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%;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-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;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  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: #212529;
  --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), 0.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;
  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: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.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn.active:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  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: #ff6831;
  --bs-btn-border-color: #ff6831;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(216.75, 88.4, 41.65);
  --bs-btn-hover-border-color: rgb(204, 83.2, 39.2);
  --bs-btn-focus-shadow-rgb: 255, 127, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 83.2, 39.2);
  --bs-btn-active-border-color: rgb(191.25, 78, 36.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff6831;
  --bs-btn-disabled-border-color: #ff6831;
}
.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-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-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-outline-primary {
  --bs-btn-color: #ff6831;
  --bs-btn-border-color: #ff6831;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff6831;
  --bs-btn-hover-border-color: #ff6831;
  --bs-btn-focus-shadow-rgb: 255, 104, 49;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff6831;
  --bs-btn-active-border-color: #ff6831;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff6831;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff6831;
  --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-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--radius);
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.form-label {
  margin-bottom: 0.5rem;
}
.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: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  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:focus {
  color: #212529;
  background-color: #fff;
  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 {
  height: 1.25rem;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1rem 1rem;
  margin: -1rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  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: rgb(221.35, 224.2, 227.05);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  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;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select: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:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.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-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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"] {
  background-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"] {
  background-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;
  background-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 {
  cursor: default;
  opacity: 0.5;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.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;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: 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: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: 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: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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);
}
.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;
  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-warning {
  --bs-alert-color: rgb(178.5, 125.3, 4.9);
  --bs-alert-bg: rgb(255, 247.4, 230.2);
  --bs-alert-border-color: rgb(255, 194.2, 56.6);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  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;
}
@media (min-width: 459px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.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: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}
.align-middle {
  vertical-align: middle !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-15 {
  opacity: 0.15 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
:where(.uc-dark) .dark\:opacity-10 {
  opacity: 0.1 !important;
}
:where(.uc-dark) .dark\:opacity-30 {
  opacity: 0.3 !important;
}
.overflow-unset {
  overflow: unset !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
:where(.uc-dark) .dark\:d-block {
  display: block !important;
}
:where(.uc-dark) .dark\:d-none {
  display: none !important;
}
.shadow-xs {
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important;
}
.shadow-sm {
  box-shadow: 0 0.25rem 0.5rem -0.1rem var(--shadow-color) !important;
}
.hover\:shadow-md:hover {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.top-auto {
  top: auto !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.start-auto {
  left: auto !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
[dir="ltr"] .ltr\:end-0 {
  right: 0 !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-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-primary,
.hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-gray-50 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-50-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-100-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-200-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-900-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
:where(.uc-dark) .dark\:border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-100-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-200-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-300-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-500-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-600-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-700-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-gray-800-rgb),
    var(--bs-border-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:border-lime {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-rgb), var(--bs-border-opacity)) !important;
}
:where(.uc-dark) .dark\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-15 {
  --bs-border-opacity: 0.15;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
:where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: 0.15;
}
:where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: 0.3;
}
.w-8px {
  width: 8px !important;
}
.w-16px {
  width: 16px !important;
}
.w-20px {
  width: 20px !important;
}
.w-24px {
  width: 24px !important;
}
.w-32px {
  width: 32px !important;
}
.w-40px {
  width: 40px !important;
}
.w-48px {
  width: 48px !important;
}
.w-56px {
  width: 56px !important;
}
.w-64px {
  width: 64px !important;
}
.w-72px {
  width: 72px !important;
}
.w-80px {
  width: 80px !important;
}
.w-100px {
  width: 100px !important;
}
.w-128px {
  width: 128px !important;
}
.w-150px {
  width: 150px !important;
}
.w-200px {
  width: 200px !important;
}
.w-800px {
  width: 800px !important;
}
.w-1\/6 {
  width: 16.6666667% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-1\/3 {
  width: 33.3333333% !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.w-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-screen {
  width: 100vw !important;
}
.max-w-64px {
  max-width: 64px !important;
}
.max-w-72px {
  max-width: 72px !important;
}
.max-w-128px {
  max-width: 128px !important;
}
.max-w-150px {
  max-width: 150px !important;
}
.max-w-250px {
  max-width: 250px !important;
}
.max-w-300px {
  max-width: 300px !important;
}
.max-w-350px {
  max-width: 350px !important;
}
.max-w-400px {
  max-width: 400px !important;
}
.max-w-500px {
  max-width: 500px !important;
}
.max-w-600px {
  max-width: 600px !important;
}
.max-w-650px {
  max-width: 650px !important;
}
.max-w-700px {
  max-width: 700px !important;
}
.max-w-900px {
  max-width: 900px !important;
}
.max-w-3\/4 {
  max-width: 75% !important;
}
.max-w-2\/3 {
  max-width: 66.6666667% !important;
}
.max-w-1\/2 {
  max-width: 50% !important;
}
.max-w-sm {
  max-width: 640px !important;
}
.max-w-lg {
  max-width: 1040px !important;
}
.max-w-xl {
  max-width: 1280px !important;
}
.max-w-2xl {
  max-width: 1312px !important;
}
.max-w-100 {
  max-width: 100% !important;
}
.h-8px {
  height: 8px !important;
}
.h-16px {
  height: 16px !important;
}
.h-20px {
  height: 20px !important;
}
.h-24px {
  height: 24px !important;
}
.h-32px {
  height: 32px !important;
}
.h-40px {
  height: 40px !important;
}
.h-48px {
  height: 48px !important;
}
.h-56px {
  height: 56px !important;
}
.h-72px {
  height: 72px !important;
}
.h-100px {
  height: 100px !important;
}
.h-150px {
  height: 150px !important;
}
.h-250px {
  height: 250px !important;
}
.h-300px {
  height: 300px !important;
}
.h-350px {
  height: 350px !important;
}
.h-400px {
  height: 400px !important;
}
.h-3\/4 {
  height: 75% !important;
}
.h-1\/2 {
  height: 50% !important;
}
.h-100 {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-200px {
  max-height: 200px !important;
}
.max-h-300px {
  max-height: 300px !important;
}
.max-h-400px {
  max-height: 400px !important;
}
.max-h-sm {
  max-height: 640px !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap !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;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.items-end {
  align-items: flex-end !important;
}
.self-center {
  align-self: center !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-narrow {
  margin: 0.25rem !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !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-auto {
  margin-top: auto !important;
  margin-bottom: auto !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-8 {
  margin-top: 4rem !important;
}
.me-narrow {
  margin-right: 0.25rem !important;
}
.me-1 {
  margin-right: 0.5rem !important;
}
.me-2 {
  margin-right: 1rem !important;
}
.me-3 {
  margin-right: 1.5rem !important;
}
.me-8 {
  margin-right: 4rem !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;
}
.ms-narrow {
  margin-left: 0.25rem !important;
}
.ms-1 {
  margin-left: 0.5rem !important;
}
.ms-2 {
  margin-left: 1rem !important;
}
.ms-3 {
  margin-left: 1.5rem !important;
}
.ms-4 {
  margin-left: 2rem !important;
}
.mx-n1 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n2 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mt-n2 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -1.5rem !important;
}
.mt-n7 {
  margin-top: -3.5rem !important;
}
.mt-n9 {
  margin-top: -5rem !important;
}
.mb-nnarrow {
  margin-bottom: -0.25rem !important;
}
.ms-nnarrow {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -1rem !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;
}
.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;
}
.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-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !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-7 {
  padding-top: 3.5rem !important;
}
.pe-2 {
  padding-right: 1rem !important;
}
.pe-3 {
  padding-right: 1.5rem !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;
}
.ps-1 {
  padding-left: 0.5rem !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-8 {
  gap: 4rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fs-5 {
  font-size: 1rem !important;
}
.fs-6 {
  font-size: 0.875rem !important;
}
.fs-7 {
  font-size: 0.75rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: 800 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 0.9 !important;
}
.lh-lg {
  line-height: 1.2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-none {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.hover\:text-primary:hover,
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-danger:hover,
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-dark:hover,
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-gray:hover,
.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-gray-900:hover,
.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}
.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}
.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-black:hover,
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.hover\:text-white:hover,
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:hover\:text-gray-200:hover,
:where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-primary-50 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-lime {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
:where(.uc-dark) .dark\:hover\:text-white:hover,
:where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-60 {
  --bs-text-opacity: 0.6;
}
.hover\:text-opacity-70:hover,
.text-opacity-70 {
  --bs-text-opacity: 0.7;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.hover\:text-opacity-100:hover {
  --bs-text-opacity: 1;
}
:where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: 0.5;
}
:where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: 0.7;
}
.bg-primary,
.hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-25,
.hover\:bg-gray-25:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-25-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-50,
.hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-50-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-300-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-700-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-800-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-900-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-slate-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-slate-25-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-slate-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-slate-50-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-primary-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-25-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-primary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-50-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-600-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-yellow-400-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
:where(.uc-dark) .dark\:bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:bg-gray-100,
:where(.uc-dark) .dark\:hover\:bg-gray-100:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-300-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-500-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:bg-gray-700,
:where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --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\:hover\:bg-gray-800:hover {
  --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\:hover\:bg-gray-900:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-900-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
:where(.uc-dark) .dark\:bg-lime {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-rgb), var(--bs-bg-opacity)) !important;
}
:where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
:where(.uc-dark) .dark\:bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-85 {
  --bs-bg-opacity: 0.85;
}
.hover\:bg-opacity-100:hover {
  --bs-bg-opacity: 1;
}
:where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}
:where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}
:where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
:where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}
:where(.uc-dark) .dark\:bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.rounded {
  border-radius: var(--radius) !important;
}
.rounded-default {
  border-radius: 8px !important;
}
.rounded-1 {
  border-radius: 4px !important;
}
.rounded-1-5 {
  border-radius: 12px !important;
}
.rounded-2 {
  border-radius: 16px !important;
}
.rounded-3 {
  border-radius: 24px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: var(--radius) !important;
  border-top-right-radius: var(--radius) !important;
}
.rounded-top-1-5 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.rounded-top-2 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.border-dashed {
  border-style: dashed !important;
}
.text-truncate-2 {
  -webkit-line-clamp: 2 !important;
}
.text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}
.min-w-24px {
  min-width: 24px !important;
}
.min-w-40px {
  min-width: 40px !important;
}
.min-w-48px {
  min-width: 48px !important;
}
.min-w-64px {
  min-width: 64px !important;
}
.min-w-72px {
  min-width: 72px !important;
}
.min-w-80px {
  min-width: 80px !important;
}
.min-w-100px {
  min-width: 100px !important;
}
.min-w-150px {
  min-width: 150px !important;
}
.min-w-100 {
  min-width: 100% !important;
}
.min-h-32px {
  min-height: 32px !important;
}
.min-h-40px {
  min-height: 40px !important;
}
.min-h-48px {
  min-height: 48px !important;
}
.min-h-56px {
  min-height: 56px !important;
}
.min-h-64px {
  min-height: 64px !important;
}
.min-h-72px {
  min-height: 72px !important;
}
.min-h-80px {
  min-height: 80px !important;
}
.min-h-100px {
  min-height: 100px !important;
}
.min-h-128px {
  min-height: 128px !important;
}
.min-h-150px {
  min-height: 150px !important;
}
.min-h-300px {
  min-height: 300px !important;
}
.min-h-450px {
  min-height: 450px !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !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;
}
.mask-x {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #000 10%,
    #000 90%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
.ls-0 {
  letter-spacing: 0 !important;
}
.-ls-1 {
  letter-spacing: -1px !important;
}
.-ls-2 {
  letter-spacing: -2px !important;
}
.-ls-3 {
  letter-spacing: -3px !important;
}
.-ls-4 {
  letter-spacing: -4px !important;
}
.transition-all {
  transition-property: all !important;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke !important;
}
.transition-transform {
  transition-property: transform !important;
}
.duration-0 {
  transition-duration: 0s !important;
}
.duration-150 {
  transition-duration: 150ms !important;
}
.duration-200 {
  transition-duration: 0.2s !important;
}
.duration-250 {
  transition-duration: 250ms !important;
}
.ease-linear {
  transition-timing-function: linear !important;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.hover\:scale-110:hover {
  transform: scale(1.1) !important;
}
.translate-y-px {
  transform: translateY(1px) !important;
}
.translate-y-narrow {
  transform: translateY(0.25rem) !important;
}
.-translate-y-px {
  transform: translateY(-1px) !important;
}
.hover\:-translate-y-1:hover {
  transform: translateY(-0.5rem) !important;
}
.hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}
.blend-color {
  mix-blend-mode: color !important;
}
.blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}
.rounded-top-end {
  border-top-right-radius: var(--radius) !important;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}
.ratio-2x1 {
  --bs-aspect-ratio: 50% !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;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-999 {
  z-index: 999 !important;
}
.z-0 {
  z-index: 0 !important;
}
@media (min-width: 459px) {
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
  .sm\:d-inline-flex {
    display: inline-flex !important;
  }
  .sm\:d-none {
    display: none !important;
  }
  .sm\:w-150px {
    width: 150px !important;
  }
  .sm\:w-300px {
    width: 300px !important;
  }
  .sm\:w-350px {
    width: 350px !important;
  }
  .sm\:w-500px {
    width: 500px !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-100 {
    width: 100% !important;
  }
  .sm\:max-w-500px {
    max-width: 500px !important;
  }
  .sm\:h-40px {
    height: 40px !important;
  }
  .sm\:h-400px {
    height: 400px !important;
  }
  .sm\:h-700px {
    height: 700px !important;
  }
  .sm\:order-0 {
    order: 0 !important;
  }
  .sm\:order-1 {
    order: 1 !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-2 {
    padding: 1rem !important;
  }
  .sm\:p-3 {
    padding: 1.5rem !important;
  }
  .sm\:p-4 {
    padding: 2rem !important;
  }
  .sm\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !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\:pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .sm\:gap-0 {
    gap: 0 !important;
  }
  .sm\:gap-2 {
    gap: 1rem !important;
  }
  .sm\:gap-4 {
    gap: 2rem !important;
  }
  .sm\:gap-6 {
    gap: 3rem !important;
  }
  .sm\:fs-5 {
    font-size: 1rem !important;
  }
  .sm\:fs-6 {
    font-size: 0.875rem !important;
  }
  .sm\:text-start {
    text-align: left !important;
  }
  .sm\:min-w-96px {
    min-width: 96px !important;
  }
  .sm\:ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important;
  }
  .sm\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .sm\:ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
}
@media (min-width: 768px) {
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-inline-flex {
    display: inline-flex !important;
  }
  .md\:d-none {
    display: none !important;
  }
  .md\:w-32px {
    width: 32px !important;
  }
  .md\:w-40px {
    width: 40px !important;
  }
  .md\:w-48px {
    width: 48px !important;
  }
  .md\:w-64px {
    width: 64px !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:max-w-150px {
    max-width: 150px !important;
  }
  .md\:max-w-250px {
    max-width: 250px !important;
  }
  .md\:max-w-sm {
    max-width: 640px !important;
  }
  .md\:h-32px {
    height: 32px !important;
  }
  .md\:h-40px {
    height: 40px !important;
  }
  .md\:h-48px {
    height: 48px !important;
  }
  .md\:h-350px {
    height: 350px !important;
  }
  .md\:h-500px {
    height: 500px !important;
  }
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:order-0 {
    order: 0 !important;
  }
  .md\:order-1 {
    order: 1 !important;
  }
  .md\:order-2 {
    order: 2 !important;
  }
  .md\:m-2 {
    margin: 1rem !important;
  }
  .md\:m-4 {
    margin: 2rem !important;
  }
  .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-2 {
    margin-top: 1rem !important;
  }
  .md\:mt-5 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-6 {
    margin-top: 3rem !important;
  }
  .md\:me-2 {
    margin-right: 1rem !important;
  }
  .md\:me-4 {
    margin-right: 2rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ms-2 {
    margin-left: 1rem !important;
  }
  .md\:ms-4 {
    margin-left: 2rem !important;
  }
  .md\:mt-n10 {
    margin-top: -8rem !important;
  }
  .md\:p-2 {
    padding: 1rem !important;
  }
  .md\:p-4 {
    padding: 2rem !important;
  }
  .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:pt-6 {
    padding-top: 3rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .md\:gap-3 {
    gap: 1.5rem !important;
  }
  .md\:gap-4 {
    gap: 2rem !important;
  }
  .md\:gap-6 {
    gap: 3rem !important;
  }
  .md\:fs-4 {
    font-size: 1.125rem !important;
  }
  .md\:fs-5 {
    font-size: 1rem !important;
  }
  .md\:fs-6 {
    font-size: 0.875rem !important;
  }
  .md\:rounded-top-2 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .md\:rounded-bottom-2 {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .md\:min-w-250px {
    min-width: 250px !important;
  }
  .md\:min-h-72px {
    min-height: 72px !important;
  }
  .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
  .md\:mask-end-0 {
    mask-image: none !important;
  }
  .md\:ratio-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
}
@media (min-width: 992px) {
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
  .lg\:d-inline-flex {
    display: inline-flex !important;
  }
  .lg\:d-none {
    display: none !important;
  }
  .lg\:w-40px {
    width: 40px !important;
  }
  .lg\:w-48px {
    width: 48px !important;
  }
  .lg\:w-64px {
    width: 64px !important;
  }
  .lg\:w-72px {
    width: 72px !important;
  }
  .lg\:w-80px {
    width: 80px !important;
  }
  .lg\:w-100px {
    width: 100px !important;
  }
  .lg\:w-128px {
    width: 128px !important;
  }
  .lg\:w-250px {
    width: 250px !important;
  }
  .lg\:w-1\/6 {
    width: 16.6666667% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  .lg\:w-1\/3 {
    width: 33.3333333% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:max-w-300px {
    max-width: 300px !important;
  }
  .lg\:max-w-350px {
    max-width: 350px !important;
  }
  .lg\:max-w-500px {
    max-width: 500px !important;
  }
  .lg\:max-w-600px {
    max-width: 600px !important;
  }
  .lg\:max-w-1\/3 {
    max-width: 33.3333333% !important;
  }
  .lg\:h-40px {
    height: 40px !important;
  }
  .lg\:h-48px {
    height: 48px !important;
  }
  .lg\:h-64px {
    height: 64px !important;
  }
  .lg\:h-128px {
    height: 128px !important;
  }
  .lg\:h-500px {
    height: 500px !important;
  }
  .lg\:h-600px {
    height: 600px !important;
  }
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:order-0 {
    order: 0 !important;
  }
  .lg\:order-1 {
    order: 1 !important;
  }
  .lg\:order-2 {
    order: 2 !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:m-2 {
    margin: 1rem !important;
  }
  .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-2 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4 {
    margin-top: 2rem !important;
  }
  .lg\:mt-6 {
    margin-top: 3rem !important;
  }
  .lg\:mt-8 {
    margin-top: 4rem !important;
  }
  .lg\:mt-9 {
    margin-top: 5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .lg\:ms-0 {
    margin-left: 0 !important;
  }
  .lg\:p-3 {
    padding: 1.5rem !important;
  }
  .lg\:p-4 {
    padding: 2rem !important;
  }
  .lg\:p-6 {
    padding: 3rem !important;
  }
  .lg\:p-8 {
    padding: 4rem !important;
  }
  .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !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-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !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-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:pt-4 {
    padding-top: 2rem !important;
  }
  .lg\:pt-8 {
    padding-top: 4rem !important;
  }
  .lg\:pt-9 {
    padding-top: 5rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 4rem !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-6 {
    gap: 3rem !important;
  }
  .lg\:gap-8 {
    gap: 4rem !important;
  }
  .lg\:gap-9 {
    gap: 5rem !important;
  }
  .lg\:fs-3 {
    font-size: 1.25rem !important;
  }
  .lg\:fs-4 {
    font-size: 1.125rem !important;
  }
  .lg\:fs-5 {
    font-size: 1rem !important;
  }
  .lg\:fs-6 {
    font-size: 0.875rem !important;
  }
  .lg\:fs-7 {
    font-size: 0.75rem !important;
  }
  .lg\:text-start {
    text-align: left !important;
  }
  .lg\:rounded-2 {
    border-radius: 16px !important;
  }
  .lg\:rounded-top-2 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .lg\:min-w-72px {
    min-width: 72px !important;
  }
  .lg\:min-w-128px {
    min-width: 128px !important;
  }
  .lg\:min-w-150px {
    min-width: 150px !important;
  }
  .lg\:min-w-250px {
    min-width: 250px !important;
  }
  .lg\:min-w-350px {
    min-width: 350px !important;
  }
  .lg\:min-h-48px {
    min-height: 48px !important;
  }
  .lg\:min-h-56px {
    min-height: 56px !important;
  }
  .lg\:min-h-80px {
    min-height: 80px !important;
  }
  .lg\:min-h-100px {
    min-height: 100px !important;
  }
  .lg\:min-h-128px {
    min-height: 128px !important;
  }
  .lg\:min-h-500px {
    min-height: 500px !important;
  }
  .lg\:min-h-600px {
    min-height: 600px !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;
  }
}
@media (min-width: 1200px) {
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-inline-flex {
    display: inline-flex !important;
  }
  .xl\:d-none {
    display: none !important;
  }
  .xl\:w-48px {
    width: 48px !important;
  }
  .xl\:w-56px {
    width: 56px !important;
  }
  .xl\:w-64px {
    width: 64px !important;
  }
  .xl\:w-80px {
    width: 80px !important;
  }
  .xl\:w-300px {
    width: 300px !important;
  }
  .xl\:w-400px {
    width: 400px !important;
  }
  .xl\:max-w-450px {
    max-width: 450px !important;
  }
  .xl\:max-w-md {
    max-width: 720px !important;
  }
  .xl\:h-48px {
    height: 48px !important;
  }
  .xl\:h-56px {
    height: 56px !important;
  }
  .xl\:h-550px {
    height: 550px !important;
  }
  .xl\:m-6 {
    margin: 3rem !important;
  }
  .xl\:m-9 {
    margin: 5rem !important;
  }
  .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-2 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4 {
    margin-top: 2rem !important;
  }
  .xl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xl\:mt-8 {
    margin-top: 4rem !important;
  }
  .xl\:mt-9 {
    margin-top: 5rem !important;
  }
  .xl\:me-2 {
    margin-right: 1rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }
  .xl\:mt-n9 {
    margin-top: -5rem !important;
  }
  .xl\:p-3 {
    padding: 1.5rem !important;
  }
  .xl\:p-4 {
    padding: 2rem !important;
  }
  .xl\:p-6 {
    padding: 3rem !important;
  }
  .xl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !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;
  }
  .xl\:pt-9 {
    padding-top: 5rem !important;
  }
  .xl\:pb-9 {
    padding-bottom: 5rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 8rem !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-8 {
    gap: 4rem !important;
  }
  .xl\:gap-9 {
    gap: 5rem !important;
  }
  .xl\:fs-4 {
    font-size: 1.125rem !important;
  }
  .xl\:fs-5 {
    font-size: 1rem !important;
  }
  .xl\:fs-6 {
    font-size: 0.875rem !important;
  }
  .xl\:min-h-700px {
    min-height: 700px !important;
  }
  .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:overflow-hidden {
    overflow: hidden !important;
  }
}
.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;
}
.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);
}
.to-slate-25 {
  --uc-gradient-to: rgb(247.6, 247.95, 248.65);
}
.from-blue-600 {
  --uc-gradient-from: rgb(5.6, 110.4, 194.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-indigo-600 {
  --uc-gradient-from: rgb(68, 48, 178.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-purple-600 {
  --uc-gradient-from: rgb(109.6, 26.4, 182.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-red-600 {
  --uc-gradient-from: rgb(187.2, 53.6, 42.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-pink-600 {
  --uc-gradient-from: rgb(192, 85.6, 125.6);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-orange-600 {
  --uc-gradient-from: rgb(200.8, 85.6, 24);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-green-600 {
  --uc-gradient-from: rgb(41.6, 134.4, 66.4);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.from-lime-600 {
  --uc-gradient-from: rgb(139.2, 194.4, 71.2);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.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\:to-gray-900 {
  --uc-gradient-to: rgb(18.2, 18.2, 18.2);
}
